body {
	font-size: 16px;
	font-family: sans-serif;
	color: #222;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.header {
	background: url(../images/logo.jpg) no-repeat;
	width: 1000px;
	height: 120px;
	position: relative;
}

.logo {
	width: 410px;
	height: 65px;
	display: block;
	position: absolute;
	top: 25px;
	left: 15px;
}



.phone1, .phone2, .phone3 {
	color: #565756;
	font-size: 24px;
	position: absolute;
}

.phone1 {
	top: 20px;
	right: 170px;
}

.phone1 sup, .phone2 sup, .phone3 sup {
	color: #5a8851;
	font-size: 14px;
	vertical-align: top;
}

.phone2 {
	top: 45px;
	right: 160px;
}

.phone3 {
	top: 70px;
	right: 150px;
}

.email {
	top: 94px;
	right: 2px;
	color: #757675;
	font-size: 24px;
	position: absolute;	
	text-decoration: none;
}

.email span {
	color: #62b462;
}



.menu {
	background: url(../images/menu-bg.jpg) no-repeat;
	width: 920px;
	height: 39px;
	padding: 0 40px;
	margin-bottom: 5px;
	position: relative;
	z-index: 5;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	text-decoration: none;
	color: #fefefe;
	padding: 11px 22px 12px;
	display: block;
}

.menu ul li a:hover, .menu ul li a.active {
	background: url(../images/menu-li-a-active.png) no-repeat;
}


/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
}
#nav li{
	float:left;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:11px 22px 12px;
	color: #fefefe;
	text-decoration:none;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
}
#nav li a:hover, .menu ul li a.active {
/*	color:#fff;
	background:#6b0c36;
	background:rgba(107,12,54,0.75); 
	text-decoration:underline;*/
	background: url(../images/menu-li-a-active.png) repeat-x;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /*-9999 Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	/*padding-top:1px;  Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
	background:url(dot.gif);
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#586E47;
	background: url(../images/menu-li-a-active.png) repeat-x;
/*	background:rgba(107,12,54,0.75); 
	text-decoration:underline;*/
}
#nav li:hover ul li a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
	background: #596F48;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background: #9BBA82;
/*	background:rgba(51,51,51,0.75); 
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);*/
}



/*.slider {
	background: url(../images/slider.jpg) no-repeat;
	width: 1000px;
	height: 286px;		
}*/




.slider {
float:left;
width:1000px;
height:286px;
position:relative;
padding-bottom:3px;
background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
z-index: 2;
}

.sliderContent {
float:left;
width:1000px;
height:286px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../images/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-20px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:1000px;
height:286px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:15px;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../images/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}









.breadcrumbs {
	margin: 3px 0 0;
}

.breadcrumbs a {
	color: #313131;
	font-size: 16px;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}


.wrap-content {
	margin-top: 40px;
}

.left-sidebar {
	float: left;
	width: 208px;
}


.block {
	margin-bottom: 20px;
}

.block h3 {
	background: url(../images/head-left-block.jpg) no-repeat;
	width: 207px;
	height: 26px;
	font-size: 20px;
	padding: 17px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}

.block ul li {
	padding: 0 0 5px 0;
	list-style-image: url(../images/bullet.jpg);
}

.block ul li a {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 1.2;
}

.block ul li a:hover {
	text-decoration: none;
}

.content {
	float: right;
	width: 790px;
}


.foto-img {
	border: 1px solid #312322;
	float: left;
	margin: 3px 15px 5px 0;
}

.news {
	padding: 0 0 0 8px;
}

.news h2 {
	font-size: 20px;
	color: #474747;
	padding-bottom: 12px;
}

.news a.more {
	font-size: 22px;
	color: #43b343;
	text-decoration: none;
	margin-bottom: 30px;
	display: inline-block;
}

.news p {
	line-height: 1.2;
}

div.hr {
	background: url(../images/hr.jpg) repeat-x 0 50%;
	width: 685px;
	height: 7px;
	margin: 20px 0;
}

.vitrag img {
	padding: 15px;
}

.collection h3 {
	text-align: center;
	font-size: 22px;
	color: #474747;
	padding: 0 0 35px;
}

.collection h4 {
	text-align: center;
	font-size: 24px;
	color: #642e2e;	
	padding: 35px 0 40px;
}

.collection .item {
	float: left;
	width: 262px;
	text-align: center;
}

.collection .item span {
	color: #565656;
	font-size: 16px;
	text-decoration: underline;
}

ul.list {
	margin: 5px 0 60px;
}

ul.list li {
	list-style-image: url(../images/bullet2.png);
	color: #6d6d6d;
	font-size: 16px;
	line-height: 1.2;
}




.wrap-footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 123px;
}

.footer {
	width: 1000px;
	margin: 0 auto;
}

.footer-l, .footer-r {
	width: 25%;
	float: left;
}

.footer-l, .footer-m {
	background: url(../images/separator.png) no-repeat 100% 50%;
	height: 123px;
}

.footer-l p {
	color: #f0fde6;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 47px 20px;
}


.footer-m {
	width: 50%;
	float: left;
}

.footer-m {
	text-align: center;
}

.footer-m ul {
	padding: 20px 90px 25px;
}

.footer-m ul li {
	float: left;
	padding: 0 3px;
	border-right: 1px solid #fff;
}

.footer-m ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.footer-m ul li a:hover {
	text-decoration: underline;
}

.footer-m ul li.no-border {
	border-right: none;
}

p.copyright {
	color: #a79e2e;
	text-align: center;
}

.footer-r div {
	padding: 30px 25px 20px 135px;
	text-align: right;
}



.clear {
	clear: both;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

strong {
	font-weight: bold;
}

.sitemap ul{ padding:10px; list-style-type:none; margin:10px 20px;}
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul { padding:10px; list-style-type:none; margin:10px 20px; border-left: 3px solid #ccc;}
.sitemap ul li { padding:2px;}
.sitemap a{color:#666;}
.sitemap a:hover{color:#B2C629;}