@import "reset.css";
html{
	font-size:100.01%;
	}

body{
	color:#9f9c9c;
	font-size:0.88em;
	font-family:"Arial";
	background:black;
	}
a{
	text-decoration:none;
}
a.mainnav:link{
	text-decoration:none;
	
	}
a.mainnav:hover{
	color:white;
	}
a.mainnav:visited{
	text-decoration:none;
	color:black;
	}
a.footer:link,.stbuttontext{
	color:gray;
	background:none;
	}
a.footer:hover,.stbuttontext a:hover{
	color:white;
	background:none;
	}
a.footer:visited,.stbuttontext a:visited{
	color:gray;
	background:none;
	}
	
a.headlink:link{
	text-decoration:none;
	color:#666666;
	}
	
a.headlink:hover{
	color:#666666;
	text-decoration:underline;
	}
a.headlink:visited{
	text-decoration:none;
	color:#666666;
	}
	
a.headlink2:link{
	text-decoration:none;
	color:#333333;
	}
	
a.headlink2:hover{
	color:#333333;
	text-decoration:underline;
	}
a.headlink2:visited{
	text-decoration:none;
	color:#333333;
	}
	
	
a.productnav:link{
	text-decoration:none;
	color:white;
	}
	
a.productnav:hover{
	color:black;
	text-decoration:underline;
	}
a.productnav:visited{
	text-decoration:none;
	color:white;
	}
	
a.productnavbl:link{
	text-decoration:none;
	color:black;
	}
	
a.productnavbl:hover{
	color:white;
	text-decoration:underline;
	}
a.productnavbl:visited{
	text-decoration:none;
	color:black;
	}
	
	
.bone{
	width:800px;
	margin:0 auto;
	}
/*head*/
.head{
	height:90px;
	padding:5px 0 0 567px;
	background:#151217 url(../images/backgrounds/head.jpg) no-repeat;
	}
/*menu*/
.menu{
 border-left:1px solid #676767;
 border-right:1px solid #676767;
 background:#2f3131 url(../images/backgrounds/menu.png) repeat-x;
 }
 .menu ul{
 float:right;
 }
.menu li{
	float:left;
	padding:5px 6px 7px;
	background:url(../images/backgrounds/menu_li.png) no-repeat 0 50%;
	}
.menu li a{
	color:#cccccc;
	font-weight:bold;
	white-space:nowrap;
	}
.menu li a:hover,
.footer li a:hover{
	text-decoration:underline;
	}
/*middle*/
.middle{
	padding:52px 28px;
	border-left:1px solid #cdcccb;
	border-right:1px solid #cdcccb;
	background:#fff;
	}
#inner .middle{
	padding:0;
	border-right:none;
	background:#000;
	}
.middle ul li{
	float:left;
	}
.middle li a img{
	margin-top:72px;
	}
.colum-1{
	float:left;
	width:296px;
	padding:50px 0px 49px;
	background:#fff url(../images/backgrounds/colum-1.gif) repeat-y 100% 0;
	}
.colum-2{
	float:right;
	width:407px;
	height:714px;
	position:relative;
	z-index:120;
	padding:36px 45px 0 51px;
	background:url(../images/backgrounds/colum-2.png) no-repeat;
	}
.colum-2 h2{
	color:#fff;
	font-size:1.43em;
	padding-bottom:16px;
	}
.info{
	color:#cccccc;
	font-size:1.29em;
	padding:20px 24px 30px 12px;
	border:1px solid #49663a;
	background:url(../images/backgrounds/png_bg.png);
	}
.info p{
	line-height:1.2;
	padding-bottom:20px;
	}
.buy legend{
	display:none;
	}
.buy table{width:100%;}
.buy th, .buy td{
	vertical-align:middle;
	}
.buy td{text-align:center;}
.buy label{
	font-size:0.78em;
	display:block;
	}
.buy #qty{
	width:40px;
	border:1px solid #929293;
	}
.buy #add-button{
	margin-top:8px;
	}
.flash{
	position:absolute;
	top:588px;
	left:0;
	z-index:120;
	padding:40px 60px 36px;
	background:url(../images/backgrounds/flash.png);
	}
/*footer*/
.footer{
	position:relative;
	background:#fff url(../images/backgrounds/footer.png) repeat-x 0 10px;
	}
#inner .footer{
	height:107px;
	background:#000 url(../images/backgrounds/footer-inner.jpg) no-repeat;
	}
.footer .order{
	position:absolute;
	top:-73px;
	right:26px;
	width:200px;
	}
.footer .order a{
	position:absolute;
	bottom:25px;
	left:90px;
	}
.copyright{
	padding:0px 37px 9px;
	}
#inner .logo a{
	display:block;
	width:310px;
	height:82px;
	}
.footer ul{
	position:absolute;
	top:82px;
	right:65px;
	z-index:180;
	}
.footer li{
	display:inline;
	padding:0 6px;
	background:url(../images/backgrounds/footer_li.png) no-repeat 0 50%;
	}
.footer li a{
	color:#9f9c9c;
	}
li.first{
	background:none;
	}
/* UTIL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
#common_footer{
	position:relative;
	background:#fff url(../images/backgrounds/footer.png) repeat-x 0 10px;
	}
#common_footer .logo a{
	display:block;
	width:310px;
	height:82px;
	}
.one-column{
	padding:10px 10px 10px 10px;
	text-align:center;
	color:#FFFFFF;
	background:#313131;
	}
.one-column a{
	color:#FFCC00;
	text-decoration:underline;
	}
.one-column-login,.account-login{
	padding:20px 20px 20px 20px;
	color:#FFFFFF;
	background:#313131;
	}
.one-column-login a,.account-login a{
	color:#FFCC00;
	text-decoration:underline;
	}