* { margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-family: "Arial";
	font-size: 12px;
	background: #fff;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #000;
}
ul, ol{
	margin-left: 30px;
}
p{
	margin-bottom: 10px;
}
a{
	color: #000;
}
a:hover{
	text-decoration: underline;
}
input, textarea{
	font-family: Arial;
	font-family: "Arial";
	font-size: 12px;
}
.clear {	
	clear: both;
	height: 0px;
	overflow: hidden;
}
#container{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding-top: 435px;
}
#top{
	width: 1000px;
	height: 416px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#top a{
	color: #fff;
}
#top a img{
	border: none;
}
#top .logo{
	position: absolute;
	left: 10px;		top: 8px;
}
#topMenu{
	position: absolute;
	left: 300px;		top: 35px;
	width: 700px;	height: 20px;
	text-align: right;
}
#topMenu a{
	padding: 0px 30px;
	text-decoration: none;
}
#menu{
	margin-top: 95px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
}
#menu a{
	color: #000;
	text-decoration: none;
	padding: 0px 10px;
}
#banner{
	background: #000;
	background-image: url(../images/banner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 235px;
	margin-top: 4px;
	position: relative;
}
.fulltextForm{
	position: absolute;
	width: 350px;
	right: 0px;
	top: 25px; 
	color: #fff;
	font-weight: bold;
}


#slogan{
	position: absolute;
	left: 450px;	top: 110px;
	width: 500px;
	text-align: right;
	height: 70px;
	font-size: 20px;
	color: #fff;
	font-style: italic;
}
#slogan div{
	width: 500px;
	text-align: right;
}
#path{
	margin-top: 4px;
	background: url(../images/back_path.png);
	height: 39px;
	line-height: 39px;
	color: #fff;
	text-indent: 10px;
	text-align: left;
}
#path a{
	color: #fff;
	text-decoration: none;
}
#content{
	text-align: left;
}

.product{
	width: 305px;
	height: 220px;
	float: left;
	text-align: left;
	margin-right: 27px;
	margin-bottom: 20px;
	position: relative;
}
.product h2{
	color: #7c2308;
	padding-bottom: 15px;
	border-bottom: 1px solid #aeadaa;
	margin-bottom: 10px;
}
.categoryBlock h2 b{
	display: block; 
	float: right;
}

.product .img{
	width: 150px;
	height: 197px;
	overflow: hidden;
	float: left;
}
.productDetail .product .img{
	width: 150px;
	height: auto;
	overflow: hidden;
	float: left;
}
.productDetail .product .img img{
	margin-bottom: 5px;
}
.product .text{
	width: 140px;
	float: right;
}
.product .price{
	color: #7c2308;
	margin: 10px 0px;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: -100px;
}
.product .btns{
	position: absolute;
	left: 176px;
	bottom: 15px;
	width: 200px;
}
.buy, .detail, .detailSpan a, .buyNoFloat, .buyHover, .detailHover, #btnResetForm, #btnSubmitForm{
	height: 22px;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
}
.buy, .buyNoFloat, .buyHover, #btnResetForm{
	background: url(../images/btn_red.png);
	border: 1px solid #943b4f;
}
.detail, .detailSpan a, .detailHover, #btnSubmitForm, .fulltextForm .submit{
	background:  url(../images/btn_brown.png);
	border: 1px solid #c2bb96;
}
.buyNoFloat{
	float: none;
	width: auto !important;
}

#footer{
	border-top: 1px solid #aeadaa;
	margin-top: 20px;
	color: #671807;
	padding-top: 10px;
	padding-bottom: 30px;
	
}
#footer .in{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	padding-left: 10px;
}

#footer .link_line, #footer .link_line a {
	color:#505050;
}

#footer .link_line {
	clear:both;
	margin:10px 0;
	text-align:center;
	font-size: 11px;
}

#footer .link_line ul {
	margin:0;
	padding:0;
}

#footer .link_line li {
	display:inline;
	margin:0;
	padding:0;
}


#globalError {
	width: 604px;
	position: absolute;
	top: 200px;
	left: 132px;
	z-index: 9999;
	border: 2px solid #FFF;
	background:  #671807;
	padding: 20px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#error_box {
	position: relative;
	border: 1px solid black;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	margin: 0 0 15px 0;
	background-color: #671807;
	margin: 10px 90px;
}
