@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	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: #999;
	background-image:url(images/pageBG.jpg);
	background-repeat:repeat;
	background-position:top center;
}
#container {
	width: 935px;
	margin: 0 auto;
	text-align: left;
	background-image:url(images/mainBG.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
#header {
	padding: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto;
	height: 80px;
	width: 895px;
	text-align: left;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	padding: 0;
	margin: 0 auto;
	width: 895px;
	text-align: right;
	height: 60px;
	background: url(images/topnavbg.jpg) repeat-x top;
}
/* Navigation */
#navWrap{
	float:right;
	padding:7px 0 0 0;
}
#nav{
   right: 0;
   z-index: 999;
   list-style: none;
   margin:0;
   padding:0;
}

#nav li{
   float: left;
   margin-right: 0px;
   font-size: 1.2em;
   padding:0;
}

#nav li a{
   float: left;
   display: block;
   height: 26px;
   padding: 5px 16px 0 16px;
   color:#c4b4a4;;
   text-decoration: none;
}

#nav li.current a{
   color: #27333A;
   background:#f1f3ee url(images/nav_bg.gif) repeat-x top left;
}

#nav li:hover,
#nav li.sfhover{
	color:#5c4f00;
	background:#f1f3ee url(images/nav_bg.gif) repeat-x top left;	
}


#nav li:hover a,
#nav li.sfhover a{
   color:#5c4f00;

}

#nav li.current:hover a,
#nav li.sfhover.current a{
   color: #5c4f00;
  
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 161px;
   margin-top: 30px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 Hack */
   border: 1px solid #bebeb1;
   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: 133px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #FBFCFE;
   border-bottom: 1px solid #D3D6CD;
   background: #F1F3EE;
   color: #384751;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #cdeffc;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 20px;
	font-size: 12px;
}
/*sidebar 1 accordian menu styles*/

#sidebar1 dl { width: 170px; }
#sidebar1 dl,dd { margin: 0; padding: 0px}
#sidebar1 dt { 
	font-size: 12px;
	margin: 0px;
}
#sidebar1 dt a { 
	padding: 5px;
	display:block;
	color: #ffffff;
	font-weight:bold;
	background-image: url(images/menuheadbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: 0px;
}
#sidebar1 dd a { 
	padding: 5px 5px 5px 15px;
	display:block;
	color: #666666;
	background-image: url(images/sidenav1bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d1d1d1;
	}
#sidebar1 dd a:hover {
	background-color: #9991c3;
	color: #ffffff;
	background-image: url(images/sidenav1bg_ro.jpg);
}

#sidebar1 ul { list-style: none; padding: 0px; }
#sidebar1 li { margin: 0px }

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 20px;
	font-size: 14px;
	text-align:right;
}
.sidemenuitem a:link,
.sidemenuitem a:active,
.sidemenuitem a:visited{
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	display:block;
	color: #cccccc;
	background-position: top;
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d1d1d1;
}
.sidemenuitem a:hover{
	color: #494404;
}
.menuhead a:link,
.menuhead a:visited,
.menuhead a:active{
	padding: 5px;
	display:block;
	color: #cccccc;
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d1d1d1;
}
.menusubhead a:link,
.menusubhead a:active,
.menusubhead a:visited{
	padding: 5px 5px 5px 10px;
	display:block;
	color: #cccccc;
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d1d1d1;
}
.menusubhead a:hover{
	color:#494404;
}
#mainContent { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.5;
	font-size: 14px;
}
#mainContent a{
	color: #c4b4a4;
}
#mainContent a:hover{
	color:#494404
}
#contentpad {
	padding: 0 10px;
}
#footer { 
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
	height: 218px;
} 
#footer p {
	width: 940px;
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pagetitle {
	padding: 10px 0 5px 0;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 10px;
	font-size: 2em;
}
td.catname {
	border: 5px solid #f8f7f7;
	vertical-align:top;
	text-align:center;
	padding: 0px;
}
td.catname a {
	color: #666666;
}
td.catname a:hover {
	color: #000033;
}
p.catname{
	text-align:left;
	padding: 0 15px 0 15px;
	font-size: 16px;
}
img.catimage {
}
img.catimage:hover {
}
div.catimage {
	padding-top: 10px;
	height: 160px;
	background-color: #ffffff;
	text-align:center;
}
td.catnavigation{
	border-bottom: 1px dashed #cccccc;
}
td.product {
	border:5px solid #f8f7f7;
	vertical-align:top;
	text-align:center;
	padding: 0px;
	font-size: 11px;
}
td.prodimage {
	background-color: #ffffff;
}
div.product {
	
	font-size: 11px;
	background-colour: #ffffff;
}
div.prodimage {
	padding-top: 10px;
	height: 120px;
	border: 10px solid #f8f7f7;
	background-color: #ffffff;
}
div.prodimage:hover {
border: 10px solid #e1e1e1;
}
div.product img.prodimage {	
}
div.product img.prodimage:hover {
}
div.product a {
	font-size: 14px;
	color: #666666;
}
div.product a:hover {
	color: #000033;
}
div.prodname {
	vertical-align: top;
}
div.prodprice {
}
td.prodnavigation {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
}
td.prodtopbuttons {
	padding-top: 5px;
}
table.quickordertbl {
	background-image:url(images/quickordertblbg.jpg);
	background-repeat:repeat-y;
}
td.quickordertbl {
	padding: 5px 10px 0px 10px;
	vertical-align: top;
}
div.quickordertbl {
	font-size:4px; 
	border-bottom: 1px solid #e1e1e1;
	margin: 0 10px;
}
td.hprightcol {
	width: 33%;
	height: 262px;
}
td.hpcol {
	padding: 0 10px 10px 0px;
	vertical-align:top;
}
div.dashedline {
	font-size: 4px;
	border-top: 1px dashed #cccccc;
}
#searchbox{
	padding: 2px 10px 2px 10px;
}
#searchbox .searchinput{
	width: 100px;
}
#searchbox .searchsubmit .searchinput{
	font-size: 10px;
}
/* Mini cart styles */
td.mincarttop{
	background-image:url(images/mcarttop.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
td.mincartbot{
	background-image:url(images/mcartbot.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
td.mincart {
	background-image:url(images/mcartbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color: #ffffff;
}
td.mincart a {
	color: #d19ec7;
}
td.mincart a:hover {
	color: #ffffff;
}