html, body{
	margin:0;
	padding:0;
	text-align:center;
} 
body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	background: #4f5759;
}
 
#pagewidth{ 
 width:764px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:291px; 
 float:left; 
 position:relative; 
  }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:473px;
	color: #E6E6E6;
 }
 

#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 137px;
}
#headerl {
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width: 291px;
	float: left;
}
#headerr {
	background-image: url(images/header_02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 199px;
	width: 473px;
}
#menu {
	height: 261px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0 30px 0 50px;
	padding: 0px;
}
#menu li {
	list-style: none;
}
#menu a {
	color: #0e0708;
	text-decoration: none;
	font-weight: bold;
	padding-left: 50px;
	height: 25px;
	display: block;
	padding-top: 3px;
	text-transform: uppercase;
}
#menu a:hover {
	color: #8E250F;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}
#maincol h1 {
	color: #E9CE8B;
	font-size: 1.4em;
}

#footer{
	clear:both;
	color: #333333;
	text-align: center;
	padding-top: 15px;
 } 
 
#footerc {
	text-align: center;
	padding-bottom: 15px;
	}

#footerc p {
	padding: 15px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #fff;
	}

#footerc a:link, #footerc a:visited {
	color: #999999;
	}
	
#footerc a:hover, .extras a:active {
	color: #338CF9;
	}
		
.extras {
	text-align: center;
	padding: 0px 0px 20 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #E8E8E8;
	}
	
.extras a:hover, .extras a:active {
	background: #DDECFE;
	color: #338CF9;
	padding: 5px;
	border: 2px solid #83B9FC;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#maincol h2 {
	font-size: 1.2em;
	color: #D8B774;
}
a {
	color: #DAB66A;
}
a:hover {
	color: #EDD28D;
}
#lad {
	margin-left: 45px;
}
#ordernow {
	height: 123px;
	width: 393px;
	background-image: url(images/order_01.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
}
#ordernow a {
	display: block;
	height: 123px;
	width: 393px;
	text-indent: -2000px;
}
.testm {
	background-image: url(images/testiminals.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	padding-bottom: 15px;
	padding-top: 10px;
}
