body{
	font-family: Arial;
	font-size: 12px;
	color: #e4ce8b;
	background: #30221b url(../img/bg.png) 0 0 repeat-x;
	text-align: center;
}

a{
	color: #e4ce8b;
	text-decoration: underline;
}

.container{
	width: 962px;
	margin: 0 auto;
}

.container{
	width: 962px;
	margin: 0 auto;
}

.header{
	width: 962px;
	height: 126px;
	background: url(../img/header_bg.png) 0 0 no-repeat;
	float: left;
	position: relative;
}

.header .logo{
	width: 607px;
	height: 102px;
	display: block;
	background: url(../img/logo.png) 0 0 no-repeat;
	position: absolute;
	top: 15px;
	left: 177px;
}

.header .langs{
	width: 60px;
	height: 17px;
	position: absolute;
	right: 10px;
	bottom: -37px;
	color: #684333;
	font-size: 13px;
}

.header .langs a{
	color: #684333;
	text-decoration: none;
}

.header .langs a.sel{
	color: #ae8873;
}

.menu{
	width: 962px;
	height: 22px;
	background: url(../img/menu_bg.png) 0 0 no-repeat;
	float: left;
	padding: 17px 0 15px 0;
	text-align: center;
}

.menu a{
	font-size: 18px;
	color: #eee1b8;
	font-family: Myriad Pro;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0 10px 0 10px;
}

.menu a.sel{
	border-bottom: 1px solid #eee1b8;
}

.content{
	width: 962px;
	float: left;
}

.homePic{
	width: 962px;
	height: 284px;
	float: left;
	background: url(../img/home_patern.png) 0 0 no-repeat;
	padding: 0px 0 2px 0;
	text-align: center;
}

.homePic .pic{
	width: 476px;
	height: 266px;
	margin: 0 auto;
	background: #130f0b;
	padding: 9px 8px 9px 8px;
}

.homePic .pic img{
	width: 474px;
	height: 264px;
	border: 1px solid #775d3d;
}

.homeDesc{
	width: 682px;
	float: left;
	padding: 22px 140px 22px 140px;
	background: #070403;
	text-align: left;
}

.lastNews{
	width: 962px;
	float: left;
}

.lastNews .title{
	width: 962px;
	height: 20px;
	background: url(../img/news_title.png) 0 0 no-repeat;
	color: #eee1b8;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.lastNews .cont{
	width: 917px;
	float: left;
	background: #190500;
	padding: 25px 0 5px 45px;
}

.newsBox{
	width: 415px;
	height: 120px;
	float: left;
	border-bottom: 1px solid #5a412f;
	margin: 0 40px 20px 0;
}

.newsBox .pic{
	width: 135px;
	height: 87px;
	padding: 2px;
	background: #e4ce8b;
	border: 1px solid #6a5538;
	padding: 3px;
	float: left;
}

.newsBox .pic img{
	width: 133px;
	height: 85px;
	border: 1px solid #a68d60;
}

.newsBox p{
	width: 254px;
	height: 90px;
	float: right;
	color: #e4ce8b;
	font-size: 11px;
	font-family: arial;
	text-align: left;
}

.newsBox a.read_more{
	float: right;
	color: #e4ce8b;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 0 0;
}

.footer{
	width: 962px;
	float: left;
	background: #070403;
	padding: 13px 0 20px 0;
}

.footer .footerMenu{
	width: 962px;
	height: 20px;
	background: url(../img/footerMenu.png) 0 0 no-repeat;
	float: left;
	padding: 20px 0 15px 0;
	text-align: center;
}

.footer .footerMenu a{
	text-decoration: none;
	color: #e4ce8b;
	margin: 0 10px;
}

.footer .footerMenu a.sel{
	text-decoration: underline;
}

.footer .copy{
	width: 962px;
	height: 20px;
	float: left;
	color: #e4ce8b;
	font-size: 12px;
	padding: 5px 0 0 0;
}


.pageDesc{
	width: 692px;
	background: #190500;
	padding: 25px 135px 25px 135px;
	text-align: left;
	min-height: 350px;
	position: relative;
}

.pageDesc .title{
	width: 692px;
	float: left;
	text-transform: uppercase;
}

.pageDesc .desc{
	float: left;
	width: 692px;
	padding: 20px 0 0 0;
}

.productBoxes{
	width: 837px;
	padding: 25px 50px 25px 75px;
}

.productBox{
	width: 176px;
	height: 150px;
	float: left;
	margin: 0 35px 10px 0;
}


.productBox .pic{
	width: 162px;
	height: 112px;
	padding: 5px 7px 5px 7px;
	float: left;
	background: #30221b;
}

.productBox .pic img{
	width: 160px;
	height: 110px;
	border: 1px solid #d6c699;
}

.productBox a.title{
	width: 162px;
	height: 18px;
	padding: 6px 0 0 0;
	float: left;
	color: #eee1b8;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;	
}


.productDetailsCont{
	width: 962px;
	background: #190500;
	padding: 25px 0 25px 0;
	text-align: left;
	min-height: 350px;
}

.productDetailsCont .item{
	width: 837px;
	padding: 25px 50px 25px 75px;
	float: left;
}

.itemLight{
	background: #2b1915;
}

.productDetails{
	width: 837px;
	text-align: right;
}


.detailsTitle{
	text-transform: uppercase;
	font-size: 18px;
	color: #eee1b8;
	width: 180px; 
}

.productDetails .pic{
	padding: 9px 7px 9px 7px;
	background: #30221b;
	float: left;
}

.productDetails .pic img{
	border: 1px solid #eadba9;
}

.productDetails .details{
	width: 494px;
	float: left;
	background: #42281F;
	color: #e4ce8b;
	text-align: center;
}

.productDetails .details th{
	background: #663f2d;
	font-weight: normal;
}

.productDetails .details td, .productDetails .details th{
	border-bottom: 1px solid #101111;
	padding: 2px;
}

.pageDesc .pagePics{
	width: 141px;
	float: left;
	margin: 0 10px 0 0;
}

.pageDesc .pagePics .pic{
	width: 135px;
	height: 87px;
	padding: 2px;
	background: #e4ce8b;
	border: 1px solid #6a5538;
	padding: 3px;
	float: left;
	margin: 0 0 10px 0;
}

.pageDesc .pagePics img{
	width: 133px;
	height: 85px;
	border: 1px solid #a68d60;
}


#gallery{
	width: 852px;
	float: left;
	padding: 20px 0 0 0;
	
	height: 480px;	
	overflow: hidden;
	float: left;
	position: relative;
}

#gallery_in{
 	width: 9900px;
	height: 420px;
	position: absolute;
	top:0;
	left: 0;
	display: none;
}


#gallery .page{
 	width: 852px;
	height: 480px;
	float: left;
}
 
 
#paginator{
	width: 837px;;
	height: 20px;	
	text-align: center;
	padding: 0;
	float: left;
}

#paginator img{
	border: none;
}

#paginator a{
	color: #E4CE8B;
	text-decoration: none;
	padding: 2px 4px 6px 4px;
	height: 32px;
	min-width: 20px;
	
}

#paginator a:hover{
	text-decoration: underline;
}

#paginator a.sel{
	color: #fff;
}

a#prev{
	width: 33px;
	height: 30px;
	position: absolute;
	top: 275px;
	left: 20px;
	display: block;
	background: url(../img/prev.gif) 0 0 no-repeat;
	z-index: 10;
}

a#next{
	width: 33px;
	height: 30px;
	position: absolute;
	top: 275px;
	right: 20px;
	display: block;
	background: url(../img/next.gif) 0 0 no-repeat;
	z-index: 10;
}


#contactForm{
	width: 410px;
	float: right;
	text-align: center;
}

#contactForm table{
	width: 410px;
	text-align: right;
	font-size: 11px;
}

#contactForm input{
	width: 225px;
	height: 15px;
	background: url(../img/input_bg.png) 0 0 no-repeat;
	float: left;
	border: none;
	font-size: 12px;
	color: #E4CE8B;
	font-family: tahoma;
	padding: 10px 0 10px 10px;
}


#contactForm textarea{
	width: 225px;
	height: 75px;
	background: url(../img/textarea_bg.png) 0 0 no-repeat;
	float: left;
	border: none;
	font-size: 12px;
	color: #E4CE8B;
	font-family: tahoma;
	padding: 10px 0 10px 10px;
	overflow: auto;
}

#contactForm .button{
	width: 114px;
	height: 15px;
	background: url(../img/contact_button.png) 0 0 no-repeat;
	color: #E4CE8B;
	display: block;
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 11px;
	cursor: pointer;
	margin: 0 5px 0 0;
}

#contactForm .button:hover{
	background: url(../img/contact_button_hover.png) 0 0 no-repeat;
}

