* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color: #2d2d2d;
	background: url(images/stena.png);
}
a {
	color: #480253;;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
ul li {
	list-style-type: none;
}
.clear {
	clear: both;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #2d2d2d;
	margin-bottom:20px;
}
fieldset {
	border: none;
}

.phone{
    position:absolute;
    width:250px;
    height: 198px;
    top:120px;
    left: -70px;
    font-size:22px;
    background-image: url('images/phone.png');
    background-repeat: no-repeat;

}
.phone span{
    font-size:18px;
}
.zvon{
    position:absolute;
    top:180px;
left: -50px;
font-weight: bold;
}
.zvon a{
    color:#f00;
}


.e-mail{
    position:absolute;
    top:60px;
    right:0;
}
.e-mail a{
    color:#f00;
}


/*******************/
#wrapper {
	position:relative;
	width: 1088px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header */
#header {
	margin: 0 auto;
}
.header_inner {
	position: relative;
	width: 1088px;
	height: 335px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	left: 26px;
	top: 33px;
}
.callback {
	position: absolute;
	width: 197px;
	height: 198px;
	left: 0;
	bottom: 0;
}
.top_box {
	width: 895px;
	height: 277px;
	margin-left: 195px;
	position: relative;
}
.top_box a:hover {
	text-decoration: underline;
}
.item_1 {
	position: absolute;
	height: 204px;
	top: 24px;
	left: 0;
}
.item_1 .item_name {
	background: url(images/plastik_quote.png) no-repeat;
	font-size: 16px;
	width: 171px;
	height: 63px;
	position: absolute;
	top: 146px;
	left: 6px;
}
.item_1 .item_name a {
	padding-top: 32px;
	padding-left: 15px;
	color: #fff;
	display: block;
}
.item_2 {
	position: absolute;
	height: 250px;
	top: 21px;
	left: 180px;
}
.item_2 .item_name {
	background: url(images/osteklenie_quote.png) no-repeat;
	font: 16px/12px Arial;
	width: 171px;
	height: 63px;
	position: absolute;
	top: 44px;
	left: -66px;
}
.item_2 .item_name a {
	padding-left: 10px;
	padding-top: 4px;
	width: 140px;
	color: #fff;
	display: block;
	text-align: center;
}
.item_3 {
	position: absolute;
	height: 250px;
	top: 21px;
	left: 430px;
}
.item_3 .item_name {
	background: url(images/otdelka_logd_quote.png) no-repeat;
	font: 16px/12px Arial;
	width: 171px;
	height: 63px;
	position: absolute;
	top: 44px;
	left: 110px;
	z-index: 5;
}
.item_3 .item_name a {
	padding-left: 12px;
	padding-top: 10px;
	width: 140px;
	color: #fff;
	display: block;
	text-align: center;
}
.item_4 {
	position: absolute;
	top: 21px;
	right: 0;
}
.item_4 .item_name {
	background: url(images/zimnie_sadi_quote.png) no-repeat;
	font: 16px/12px Arial;
	width: 171px;
	height: 63px;
	position: absolute;
	top: 156px;
	left: 38px;
}
.item_4 .item_name a {
	padding-top: 34px;
	color: #fff;
	display: block;
	text-align: center;
}
.main_menu {
	width: 912px;
	height: 36px;
	position: absolute;
	bottom: 12px;
	left: 95px;
	font-size: 17px;
	font-weight: bold;
}
ul#hmenu {
  	list-style: none;
	background: url(images/bg_menu.png) no-repeat;
	height: 36px;
	padding-left: 224px;
}
ul#hmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	line-height: 32px;
	background: url(images/bg_menu_line.png) no-repeat left;
}
ul#hmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 200px;
	background: #E42C07;
	list-style: none;
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
    font-size: 15px;
}
ul#hmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#hmenu ul li {
	float: none;
	margin: 0;
	line-height: 28px;
	background: none;
}

/* Main Menu*/
ul#hmenu a {
	color: #fff;
	text-decoration: none;
	padding: 0 6px;
    float: none !important;
    height: auto !important;
	height: 1%;
}
ul#hmenu a:hover {
	cursor: pointer;
}
ul#hmenu li:first-child {
	background: none;
}

/* Main Menu Hover */
ul#hmenu a:hover,
ul#hmenu li:hover a,
ul#hmenu li.iehover a {
}
/* Second Menu */
ul#hmenu li:hover li a,
ul#hmenu li.iehover li a {
	float: none;
	padding: 5px;
    margin:0;
}

/* Second Menu Hover */
ul#hmenu li:hover li a:hover,
ul#hmenu li:hover li:hover a,
ul#hmenu li.iehover li a:hover,
ul#hmenu li.iehover li.iehover a { 
	text-decoration: underline;
}
ul#hmenu li:hover li a:hover li a:hover,
ul#hmenu li:hover li:hover li:hover a {
   	background:#E42C07;
}

ul#hmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 110px;
}
ul#hmenu li:hover ul ul,
ul#hmenu li.iehover ul ul {
	display: none;
}
ul#hmenu li:hover ul,
ul#hmenu ul li:hover ul,
ul#hmenu li.iehover ul,
ul#hmenu ul li.iehover ul {
	display: block;
	z-index: 1000;
}
/* Container ************************
*************************************/
.container {
	position: relative;
	margin: 0 auto;
	width: 1088px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.container_inner {
	width: 1088px;
	float:left;
	padding-bottom: 10px;
}
.left {
    float:left;
    width:268px;
	position: relative;
	padding-bottom: 130px;
}
.right {
    position:relative;
    float:right;
    width:794px;
	margin-top: 10px;
}
.content {
    position: relative;
	margin-top: 10px;
    padding: 0 0px;
	width: 787px;
	box-shadow: 8px 8px rgba(203,198,172,0.6);
	background: #fffeff url(images/bg_content.png) repeat-x top left;
	padding-top: 25px;
	z-index: 20;
}

.content ol{
margin-left: 2em;

}

.content p{
text-indent: 2em;
text-align: justify;
}

.content h1 {
    font-size: 16px;
    font-weight: bold;
    color:#2d2d2d;
}
.content h2, .content h3 {
    font-size: 14px;
    font-weight: bold;
    color:#2d2d2d;
}

/* left sidebar
-----------------------------------------------------------------------------*/
.head_left {
    width:263px;
	background: #fff;
	box-shadow: 5px 4px rgba(203,198,172,0.7);
}
.vmenu {
	font: bold 14px Arial;
	position: relative;
}
.vmenu li {
	height: 46px;
	width: 263px;
	position: relative;
	display: block;
	background: url(images/bg_vmenu_li.png) no-repeat 0% 0%;
}
.vmenu li:hover {
	background: url(images/bg_vmenu_hover.png) no-repeat 0% 0%;
}
.vmenu li:first-child {
	height: 52px;
	background: url(images/bg_vmenu_li1.png) no-repeat 0% 0%;
}
.vmenu li:first-child:hover {
	background: url(images/bg_vmenu_li1_hover.png) no-repeat 0% 0%;
}
.vmenu li:last-child {
	height: 57px;
	background: url(images/bg_vmenu_li_last.png) no-repeat 0% 0%;
}
.vmenu li:last-child:hover {
	background: url(images/bg_vmenu_li_last_hover.png) no-repeat 0% 0%;
}
.i1 {
	background: url(images/i1.png) no-repeat 8% 46%;
}
.i2 {
	background: url(images/i2.png) no-repeat 8% 0%;
}
.i3 {
	background: url(images/i3.png) no-repeat 8% 12%;
}
.i4 {
	background: url(images/i4.png) no-repeat 8% 14%;
}
.i5 {
	background: url(images/i5.png) no-repeat 8% 32%;
}
.i6 {
	background: url(images/i6.png) no-repeat 8% 0%;
}
.i7 {
	background: url(images/i7.png) no-repeat 8% 18%;
}
.i8 {
	background: url(images/i8.png) no-repeat 8% 0%;
}
.i9 {
	background: url(images/i9.png) no-repeat 8% 12%;
}
.i10 {
	background: url(images/i10.png) no-repeat 8% 0%;
}
.i11 {
	background: url(images/i11.png) no-repeat 8% 8%;
}
.i12 {
	background: url(images/i12.png) no-repeat 8% 22%;
}
.vmenu li a {
	width: 263px;
	_width: 163px;
	height: 46px;
	color: #2d2d2d;
	display: block;
	padding: 14px 0 0 100px;
}
.vmenu li a:hover {
	text-decoration: none;
	color: #fff;
}
ul#vmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 263px;
	background: #E42C07;
	list-style: none;
	display: none;
	position: absolute;
	top: 7px;
	left: 200px;
    font-size: 15px;
	border-radius: 6px 6px;
}
ul#vmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#vmenu ul li {
	float: none;
	margin: 0;
	line-height: 22px;
	background: none;
	height: 28px;
}
/* Second Menu */
ul#vmenu li:hover li a,
ul#vmenu li.iehover li a {
	float: none;
	padding: 5px;
    margin:0;
	color: #fff;

}

/* Second Menu Hover */
ul#vmenu li:hover li a:hover,
ul#vmenu li:hover li:hover a,
ul#vmenu li.iehover li a:hover,
ul#vmenu li.iehover li.iehover a { 
	text-decoration: underline;
}
ul#vmenu li:hover li a:hover li a:hover,
ul#vmenu li:hover li:hover li:hover a {
   	background:#E42C07;
}
ul#vmenu li:hover ul ul,
ul#vmenu li.iehover ul ul {
	display: none;
}
ul#vmenu li:hover ul,
ul#vmenu ul li:hover ul,
ul#vmenu li.iehover ul,
ul#vmenu ul li.iehover ul {
	display: block;
	z-index: 1000;
}
.widget {
	height: 195px;
	width: 158px;
	margin-top: 14px;
	margin-left: 52px;
	font-size: 15px;
	position: relative;
	text-align: center;
}
.widget a {
	color: #fff;
	position: absolute;
	bottom: 9px;
	width: 150px;
	left: 2px;
}
.meter {
	background: url(images/meter.png) no-repeat;
}
.calculate {
	background: url(images/calculate.png) no-repeat;
}
.online {
	background: url(images/online.png) no-repeat;
}

/* Right
-----------------------------------------------------------------------------*/
/* tabs */
.tabs {
	width: 786px;
	overflow: hidden;
	margin-top: 15px;
	box-shadow: 8px 4px rgba(203,198,172,0.7);
	background: #fff;
	padding-bottom: 10px;
}
ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -11px;
	left: 0;
}
ul.tabNavigation li {
	width: 141px;
	height: 26px;
	float: left;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
ul.tabNavigation li a {
	padding-top: 4px;
	background: url(images/bg_tabs.png) no-repeat;
	color: #fff;
	font-size: 17px;
	width: 141px;
	height: 21px;
	padding-bottom: 3px;
	display: inline-block;
	text-decoration: none;
}
ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
	background: url(images/bg_tabs_active.png) no-repeat;
	color: #e42c07;
}
ul.tabNavigation li a:hover {
	background: url(images/bg_tabs_active.png) no-repeat;
	color: #e42c07;
	text-decoration: none;
}
ul.tabNavigation li a:focus {
	outline: 0;
	background: url(images/bg_tabs_active.png) no-repeat;
	color: #e42c07;
}
.left_box {
	width: 400px;
	float: left;
	padding: 16px 0 0 12px;
}
.left_box h2 {
	font: bold 24px Arial;
	color: #e42c07;
	padding-left: 5px;
}
.left_box h3 {
	font: bold 14px Arial;
	color: #2d2d2d;
	margin-top: 5px;
	margin-bottom: 14px;
}
.left_box .recommend {
	text-decoration: underline;
}
.left_box ul li {
	padding-left: 18px;
}
.right_box {
	float: right;
	width: 282px;
	margin-top: 19px;
}
.right_box  .item {
	float: left;
	width: 112px;
	margin-top: 5px;
	margin-right: 20px;
}
.right_box .item .item_name {
	font-size: 13px;
	color: #393938;
	text-align: center;
	margin-top: -2px;
}
.zakazat {
	clear: both;
	background: url(images/zakazat.png) no-repeat;
	width: 275px;
	height: 36px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 16px Arial;
	text-align: center;
	padding-top: 5px;
	margin-left: 519px;
}
.zakazat:hover {
	text-decoration: none;
}
/* Основной контент */
.content .text {
    clear: both;
	padding-bottom: 12px;
	padding: 0 12px 30px 12px;
	background: url(images/bg_content_bottom.png) bottom left repeat-x;
}
.content .text .sep {
	background: url(images/bg_h1.png) repeat-x center;
	height: 49px;
	width: 785px;
	margin-left: -10px;
	margin-top: -15px;
}
.content .text h3 {
	font-size: 14px;
    color: #480253;
	margin-bottom: 7px;
}
.content .text p {
	clear: both;
}
.points span {
    color: #393938;
    font-size: 14px;
	font-style: italic;
	padding-bottom: 4px;
}
.points_product {
	text-align: right;
	margin: 4px 0;
}
.content .points ul li {
    display: inline;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
    clear:both;
	position: relative;
    margin: 0 auto;
	background: url(images/bg_footer.png);
}
.footer_inner {
	width: 1088px;
	position: relative;
    height: 109px;
	margin: 0 auto;
}
.green1 {
	position: absolute;
	height: 821px;
	width: 131px;
	bottom: 0px;
	left: -60px;
	background: url(images/green1.png) no-repeat;
	z-index: 50;
}
.green2 {
	position: absolute;
	height: 188px;
	width: 82px;
	bottom: 109px;
	left: 236px;
	background: url(images/green2.png) no-repeat;
	z-index: 50;
}
.green3 {
	position: absolute;
	height: 716px;
	width: 386px;
	bottom: 0px;
	right: -90px;
	background: url(images/green3.png) no-repeat;
	z-index: 50;
}
.footer_phone {
	color: #757574;
	font: bold 26px Arial;
	position: absolute;
	top: 20px;
	left: 80px;
	z-index: 50;
}
.disclaimer {
	width: 570px;
	font: 11px Arial;
	color: #939393;
	text-align: justify;
	position: absolute;
	bottom: 10px;
	left: 340px;
}
.counters {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.counters ul li {
	float: left;
	margin-right: 7px;
}
.copyright {
	width: 144px;
	position: absolute;
	right: 0;
	bottom: 10px;
	font: 12px/15px Arial;
	color: #757574;
	text-align: center;
	z-index: 100;
}
.copyright a {
	color: #757574;
}





