@charset "utf-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #fff url(images/pagebg.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6e6e6e;
	line-height: 1.5;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;
	text-align:center;
}
#topnav {
	margin: 0;
	height: 40px;
	background:url(images/topnavbg.jpg);
	font-size: 14px;
}
/* Navigation */
#navWrap{
	float: left;
	padding:0 0 0 100px;
}
#nav{
   right: 0;
   z-index: 999;
   list-style: none;
   margin:0;
   padding:0;
}

#nav li{
   float: left;
   font-size: 1em;
   padding:0;
}

#nav li a{
   float: left;
   display: block;
   height: 32px;
   padding: 8px 10px 0px 10px;
   margin: 0;
   color:#ffffff;
   text-decoration: none;
   border-left: 1px solid #ffffff;
   						
}
#nav li a:hover{
	color: #999999;
	background: #e5e1d9;
	border-left: 1px solid #ffffff;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   /*width: 161px;*/
   margin-top: 36px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 Hack */
   border: 1px solid #6ba597;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
   padding:0;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}



#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 170px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #badbc6;
   border-bottom: 1px solid #6ba597;
   background: #80c3b2;
   color: #fff;
   font-weight: normal;
   font-size: 14px;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #aed6bc;
}
/*end navigation*/


#feature {
	margin: 0 20px;
	padding: 20px 0;
	text-align: center;
}
#featureleft {
	width: 560px;
	float: left;
	padding-top: 20px;
}
#featureright {
	margin-left: 580px;
	text-align: left;
	width: 280px;
	height: 330px;
	padding: 10px;
	background: #ecf5f0;
	font-size: 14px;
	margin-top: 20px;
}
#featureright h1 {
	margin-top: 0;
}
#footer {
	margin:  20px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 10px 0;
	background: url(images/footerbg.jpg) no-repeat top;
	font-size: 10px;
	color: #ccc;
}
#catalogue {
	min-height: 270px;
	padding: 0;
	
}
#contentleft {
	padding-top: 1px;
	width: 540px;
	float: left;
}
#contentright {
	padding-top: 1px;
	margin-left: 600px;
}
#contentpad {
	padding: 0 20px;
}
h1 {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 18px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:normal;
	color: #6ba597;
}
h2 {
	margin-top: 0px;
	font-size: 22px;
}
a {
	text-decoration:none;
	color: #CCC;
}
a:hover {
	color: #6ba597;
}
/*Catalogue Styles*/
#pagetitle {
	padding: 10px 0 5px 0;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
}
td.catname {
	background-color: #ffffff;
	text-align:center;
	padding: 0px;
	font-size: 11px;
}
td.catname a {
	font-size: 11px;
	color: #666666;
}
td.catname a:hover {
	color: #407b6e;
}
p.catname{
	text-align:center;
	padding: 0 15px 0 15px;
}
img.catimage {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
img.catimage:hover {
	border: 1px solid #407b6e;	
}
div.catimagetop {

}
td.catnavigation{
	border-bottom: 1px dashed #cccccc;
}
td.product {
	background-color: #ffffff;
	text-align:center;
	padding: 0px;
}
td.prodimage {
	text-align:center;
}
div.product {
	background-color: #ffffff;
	padding: 20px 10px 0 10px;
	font-size: 11px;
}
div.product form table {
	border-bottom: 1px dashed #cccccc;
}
div.product img.prodimage {
	background-color: #ffffff;
	border: 1px solid #ffffff;	
}
div.product img.prodimage:hover {
	border: 1px solid #407b6e;
}
div.product a {
	font-size: 11px;
	color: #666666;
}
div.product a:hover {
	color: #407b6e;
}
div.prodname {
	vertical-align: top;
}
div.prodprice {
}
td.prodnavigation {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
}
/*shopping cart table styles*/
td.cobhl {
	background-color: #dfefe5;
}
/* Manufacturer list properties*/
td.manulist {
	background-color: #f8f7f7;
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
}
div.manulist {
	padding: 5px 10px 10px 10px;
}
div.manulisthead {
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
}
img.manulist {
	margin-top: 10px;
	border: 2px solid #ffffff;
}
img.manulist:hover{
	border-color:#e1e1e1;
}
/* standard ect style amendments */
hr {
	border: 1px solid #ccc;
	height: 1px;
}
/*footer table styles */
td.ftcols {
	vertical-align: top;
}
/*minicart styles */
td.mincart {

}