div#productpage {
  background:url("../MainImages/products.jpg");
  width:1024px;
  margin:0 auto;
  padding:5px;
  text-align:left;
  background-color: transparent;
}

.aboutus {
  background:url("../MainImages/AboutUs.jpg");
  background-repeat: no-repeat; 
  width:960px;
  margin:0 auto;
  padding:5px;
  text-align:left;
  background-color: transparent;
}
.ourservice {
  background:url("../MainImages/OurService.jpg");
  background-repeat: no-repeat;   
  width:960px;
  margin:0 auto;
  padding:5px;
  text-align:left;
  background-color: transparent;
}
.categoryinvolving {
  background:url("../MainImages/CategoryInvoling.jpg");
  background-repeat: no-repeat;   
  width:960px;
  margin:0 auto;
  padding:5px;
  text-align:left;
  background-color: transparent;
}
.contactus {
  background:url("../MainImages/ContactUs.jpg");
  background-repeat: no-repeat;   
  width:960px;
  margin:0 auto;
  padding:5px;
  text-align:left;
  background-color: transparent;
}

.request {
  background:url("../MainImages/Request.jpg");
  background-repeat: no-repeat;   
  width:960px;
  margin:0 auto;
  padding:5px;
  text-align:left;
  background-color: transparent;
}

h2 {
color: #33CCFF;
font-family:Georgia,Serif;
font-style:italic; 
}
h3 {
color: #0000FF;
font-family:Georgia,Serif
}
div#allContent {
font-style:italic; 
}
div#contactForm {
  font-style:italic; 
  font-family: Helvetica,sans-serifSerif, Arial;
  font-size:12px;
  margin:60px 0px 0px 90px;
}
div#requestAccount {
  font-family: Helvetica,sans-serifSerif, Arial;
  font-size:12px;
  margin:60px 0px 0px 90px;
}

div#contactLower {
  font-family: Helvetica,sans-serifSerif, Arial;
  font-size:11px;
  margin:0px 0px 0px 90px;
}
.contact {
  font-family: Helvetica,sans-serifSerif, Arial;
  font-size:12px;
  margin:0px 0px 0px 90px;
}
p,li {
font-family: Helvetica,sans-serifSerif, Arial;
font-size:12px;
}

div#header {
font-family:monospace,Helvetica,sans-serif, Serif, Arial;
font-size:12px;
  width:960px;
  height:20px;
  margin:0px 0px 0px 130px;
}

div#headerProduct {
font-family:monospace,Helvetica,sans-serif, Serif, Arial;
font-size:12px;
  width:755px;
  height:18px;
}

div#footer {
  width:960px;
  height:10px;
}

div#menu {
text-align:right;
  width:95px;
  float:left;
  margin:80px 0 10px 145px;
  height:200px;
}


div#content {
  text-align:left;
  width:500px;
  margin:50px 0 10px 235px;
  min-height:400px;
  _height:500px;
}

div#contentProduct {
font-family:Helvetica,sans-serif, Serif, Arial;
font-size:16px;
  text-align:left;
  width:850px;
  margin:40px 10px 10px 10px;
  min-height:400px;
  _height:500px;
}
.category{
font-family:Serif, Arial;
font-weight: bold;
font-size:16px;
}
.company {
	font-size: 1.2em;
	font-style: italic;
}

#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  background-color:#9ab; 
  color:#fff; 
  display:block; 
  width:8em; 
  border:1px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.2em auto;
  font-size: 0.8em;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }


