@charset "UTF-8";
*{
	padding:0;
	margin:0;
}
body{
	background:#000 url(../images/bg-page.jpg) repeat-y center ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EEE;
}
a{color:#97c73a;}
a:hover{color:#3d5e15;}

hr{
	margin-bottom:20px;
}
h1{
	font-size:20px;
	border-bottom:1px solid #333;
	margin-bottom:20px;
	color:#DDD;
}
h2{
	font-size:16px;
	color:#97c73a;
	margin-bottom:5px;
}
h2.underline{
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
h3{
	font-size:14px;
	color:#CCC;
	margin-bottom:10px;
}
p{
	padding-bottom:10px;
	line-height:18px;
}
blockquote{
	background:#222;
	border:1px dashed #333;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	color:#97c73a;
	text-align:center;
	line-height:24px;
}
.clear{
	clear:both;
}
#pad{
	padding:30px 40px 0 40px;
}
.back{
	font-size:10px;
	margin:10px 0 10px 0;
	border-bottom:1px solid #999;
}
.float-right{
	float:right;
	margin:0 0 10px 40px;
}
.last{
	border:none
}
.clear{
	clear:both;
}
#container{
	width:800px;
	margin:auto;
}

#product{
	float:left;
	clear:both;
	padding:20px 0 20px 0;
	margin-bottom:10px;
	border-bottom:1px solid #333;
	width:720px;
}
#product img{
	float:left;
	margin:0 20px 10px 0;
	border:2px solid #CCC;
}
#item{
	margin:25px 0;
	border-bottom:1px solid #333;
}
#content{
	background:#000;
	border:3px solid #d2d2d2;
}
#menu{
	color:#000;
	font-size:13px;
	letter-spacing:1px;
	padding:5px 0 0 0;
	height:22px;
	background:url(../images/bg-menu.gif) repeat-x;
}
#menu ul{
	list-style:none;
	margin:auto;
	text-align:center;
}
#menu li{
	display:inline;
}
#menu ul li a{
	color:#333;
	padding:7px 20px 6px 20px;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #999;
}
#menu ul li a:hover{
	color:#333;
	background:#DDD;
}
#footer{
	color:#CCC;
	text-align:center;
	font-size:10px;
	padding-top:10px;
}
#footer a{
	color:#CCC;
}
#footer a:hover{
	color:#999;
}
#paypal{
	clear:both;
	margin:10px 0 10px 0;
}
#banner{ float:left; margin:0 20px 10px 0; }