body{

	padding: 0;
	margin: 0px 0 10px 0;

}


h1, h2 {

	font-weight: lighter;


}

#container{

	width: 900px;
	margin: 0 auto;
	position: relative;

}

#page_border{

	border: solid 1px #09b2f7; /*#09b2f7;*/
	border-top: none;
	border-bottom: none;
	margin-top: 10px;

}

#menu_top_bg{

	position: absolute; top: 172px; left: 0;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	border-bottom: solid 4px #d4d6d7;
	z-index: 0;

}

#menu_top{

	position: relative;
	width: 100%;
	height: 48px;
	border-bottom: solid 4px #d4d6d7;
	z-index: 1;

}

#menu_decor{

	width: 13px;
	height: 48px;
	background-color: #09b2f7;
	float: left;

}

#menu_top ul{

	display: block;
	padding:  10px 0 0 0;
	margin: 0 0 0 20px;

}

#menu_top ul li {

	display: block;
	list-style-type: none;
	float:left;
	padding:  0;
	margin: 0;
	width: 120px;

}

#menu_top a{
	
	
	display: block;
	font-size: 12px;	
	font-family: Tahoma, sans-serif;
	font-weight : bold;
	color: #888D90;
	text-decoration: none;
	text-align: center;
	padding:  5px 2em 5px 2em;
	
	border-right: solid 1px #d4d6d7;
	border-left: solid 1px #d4d6d7;

}

a#current_page {

	color: #09b2f7;

}

#menu_top a:hover{

	color:#09b2f7;
	border: inset 1px #d4d6d7;

}


#header_bg_right{

position: absolute; top: 0; left: 0;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background: url("img/hbg.gif") repeat-x;
	border-bottom: solid 2px #09b2f7;

}


#header{

	position: relative;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background: url("img/hbg.gif") repeat-x;
	border-bottom: solid 2px #09b2f7;
}

#logo {
	
	position: absolute; top: 5px; left: 5px;

}

#slogo{

	font-size: 12px;	
	font-family: Tahoma, sans-serif;
	color: #888D90;
	font-weight : bold;
	position: absolute; top:15px; left: 560px;

}

#slogo_mainpage{

	font-size: 12px;	
	font-family: Tahoma, sans-serif;
	color: #888D90;
	font-weight : bold;
	position: absolute; top:150px; left: 183px;

}


#main_text {
	
	margin: 0 100px 0 100px;
	font-family: Tahoma, sans-serif;
	color: #697177;
}


#products_table td{

	vertical-align: top;

}

#products_menu{

	padding: 0;
	text-align: left;

}

.products_submenu {
	
		display: none;
		margin: 0;
		padding: 5px 0 5px 25px;
		list-style-type: disc;
	
	}
	
.products_submenu ul{
	
		padding: 5px 0 5px 10px;
		list-style-type: circle;
	
}

.products_submenu ul li{
		padding: 0 0 5px 10px;
		font-weight: normal;
	
}
	
.products_submenu li a{
	
		display: block;
		color: black;
		text-decoration: none;
		padding: 5px 0 5px 0;
		
	}
	
.products_submenu a:hover{

	text-decoration: underline;
	
}
	
ul.products_list{

	list-style-type: none;
	font-size: 12px;	
	font-family: Tahoma, sans-serif;
	color: black;
	font-weight : bold;

}


a.products {

	display: block;
	width: 210px;
	
	text-align: center;
	text-decoration: none;
	border: none;
	background-color: #09b2f7;
	opacity: 0.9 ; filter:alpha(opacity=90);
	font-size: 12px;	
	font-family: Tahoma, sans-serif;
	color: black;
	font-weight : bold;
	text-decoration: none;
	border: ridge #62afd4;

}

#menu_back_link{
	position: fixed; left: 10px; bottom: 10px;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	color: #09B2F7;
}

#menu_back_link:hover{

	text-decoration: underline;

}

a.products div {

	margin: 10px;

}

a.products:hover{

	opacity: 1 ; filter:alpha(opacity=100);
	border: inset #62afd4;
	

}


a.products:visited{

	opacity: 0.7 ; filter:alpha(opacity=70);
	border: inset #62afd4;
	

}


#product_right_field{

	text-align: right;

}

#products_details{

	
	margin-top: 20px;
	
}

.one_product{

	text-align: left;
	border-top: solid 1px #09b2f7;
	padding: 20px 20px;


}

	
.one_product table td, .one_product table th{

	padding: 5px;
	text-align: center;
}

#described_product {

	
	
	background-color: #09b2f7;
	float: right;
	margin-bottom: 20px;
	

}



#described_product img, #described_product_apparatus img{

	
	padding: 20px;

}

#products_description{

	padding: 0 13px 0 20px;
	vertical-align: top;
	text-align: left;
	width: 600px;

}

#products_description h2{

	
	font-family: Tahoma, sans-serif;
	color: #697177;

}

#products_description p{
	text-align: justify;
	font-size: 12px;	
	font-family: Tahoma, sans-serif;
	color: black;
	margin: 25px;
}

.english{

	font-style:italic

}

#line{

	height: 1px;
	width: 100%;
	background-color: #09b2f7;
	margin: 10px 0px 25px 0px;

}

#clear {

	clear:both;

}

table.apparatus td {

	text-align: left;

}


#footer{

	width: 100%;
	border-top: 4px solid #D4D6D7;
	padding-top: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	

}

#footer2{
	
	
	width: 890px;
	margin: 0 auto;
	border-left: 1px solid #09B2F7;
	border-right: 1px solid #09B2F7;
	padding: 10px 0 0 10px;

}


#aliares{

	text-decoration: none;
	border: none;

}

#aliares img{


vertical-align: middle;
text-decoration: none;
	border: none;

}

#footer_left{

	float: left;
	
}

#footer_right{

	float: right;
}