body {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif ;
	font-size: 82.5%; /* Set 1em = 10px */
	background: #a3b1a9;
}
/* -- Headings -- */
h1 { font-size: 200%; }
h2 { font-size: 145%; }
h3 { font-size: 114%; }
h4 { font-size: 103%; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", Times, serif; }

#container {
	margin: 50px auto;
	width: 800px;
	border: 1px Solid White;
	background: #a6b3aa url(../images/home/mainbak.gif) no-repeat bottom left;
	overflow: hidden;
}
#container2 {
	margin: 50px auto;
	width: 800px;
	border: 1px Solid White;
	background: #a6b3aa url(../images/backgrounds/contact.gif) no-repeat bottom right	;
	overflow: hidden;
}

#header {
	background: url(../images/home/headerbak.gif);
	width: 800px;
	height: 151px;
}
#mainarea {
	padding: 35px 35px 35px 35px;

}

#content {
	float: left;
	color: white;
	width: 420px;
	overflow: hidden;
	padding: 35px 35px 35px 35px;
}
h1.content{
	color: #f9f1a9;
	margin-top: 7px;
	margin-bottom: 7px;	
}
#content2 {
	float: left;
	color: white;
	width: 800px;
	overflow: hidden;
	padding: 35px 35px 35px 35px;
}
h1.content2{
	color: #3d8b87;
	margin-top: 7px;
	margin-bottom: 7px;	
}
#rightarea {
	float: left;
	padding: 50px 35px 35px 0px;
}
.leftmenu {
	width: 260px;
	margin-top: 5px;
	float: left;
}
.leftmenu ul {
	list-style: none;
	margin-right:5px;
	margin-left:5px;
	padding: 0;
}
.leftmenu li {
	margin-top: 10px;
}
.leftmenu img {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


/* Navigation */
#tabsH {
	width:800px;
	height: 50px;
   background:white;
   font-size:93%;
   line-height:normal;
	clear: both;
   }
#tabsH ul {
	  margin:0px;
	  padding: 10px 5px 5px 10px;
	  list-style:none;
      }
#tabsH li {
      display: inline;
      margin:0;
      }
#tabsH a {
      float:left;
      margin:0;
      padding: 5px 0 0 4px;
      text-decoration:none;
      }
#tabsH img {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabsH a span {
      float:left;
      display:block;
      padding:0px 0px 4px 0px;
      color:black;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
    /* End IE5-Mac hack */
#tabsH a:hover span {
      color:#d3d3d3;
      }
	}
/* end of navigation */
/*forms */
#qty {
	background: #f7f7f7;
	}
#contactleft {
	float: left;
	width: 250px;
	padding: 10px 10px 10px 10px;
}
#contactright {
	width: 350px;
	padding: 10px 10px 5px 10px;
	float: left;
}
#contactbottom {
	width: 620px;
	padding: 10px 10px 5px 10px;
	clear: both;
}
.market {
	width: 550px;
	background: #f1f1f1;
	
}
.contact {
	width: 150px;
	background: #f1f1f1;
	
}
.pd {
	background: #f1f1f1;
	
}