/*

Оглавление:

	1. Основные стили
	2. Шапка
	3. Основной блок
	4. Левое меню
	5. Контент
	6. Особые стили страниц
	7. Подвал

*/

/* 1. Основные стили */
html, body
{
	margin: 0px;
	font-family: "Trebuchet MS";
	color: #2d2427;
	font-size: 90%;
}

html
{
	background-color: #4a0c17;
	background-image: url(/i/top.gif);
	background-repeat: repeat-x;
}

body
{
	padding: 0px;
	background-image: url(/i/bottom.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#body
{
	margin: 0 auto;
}

img
{
	border: 0px;
}

a
{
	color: #831628;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	color: #2a0a08;
	font-size: 185%;
	font-weight: normal;
	margin: 2px 0px 14px -2px;
}

h2
{
	font-size: 155%;
	margin-bottom: 7px;
}

h3
{
	font-size: 140%;
	margin-bottom: 4px;
}

div#body
{
	width: 1020px;
}

/* 2. Шапка */

div#top
{
	height: 233px;
	background-image: url(/i/phone.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: -26px;
}

div#top div#logo
{
	width: 822px;
	height: 207px;
	background-image: url(/i/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 1px;
	float: left;
}

div#top div#logo img
{
	position: absolute;
	left: 135px;
	top: 105px;
}

div#top div#logo ul#top_menu
{
	margin: 126px 0px 0px 382px;
}

div#top div#logo ul#top_menu li
{
	float: left;
	width: 68px;
	height: 30px;
	list-style: none;
	text-align: center;
	padding-top: 7px;
	font-size: 98%;
	margin-right: 10px;
	letter-spacing: -0.3px;
}

div#top div#logo ul#top_menu li.active
{
	font-weight: bold;
	background-image: url(/i/top_menu_active.png);
	background-repeat: no-repeat;
}

div#top div#logo ul#top_menu a
{
	color: #d0bd84;
}

div#top div#logo ul#top_menu li.active a
{
	color: #b6adad;
	text-decoration: none;
}

div#top div#top_right, div#error_top div#top_right
{
	float: right;
	width: 197px;
}

div#top div#icon_menu, div#error_top div#icon_menu
{
	height: 30px;
	margin: 15px 0px 50px 45px;
}

div#top div#icon_menu a, div#error_top div#icon_menu a
{
	float: left;
	display: block;
	height: 21px;
	width: 21px;
	padding: 9px 0px 0px 9px;
	margin-right: 15px;
}

div#top div#icon_menu a.active, div#error_top div#icon_menu a.active
{
	background-image: url(/i/icon_active.png);
	background-repeat: no-repeat;
}

div#top div#phone label
{
	color: #874b48;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding-left: 10px;
	cursor: text;
}

div#top div#phone div
{
	width: 176px;
	height: 30px;
	margin-top: 2px;
	padding: 8px 15px;
	background-image: url(/i/phone_box.png);
	background-repeat: no-repeat;
	position: relative;
	color: #a75c59;
}

div#top div#phone span
{
	color: #fff0a5;
	font-size: 180%;
	letter-spacing: -0.5px;
	font-family: Georgia;
	position: absolute;
	left: 60px;
	top: 5px;
}

/* 3. Основной блок */

div#main
{
	width: 810px;
	background-color: #691524;
	margin-left: 30px;
	border-left: 1px solid #43060e;
	position: relative;
	clear: both;
}

div#main:before
{
	margin-left: -1px;
	content: url(/i/main_tl.gif);
	display: block;
	height: 15px;
	width: 50px;
}

div#main:after
{
	content: url(/i/main_bl.gif);
	display: block;
	height: 10px;
	width: 9px;
}

/* 4. Левое меню */
div#main div#menu
{
	width: 230px;
	float: left;
}

div#menu ul.top
{
	margin: 0;
	margin-top: 11px;
	padding: 0px 0px 0px 14px;
}

div#menu ul.top li
{
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 16px;
}

div#menu ul.top li a
{
	color: #fef9e7;
}

div#menu ul.top li.active
{
	color: #681523;
	background-color: #fef9e7;
	margin-bottom: 13px;
	padding: 0px;
}

div#menu ul.top li.active:before
{
	content: ".";
	font-size: 0px;
	display: block;
	height: 4px;
	width: 4px;
	background-image: url(/i/menu_tl.gif);
}

div#menu ul.top li.active:after
{
	content: ".";
	font-size: 0px;
	display: block;
	height: 4px;
	width: 4px;
	background-image: url(/i/menu_bl.gif);
}

div#menu ul.top li.active a
{
	color: #681523;
	display: block;
	margin-left: 15px;
	margin-top: 5px;
}

div#menu ul.submenu
{
	margin: 0px;
	padding: 7px 0px;
	z-index: 10;
	position: relative;
}

div#menu ul.submenu li
{
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	font-size: 90%;
	line-height: 18px;
}

div#menu ul.submenu a
{
	margin: 0px !important;
	display: inline !important;
}

div#menu ul.submenu ul
{
	margin: -1px 0px 0px -10px !important;
	padding: 2px 0px 4px 1px;
	background-color: #fffae7;
	z-index: 20;
	position: relative;
}

div#menu ul.submenu ul li
{
	font-size: 85%;
	overflow: hidden;
	height: 17px;
	margin: 0px 0px 1px 10px;
	padding-left: 15px;
}

div#menu ul.submenu li.selected, div#menu ul.submenu ul li:hover
{
	background: #681622 url(/i/submenu.gif) no-repeat;
	color: #fef9e7;
}

div#menu ul.submenu li
{
	padding-left: 10px;
	margin-left: 5px;
}

div#menu ul.submenu li.selected li a
{
	color: #681622;
	text-decoration: underline;
}

div#menu ul.submenu li.selected a, div#menu ul.submenu ul li.selected a, div#menu ul.submenu ul li:hover a
{
	color: #fef9e7;
	text-decoration: none;
}

div#main div#main_right
{
	margin: -15px 0px -10px 229px;
	background-color: #fffae7;
	background-image: url(/i/main_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#main div#main_right:before
{
	content: ".";
	font-size: 0px;
	background-image: url(/i/main_tr.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 15px;
}

/* 5. Контент */
div#content
{
	position: relative;
	padding: 1px 21px 30px;
	min-height: 470px;
	z-index: 10;
}

div#content div#map
{
	margin-left: -5px;
	font-size: 80%;
	color: #9d9d9d;
}

div#content div#map a
{
	font-size: 11px;
	color: #9d9d9d;
	margin: 0 5px;
}

/* YY 27.03.2009 14:12 */
div#content div#map span {
	margin: 0 5px;
}

div#content div.image
{
	float: left;
	margin: 0px 16px 10px -5px;
}

div#content div.image label
{
	display: block;
	font-size: 85%;
	font-style: italic;
	color: #a4a19c;
	padding: 2px 0px 0px 16px;
}

div#content p
{
	margin: 0px;
	padding-bottom: 15px;
}

div#content table, div#content table td, div#content table th
{
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}

div#content table tr.header
{
	background-image: url(/i/hr_bg.gif);
}

div#content table tr.header th
{
	height: 27px;
	color: #fff5ea;
	text-align: left;
	padding-left: 10px;
	font-size: 90%;
}

div#content table tr.header th:first-child
{
	background-image: url(/i/hr_left.gif);
	background-repeat: no-repeat;
}

div#content table tr.header th:last-child
{
	background-image: url(/i/hr_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#content table td
{
	padding: 10px 15px;
	font-size: 90%;
	border-bottom: 1px solid #dbd8c7;
	border-right: 1px solid #dbd8c7;
	vertical-align: top;
}

div#content table td:last-child
{
	border-right: 0px;
}

div#content blockquote
{
	color: #543f2a;
	width: 450px;
	background-color: #ebe6d8;
	margin: 30px 0px;
	padding: 0;
}

div#content blockquote:before
{
	content: url(/i/bq_tl.gif);
	background-image: url(/i/bq_tr.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
}

div#content blockquote:after
{
	content: url(/i/bq_bl.gif);
	background-image: url(/i/bq_br.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
}

div#content blockquote span
{
	display: block;
	padding: 5px 25px;
	font-size: 110%;
}

div#content table.contact td
{
	border: 0px;
	padding: 0px;
}

div#content table.contact tr.text td
{
	padding-top: 20px;
}

div#content table.contact span
{
	display: block;
	color: #c3bdad;
	font-weight: bold;
	font-size: 95%;
	padding-top: 10px;
}

div#content table.contact label
{
	font-size: 130%;
}

div#content table.contact input.input, div#content table.contact textarea
{
	width: 300px;
	border: 1px solid #a09d94;
}

div#content table.contact textarea
{
	height: 100px;
}

div#content table.contact input.button, div#content table.contact select
{
	margin-top: 10px;
}

div#content table.contact select
{
	width: 200px;
}

div#content table.contact table
{
	margin-top: 25px;
}

div#content table.contact table td
{
	padding-bottom: 5px;
	width: 130px;
}

div#content div.news_item
{
	width: 460px;
	padding-bottom: 20px;
}

div#content div.news_item label
{
	color: #9d9d9d;
	font-size: 85%;
}

div#content div.news_item h3
{
	margin: 0;
	padding: 0;
}

div#content div.news_item h3 a
{
	color: #831628;
}

div#content hr
{
	height: 1px;
	border: 0px;
	background-color: #e6d9c9;
	margin: 55px 0px 20px
}

div#content div.back_button
{
	width: 135px;
	height: 21px;
	font-size: 90%;
	text-align: center;
	background-image: url(/i/back_button.gif);
	margin-top: -10px;
	padding-top: 2px;
	float: right;
}

div#content table.catalogue
{
	width: 100%;
}

div#content table.catalogue td
{
	border: 0px;
	padding: 0px;
}

div#content div.catalog_img
{
	width: 128px;
	background-image: url(/i/photo_under.gif);
	background-repeat: no-repeat;
	padding: 6px 12px 25px;
/*	float: left; */
}

div#content div.catalog_img img
{
	margin-bottom: 15px;
}

div#content div.catalog_img a
{
	font-size: 120%;
	line-height: 115%;
	font-weight: bold;
}

div#content div.catalog_image
{
	width: 228px;
	height: 317px !important;
	padding: 6px 16px;
	background-image: url(/i/photo_underb.gif);
	background-repeat: no-repeat;
	vertical-align: middle; /* YY 01.04.2009 14:10 */
	margin-left: -12px;
	float: left;
}

div#content div.catalog_image img
{
	float: left;
	vertical-align: middle; /* YY 01.04.2009 14:10 */
}

div#content div.catalog_description
{
	margin-left: 255px;
}

div#content div.catalog_description div.price
{
	width: 186px;
	height: 35px;
	background-image: url(/i/price.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 20px;
	margin-bottom: 10px;
	color: #681523;
}

div#content div.catalog_description div.price label
{
	color: #949187;
	font-size: 110%;
}

div#content div.catalog_description div.price span
{
	font-size: 190%;
}

div#content div.catalog_description h4
{
	color: #9f9c91;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0px 5px;
	padding: 0;
}

div#content div.catalog_description a
{
	background-image: url(/i/cart.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 15px 40px 5px 0px;
}

div#content div.include
{
	font-size: 85%;
	width: 220px;
/*	border-bottom: 1px dotted #553d23;*/
	margin-bottom: 4px;
	color: #553d23;
	height: 13px;
}

div#content div.include span.left
{
	background-color: #fef9e7;
	float: left;
}

div#content div.include span.right
{
	background-color: #fef9e7;
	float: right;
}

div#content div.other
{
	margin: 0;
	padding: 0;
	margin-top: 45px;
	border-top: 1px solid #e9e4d4;
	height: 240px;
}

div#content div.other h3
{
	padding-left: 30px;
}

div#content div.other a.left, div#content div.other a.left img
{
	float: left;
}

div#content div.other a.right, div#content div.other a.right img
{
	float: left;
	opacity: 0.9;
	filter:alpha(opacity: 90);
	moz-opacity: 0.9;
}

div#content div.other div.list
{
	margin: 10px 25px;
}

div#content div.other div.list div
{
	float: left;
	margin-right: 10px;
}

ul.list, ol.list
{
	margin-top: 5px;
}

ul.list
{
	list-style: none;
	padding: 0;
	padding-left: 5px;
	color: #a29f90;
}

ol.list
{
	font-weight: bold;
	color: #a29f90;
}

ul.list label
{
	padding-right: 5px;
}

ol.list span, ul.list span
{
	font-weight: normal;
	color: #2d2427;
}

ol.alpha
{
	list-style: lower-alpha;
}

ol.list li, ul.list li
{
	padding: 2px 0 2px 0;
}

.pages
{
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #000000;
	border-bottom: 1px solid #76C2E7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.pages a
{
	color: #2598d1;
}

div#bottom
{
	height: 88px;
	width: 805px;
	background-image: url(/i/content_bottom.png);
	background-repeat: no-repeat;
	margin: -40px 0px 0px 25px;
	position: relative;
	z-index: 20;
}

/* 6. Особые стили страниц */

div.default
{
	background-color: #fffae7 !important;
}

div.default div#main_right
{
	margin-left: 0px !important;
}

div.default div#page_picture
{
	width: 260px;
	height: 560px;
	background-image: url(/i/main.png);
	bottom: 0px;
	right: -178px;
}

div.about div#page_picture, div.catalogue div#page_picture, div.sitemap div#page_picture /*, 03.04.2009 14:45 div.catalog_view div#page_picture */
{
	width: 325px;
	height: 655px;
	background-image: url(/i/about.png);
	bottom: -20px;
	right: -179px;
}

div.news_view div#page_picture, div.news div#page_picture
{
	width: 245px;
	height: 515px;
	background-image: url(/i/news_view.png);
	bottom: 10px;
	right: -179px;
}

div#page_picture
{
	background-repeat: no-repeat;
	position: absolute;
}

div.default:before
{
	content: url(/i/main_tlw.gif) !important;
}

div.default:after
{
	content: url(/i/main_blw.gif) !important;
}

div.default div#top_slogan
{
	height: 114px;
	position: relative;
	border-bottom: 1px solid #ddd7c8;
	margin-right: -21px;
}


div.default div#top_slogan div
{
	width: 400px;
	letter-spacing: -0.1px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	color: #895f00;
	left: 340px;
	top: 28px;
}

div.default div#content img.picture
{
	position: absolute;
	left: -43px;
	top: 4px;
}

div.default table#sections
{
	width: 100%;
	margin-top: 50px;
	position: relative;
	z-index: 20;
}

div.default table#sections td
{
	border: 0;
	padding: 0;
	position: relative;
	padding-bottom: 30px;
}

div.default table#sections a, div.default table#sections a img
{
	float: left;
}

div.default table#sections div
{
	color: #cf762e;
	line-height: 105%;
	margin-left: 105px;
	width: 130px;
}

div.default table#sections td:last-child div
{
	width: 180px;
}

div.default table#sections div span
{
	display: block;
	width: 130px;
}

div.default table#sections div a
{
	float: none;
	display: block;
	font-size: 160%;
	line-height: 100%;
	margin: 20px 0px 5px;
}

div.news hr
{
	margin-top: 25px !important;
}

div.news_view div#content, div.news div#content
{
	min-height: 600px;
}

div.about div#main_right, div.catalogue div#main_right, div.catalog_view div#main_right, div.sitemap div#main_right
{
	min-height: 650px;
}

div.news_view div.news_item
{
	padding-top: 15px;
}

/* 7. Подвал */

div#footer
{
	height: 120px;
	margin: 45px 0px 0px 27px;
}

div#footer div#compas
{
	height: 95px;
	width: 104px;
	margin-top: 5px;
	background-image: url(/i/compas.png);
	background-repeat: no-repeat;
	float: left;
}

div#footer div#copyrights
{
	float: left;
	color: #935f54;
	padding-top: 10px;
	margin-left: 11px;
	line-height: 13px;
	letter-spacing: 0.5px;
	font-size: 85%;
}

div#footer div#copyrights div
{
	color: #a9846d;
	padding-bottom: 8px;
}

div#footer div#copyrights a
{
	color: #935f54;
}

div#copyrights div a {
	color: #a9846d !important;
}

div#footer div#slogan
{
	width: 222px;
	height: 98px;
	background-image: url(/i/footer_box.gif);
	line-height: 15px;
	background-repeat: no-repeat;
	padding: 25px 50px 0px 30px;
	margin-left: 130px;
	color: #d18886;
	float: left;
}

div#footer div#counters
{
	width: 88px;
	height: 60px;
	opacity: 0.3;
	filter:alpha(opacity: 30);
	moz-opacity: 0.3;
	margin: 20px 60px 0px 0px;
	overflow: hidden;
	float: right;
}

div#footer div#counters div.top
{
	clear: both;
	margin-bottom: 2px;
}

div#footer div#counters div.bottom
{
	float: left;
	margin-right: 2px;
}

div#footer div#counters div.bottom:last-child
{
	float: none;
	margin-right: 0px;
}

div#error_top
{
	height: 221px;
}

div#error_top div#logo
{
	width: 586px;
	height: 221px;
	position: absolute;
	background-image: url(/i/error_logo.gif);
	background-repeat: no-repeat;
	margin-left: -6px;
}

div#error_top div#logo img
{
	position: absolute;
	left: 135px;
	top: 105px;
}


div#error
{
	width: 360px;
	margin-left: 4px;
	background-color: #fffae7;
	padding: 30px 50px 180px;
	background-image: url(/i/error_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
}

div#error p
{
	font-size: 90%;
}

div#error img
{
	position: absolute;
	right: -249px;
	bottom: 51px;
}

body.error
{
	background-image: none;
}

/* YY 28.03.2009 12:57 */

.error_msg { 
	font-size : 140%; 
	padding : 5px 15px; 
	background-color : white; 
	border : 3px solid #ccc; 
	margin-bottom : 15px; 
} 
.error_msg#true { 
	color : #009900; 
	border-color : #009900; 
} 
.error_msg#false { 
	color : #cc0000; 
	border-color : #cc0000; 
} 

/* /YY 28.03.2009 12:57 */
