body{
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 13px;
	color: #494949;
	background-color: #fff;
	background-image: url(images/page_bck.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
*{
	margin: 0px;
	padding: 0px;
}
.clr{
	clear: both;
}
a{
	color: #4AC00C;
}
a:hover{
	color: #c43935;
}
a img{
	border: 0px none #fff;
}
#wrapper{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#frame{
	background-image: url(images/frame_var.png);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 850px;
}
#frame_top{
	background-image: url(images/frame_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 850px;
}
#frame_btm{
	background-image: url(images/frame_btm.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 850px;
}
#top{
	display: inline;
	float: left;
	width: 814px;
	margin-left: 23px;
	background-image: url(images/top_bck.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	padding-top: 10px;
	padding-left: 14px;
}
#header{
	display: inline;
	float: left;
	width: 800px;
}
#menu{
	background-color: #3498c2;
	display: inline;
	clear: left;
	float: left;
	width: 800px;
	margin-top: 1px;
	font-size: 15px;
	font-weight: bold;
}
#menu ul{
	list-style-type: none;
	float: right;
}
#menu li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#menu li a{
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 5px;
	border-left: 1px solid #3498c2;
	border-right: 1px solid #3498c2;
}
#menu li a:hover, #menu li a.active{
	color: #fff;
	background-color: #c43935;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#intro{
	background-color: #378eca;
	display: inline;
	clear: left;
	float: left;
	width: 780px;
	margin-top: 1px;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#intro h1{
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: normal;
}
#intro p{
	padding-bottom: 10px;
}
#intro a{
	color: #bfe8fc;
}
#intro a:hover{
	text-decoration: none;
}
#news_letter{
	border-top: 1px solid #4197d2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#news_letter h3{
	padding-bottom: 5px;
	font-size: 16px;
}
#news_letter .field{
	padding: 2px;
	background-color: #fff;
	border: 1px solid #B3D7E9;
	margin-right: 10px;
}
#news_letter .button{
	color: #378ECA;
	background-color: #fff;
	border: 1px solid #378ECA;
}
#news_letter label{
	font-weight: bold;
	margin-left: 10px;
}
#content{
	display: inline;
	clear: left;
	float: left;
	width: 837px;
	margin-top: 10px;
}
#content .page{
	float: left;
	clear: left;
	width: 790px;
	margin-left: 37px;
	padding: 5px;
	display: inline;
}
#content .page p{
	padding-bottom: 10px;
}
#content .page h2{
	padding-bottom: 10px;
	font-size: 18px;
}
#left_cnt{
	display: inline;
	float: left;
	width: 600px;
}
#right_cnt{
	display: inline;
	float: right;
	width: 200px;
}
.right_box{
	display: inline;
	float: left;
	width: 200px;
	margin-bottom: 15px;
	clear: left;
}
.right_box ul{
	list-style-type: none;
}
.right_box li{
	padding-bottom: 3px;
	border-bottom: 1px solid #ADADAD;
	margin-bottom: 3px;
}
.right_box li a{
	color: #4ac00c;
	text-decoration: none;
}
.right_box li a:hover{
	color: #C43935;
}
.right_box h3{
	font-size: 17px;
	padding-bottom: 10px;
}
.right_box p{
}
.product{
	padding-bottom: 15px;
	float: left;
	width: 600px;
	display: inline;
	clear: left;
}
.product .hd{
	background-color: #adadad;
	font-size: 18px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 50px;
}
.product .hd a{
	color: #fff;
	text-decoration: none;
}
.product .hd .num{
	background-color: #4ac00c;
	float: left;
	width: 30px;
	text-align: center;
	padding-bottom: 3px;
	margin-top: -3px;
	padding-top: 3px;
	margin-right: 15px;
	display: inline;
	border-right: 1px solid #fff;
}
.product .pr_desc img{
	float: left;
	padding-right: 25px;
	background-color: #fff;
}
.product .pr_desc{
	float: right;
	margin-left: 35px;
	display: inline;
}
.product p{
	padding-bottom: 10px;
}
.product .rating{
	border-top: 1px solid #f0f0f0;
	padding-top: 5px;
}
.product .rating span{
	float: right;
	display: inline;
}
.product .rating span a{
	background-color: #4ac00c;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.product .rating span a:hover{
	background-color: #c43935;
}
.product .rating .stars{
	margin-right: 10px;
	float: left;
}
.product .rating strong{
	float: left;
}
#footer{
	clear: left;
	float: left;
	height: 23px;
	width: 780px;
	margin-top: 25px;
	margin-bottom: 12px;
	background-image: url(images/footer_bck.png);
	background-repeat: repeat-x;
	display: inline;
	margin-left: 37px;
	font-size: 11px;
	color: #fff;
	padding-top: 20px;
	padding-left: 20px;
}
