body { 
	margin:0; 
	padding:0; 
	text-align:center;
	background-image:url(img/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ebece6;
	font-family:Calibri, "Century Gothic", Verdana, Arial;
	color:#4b4d42;
} 

#footer a {
	text-decoration:none;
	color:#4b4d42;
}

#pagewidth { 
	width:845px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

#menu {
	height:32px;
	font-size:14pt;
	padding-top:5px;
	text-align:center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.bottomline {
	border-bottom: 1px solid #DDDDDD;
	color:#666666;
}

.dividingborder {
	border-bottom: 1px dashed #DDDDDD;
}

#menu a {
	text-decoration:none;
	color:#242222;
}

#header {
	position:relative; 
	height:88px;
	padding-top:26px; 
	width:100%;
	background-image:url(img/minicart_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
} 

#header a {
	color:#0066CC;
}

#maincol {
	margin-top:10px;
	background-color:#FFFFFF;
	border: 3px solid #acb097;
}
 
#maincol p, #maincol h1 {
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14pt;
	margin-bottom:-15px;
	color:#626262;
}

#minicart {
	float:right;
	margin-top:8px;
	margin-right:70px;
}
 
#footer {
	clear:both;
	margin-top:10px;
	background-color:#acb097;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10pt;
	line-height:12pt;
} 
 

 
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


img.hp {
	margin-right:20px;
}