﻿html{
	
}

body{
	background: #f7f5f5;
	font: 14px/16px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #333;
}

h1{
	font: bold 14px/16px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #503c35;
	text-transform: uppercase;
}

h2{
	font: bold 18px/18px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #503c35;
}

h3{
	font: bold 14px/16px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #503c35;
}

h4{
	font: bold 14px/16px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #503c35;
	text-transform: uppercase;
}

h5{
	font: 11px/12px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #b9998c;
	text-transform: uppercase;
}

h6{
	font: bold 11px/11px Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #503c35;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 28px;
}

a:link, a:visited{
	text-decoration: none;
	color: #981c21;
}

a:hover, a:active{
	color: #c96640;
}

.body {
	width: 980px;
	margin: 0 auto;
}

.texture-1 {
	background:  url(../img/texture-1.jpg) repeat bottom left;	
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.btn{
	font-style: italic;
	font-size: 12px;
	background: url(../img/btn-bg.gif) no-repeat top left;
	height: 28px;
	padding: 28px 0 0 14px;
	display: block;
	line-height: 12px;
	position: relative;
	margin-top: -14px;
}

a.btn{
	color: #fff;	
}

#header {
	padding-top: 28px;
	position: relative;
}

#header .body{
	background: url(../img/header-top-bg.png) no-repeat top left;	
}

.header-wrapper {
	background: url(../img/content-bg.png) repeat-x bottom center;
	padding-bottom: 14px;
}

#logo {
	float: right;
	height: 74px;
	padding: 10px 14px 14px 28px;
	width: 210px
}

#logo img{
	display: block;
}

.header-top{
	background: url(../img/header-bottom-bg.png) repeat-x bottom left;
	overflow: hidden;
}

#top-nav {
	width: 728px;
	float: left;
	overflow: hidden;
	background: url(../img/top-nav-bg.gif) repeat-x top left;
}

#top-nav li a{
	font-size: 11px;
	font-weight: bold;

}

#header li a{	
	color: #fff;
}

#header li a:hover, #header li.current a{
	color: #da9073;	
}

#top-nav .main-link{
	float: left;
	border-right: 1px solid #674f46;
}

#top-nav .main-link a{
	text-transform: uppercase;
	padding: 13px 14px 12px 14px;
	display: block;
}

#top-nav .sec-link{
	float: right;
	padding: 13px 14px 12px 0;
}

#top-nav a.products-link{
	padding-right: 31px;
	background: url(../img/products-link-bg.gif) no-repeat center right;
}

#top-nav a.products-link:hover,#top-nav li.current a.products-link{
	background: url(../img/products-link-on-bg.gif) no-repeat center right;
}

.header-bottom {
	min-height: 42px;
	background: url(../img/header-bottom-bg-1.png) repeat-x bottom right;
	position: relative;

}

.expanded {
	min-height: 224px;
	background: #6e5248 url(../img/header-bottom-expanded-bg.gif) repeat-x top left;
}

div.header-bottom div.cat-img, 
div.header-bottom ul.secondary-nav{
	display: none;
}
div.header-bottom.expanded div.cat-img, 
div.header-bottom.expanded ul.secondary-nav{
	display: block;
}

.secondary-nav {
	background: url(../img/sec-nav-bg.gif) no-repeat top left;
	float: left;
	overflow: hidden;
	padding-bottom: 56px;
	width: 756px;
}

.secondary-nav li{
	padding: 14px 14px 0 14px;
	margin-right: 28px;
	float: left;
	font-size: 12px;
	width: 196px;
}

.secondary-nav li li{
	padding: 9px 0 10px 0;
	margin-right: 0px;
	float: none;
	background: url(../img/sec-nav-links-bg.gif) repeat-x bottom left;
}

.secondary-nav h5 {
	background: url(../img/sec-nav-links-bg.gif) repeat-x bottom left;
	padding-bottom: 14px;
	min-height: 14px
}

#header .cat-img, .right-sidebar .cat-img {
	margin: 14px 0 0 0;
	width: 210px;
	height: 210px;
	border: 1px solid #b4a39d;
	position: relative;
	background-color: #6e5248;
	background-image: url(../img/category-2.jpg);
	background-position: center center;
}

#header .cat-img  .img-angle{
	width: 58px;
	height: 58px;
	background: url(../img/header-cat-angle.gif) no-repeat top left;
	top: -1px;
	right: -1px;
}


/* Content */

#content{
	position: relative;
	margin-top: -56px;
	padding-bottom: 28px;
	z-index: 10;
	min-height: 550px;
}

#content  .header-angle{
	position: absolute;
	width: 980px;
	height: 56px;
	top: 0;
	left: 0;
	background: url(../img/header-angle.gif) no-repeat top left;
	z-index: -1;
}

#content.body {
	position: relative;
}
.main {
	position: relative;
	padding-top: 28px;
	width: 728px;
	margin-right: 14px;
	float: left;
	
}

.home {
	width: 980px;
	float: none;
	margin-right: 0px;
}

.right-sidebar {
	float: left;
	width: 238px;
	position: relative;
	padding-top: 14px;
}

.without-nav {
	padding-top: 42px;
}


a.more-info {
	font-style: italic;
	font-size: 11px;
}

/* Product Preview */

.img-thumb {	
	display: block;
	border: 1px solid #b4a39d;
	background: #fff;
	position: relative;
	width: 168px;
	height: 168px;
	text-align: center;
	padding: 13px;
	margin-top: 12px;
}

.img-thumb a{
	width: 168px;
	height: 168px;
	display: table-cell;
	font-size: 150px;
	line-height: 1em;
	vertical-align: middle;
	
}

.img-thumb a img{
	vertical-align: middle;
}

.cat-img {
	padding: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #981c21;
	float: left;
	margin-right: 5px;
	margin-top: 0;
}

.cat-img a{
	width: 28px;
	height: 28px;
	font-size: 25px;
}

.img-angle {
	display: block;
	position: absolute;
	width: 29px;
	height: 29px;
	top: 0;
	right: 0;
	background: url(../img/wrapper-angle.gif) no-repeat top left;
}

.list-item .img-angle {
	background: url(../img/product-angle.gif) no-repeat top left;
	top: 0px;
	right: -1px;	
}

.img-thumb .img-angle {
	background: url(../img/img-angle.gif) no-repeat top left;
	top: -1px;
}

.promo .img-thumb .img-angle, .new .img-thumb .img-angle {
	background: url(../img/promo-lbl.gif) no-repeat top left;
	top: -1px;
	width: 71px;
	height: 71px;
}

.new .img-thumb .img-angle {
	background: url(../img/new-lbl.gif) no-repeat top left;
}

.cat-img  .img-angle, .promo .cat-img .img-angle, .new  .cat-img .img-angle {
	background: url(../img/img-angle-cat.gif) no-repeat top left;
	width: 13px;
	height: 13px;
}

.img-shade {
	display: block;
	position: absolute;
	background: url(../img/img-shade.png) no-repeat top left;
	width: 196px;
	height: 196px;
	top: 0;
	left: 0;
	cursor: pointer;
}


.title {
	float: left;
	width: 163px;
}

.category .title {
	width: 196px
}

.products .list-box-wrapper{
	position: relative;
	overflow: hidden;
	background: url(../img/products-box-bg.png) repeat-x left top;
	padding-bottom: 14px;
	margin-top: 14px;
}

.promotional .list-box-wrapper{
	width: 980px;
}

.home .newest .list-box-wrapper{
	width: 476px;
}

.newest .list-box-wrapper{
	width: 728px;
}

.products h4{
	float: left;
	width: 238px;
	padding-left: 14px;
}

.products .more-info{
	float: right;
	width: 112px;
	text-align: right;
	padding-right: 28px;
}

.promotional .navi{
	float: left;
}

.products .list-box-content{
	position: relative;
	left: 0px;
}

.products .list-item{
	background: url(../img/product-bg.gif) no-repeat bottom right;
	padding: 14px 27px 14px 28px;
	border-right: 1px solid #b4a39d;
	width: 196px;
	float: left;
	position: relative
	
} 

.products .last {
	padding-right: 14px;
	border: 0;
}

.products .first {
	padding-left: 14px;
}

a.category {
	text-transform: uppercase;
	font-size: 11px;
	color: #8a7d78;
	line-height: 1.1em;
}

.number {
	font-size: 10px;
	color: #8a7d78;
}

.annotation p {
	margin-top: 14px;
}

.list-item .more-info {
	float: right;
	margin-top: 14px;
	margin-bottom: -16px;
	padding-right: 0;
}

.promotional {
	background: url(../img/promotional-bg.gif) repeat-x left bottom;
	margin-bottom: 14px;
}
.newest{
	margin-right: 28px;
	float: left;
	padding-top: 14px;
}

.promotional .navi {
	padding-left: 196px;
}

.navi a {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../img/navi-bg.gif) no-repeat center center;
	margin-right: 6px;
}

.navi a.current, .navi a:hover {
	background: url(../img/navi-current-bg.gif) no-repeat center center;
}


/* News & Advices Box */

.news-advices {
	width: 476px;
	background: url(../img/news-advices-bg.png) repeat-y right top;
	float: left;	
}

.news-advices-content{
	padding: 14px 14px 0 14px;
	background: url(../img/news-advices-top-bg.png) no-repeat right top;
	overflow: hidden;
}

.news-advices  .list-item a{
	font-style: italic;
	font-weight: normal;
	color: #fff;
}


.date {
	font-size: 10px;
	color: #e6c0ae;
}

.news-advices h4 {
	color: #f0dbd0;
	padding-bottom: 13px;
	border-bottom: 1px solid #95827b;
}

.news-advices .news .list-item {
	border-top: 1px solid #c9ab9e;
	padding: 14px 0;
}

.news-advices  .advices .list-item {
	border-top: 1px solid #b99c93;
	padding: 14px 0;
}

.news-advices  .advices  h4 {
	border-bottom: 1px solid #6a5a54;
}

.news-advices  .news, .news-advices  .advices {
	width: 210px;
	float: left;
}

.home .news {
	margin-right: 28px;
}

.news-advices a.more-info {
	width: 224px;
	padding-right: 14px;
	float: left;
	text-align: right;
	background: url(../img/more-info-bg.gif) no-repeat left bottom;
}

/* Product Details */

.product-details .list-item{
	width: 700px;
	padding: 14px 14px 28px 14px;
}

.product-details .list-item .item{
	float: right;
	width: 392px;
	margin-left: 28px;
}

.product-details .list-item  .images {
	float: left;
	width: 280px;
}

.product-details .img-thumb {
	width: 252px;
	height: 252px;
	margin-top: 0;
}

.product-details .img-shade {
	background-image: url(../img/img-shade-big.png);
	height: 280px;
	width: 280px;
}

.product-details .img-thumb a {
	width: 252px;
	height: 252px;
	font-size: 230px;
}
.product-details .img-thumb .img-angle, .product-details .promo .img-thumb .img-angle, .product-details .new .img-thumb .img-angle {
	background-image: url(../img/img-angle.gif);
	height: 29px;
	width: 29px;
}

.product-details  .img-angle{
	background-image: url(../img/wrapper-angle.gif);
}

.product-details .promo .img-angle, .product-details .new .img-angle  {
	background:url(../img/promo-lbl-1.gif) no-repeat left top;
	height:71px;
	top:-1px;
	width:71px;
}

.product-details .new .img-angle  {
	background: url(../img/new-lbl-1.gif) no-repeat left top;
}

.product-details  .pagination{
	margin-bottom: -42px;
	float: right;
	position: relative;
	margin-top: 14px;
}

.product-details  .pagination {
	font-size:11px;
	border: 0;
	padding: 0;
}

.details p{
	margin-top: 14px;
}

.product-details  .details .annotation {
	font-weight: bold;
}

.product-details  h2 {
	padding-right: 40px;
}

.files {
	font-size: 12px;
	font-style: italic;
	margin: 14px 0 0 14px;
}

.files  li{
	padding: 5px 0 0 23px;
}

.files .pdf {
	background: url(../img/pdf-file.gif) no-repeat center left; 
}


/* Page Elements */

.main h1 {
	padding: 0 0 13px 14px;
	border-bottom: 1px solid #6f554b;
}

.main h1 span{
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
}

.main h1 span.separator{
	padding: 0 12px;
	font-size: 14px;
}

.main .breadcrumbs {
	font-size: 11px;
	font-style: italic;
	padding: 14px 0 0 14px;
}

.main .breadcrumbs  .separator{
	padding: 0 5px;
}

.right-sidebar .news-advices {
	width: 238px;
	margin-top: 14px;
}

.right-sidebar .right-nav .cat-img{
	margin: 14px 0 -28px 13px; 
}

.right-sidebar .right-nav {
	background: #6e5248;
}

.right-sidebar .cat-img .img-angle{
	width: 69px;
	height: 70px;
	background: url(../img/right-nav-cat-angle-1.gif) no-repeat center right;
	top: -15px;
	right: -14px;
}

.right-nav  li#first{
	background: url(../img/right-nav-bg.gif) no-repeat top right;
	border-top: 0;
	background-color: transparent;
	position: relative;
}

.right-nav li {
	border-top: 1px solid #86675c;
	cursor: pointer;
}

.right-nav li a {
	display: block;	
	color: #ffd3c1;
	font-size: 11px;
	text-transform: uppercase;
	padding: 14px 28px;
	border-bottom: 1px solid #5d4339;
	background: url(../img/right-nav-lvl-one-bg.gif) no-repeat 14px 18px;
}

.right-nav li a:hover, .right-nav li.current a  {
	color: #b9998c;
	background: url(../img/right-nav-lvl-one-on-bg.gif) no-repeat 10px 20px;
}

.right-nav li.current li {
	background: #6d5147 url(../img/right-nav-lvl-two-bg.png) repeat-x bottom left;

}

.right-nav li.current li a{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	background: url(../img/right-nav-lvl-two-bg-1.gif) repeat bottom left;
}

.right-nav li.current li a:hover, .right-nav li.current li.current a{
	color: #da9073;
	background: url(../img/right-nav-lvl-two-on-bg-1.gif) no-repeat top left;
}

.right-nav li.current li.current, .right-nav li.current li:hover{
	background-image: url(../img/right-nav-lvl-two-on-bg.png) ;
	background-position: top left;
	background-color: #6e5248;
}

.pagination {
	font-style: italic;
	text-align: right;
	position: relative;
	border-top: 1px solid #b4a39d;
	padding: 10px 14px 0 0;
	font-weight: bold;
}

.pagination .prevPage, .pagination .nextPage{
	font-size: 11px;
	font-weight: normal;
}

.pagination .prevPage{
	padding-left: 14px;
	background: url(../img/prev-bg.gif) no-repeat center left;
}

.pagination .nextPage{
	padding-right: 14px;
	background: url(../img/next-bg.gif) no-repeat center right;
}

.pagination .separator {
	padding: 0 10px;
}

.pagination .current {
	font-weight: normal;
}

#content .pagination .img-angle{
	top: -1px;
	
}

/* Info pages */

.info .details{
	padding:0 14px;
}

.details img {
	border: 1px solid #b4a39d;
	margin: 14px 14px 14px 0;
}

.news-page .list-item{
	padding: 0 14px 14px 14px;
	margin-top: 14px;
	background: url(../img/news-item-bg.png) repeat-x left 23px;
	position: relative;
	height: 1%;
}

.news-page .img-angle { 
	background: url(../img/list-angle.gif) no-repeat top left;
	width: 14px;
	height: 14px;
	top: 23px;
}


.news-page .list-item a.more-info{
	float: none;
}

.news-page .date {
	display: block;
	width: 70px;
	background: url(../img/date-bg.gif) no-repeat top left;
	height: 26px;
	padding: 4px 0 0 14px;
	position: relative;
	margin-left: -14px;
}

.news-page h2 {
	padding-top: 10px;
}
.news-page .item h2 {
	padding-top: 0;	
}

.advice-page img.advice-icon {
	float: left;
	margin-right: 14px;
}

.advice-page .list-item{
	padding-left: 0;
	padding-top: 1px;
	background-position: 0 0;
	overflow: hidden;
}

.advice-page .list-item .img-angle, .gallery  .list-item .img-angle{
	top: 0;
}

.advice-page .list-item  .item {
	float: left;
	width: 616px;
	padding-top: 13px;
}

.advice-page  .news-advices {
	background-position: top left;
}


.advice-page  .news-advices-content  {
	background: url(../img/news-advices-top-bg-1.png) no-repeat right top;
}

.gallery  .list-item{
	background-position: 0 0;
	padding-top: 14px;
	width: 196px;
	float: left;
	margin-right: 28px;
}

.gallery .last {
	margin-right: 0;	
} 

.gallery  a.img-thumb{
	display: inline-block;
	padding: 0;
	border: 0;
	width: 196px;
	text-align: center;
	height: auto;
	background: transparent;
}

.gallery  a.img-thumb img{
	border: 1px solid #b4a39d;
}

/* Contacts */

.map{
	float: left;
	margin-right: 28px;
	font-size: 11px;
	font-style: italic;
	margin-top: 14px;
}

.map iframe{
	border: 1px solid #000;
}

.contacts .address {
	float: left;
	width: 280px;
}

.contacts .address p{
	margin-top: 14px;
}
.contacts .address a{
	font-style: italic;
}

.contacts #contact-form {
	width: 392px;
}

.contacts input, .contacts label, .contacts textarea  {
	display: block;
	width: 392px;
}

.contacts label {
	margin-top: 14px;
}

.contacts input.textfield , .contacts textarea{
	border: 1px solid #b4a39d;
	background: #ede5e2 url(../img/textfield-bg.png) repeat-x left top;
	font: 14px/16px Arial, “Helvetica Neue”, Helvetica, sans-serif;
}

.contacts input.textfield {
	height: 26px;	
}

.contacts textarea{
	overflow: auto;
	
}

input.btn{
	border: 0;
	height: 56px;
	padding: 10px 0 0 0;
	width: 114px;
	color: #fff;
}

.contacts .required {
	float: right;
	font-size: 11px;
	padding-left:  14px;
	background: url(../img/required-bg.gif) no-repeat center left;
	position: relative;
	margin-top: -28px;
}

p.error, li.error label{
	color: #f75022;
	font-weight: bold;
}

li.error input.textfield , li.error textarea {
	border-color: #f75022;
	background-image: none;
}

#sitemap {
	margin-top: 14px;
}

#sitemap li {
	padding: 14px 14px 0 28px;
	font-size: 12px;
	font-style: italic;
	background: url(../img/next-bg.gif) no-repeat 14px 18px;
	position: relative;
}

 
/* Footer */

#footer {
	color: #b9998c;
	overflow: hidden;
	padding-bottom: 28px;
}

#footer .footer{
	background: url(../img/footer-bg.png) repeat-x top left;
}

#footer .body {
	background: url(../img/footer-body-bg.gif) no-repeat top left;
	height: 98px;
}

#footer a{
	color: #fff;
}

#footer ul {
	margin-left: 28px;
	padding-top: 16px;
	overflow: hidden;
}

#footer li {
	float: left;
	font-size: 12px;
	padding-right: 8px;
	margin-right: 7px;
	border-right: 1px solid #b9998c;
}
#footer li a{
	font-weight: bold;

}
#footer a:hover, #footer li.current a{
	color: #da9073;
}

#footer li.last {
	border: 0;
	margin: 0;
	padding: 0;
}

#footer .copyright {
	width: 812px;
	float: left;
	padding-left: 28px;
	margin-top: 14px;
}
#footer .copyright img {
	float: left;
	margin: 5px 0 0 0;
}

#footer .website-by-corpus{
	width: 112px;
	float: right;
	font-size: 10px;
	line-height: 0.3em;
	margin-top: 16px;
}

#footer .website-by-corpus span{
	padding-left: 37px;
}

#top-rina {
	width: 728px;
	float: left;
	overflow: hidden;
}

#top-rina img {
	padding: 6px 0;
	float: right;
}

