@charset "utf-8";
/* CSS Document */

/* Глобальные стили */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	}
html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	}
div, img, a {
	border:0;
	}
img {
	vertical-align:top;
	}
a, input, button, textarea, select {
	outline:none;
	}

a {
	color:#cc0000;
	text-decoration:underline;
	cursor:pointer;
	}
a:hover {
	text-decoration:none;
	}
.fleft {
	float:left;
	}	
.fright {
	float:right;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.img-left {
	float:left;
	margin-right:15px;
	}
.img-right {
	float:right;
	margin:0 0 5px 12px;
	}
.center {
	text-align:center;
	}
.clear {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	}
#wrap {
	width:1000px;
	min-height:100%;
	margin:0 auto;
	font-size:13px;
	line-height:1.2em;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	z-index:1;
	}
#wrap-cont {
	width:928px;
	margin:0 auto;
	padding:157px 0 155px;
	position:relative;
	z-index:2;
	}
/* ################## */

/* Элементы формы */
.form {
	padding:12px 0;
	}
.form label {
	display:block;
	margin-bottom:7px;
	}
.input-text {
	width:261px;
	height:15px;
	font-size:13px;
	line-height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	padding:4px 6px 5px;
	margin:0 0 11px 0;
	display:block;
	border:1px solid #c6c6c6;
	background:#fff;
	}
.textarea {
	width:261px;
	height:135px;
	font-size:13px;
	line-height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	padding:4px 6px 5px;
	margin:0 0 11px 0;
	display:block;
	border:1px solid #c6c6c6;
	background:#fff;
	}
.button {
	width:93px;
	height:23px;
	background:#ffcc00;
	position:relative;
	cursor:pointer;
	}
.button input {
	width:100%;
	height:23px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#333;
	padding:1px 0 3px;
	margin:0;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	border:0;
	background:none;
	cursor:pointer;
	}
/* ############## */

/* Шапка сайта */
#head {
	width:928px;
	height:66px;
	padding-top:47px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	}
	
/* Лого */
#logo {
	position:absolute;
	left:0;
	top:24px;
	}
/* ---- */

/* Быстрые ссылки */
#fast-links {
	position:absolute;
	left:93px;
	top:17px;
	}
#fast-links a {
	display:block;
	float:left;
	margin-right:9px;
	}
/* -------------- */

/* Меню сайта */
#menu {
	width:717px;
	margin-left:211px;
	height:57px;
	background:url('../images/menu/menu-bg.png') 0 0 no-repeat;
	}
#menu-body {
	margin-left:6px;
	height:57px;
	background:url('../images/menu/menu-bg.png') right 0 no-repeat;
	}
#menu-body ul {
	height:57px;
	margin-right:6px;
	padding:0 12px;
	list-style:none;
	background:url('../images/menu/menu-bg.png') 0 -57px repeat-x;
	}
#menu-body ul li {
	height:26px;
	margin:0 24px;
	padding-top:21px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	}
#menu-body ul li.act {
	background:url('../images/menu/menu-item-active.gif') center bottom no-repeat;
	}
#menu-body ul li a {
	color:#fff;
	}
#menu-body ul li.act a, #menu-body ul li.actTopMenu a {
	text-decoration:none;
	}
/* Подменю */
.m-submenu {
	display:none;
	width:166px;
	padding:7px 0 11px;
	background:#060606 url('../images/menu/submenu-bg.png') 0 0 repeat-x;;
	text-align:left;
	position:absolute;
	left:50%;
	top:57px;
	margin-left:-83px;
	}
.m-submenu dt {
	text-transform:none;
	font-size:11px;
	line-height:13px;
	}
.m-submenu dt a {
	display:block;
	border-top:1px solid #000;
	border-bottom:1px solid #2f2f2f;
	padding:8px 25px 9px;
	}
.m-submenu dt.first a {
	border-top:0 none;
	}
.m-submenu dt a:hover, .m-submenu dt a.act {
	border-top:1px solid #cc0000;
	background:#cc0000;
	}
.m-submenu dt.first a:hover, .m-submenu dt.first a.act {
	border-top:0 none;
	}
.m-submenu dl {
	border-bottom:1px solid #000;
	}
/* ---------- */

/* #### */

/* Основная часть страницы */
#basis {
	width:710px;
	padding-bottom:40px;
	margin-left:218px;
	}
#basis-cont {
	padding-left:26px;
	}
#basis h1 {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#cc0000;
	margin-left:-26px;
	padding:0 50px 17px 0;
	}
#basis h1 span {
	color:#333;
	}
#basis h2 {
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	margin-left:-18px;
	color:#cc0000;
	padding:0 50px 17px 0;
	}
#basis h3 {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin-left:-10px;
	color:#cc0000;
	padding:0 50px 14px 0;
	}
#basis h4, #basis h5, #basis h6 {
	font-size:13px;
	font-weight:bold;
	line-height:24px;
	color:#cc0000;
	padding:0 50px 10px 0;
	}
#basis p {
	font-size:13px;
	line-height:24px;
	padding:0 50px 10px 0;
	}
#basis ul, #basis ol {
	font-size:13px;
	line-height:24px;
	padding:0 50px 10px 25px;
	}
#basis table {
	margin:10px 0;
	background:#f0efef;
	}
#basis table td {
	padding:5px 13px 6px;
	line-height:15px;
	border-bottom:1px solid #fff;
	}
.big {
	font-size:16px;
	}
#basis .left-frame {
	width:405px;
	float:left;
	}
#basis .right-frame {
	width:275px;
	float:left;
	}
	
/* Универсальный блок */
.block {
	border:1px solid #e3e3e3;
	margin-bottom:12px;
	}
.block .name {
	background:#f0efef;
	padding:5px 10px 7px;
	font-weight:bold;
	}
.block .cont {
	padding:15px 15px 5px 15px;
	}
#basis .block p, #basis .block h1, #basis .block h2, #basis .block h3, 
#basis .block h4, #basis .block h5, #basis .block h6, #basis .block ol, #basis .block ul {
	padding-right:0;
	margin-left:0;
	line-height:18px;
	}
.personal-desc .cont {
	padding-bottom:23px;
	}
.block .product-desc {
	margin-left:148px;
	}
/* ------------------ */

/* Список продуктов */
.products-list .block {
	width:334px;
	margin-right:12px;
	float:left;
	}
.products-list .no-margin {
		margin-right:0;
	}
.products-list .block .name {
	padding:0;
	}
.products-list .block .name a {
	display:block;
	text-decoration:none;
	color:#333;
	padding:5px 10px 7px;
	}
.products-list .block .cont {
	padding:3px 15px 6px;
	}
.products-list .desc {
	margin-left:113px;
	padding-top:30px;
	}
#basis .products-list .desc p, #basis .products-list .desc ol,
#basis .products-list .desc ul {
	padding-bottom:17px;
	}
#basis .products-list .desc .cost {
	padding-bottom:17px;
	}
.block .cost strong {
	font-size:15px;
	padding:0 5px 1px;
	background:#ffcc33;
	}
/* ---------------- */

/* ####################### */

/* Низ сайта */
#footer {
	width:926px;
	height:180px;
	border:1px solid #e3e3e3;
	background:#f0efef;
	position:absolute;
	left:36px;
	bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#666;
	}
#footer #footer-cont {
	padding:15px 0 0px 18px;
	}
#footer .disc {
	float:left;
	}
/* Меню внизу сайта */
#footer .footer-menu {
	float:right;
	}
#footer .footer-menu ul {
	list-style:none;
	font-size:8px;
	line-height:10px;
	}
#footer .footer-menu ul li {
	width:121px;
	float:left;
	font-weight:bold;
	margin-right:11px;
	color:#666;
	text-transform:uppercase;
	}
#footer .footer-menu ul li.no-margin {
	margin-right:0;
	}
#footer .footer-menu ul li a {
	color:#666;
	text-decoration:none;
	}
#footer .footer-menu ul li a:hover {
	color:#990000;
	}
#footer .footer-menu ul li .submenu {
	padding-top:6px;
	text-transform:none;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
#footer .footer-menu ul li .submenu a:hover , #footer .footer-menu ul li .submenu a.act {
	color:#990000;
	}
#footer .counters {
	position:absolute;
	left:6px;
	bottom:2px;
	}
#footer .counters .counter {
	float:left;
	margin-right:5px;
	}
/* ---------------- */

/* ######### */