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

body {
	margin: 0;
	padding: 0;
	color: #363636;
   	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
   	font-size: 0.78em;
	background: #363636;
}

#site {
}

a {
	color: #C93705;
	text-decoration: underline;
}

a:visited {
	color: #C93705;
}

a:hover {
	color: #363636;
}


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

a#logo {
	position: absolute;
	top: 40px;
	left: 45px;
	width: 100px;
	height: 100px;
	border: 5px solid #D5D29E;
}

#header {
  	background: #ad1a03 url("/images/maple/bg-top.gif") bottom repeat-x;
	height: 155px;
	border-bottom: 2px solid #fff;
}

#header h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 65px 0 0 180px;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover {
	color: #EDECCD;
}


#header h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 180px;
	color: #EDECCD;
}

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

#menu {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	height: 30px;
  	background: #363636;
	font-weight: bold;
	border-bottom: 5px solid #d5d29e;
}

#menu ul {
  	height: 30px;
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}

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

#menu ul li a, #menu ul li a:visited {
	margin: 0;
	float: left;
	text-decoration: none;
	color: #ccc;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
}

#menu ul li a:hover {
	color: #363636;
	background: #d5d29e;
}

#menu ul li a.selected, #menu ul li a.selected:hover {
	color: #fff;
	background: none;
}

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

#wrapper {
	background: #EDECCD url("/images/maple/bg-sidebar.gif") right repeat-y;
	border-bottom: 10px solid #C93705;
  height: 100%;
}

#outer {
  height: 100%;
  background: none;
}

#container {
	width: 100%;
	float: left;
	margin-right: -280px;
  height: 100%;
	background: #EDECCD url("/images/maple/bg-sidebar.gif") right repeat-y;
}

#content {
	margin-right: 280px;
  background: none;
  height: 100%;
}

#main {
	margin: 20px 20px 40px 50px;
	padding: 0;
}

#left {
	width: 0;
	height: 0;
}

#sidebar {
	width: 280px;
	float: right;
	padding: 20px 0;
	background: #DDDAA6;	
}

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

#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	background: #363636;
	border-top: 2px solid #fff;
}

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

#main h3 {
	font-size: 2.1em;
	font-weight: normal;
	margin: 40px 0 10px 0;
	color: #363636;
}

#main h3.title {
	margin-top: 30px;
}

h4 {
	font-size: 1.6em;
	color: #363636;
	margin: 0 0 15px 0;
}

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

div.sidebox {
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
	background: #F5F4E3;
}

div.sidebox h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #363636;
	margin: 0 0 10px 0;
	padding: 0;
}

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

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

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


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

div.sidebox form p {
	margin: 0 0 10px 0;
	padding: 0;
}

div.sidebox form input.field {
	width: 180px;
	margin-bottom: 5px;
}


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

#footer p {
	padding-left: 180px;
	color: #fff;
}

#footer a {
	color: #EDECCD;
}

#footer a:hover {
	color: #fff;
}

#footer h4 {
	margin: 0;
	padding: 0 0 0 180px;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
}

#footer ul.footer-menu {
	margin: 0;
	padding: 5px 0 5px 180px;
	list-style: none;
}

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

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

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

h4.news-header {
	font-size: 1.4em;
	font-weight: bold;
	color: #363636;
	margin: 0 0 5px 0;
}
h4.news-header a {
	text-decoration: none;
}
h4.news-header a:hover {
	text-decoration: underline;
}

p.news-date {
	color: #969696;
	margin: 5px 0 0 0;
	padding: 0;
}

p.news-lead {
	margin: 0 0 25px 20px;
}

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

h4.doc-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #363636;
	margin: 0 0 5px 0;
}
h4.doc-title a {
	text-decoration: none;
}
h4.doc-title a:hover {
	text-decoration: underline;
}

p.doc-desc {
	margin: 0 0 25px 20px;
}

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

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

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

div.photo-box h4.item-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #363636;
	margin: 0 0 5px 0;
}

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

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

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

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

div.no-photo h4.item-title-noimg {
	font-size: 1.4em;
	font-weight: bold;
	color: #363636;
	margin: 0 0 5px 0;
}

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

#price-table{
  background: #F5F4E3;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#price-table th {
  background: #D5D29E;
  color: #363636;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
#price-table td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}


img.item-img {
	margin: 0 20px 5px 0;
	padding: 0;
	border: 3px solid #fff;
}
