@charset "utf-8";

body,html { 
	height: 100%;
	padding:0px;
	margin:0px;
	font-family:"trebuchet MS", Arial, Verdana;
}
.wrap{
	width:100%;
	height:100%;
}

.back_left{
	background:url(../images/back_0.jpg) right;
}
.back_left_2{
	background:url(../images/back_1.jpg) right repeat-x top;
	height:600px;
	width:100%;
}
.back_left_3{
	background:url(../images/back_2_left.jpg) right no-repeat top;
	height:600px;
	width:100%;
}
.back_left_3b{
	background:url(../images/back_2b_left.jpg) right no-repeat top;
	height:600px;
	width:100%;
}
.back_right{
	background:url(../images/back_0.jpg) left;
}

.back_right_2{
	background:url(../images/back_1.jpg) left repeat-x 0;
	height:600px;
	width:100%;
}
.back_right_3{
	background:url(../images/back_2_right.jpg) left no-repeat 0;
	height:600px;
	width:100%;
}
.back_right_3b{
	background:url(../images/back_2b_right.jpg) left no-repeat 0;
	height:600px;
	width:100%;
}
.back_main{
	width: 900px;
	background:url(../images/back_0.jpg) left;
}

.header{
	background:url(../images/header_back.jpg) repeat-x;
	height:314px;
}

.header2{
	background:url(../images/header_back.jpg) repeat-x;
	height:234px;
}

#menu{
	height:39px;
	float:right;
	margin-top:120px;
	padding-right:30px;
}
#main_container{
	background: #f1f1f1 ;
	width: 900px;
}

#main{
	float:left;
	background:url(../images/main_back.jpg) #FFF repeat-x;
	width:660px;
	min-height:360px;
	padding:20px;
}

#main_column{
	width:330px;
	min-height:360px;
	float:left;
}
.main_text_column{
	font-size:12px;
	color:#888;
	text-align:justify;
}

.main_text{
	padding:0px 5px 10px 0px;
	font-size:12px;
	color:#888;
	text-align:justify;
}
.main_text a:link, .main_text a:visited{color:#888; text-decoration:underline;}
.main_text a:hover, .main_text a:focus, .main_text a:active{color:#888; text-decoration:none;}

.main_text2{
	padding:0px 5px 10px 0px;
	font-size:12px;
	color:#888;
	text-align:justify;
	float:left;
	width:420px;
}
.main_text2 a:link, .main_text2 a:visited{color:#888; text-decoration:underline;}
.main_text2 a:hover, .main_text2 a:focus, .main_text2 a:active{color:#888; text-decoration:none;}

.product{
	width:650px;
	min-height:220px;
	float:left;
}
.products_image1{
	float:right;
	width:200px;
	height:201px;

}
#main2{
	float:left;
	background:url(../images/main_back.jpg) #FFF repeat-x;
	width:480px;
	min-height:360px;
	padding:10px;
}

#main3{
	float:left;
	background:url(../images/main_back.jpg) #FFF repeat-x;
	width:660px;
	min-height:360px;
	padding:10px 20px 20px 20px;
}


#main h1, #main2 h1 , #main3 h1{
	font-size: 20px;
	color:#136598;
	font-weight:bold;
}

#main h2{
	font-size: 13px;
	color:#136598;
	margin:5px 0px 0px 0px;
	padding:0px;
}

#main2 h2{
	font-size: 18px;
	color:#136598;
	font-weight:bold;
}

#main3 h2{
	font-size: 18px;
	color:#136598;
	font-weight:bold;
}

#main p, #main2 p, #main3 p {
	font-size:12px;
	color: #818181;
}

#main p a:link, #main p a:visited, #main2 p a:link, #main2 p a:visited, #main3 p a:link, #main3 p a:visited  
{text-decoration: underlne;color: #818181;}
#main p a:hover, #main p a:focus, #main p a:active, #main2 p a:hover, #main2 p a:focus, #main2 p a:active, #main3 p a:hover, #main3 p a:focus, #main3 p a:active  {
text-decoration: none; color: #818181;}


#panel_right{
	float:left;
	background:url(../images/right_panel_header.jpg) repeat-x top;
	width:180px;
	padding: 0px 10px 20px 10px;
}

.panel_right_quick_links{
	background:url(../images/bullet_3.jpg) top left no-repeat;
	width:12px;
	height:13px;
	margin-top:2px;
	float:left;
}
.quick_links_text{
	padding-left:10px;
	color:#136598;
	font-size:13px;
	font-weight:bold;
	float:left;
}
.quick_links_text a:link, .quick_links_text a:visited{color:#136598; text-decoration:none;}
.quick_links_text a:hover, .quick_links_text a:focus, .quick_links_text a:active{color:#888;}
.quick_links_desc{
	padding-left:20px; float:left; font-size:12px; color:#888;
}

#panel_left{
	float:left;
	background:url(../images/right_panel_header.jpg) repeat-x top;
	width:200px;
	padding: 0px 0px 20px 0px;
}



#panel_right h1, #panel_left h1{
	font-size: 13px;
	color:#666;
	margin:5px 0px 0px 0px;
	padding:0px;
}

#panel_right p{
	font-size:12px;
	color: #999;
}


#footer{
	height:66px;
	background:url(../images/footer_back.jpg) repeat-x #9d9d9d;
	padding:10px;
	margin-bottom:15px;
	font-size:11px;
	color: #c8c8c8;
	}
	
#footer p{
	margin:0px;
	padding:0px;
}
#footer p a:link, #footer p a:visited {text-decoration: underlne;color: #c8c8c8;}
#footer p a:hover, #footer p a:focus, #footer p a:active {text-decoration: none; color: #c8c8c8;}

#footer .text {
	width:680px;
	clear: left;
}
#footer .text a:link, #footer .text a:visited{color:#c8c8c8; text-decoration:none;}
#footer .logo {
	background:url(../images/logo_small.jpg) no-repeat;
	width:160px;
	height:60px;
	float: right;
}

.foot_menu_but{
	padding:0px 6px 0px 0px;
	float:left;
}

.foot_menu_but a:link, .foot_menu_but a:visited {text-decoration: underlne;color: #c8c8c8; padding-right:10px;}
.foot_menu_but a:hover, .foot_menu_but a:focus,.foot_menu_but a:active {text-decoration: none; color: #c8c8c8;}
	
.menu1_no{
	float:left;
	height:39px;
	margin:0px 9px 0px 9px;
	color:#999;
}
.menu1_no a:link, .menu1_no a:visited {text-decoration: none;color: #999;}
.menu1_no a:hover, .menu1_no a:focus, .menu1_no a:active {text-decoration: none; color: #666;}

.menu1_act{
	float:left;
	height:39px;
	background:url(../images/menu_but_act.jpg) bottom  no-repeat;
	margin: 0px 9px 0px 9px;
	color:#666;
}
.menu1_act a:link, .menu1_act a:visited {text-decoration: none;color: #666;}
.menu1_act a:hover, .menu1_act a:focus, .menu1_act a:active {text-decoration: none; color: #999;}

.showcase2 {
	background:url(../images/main_foto.jpg) no-repeat;
	height:75px;
	width:900px;
	clear:both;
}

.page_title {
 	font-size: 13px;
	font-weight:bold;
	color:#666;
	margin:5px 0px 6px 10px;
}

.submenu_no {
	font-size: 11px;
	color: #666;
	padding: 0px;
	border-bottom:1px #999 solid;
	display: block;
}
.submenu_no a:link, .submenu_no a:visited {text-decoration: none;color: #666; display: block; padding:4px 5px 4px 15px;}
.submenu_no a:hover, .submenu_no a:focus, .submenu_no a:active {text-decoration: none; color: #666; background:#fff; display: block; padding:4px 5px 4px 15px;}

.submenu_act{
	font-size: 11px;
	color: #666;
	padding: 0px;
	border-bottom:1px #999 solid;
	display:block;
	background:#ddd url(../images/bullet_1.jpg) no-repeat 10px 8px;
	font-weight:bold;
}
.submenu_act a:link, .submenu_act a:visited {text-decoration: none;color: #666; display: block; padding:4px 5px 4px 25px;}
.submenu_act a:hover, .submenu_act a:focus, .submenu_act a:active {text-decoration: none; color: #666; display: block; padding:4px 5px 4px 25px;}

.submenu2_no {
	font-size: 11px;
	color: #136598;
	padding: 0px;
	display: block;
	background:#e0f0fa;
	border-bottom:1px #c9e3f4 solid;
}
.submenu2_no a:link, .submenu2_no a:visited {text-decoration: none;color: #136598; display: block; padding:3px 5px 3px 25px;}
.submenu2_no a:hover, .submenu2_no a:focus, .submenu2_no a:active {text-decoration: none; color: #136598; display: block; padding:3px 5px 3px 25px; background:#c9e3f4;}

.submenu2_act{
	font-size: 11px;
	color: #136598;
	padding: 0px;
	display:block;
	border-bottom:1px #c9e3f4 solid;
	background:#c9e3f4 url(../images/bullet_2.jpg) no-repeat 20px 9px;
	font-weight:bold;
}
.submenu2_act a:link, .submenu2_act a:visited {text-decoration: none;color: #136598; display: block; padding:3px 5px 3px 30px;}
.submenu2_act a:hover, .submenu2_act a:focus, .submenu2_act a:active {text-decoration: none; color: #136598; display: block; padding:3px 5px 3px 30px;}

.message{
margin:10px;
padding:20px;
border:#888 thin solid;
background-color:#fff;
}
.contact_buttons{
	border:#136598 solid thin;
	background-color:#136598;
	color:#fff;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:12px;
}	
.contact_buttons a:link, .contact_buttons a:visited {text-decoration: none;color: #fff; display: block; cursor:pointer;}
.contact_buttons a:hover, .contact_buttons a:focus, .contact_buttons a:active {text-decoration: none;color: #fff; display: block; cursor:pointer;}.download_table {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #818181;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0F0FA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.download_table_header {
	background-color: #136598;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	padding-right: 5px;
}

