@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body{
	background:#ebebeb;
	font-family: Tahoma, Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}
li {
	color:#00572A;
}

a {
	text-decoration: none;
	color: #3B79A2;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 949px;
	margin: 0 auto;
}
#header {
	background: url('../images/header.jpg') no-repeat;
	width: 949px;
	height: 120px;
}
#header .menu {
	height: 48px;
	left:435px;
	position:relative;
	top:65px;
	width:500px;
}
#nav, #nav ul {
	letter-spacing: 1px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px;
	z-index: 10;
}
#nav .podmenu a, #nav .toppodmenu a {
	display: block;
	padding: 0px 5px;
	/*background:#E9EBEA;*/
	background: lightskyblue;
	color:#003334;
	border-top: 1px solid white;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	font-size: 10px;
	z-index: 10;
}
#nav .act .back li.hover, #nav .act .back a:hover {
	background-color:cornflowerblue;
	opacity: 0.9; 
	filter: alpha(opacity=90);
}
#nav .toppodmenu a {
	border: 0px;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	z-index: 10;
}
#nav a {
	display: block;
	z-index: 10;
}
#nav a.ccc {
	color: 	#fff;
	float:left;
}
#nav ul.back li {
	margin-left: 8px;
}
#nav ul.back a:hover {
	background-color:#3773a9;
	color:#ffffff;
}
#nav li {
	float:left;
	margin-left: 5px;
	position:relative;
}
#nav li.act {
	height: 48px;
}
#nav li.podmenu {
	float: left;
	position: relative;
	z-index: 10;
}
#nav li.toppodmenu {
	margin-top: 19px;
	float: left;
	position: relative;
	z-index: 10;
}
#nav li.rog {
	float: right;
}
#nav ul {
	position: absolute;
	display: none;
	width:70px;
	top:23px;
	left:0px;
	z-index: 10;
}
#nav li ul a {
	width:100px;
	height:	auto;
	float: left;
}
#nav li ul a.short {
	height:	auto;
	float: left;
}
#nav ul ul {
	top: auto;
	z-index: 10;
}	
#nav li ul ul {
	left:160px;
	margin:0px 0 0 10px;
	border-left: 1px solid white;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}
#main {
	background: url('../images/main_bg.jpg');
	width: 949px;
	padding-bottom:10px;
}
#main_left {
	float: left;
	padding:10px 20px;
	width:600px;
	margin-top:12px;
	z-index: 1;
}
#main_right {
	float: right;
	width: 309px;
}
/*.border_blue {
	float: left;
	width: 288px;
	margin-bottom: 15px;
	margin-left:30px;
}
.border_blue .border_blue_top {
	background: url('../images/border_blue_top.jpg') no-repeat;
	height: 6px;
	_margin-bottom: -11px;
}
.border_blue .border_blue_main {
	background: url('../images/border_blue_main.jpg') repeat-y;
	padding:0 10px 5px;
}
.border_blue .border_blue_bottom {
	background: url('../images/border_blue_bottom.jpg') no-repeat;
	height: 6px;
}
*/
.border_brown {
	float: left;
	width: 297px;
	margin-bottom: 15px;
	margin-left:18px;
}
.border_brown .border_brown_top {
	background: url('../images/border_brown_top.jpg') no-repeat;
	height: 11px;
	_margin-bottom: -7px;
}
.border_brown .border_brown_main {
	background: url('../images/border_brown_main.jpg') repeat-y;
}
.border_brown .border_brown_main_bg {
	background: #cfc7b2 url('../images/border_brown_main_bg.jpg') repeat-x;
	margin-left:7px;
	margin-right:7px;
	min-height:96px;
	_height: 96px;
	padding:0 10px;
}
.border_brown .border_brown_bottom {
	background: url('../images/border_brown_bottom.jpg') no-repeat;
	height: 11px;
}
#products {
	background: #ffffff;
	margin-left:-8px;
	margin-right:9px;
	padding-bottom:10px;
	padding-top:10px;
	min-height:150px;
	_height: 150px;
}
#products .products_item {
	/*float: left;*/
	width: 301px;
	margin-top:3px;
	margin-left: 4px;
	margin-right: 4px;
	_margin-left: 2px;
	_margin-right: 2px;	
	
}
#products .products_item .products_item_top {
	background: url('../images/products_top.jpg') no-repeat;
	height: 5px;
	_margin-bottom: -12px;
	width:303px;
}
#products .products_item .products_item_main {
	background: url('../images/products_main.jpg') repeat-y;
	min-height:150px;
	_height: 150px;
	width:303px;

}
#products .products_item .products_item_main .products_title {
	text-align: center;
	font-weight: bold;
	height:20px;
}
#products .products_item .products_item_bottom {
	background: url('../images/products_bottom.jpg') no-repeat;
	height: 5px;
	width:303px;
}

#products .products_item .products_img {
	background:transparent url(../images/products_main_bg.jpg) repeat-x;
	color:#444444;
	float:left;
	text-align:center;
	/*width:25%;*/
}
#products .products_item .products_img p {
	padding-top: 5px;
}

/*#products .products_item .products_img a {
	padding-top: 10px;
	padding-bottom: 5px;
	display:block;
}*/


#products .products_item .products_img a {
	padding-top: 0px;
	padding-bottom: 0px;
	display:block;
}
.products_text {
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left:1px;
}
.border_brown_main_title {
	background:transparent url(../images/point.jpg) no-repeat scroll 0 10px;
	font-size:20px;
	padding-bottom:10px;
	padding-left:15px;
}
#footer {
	background:transparent url(../images/footer.jpg) no-repeat;
	font-size:11px;
	height:11px;
	margin-bottom:15px;
	padding-top:15px;
	text-align:center;
	width:947px;
}
.products_green {
	color: #137103;
}
.products_blue {
	color: #022447;
}
.products_orange {
	color: #ff6302;
}
#logo {
	height:100px;
	left:65px;
	position:absolute;
	text-indent:-1000em;
	top:20px;
	width:250px;
}
#logo_pos {
	position: relative;
}

/****************windows**************/

#nav_a2 a {
	background: url('../images/menu/vg8_a2.jpg') no-repeat scroll left top;
	height: 88px;
	width: 82px;
}
#nav_a2 a:hover {
	background: url('../images/menu/vg8_a2.jpg') no-repeat scroll left bottom;
}
#nav_a3 a {
	background: url('../images/menu/vg8_a3.jpg') no-repeat scroll left top;
	height: 88px;
	width: 82px;
}
#nav_a3 a:hover {
	background: url('../images/menu/vg8_a3.jpg') no-repeat scroll left bottom;
}

#nav_a4 a {
	background: url('../images/menu/vg8_a4.jpg') no-repeat scroll left top;
	height: 88px;
	width: 67px;
}
#nav_a4 a:hover {
	background: url('../images/menu/vg8_a4.jpg') no-repeat scroll left bottom;
}

#nav_a1 a {
	background: url('../images/menu/vg8_a1.jpg') no-repeat scroll left top;
	height: 88px;
	width: 69px;
}
#nav_a1 a:hover {
	background: url('../images/menu/vg8_a1.jpg') no-repeat scroll left bottom;
}


/****************doors******************/

#nav_a5 a {
	background: url('../images/menu/vg8_a5.jpg') no-repeat scroll left top;
	height: 88px;
	width: 104px;
}
#nav_a5 a:hover {
	background: url('../images/menu/vg8_a5.jpg') no-repeat scroll left bottom;
}
#nav_a6 a {
	background: url('../images/menu/vg8_a6.jpg') no-repeat scroll left top;
	height: 88px;
	width: 63px;
}
#nav_a6 a:hover {
	background: url('../images/menu/vg8_a6.jpg') no-repeat scroll left bottom;
}

#nav_a7 a {
	background: url('../images/menu/vg8_a7.jpg') no-repeat scroll left top;
	height: 88px;
	width: 77px;
}
#nav_a7 a:hover {
	background: url('../images/menu/vg8_a7.jpg') no-repeat scroll left bottom;
}

#nav_a8 a {
	background: url('../images/menu/vg8_a8.jpg') no-repeat scroll left top;
	height: 88px;
	width: 56px;
}
#nav_a8 a:hover {
	background: url('../images/menu/vg8_a8.jpg') no-repeat scroll left bottom;
}

/****************Glass******************/

#nav_a9 a {
	background: url('../images/menu/vg8_a9.jpg') no-repeat scroll left top;
	height: 88px;
	width: 85px;
}
#nav_a9 a:hover {
	background: url('../images/menu/vg8_a9.jpg') no-repeat scroll left bottom;
}
#nav_a10 a {
	background: url('../images/menu/vg8_a10.jpg') no-repeat scroll left top;
	height: 88px;
	width: 71px;
}
#nav_a10 a:hover {
	background: url('../images/menu/vg8_a10.jpg') no-repeat scroll left bottom;
}

#nav_a11 a {
	background: url('../images/menu/vg8_a11.jpg') no-repeat scroll left top;
	height: 88px;
	width: 73px;
}
#nav_a11 a:hover {
	background: url('../images/menu/vg8_a11.jpg') no-repeat scroll left bottom;
}

#nav_a12 a {
	background: url('../images/menu/vg8_a12.jpg') no-repeat scroll left top;
	height: 88px;
	width: 71px;
}
#nav_a12 a:hover {
	background: url('../images/menu/vg8_a12.jpg') no-repeat scroll left bottom;
}





