none {border: 1px solid red;}
/*----------------------mozilla----------------------*/
a, a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
/*----------------------base----------------------*/
body{
	margin:0;
	padding:0;
	min-width:971px;
	font: 14px Georgia, serif;
	line-height: 18px;
	color: #623862;	
	background:#FDF1FF;
}
a {
	color: #623862;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
a, img {
	border: none;
}
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font: 1px;
}
/*----------------------header----------------------*/
.header {
	width:100%;
	margin-top: 263px;
	padding-left: 21px;
	font: 18px;
}
.logo a {
	margin: 0 auto;
	background: url(../images/logo.gif) no-repeat;
	height: 54px;
	width: 377px;
}
.header_h2 {
	margin: -10px 0 0 -32px;
	text-align: center;
	font-size: 12px;
}
/*main navigation*/
.main-nav {
	padding: 0;
	margin: 93px 0 0 0;
	text-align: center;
}
.main-nav li {
	display: inline;
	padding-right: 12px;
	list-style-type: none;
}
/*----------------------header in body pages----------------------*/
.body_header {
	margin: 0px;
	color: #623862;
	font: 16px;
}
.body_logo a {
	margin: -14px 5px;
	background: url(../images/body_logo.gif) no-repeat;
	height: 60px;
	width: 390px;
}
/*main navigation*/
.body_main-nav {
	margin: -18px 5px;
	padding: 0;
}
.body_main-nav li {
	display: inline;
	margin: 0px;
	padding-right: 12px;
	list-style-type: none;
}
.body_main-nav li a {
	color: #623862;
	text-decoration: none;
}
.body_main-nav li a:hover {
	color: #FF3333;
	text-decoration: none;
}
/*----------------------content----------------------*/
#content{
	width:100%;
	height: 1100px;
	overflow:hidden;
	padding:0 0 38px;
}
.content-holder{
	width:900px;
	height:750px;
	margin:50px auto 0 auto;
	overflow:hidden;
}
.footer {
	width:900px;
	height:750px;
	margin:0 auto;
	font-size: 10px;
}
.home_bg{
	background:url('../images/bg_home.jpg')  no-repeat;	
}
.body_bg{
	background:url('../images/bg_body.jpg') no-repeat;	
}
.body_bg_2{
	background:url('../images/bg_body_2.jpg') no-repeat;	
}
.body_bg_3{
	background:url('../images/bg_body_3.jpg') no-repeat;	
}
.body_bg_4{
	background:url('../images/bg_body_4.jpg') no-repeat;	
}
.shop_bg{
	background:url('../images/bg_shop.jpg') no-repeat;
	height: 935px;
}
.body_content {
	margin: 170px 20px;
	width: 535px;
	
}
.return_content {
	margin: 160px 20px;
	width: 535px;
	}
.return_content li {
	font-size: 12px;
	line-height: 14px;
}
.gallery {
	display: block;
	float: left;
}
.gallery li {
	display: block;
	float: left;
	padding: 5px;
}
.paging {
	
clear: both;	text-align: center;
	padding: 5px 0 10px 0;
	
}
/*----------------------shop----------------------*/
.shop_content {
	margin: 179px auto;
	width: 707px;
	
}
.shop_categories {
	margin-left: 10px;
	display: block;
	float: left;
}
.shop_categories li {
	display: block;
	float: left;
	padding: 7px 12px;
}
.shop_buy {
	
}
.body_detail {
	width: 700px;
}
.product_detail {
	width: 650px;
}
.product_image {
	width: 425px;
	text-align: center;
}
.product_detail td {
	vertical-align: top;
	padding-right: 10px;
}
.product_detail h2 {
	margin-top: 0px;
}
.body_catalog {
	margin: 160px 20px;
	width: 775px;
	
}
.body_detail {
	margin: 160px 20px;
	width: 675px;
	
}
.category_subnav {
	font-size: 11px;
}