body {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	color: #666666;
	background-color: #f5f5f5;
	font-size: 11px;
	font-family: "verdana";
	text-align: center;
}

a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
img {
	border: none;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin:0;
	padding:0;
}
h1 a {font-weight:bold;}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin:0;
	padding:0;
}
h2 a {font-weight:bold;}
h3 {font-size: 11px; font-weight:normal;}
p {
	margin:0;
	padding:0;
}

#container {	
	width: 910px; 
	line-height: 120%; 
	text-align: left;
}
.container {
	position: relative; 
	top: 0px;
	width: 910px; 
	background: url(images/bg/container.jpg) repeat-y;
	float: left;
}

/*header*/
#header {
	position: relative; 
	top: 0px;
	width: 910px; 
	height: 98px;
	background: url(images/bg/header.jpg) repeat-x;
	float: left;
}
#header_l {
	position: relative; 
	top: 0px;
	width: 370px; 
	height: 98px;
	background: url(images/bg/header_l.jpg) no-repeat left top;
	float: left;
}
#logo {
	position: relative; 
	top: 30px;
	left: 20px;
	width: 342px; 
	height: 57px;
}
#navigation {
	position: absolute; 
	top: 66px;
	right: 10px;
	height: 98px;
	text-align: right;
}
ul#nav{
	list-style: none;
	padding:0px;
	margin:0px;
	z-index: 100;
}
ul#nav li{
	position: relative;
	height: 29px;
	padding:0px;
	margin:0px;
	display: inline;
	float: left;
	text-align: center;
	background: #756959;
	z-index: 100;
}
ul#nav li.on{
	position: relative;
	height: 29px;
	padding:0px;
	margin:0px;
	display: inline;
	float: left;
	text-align: center;
	background: url(images/bg/li.jpg) repeat-x left top;
	z-index: 100;
}
ul#nav li.li_l{
	position: relative;
	padding:0px;
	margin:0px;
	width: 10px;
	background: url(images/bg/li_l.jpg) no-repeat left top;
}
ul#nav li.li_l_on{
	position: relative;
	padding:0px;
	margin:0px;
	width: 10px;
	background: url(images/bg/li_l_on.jpg) no-repeat left top;
}
ul#nav li.li_r{
	position: relative;
	padding:0px;
	margin:0px;
	width: 10px;
	margin-right: 5px;
	background: url(images/bg/li_r.jpg) no-repeat left top;
}
ul#nav li.li_r_on{
	position: relative;
	padding:0px;
	margin:0px;
	width: 10px;
	margin-right: 5px;
	background: url(images/bg/li_r_on.jpg) no-repeat left top;
}
ul#nav li a{
	position: relative;
	top: 7px;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
}
#header_r {
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 20px; 
	height: 98px;
	background: url(images/bg/header_r.jpg) no-repeat right top;
	float: right;
	text-align: right;
}
#flags {
	position: absolute;  
	top: 0px;
	right: 0px;
	float: right;
	margin-right: 20px;
}
.flag {
	float: right;
	margin-right: 5px;
	margin-top: 27px;
}

/*search*/
#search {
	position: relative; 
	top: 0px;
	left: 12px;
	width: 886px; 
	height: 33px;
	background: url(images/bg/search.jpg) repeat-x left bottom;
	float: left;
}
#search_text {
	position: relative; 
	top: 8px;
	left: 208px;
	margin-right: 10px;
	float: left;
}
#search_input {
	position: relative; 
	top: 8px;
	left: 208px;
	float: left;
}
.search_input_bg{
	position: relative; 
	top: 0px;
	margin-right: 10px;
	height: 18px;
	width: 200px;
	float: left;
}
select#form_search_select, input#form_search_input {
	position: relative; 
	top: 0px;
	left: 0px;
	height: 19px;
	width: 198px;
	font-size: 11px;
	font-family: "verdana";
	float: left;
}
input#form_search_input {
	border: none;
	background: url(images/bg/input_text.gif) no-repeat;
}
#search_input_submit_l,#search_input_submit_m,#search_input_submit_r{
	position: relative; 
	height: 19px;
	cursor: pointer;
	float: left;
}
#search_input_submit_l{
	width: 7px;
	background: url(images/bg/submit_l.gif) no-repeat;
}
#search_input_submit_m{
	background: url(images/bg/submit_m.gif) repeat-x;
}
#search_input_submit_r{
	width: 7px;
	background: url(images/bg/submit_r.gif) no-repeat;
}
#search_input_submit_text{
	position: relative; 
	top: 2px;
	float: left;
}
/*content text*/
#content {
	position: relative;
	margin-top: 10px;
	left: 20px;
	width: 880px;
	float: left;
}
#content_text_image_bg {
	position: relative;
	left: 0px;
	width: 190px;
	height: 190px;
	background-color: #62554c;
	float: left;
}
#content_text_image_ico {
	position: absolute;
	bottom: 3px;
	right: 1px;
	width: 30px;
	height: 16px;
	float: left;
	z-index: 300;
}
#content_text_image {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 188px;
	height: 188px;
	background: no-repeat;
	float: left;
	z-index: 200;
}
#content_text_text_bg {
	position: relative;
	margin-left: 10px;
	width: 670px;
	background-color: #62554c;
	float: left;
}
#content_text_text {
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	left: 1px;
	width: 668px;
	background-color: #ffffff;
	float: left;
}
#content_text_text_text {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 648px;
	text-align: justify;
	float: left;
}
.return { margin-top:10px; width:100%; text-align:right;}
#content_catalog_menu {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 170px;
	float: left;
}
#content_catalog_header {
	position: relative;
	margin-top: 10px;
	width: 478px;
	text-align: justify;
	float: left;
}
#content_catalog_pdf {
	position: relative;
	margin-bottom: 10px;
	width: 478px;
	text-align: justify;
	float: left;
}
.content_catalog_pdf_txt {
	margin-top: 10px;
	margin-right: 10px;
	float:left;
	width: 152px;
	height: 175px;
	text-align:center;
}
.content_catalog_pdf_img_bg {
	background-color: #62554c;
	float:left;
	width: 152px;
	height: 152px;
}
.content_catalog_pdf_img {
	margin-top: 1px;
	margin-left: 1px;
}
/*form*/
.form{
	position: relative;
	width: 300px;	
	float: left;	
}
.form_block{
	position: relative;
	width: 300px;	
	margin-top: 5px;
	float: left;	
}
.form_text{
	line-height: 140%;	
}
.form_label{
	position: relative;
	width: 150px;
	float: left;	
}
.form_element{
	position: relative;
	width: 150px;	
	float: left;	
}
.form_radio_input, .form_radio_label{
	position: relative;
	float: left;	
}
.form_element .input{
	width: 150px;	
}
/*content text*/
#products {
	position: relative;
	margin-top: 10px;
	left: 20px;
	width: 970px;
	float: left;
}
#product_menu {
	position: relative;
	left: 0px;
	width: 190px;
	float: left;
}
ul#prod{
	list-style: none;
	position: relative;
	left: 0px;
	padding:0px;
	margin:0px;
	z-index: 100;
}
ul#prod li{
	position: relative;
	padding:0px;
	padding-left: 15px;
	margin:0px;
	background: url(images/bg/list.gif) no-repeat left 4px;
}
ul#prod li ul{
	list-style: none;
	position: relative;
	left: 0px;
	padding:0px;
	margin:0px;
	margin-top: 3px;
	margin-bottom: 3px;
	z-index: 100;
}
ul#prod li ul li{
	position: relative;
	padding:0px;
	padding-left: 10px;
	margin:0px;
	background: url(images/bg/list2.gif) no-repeat left 4px;
}
ul#prod li ul li.sub a{
	color: #fb4e00;
	font-size: 10px;
}
ul#prod li.nobg{
	background: none;
	padding-left: 0px;
	font-size: 12px;
	margin-bottom: 2px;
}

ul#prod li a { 
	padding: 0px 0px 0px 0px; 
}
#product_cont {
	position: relative;
	margin-left: 10px;
	width: 670px;
	float: left;
}
.product_bg {
	position: relative;
	margin-bottom: 10px;
	width: 670px;
	background-color: #62554c;
	float: left;
}
.product {
	position: relative;
	top: 1px;
	left: 1px;
	margin-bottom: 2px;
	background-color: #f5f5f5;
	width: 668px;
	float: left;
}
.product tr{
	height: 20px;
	vertical-align: top;
}
.product td{
	font-family: verdana;
	font-size: 11px;
	vertical-align: top;
}
.product td.specs{
	width: 20px;
	text-align: center;
}
.product_img_bg{
	position: relative;
	top:0px;
	left:10px;
	margin-top: 10px;
	width: 102px;
	background-color: #62554c;
	float: left;
}
.product_img{
	position: relative;
	top:1px;
	left:1px;
	margin-bottom: 2px;
	width: 100px;
	background-color: #ffffff;
	float: left;
}
.product_specs {
	position: relative;
	top:0px;
	left:10px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.product_img_big_bg{
	position: relative;
	top:0px;
	left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 202px;
	background-color: #62554c;
	float: left;
}
.product_img_big{
	position: relative;
	top:1px;
	left:1px;
	margin-bottom: 2px;
	width: 200px;
	background-color: #ffffff;
	float: left;
	z-index: 200;
}
.product_img_bigger{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 31px;
	height: 31px;
	background: url(images/bg/plus.gif);
	z-index: 201;
}
.product_specs_big {
	position: relative;
	top:0px;
	left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.prod_title{
	font-weight: bold;
	font-size: 12px;
}
.product_container{
	position: relative;
	width: 100%;
	float: left;
}
.product_spacer{
	position: relative;
	width: 100%;
	height: 10px;
	font: 0px;
	float: left;
}

/*cat*/
.cat_bg{
	position: relative;
	width: 136px;
	height: 195px;
	margin-right:10px;
	margin-top: 10px;
	background-color: #666;
	float: left;
}
.cat{
	position: relative;
	top:1px;
	left:1px;
	width: 134px;
	height: 193px;
	background-color: #ffffff;
	text-align: center;
	float: left;
}
.cat_img{
	position: absolute;
	top:10px;
	left:17px;
	width: 100px;
	height: 100px;
	background-image: url(media/image/resized/ffad0139d243edc2_w100.jpg) no-repeat;
	cursor: pointer;
}
.cat_title{
	position: absolute;
	top:115px;
	left:10px;
	width: 114px;
	height: 30px;
}
.cat_content{
	position: absolute;
	top:155px;
	left:10px;
	width: 114px;
}
.cat_content2{
	position: absolute;
	top:170px;
	left:10px;
	width: 114px;
}



/*footer*/
#spacer {
	position: relative; 
	top: 0px;
	width: 910px; 
	height: 10px;
	background: url(images/bg/container.jpg) repeat-y;
	float: left;
}
#footer {
	position: relative; 
	top: 0px;
	width: 910px; 
	height: 106px;
	background: url(images/bg/footer.jpg) repeat-x;
	color: #e8e8e8;
	font-size: 10px;
	line-height: 120%;
	float: left;
}
#footer a{
	color: #e8e8e8;	
}
#footer a:hover{
	text-decoration: underline;	
}
#footer_l {
	position: relative; 
	top: 0px;
	width: 20px; 
	height: 106px;
	background: url(images/bg/footer_l.jpg) no-repeat left top;
	float: left;
}
#footer_r {
	position: relative; 
	top: 0px;
	right: 0px;
	width: 20px; 
	height: 106px;
	background: url(images/bg/footer_r.jpg) no-repeat right top;
	float: right;
	text-align: right;
}
#footer_text_1 {
	position: absolute; 
	top: 10px;
	left: 20px; 
}
#footer_text_2 {
	position: absolute; 
	top: 10px;
	left: 220px; 
}
#footer_text_3 {
	position: absolute; 
	top: 10px;
	right: 20px; 
	text-align: right;
}


/* --- lightbox --- */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/bg/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg/overlay.png", sizingMethod="scale");
	}

