html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #262626;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;

	}
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  8px;
	}
#pagewidth{
 	width:778px;
	text-align:left;
	margin-left:auto;
 	margin-right:auto;

	}
#header{
 	position:relative;
 	height:117px;
 	background-color:#FFFFFF;
 	width:100%;
 	border-bottom: 1px solid #626060;
	}
#logo{
	border-bottom: 1px solid #626060;
 	border-top: 1px solid #262626;
	background-image:  url(../cart/images/logo.jpg);
	height: 90px;
	width: 100%;
	}
#searching{
	background-color: #262626;
	height: 25px;
	border-bottom: 1px solid #626060;
	margin-bottom: 5px;
	}
#leftcol{
 	width:156px;
 	float:left;
	min-height: 550px;
 	position:relative;
	border-right:1px solid #626060;
	font-size:9px;
	color: #ffffff;
	padding-left:3px;
	line-height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
#leftcol a, a:hover, a:active, a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9px;
	text-decoration:none;
	}
#leftcol a:hover{
	text-decoration: underline;
	}

a.category_nav:link{
	color: #10CE00;

}

a.category_nav:active{
	color: #10CE00;

}
a.category_nav:hover{
	color: #999;
text-decoration: underline;

}
a.category_nav:visited{
	color: #10CE00;

}
#maincol{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	display:inline;
	min-height: 560px;
	position: relative;
	width:578px;
	padding:20px;
	color: #ffffff;
	background-image: url(../images/main.jpg);
	}
#footer{
 	min-height:50px;
 	background-color:#262626;
 	clear:both;
 	border-top: 1px solid #626060;
 	color: #ffffff;
 	text-align: center;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 9px;
	}

#footer a, a:link{
	color: #ffffff;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
	}
input.formInputText
	{
	font-size:12px;
	color:#666;
	background:#E8E9ED;
	border:solid 1px #518AB5;
   height:15px;
	margin-top: 5px;
}
.clearfix:after {
 	content: ".";
	display: block;
	height: 0;
 	clear: both;
 	visibility: hidden;
	}
.clearfix{display: inline-block;}
	* html .clearfix{height: 1%;
	}
.clearfix{display: block;}
	@media print{
	#leftcol{display:none;}
	#twocols, #maincol{width:100%; float:none;}

a.subnav, a.subnav:link, a.subnav:visited, a.subnav:active
	{
	Font-Family: helvetica, arial, verdana, sans-serif;
	TEXT-DECORATION: none;
	font-weight:bold;
	COLOR: #FFFFFF;
	font-size: 16px
}
a.subnav:hover
	{
	Font-Family: helvetica, arial, verdana, sans-serif;
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none;
	font-size:10px
}