html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #770000 url(../images/bg_footer.png) top center repeat-y;
}

body, input, textarea, select, td, div {
	font-family: georgia, "times new roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B1606;
}

input, textarea, select
{
	
}

a {
	color: #aa0000;
}

h1 {
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		font-size:22px;
		font-weight: bold;
}

h2 {
	font-size:18px;
	margin: 0px 0px 15px 0px;
}

.wrap {
	width: 900px;
	text-align: left;
}


/* SECTION BODY TOP */

.body-top {
	background: #5C0404 url(../images/bg_body_top.jpg) bottom repeat-x; 
	color: #fff;
	margin: 0px 0px 0px 0px;
}

.body-top a{


}


.body-top .header-homepage{
	background: url(../images/header_homepage.jpg) top center no-repeat;
	height: 315px;
	padding: 20px 0px 0px 0px;

}

.body-top .header-content{
	background: url(../images/header_content.jpg) bottom center no-repeat;
	height: 250px;
	padding: 20px 0px 0px 0px;

}



.body-top .header-homepage .logo {
	position:relative;
	cursor: pointer;
	width: 431px;
	height: 150px;
	margin: 45px 0px 0px 0px;
}

.body-top .header-homepage .logo {
	position:relative;
	cursor: pointer;
	width: 431px;
	height: 150px;
	margin: 25px 0px 0px 0px;
}


.logo a{
	width: 431px;
	height: 150px;
	display:block;
}

.default-menu {
	background: url(../images/bg_default_menu.jpg) top repeat-x;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	color:#fff;
	position:relative;
	z-index:10;
	height: 40px;
	
}


.default-menu a{
	text-decoration:none;
	color:#efefef;
	margin:0px 0px 0px 0px;
	padding:15px;
	font-size:14px;
	font-weight: bold;
	border-right: 1px solid #5D0504;
}

.default-menu a:hover{
	text-decoration:none;
	color:#fff;
	background:url(../images/bg_default_menu_active.jpg) top repeat-x;
}

.default-menu a.active{
	color:#fff;
	background:url(../images/bg_default_menu_active.jpg) top repeat-x;
}


/* END SECTION BODY TOP */





.body-content{
	border-top: 2px solid #D9C68E;
	border-bottom: 2px solid #440000;
	background: #F9F6F0 url(../images/bg_body_content.jpg) top repeat-x;
	padding: 15px 0px;

}


.body-content .left-content{
	float: left;
	width: 71%;
}


.body-content .right-content{
	float: right;
	width: 27%;
}




.clear{
	clear:both;
}

.body-site{
}



.default-menu .search-form{
	float:right;
	text-align: right;
}

.default-menu .search-form input{
	background-color:#b0b0b0;
	border: 1px solid #777;
	color: #fff;
}

.content-site{
	width: 940px;
	background-color:#000;
	border:1px solid #1C1C1C;
}


.content, .content-content, .content .wrap-content{
	text-align:left;
	color: #efefef;

}

.content-content{
	line-height: 125%;
}

.content .wrap-content {
	padding: 10px;
	color:#efefef;
}
.content .content-content .wrap-content {
	min-height: 300px;
	height:auto !important;
	height: 300px;
}

.content a img{
	border:0px;
}

.content a {
	color: #efefef;
}

.content a:hover {
	color: #fff;
}

.content .menu-content{
	padding: 0px 0px 5px 0px;
}

.content .search-result{
	border-top:1px solid #E9E8E0;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

.content .search-form{
	margin: 5px 0px;
	padding: 10px 0px 5px 0px;
	width:auto;
}

.content .search-title{
	font-size:14px;
	
}

.content .search-result a{
	text-decoration:none;
}

/* default content */

.content-content .default-content {
	float: left;
	width: 666px;
	text-align: justify;
	background: url(../images/bg-dcontent.gif) top left no-repeat;
	line-height: 150%;
}


.content-content .default-content .date-publish{
	margin: -10px 0px 15px -1px;
}
.content  {
	float: right;
	width: 244px;
	margin-left:5px;
}

.content  h3{
	color: #fff;
	font-size:16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.content  .wrap {
	padding: 10px 15px;
}

.content  .div-block-important{
	background: url(../images/submenu-background.png) top left no-repeat;
	padding: 0px 0px 15px 0px;
}

.content  .div-block{
	background: url(../images/othermenu-background.png) top left no-repeat;
	padding: 0px 0px 0px 0px;
}


/* front-page */
.content  .title-frontsection{
	font-size:16px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

.content  .box{
	padding: 8px 0px 10px 0px;
	border-bottom: 1px dotted #efefef;
}

.content  .box .date-publish{
	margin: 6px 0px 0px 0px;
}

.content  ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.content  ul li{
	padding:8px 0px 10px 0px;
	font-weight:bold;
	border-bottom: 1px dotted #888;
}

.content  ul li a{
	text-decoration:none;
	font-weight: normal;
	padding:0px;
	color: #fff;
	text-decoration: underline;
}

.content  ul li a:hover{
	text-decoration: none;
}

.content  ul li a.active{
	text-decoration: none;
	color: #efefef;
}

.content .bg-front{
	display:none;
}

.content .gallery{
	
	margin:5px 0px 0px 0px;
	
}

.content .gallery .alt{
	padding: 4px 0px 0px 0px;
}

.content .gallery .box, .content .gallery .box-first{
	padding: 5px 5px 15px 5px;
	position:relative;
	margin:0px 0px 5px 15px;
	background:url(../images/gallery-background.jpg) top left no-repeat;
	background-color: #000;
	float: left;
	width: 195px;
	display: block;
}

.content .gallery .box-first{
	margin: 0px 0px 0px 0px;
}

.content .gallery  a{
	color: #fff;
	text-decoration: none;
}

.content .gallery .slide-view {
	margin: -20px 0px 0px 0px;
	padding: 0px;
	display: none;
}

.content .gallery .img{
	width: 195px;
	height: 130px;
	overflow: hidden;
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.default-content .img, .default-content .img-rst{
	display:block;
	position:relative;
	margin: 0px 5px 20px 20px;
	border:2px solid #910A07;
	
}
.default-content .img-rst{
	margin: 5px 0px 0px 0px;
}

.default-content .slide-view{
	width: 33px;
	margin: -18px 0px 0px 0px;
	position:relative;
	z-index:20;
	background: url(../images/bg-slides.png) top left no-repeat;
	height: 21px;
}

.default-content .img img, .default-content .img-rst img {

}

.content-list {
	border-top: 1px solid #E7DDC0;
	padding-top: 10px;
	margin-top: 10px;

}


/* contact */

.contact .locations{
	float: right;
	width: 340px;
}

.contact .form{
	float: left;
	width: 280px;
}

.contact input{
	width:99%;
	margin-top:5px;
}
	
.contact textarea {
	width:99%;
	height: 100px;
	overflow:auto;
	margin-top:5px;
}

.contact input.submit{
	width:auto;
}

.contact div {
	margin:0px 0px 7px 0px;
}

.contact .contact-message{
	color:#cc0000;
	margin:0px 0px 10px 0px;
}

.contact .contact-address {

}

.contact-address div.map{
	margin:10px 0px 10px 0px;
}

.contact-address div.map a{
	text-decoration:none;
	background-color: #910A07;
	color: #fff;
	padding: 5px;
}





.more {
	margin: 8px 0px 0px 0px;
}


.body-footer {
	margin:0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	color: #fff;
}

.body-footer .menu {
	margin: 0px 0px 10px 0px;
}


.body-footer .copy {
	color: #fff;
}

.body-footer .menu span {
	font-weight: bold;
}	

.body-footer .menu a{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #fff;
}

.body-footer a{
	color: #fff;
}



/* div websites pagination numbers*/

.pagination {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #E7DDC0;
	border-bottom: 1px dotted #E7DDC0;
}

.pagination a {
	padding: 1px 3px;
	margin: 1px;
	border: 1px solid #5B1606;
	text-decoration: none; /* no underline */
	color: #aa0000;
	background-color:#fff;
}

.pagination a:hover, div.pagination a:active {
	border: 1px solid #5B1606;
	color: #fff;
	background-color: #aa0000;

}

.pagination span.current {
	padding: 1px 3px;
	margin: 1px;
	border: 1px solid #5B1606;
	background-color: #aa0000;
	color: #fff;
}

.pagination span.disabled {
		padding: 1px 3px;
		margin: 2px;
		border: 1px solid #e0e0e0;
		color: #000;
}

.front-block, .front-block-first{
	margin: 0px 0px 0px 14px;
	float: left;
	padding: 0px 0px 0px 14px;
	border-left: 1px solid #E7DDC0;
	width: 31%;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	
}
.front-block-first{
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	border-left: none;
}

.front-block-first .newsletter{
	margin: 0px;
}

.front-block h3, .front-block-first h3, .title-frontsection{
	font-size: 18px;
	padding-top:0px;
	margin-top: 15px;
}

.title-frontsection{
	margin-bottom: 10px;
	font-weight: bold;
}


.front-block .orders h3{
	margin: 0px;
}

.front-block .orders{
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.page-content-menu ul li{
	margin:0px 0px 5px 0px;
}

.read-more {
	text-align: right;
	padding: 7px 5px 0px 5px;;
}

.line{
	margin:20px 0px;
	border-top: 1px dotted #888;
}

/* FOR CATALOG */

.phone-orders .orders{
	padding: 11px 15px;
	margin-bottom: 15px;
	border: 2px solid #660000;
	background: #F3EEE0 url(../images/bg_block.png) top repeat-x;
	color :#aa0000;
	font-weight: bold;
	font-size: 14px;
}

.phone-orders .orders .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color :#aa0000
}

.catalog-categories-block{
	margin:0px 0px 0px 0px;
	padding: 10px;
	border: 2px solid #660000;
	background: #990000 url(../images/bg_categories.png) top repeat-x;
	color :#fff;
}

.catalog-categories-block .title{
	font-size:18px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	color: #fff;

}

.catalog-categories{
	margin:0px 0px 0px 0px;
}

.catalog-categories a{
	display:block;
	padding:10px 0px;
	text-decoration:none;
}

.catalog-categories a.categories, .catalog-categories a.categories_active{
	display:block;
	padding:8px 0px;
	text-decoration:underline;
	font-weight: bold;
	border-top: 1px solid #770000;
	color: #fff;
	
}


.catalog-categories a.categories_active{
	text-decoration: none;
	color: #fff;
}


.catalog-categories a.subcategories{
	display:block;
	padding:1px 5px;
	text-decoration:none;
}

.catalog-categories a.subcategories_active{
	display:block;
	padding:1px 5px;
	text-decoration:underline;
	
}

.catalog-categories a.categories:hover{
	text-decoration:none;
}

.catalog-categories a:hover{
	text-decoration:none;
}


.subcategories-menu {
	padding-left: 15px;
	position:relative;
	display:none;
	
}

/* products */

.products-list .product-image, .products-list-first .product-image{
	margin: 0px 15px 0px 0px;
}

.products-list a  img, .products-list-first  a  img{
	border: 2px solid #aa0000;
}

.products-list, .products-list-first{
	background: #F3EEE0 url(../images/bg_block.png) top repeat-x;
	padding: 15px;
	border: 2px solid #E7DDC0;
	margin: 15px 0px 0px 0px;
	line-height:1.3em;

}

.products-list-first{
	margin: 0px 0px 0px 0px;
}


.products-title{
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	text-decoration: none;
	color: #330B01;
}


.products-list .products-price, .products-list-first .products-price{
	float: right;
	font-size: 18px;

}

.pleft{
	float: left;
}

.pleft img{
	border: 2px solid #aa0000;
}

.pright {
	float: right;
	margin-left: 15px;
	width: 50%;
}

.pright .orders, .contact .orders{
	border: none;
	border-top: 1px solid #E7DDC0;
	border-bottom: 1px solid #E7DDC0;
	background: none;
	padding: 0px 0px;
	margin-top:10px;
}

.pright .products-price{
	border-bottom: 1px solid #E7DDC0;
	padding-bottom: 10px;
}

.products-price{
	font-size: 18px;
	color: #aa0000;
	margin-bottom: 10px;
}

#pcomments-msg{
	display: none;
	margin-top: 10px;
}

.pcomm {
	border: 2px solid #E7DDC0;
	background: #F3EEE0;
	padding: 15px;
	margin-top:15px;
}

.comments .title{
	padding: 10px 0px;
	border-top: 2px solid #E7DDC0;
	border-bottom: 2px solid #E7DDC0;
	margin: 15px 0px;
	font-weight: bold;
	font-size: 16px;
}

.products-comment{
	border: 2px solid #E7DDC0;
	background: #F3EEE0 url(../images/bg_block.png) top repeat-x;
	padding: 10px 15px;
	margin-top:15px;
}

.pwrote{
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
}

.pwrote span{
	float: right;
	font-weight: normal;
}

.pcomm span {
	float: right;
	width:38%;
	display: block;
	margin: 8px 0px 0px 0px;
	color: #AFA99B;
	font-style: italic;
}

.pcomm .title{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #E7DDC0;
	padding-bottom: 13px;
	margin-bottom: 13px;
	
}

.pcomm input, .pcomm textarea {
	display:block;
	width: 60%;
	margin: 6px 0px 0px 0px;
}

.pcomm input.submit{
	width: auto;
}

.pcomm textarea{
	width: 99%;
}

/*--- carousel ---*/

.body-promo{
	background:url(../images/bg_slider.jpg) top left repeat-x;
	padding: 10px 0px;
}

.carousel-box {
	position:relative;
	width:900px;
}

.carousel-box img{
	border: none;
}

.carousel-box .prev {
	position:relative;
	margin-left:-25px;
	top:98px;
	float: left;
}
.carousel-box .next {
	position:relative;
	margin-right:-25px;
	top:98px;
	float: right;
}
.carousel-box .prev a,
.carousel-box .next a {
	cursor:pointer;
	
}
.carousel-box .carousel {
	margin-right: 5px;
}
.carousel-box ul li {
	width:168px;
	height:200px;
	float:left;
	background:#aa0000;
	border:0;
	margin-right:10px;
	position:relative;
	list-style: none;
	border: 2px solid #660000;
}
.carousel-box ul li .title {
	color:#fff;
	display:block;
	padding:7px 10px 0px 10px;
	height:45px;
	font-size:14px;
	font-weight: bold;
	
}

.carousel-box ul li .image-product{
	height: 120px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.carousel-box ul li,
.carousel-box ul li a {
	color:#fff;
}
.carousel-box ul li a {
	font-size:14px;
	line-height:1.2em;
	margin:7px 0 0 19px;
	display:inline-block;
}
.carousel-box ul li .price {
	position:absolute;
	right:7px;
	top:110px;
	display:block;
	background:url(../images/bg_slider_price.png) no-repeat right top;
	color:#aa0000;
	width:74px;
	text-align:center;
	padding:15px 0 5px 0;
	height: 74px;
	font-size:26px;
}


.carousel-box .currency{
	font-size:14px;
	font-weight: bold;
}

.carousel-box .read-more {
	display: block;
	margin: -10px 0px 0px -10px;
	float: left;
}

.box{
	border-bottom: 1px solid #E7DDC0;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.box .title{
	font-weight: bold;
}

/* END CAROUSEL */


.newsletter, .orders{
	margin:15px 0px 0px 0px;
	padding: 10px;
	border: 2px solid #E7DDC0;
	background: #F3EEE0 url(../images/bg_block.png) top repeat-x;
}

.orders {
	margin: 0px;
}

.newsletter h3{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size:18px;	
}

.newsletter input{
	display: block;
	width: 98%;
	margin: 0px 0px 5px 0px;
}

.newsletter .submit{
	width: auto;
	margin: 0px;
}

#newsletter-msg{
	padding: 5px 0px 0px 0px;
}

.trafic-list {
	float: right;
}

