@charset "utf-8";
/* CSS Document */
body {
  	margin:0;
  	padding:0;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background:#775E38;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
 outline: none;
 text-decoration:none;
 color:#4C390B;
}
div {
	background:none;
	margin:0;
  	padding:0;
}
#main {
	width:1032px;
	margin: 0 auto;
	background:url(../images/back.png);
	border:1px solid #775E38;
}
#left_grad {
	width:16px;
	height:100px;
	float:left;
	background:url(../images/sh_l.png) repeat-y;
}
#right_grad {
	width:16px;
	height:100%;
	float:left;
	background:url(../images/sh_r.png) repeat-y;
}
#container {
	width:1000px;
	margin: 0 auto;
	/*float:left;*/
	background:url(../images/bg.png) no-repeat;
	background-color:#FFFFFF;
	border:1px solid #775E38;
}
#menu {
	margin:77px 0 0 420px;
	font-family: century gothic,  arial;
	font-size:19px;
	font-weight:bold;
}
#menu a {
	display:inline-block;
	width:125px;
	height:45px;
	padding:15px 15px 15px 10px;
	text-align:center;
}
#menu a.item_selected{
	background:url(../images/menu_on.png) no-repeat;
	color:#FFECBC;
}
#title {
	position:relative;
	top:-20px;
}
#title p{
	color:#6c5a29;
	font-size:16px;
	font-weight:bold;
	margin:10px 30px;
}
#content{
	min-height: 470px;
  	height: auto !important;
  	height: 470px;
	width:960px;
	margin:-15px auto;
	background:#EED99F;
	border:1px solid #CECECE;
}
#content p{
	font-size:16px;
	margin:10px;
}
#content p.title{
 font-size:19px;
 margin:10px;
 display:block;
 text-align:center;
 color:#D02E08;
}
#content a{
 display:inline-block;
 width:213px;
 margin:10px 0 25px 15px;
}
#content a:hover{
	color:#906020;
}
##content a.text {
	font-size:13px;
	font-weight:bold;
	position:relative;
	left:-270px;
	top:10px;
	margin:-10px -200px 0px 50px;
}
#content a img{
	border:none;
}
a.price {
	position:relative;
	left:350px;
	top:15px;
	font-size:19px;
	color:#D02E08;
}
a.price:hover {
	color:#ff7030;
}
#footer{
	width:965px;
	height:43px;
	margin:20px auto 10px auto;
}
.left{
	width:29px;
	height:43px;
	background:url(../images/footer_l.png);
	float:left;
}
.right{
	width:29px;
	height:43px;
	background:url(../images/footer_r.png);
	float:left;
}
.mid{
	width:907px;
	height:43px;
	background:url(../images/footer_c.png) repeat-x;
	float:left;
}
.mid p{
	display:inline;
	position:relative;
	top:-20px;
}
.mid img{
	position:relative;
	top:-7px;
	margin:0 5px;
}
.mid p.contacts{
	display:block;
	text-align:right;
	margin:-15px 0 0 0;
}
#description{
	margin:3px 10px 10px 40px;
	float:left;
	width:650px;
}
#description p{
 font-size:13px;
 color:#333333;
 padding-top:5px;
}
#description p span {
 color:#D02E08;
 font-size:13px;
}
#image{
	float:left;
	width:213px;
	margin-left:-228px;
}
#image a{
	display:block;
	width:213px;
	height:26px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#D02E08;
}
#image a.border{
	height:auto;
	display:block;
	width:213px;
	font-size:16px;
	text-align:center;
	background:url(../images/border.png) no-repeat;
	padding-top:143px;
	margin-bottom:-10px;
	color:#333333;
}
#image a.border:hover{
	color:#906020;
}
img.pic{
	width:213px;
	height:143px;
	margin:10px 0 0 8px;
	float:left;
}
#spacer{
	float:left;
	width:100px;
	height:1px;
}
a.down{
	display:block;
	width:213px;
	height:26px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#D02E08;
	background:url(../images/down_button_c.png);
}