/**********************[ общие параметры ]****************************/

body {
	margin: 0;
	padding: 0;
	font: 11px tahoma, sans-serif;
	background: #fff url("/images/mountains/bg-left.gif") left top repeat-y;
	color: #777;
}

#site {
	float: left;
	width: 100%;
	background: url("/images/mountains/bg-right.gif") right top repeat-y;
	padding: 0 30px 20px 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: none;
	width: auto;
}

html>body #site {
	float: none;
	width: auto;
}

a {
	color: #069;
}

a:visited {
	color: #069;
}

a:hover {
	color: #f90;
}


/**********************[ шапка сайта ]****************************/

a#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100px;
	height: 100px;
	padding-left: 40px;
	background: url("/images/mountains/bg-header-left.gif") left top no-repeat;
}

#header {
	background: url("/images/mountains/bg-header-top.jpg") left top no-repeat;
	height: 130px;
}

#header h1 {
	height: 130px;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 60px 0 0 140px;
	background: url("/images/mountains/bg-header-photo.jpg") right 30px no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 70px;
}

html>body #header h1 {
	height: 70px;
}

#header h1 a {
	text-transform: uppercase;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	top: 82px;
	left: 170px;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #999;
	width: 400px;
	height: 15px;
	text-transform: lowercase;
}

/**********************[ стили меню ]****************************/

#menu {
	margin: 0;
	height: 40px;
	background: url("/images/mountains/bg-menu.gif") left top repeat-x;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

#menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	line-height: 37px;
	height: 40px;
	margin-right: 25px;
	background: url("/images/mountains/bg-menu-normal.gif") left bottom repeat-x;
}

#menu ul li a:hover, #menu ul li a.selected {
	color: #fff;
	background: url("/images/mountains/bg-menu-hover.gif") left bottom repeat-x;
}

/**********************[ layout ]****************************/

#wrapper {
	background: url("/images/mountains/bg-sub.gif") left top repeat-x;
	border-bottom: 10px solid #069;
}

#wrapper p {
	margin-top: 0;
}

#outer {
	background: url("/images/mountains/bg-side.gif") repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -270px;
	background: url("/images/mountains/bg-side.gif") repeat-y right;
}

#content {
	margin-right: 270px;
}

#main {
	margin-left: 40px;
	margin-right: 20px;
	padding: 30px 0 30px 0;	
}

#left {
	width: 0;
}

#sidebar {
	width: 250px;
	float: right;
	margin-top: 0;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666;
	
}

.clearing {
	height: 0;
	clear: both;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	background: url("/images/mountains/bg-sub.gif") left top repeat-x;
	color: #999;
}

#footer p {
	margin-top: 0;
}

/***************[ стили основной колонки ]**********************/

#main h3 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #f90;
	background: url("/images/mountains/bg-titles.gif") left top repeat-y;
	padding-left: 10px;
}

#main h3.title {
	margin-top: 10px;
	color: #f90;
	border: none;
	margin-bottom: 10px;
}

/***************[ стили правой колонки ]**********************/

div.sidebox {
	width: 180px;
	margin-left: 17px;
	margin-top: 20px;
	padding-bottom: 10px;
}

div.sidebox h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 15px 15px 10px 15px;
	margin: 0;
}

div.sidebox p {
	margin: 0 20px 10px 15px;
}

div.sidebox ul {
	margin: 0 20px 10px 15px;
	padding: 0;
}

div.sidebox ul li {
	padding: 0;
	margin-left: 20px;
}

/*div.sidebox.search {
	width: 250px;
	margin-left: 0;
	margin-top: 0;
	padding: 20px 0 30px 17px;
	background: #069 url("/images/mountains/bg-search.gif") left top repeat-x;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 233px;	
}

html>body div.sidebox.search {
	width: 233px;
}

div.sidebox.search h3 {
	color: #fff;
	padding-bottom: 3px;
}

div.sidebox.search p {
	color: #fff;
}*/

div.sidebox form {
	margin: 0 20px 0 15px;
	padding: 0;
	
}

div.sidebox form p {
	margin: 0 0 10px 0;
	padding: 0;
}
div.sidebox form input.field {
	width: 180px;
	border: 1px solid #ccc;
}

div.sidebox form input.submit {
	background: #999 url("/images/mountains/bg-submit.gif") left top repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	text-transform: lowercase !important;
	font: 11px arial, sans-serif;
	margin-top: 5px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

/***************[ стили footer'а ]**********************/

#footer p {
	font-size: 10px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 170px;
}

#footer a {
	font-size: 10px;
}

#footer h4 {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 170px;
	font-size: 18px;
	font-weight: normal;
	color: #777;
}

#footer ul.footer-menu {
	text-align: left;
	margin: 0 auto;
	padding: 3px 0 5px 170px;
	list-style: none;
}

#footer ul.footer-menu li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: lowercase;
}

#footer p#our-logo {
	float: left;
	display: inline;
	margin: 0 0 0 40px;
	padding: 0;
}

/*****************[ стили новостей ]**********************/

h4.news-header {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}

p.news-date {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 5px 0px 5px 0px;
	background-color: #ccc;
	padding: 1px 3px 1px 3px;
	width: 67px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 61px;
}

html>body p.news-date {
	width: 61px;
}

p.news-lead {
	margin-left: 40px;
	margin-bottom: 15px;
}

/*****************[ стили документов ]**********************/

h4.doc-title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p.doc-desc {
	margin-left: 40px;
	margin-bottom: 15px;
}

/*****************[ стили товаров c фото ]**********************/

div.photo-box {
	margin-bottom: 10px;
	height: 70px;
	min-height: 90px;
}

html>body div.photo-box {
	height: auto;
}

div.photo-box h4.item-title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 95px;
}

div.photo-box p.item-desc {
	margin-left: 95px;
	margin-bottom: 15px;
}

div.photo-box a.item-photo {
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}

/*****************[ стили товаров без фото ]**********************/

div.no-photo {
	margin-bottom: 25px;
}

div.no-photo h4.item-title-noimg {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

div.no-photo p.item-desc-noimg {
	margin-left: 0;
	margin-bottom: 15px;
}