@charset "utf-8";
/* CSS Document */

#wrap {
width:800px;
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}

#logo {
height:182px; 
width:400px; 
background-image:url(GUI/logo.png);
background-position:center;
background-repeat:no-repeat;
float:left;
}

#top_bar {
height:18px; 
width:400px; 
background-image:url(GUI/tob_bar.png);
background-position:center;
background-repeat:no-repeat;
float:left;
}

#menu_area {
height:164px; 
width:400px; 
background-image:url(GUI/menu_bg.png);
background-position:center;
background-repeat:no-repeat;
float:left;
margin-left: 0;
padding-left: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}


    #menu_area ul {
	list-style-type:none;
	color:#FFFFFF;
	display:block;
    margin:0px;
    
    

	}
	#menu_area li {
		padding-left:0px;
            margin:0px;
	}
	 
	#menu_area a
	{
	display:block;
	color:#fff;
	padding-left:3px;
	padding-bottom:5px;
	text-decoration:none;
	font: 14px Tahoma;
	font-style:normal;
	margin: 0px;
	height: 12px;
	overflow: hidden;
	}

	#menu_area a:hover
	{
	display:block;
	color: #fff;
	text-decoration:none;
	font: 14px Tahoma;
	font-style:normal;
	background-color:#474747;
	}


#before_banner {
height:26px; 
width:800px; 
background-image:url(GUI/under_menu_bar.png);
background-position:center;
background-repeat:no-repeat;
float:left;
vertical-align:top;
}

	#before_banner a
	{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	vertical-align:middle;
	text-decoration:none;
	}		

	#before_banner a:hover
	{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	vertical-align:middle;
	text-decoration:none;
	}	

#banner {
height:160px; 
width:800px; 
background-image:url(GUI/banner.png);
background-position:center;
background-repeat:no-repeat;
float:left;
}		 

#continut
{
font-family: Arial;
font-size:12px;
color: #333;
float:left;
width:800px;
}

#continut a, a:hover
{
font-family: Arial;
font-size:12px;
color: #008000;
text-decoration:underline;

}


#continut H1
{
font-family: Arial;
font-size:16px;
color: #333;
font-weight:bold;
}

#continut H2
{
font-family: Arial;
font-size:14px;
color:#008000;
font-weight:bold;
}

#before_footer
{
height:18px; 
width:800px; 
background-image:url(GUI/tob_bar.png);
background-position:center;
background-repeat:repeat-x;
float:left;
}


#footer {
height:81px; 
width:800px; 
background-image:url(GUI/footer_bar.png);
background-position:center;
background-repeat:no-repeat;
float:left;
}	


#menu_2 ul {

list-style-type:none;
width:800px;
height:10px;
    margin:0px;
    padding:0px;

}



#menu_2_list li {
display:inline;
list-style-type:none;


}

#menu_2_list a {
	list-style-type:none;
	font-family:Tahoma;
	font-size:9px;
	text-decoration:none;
	color:#000;
	padding-left: 0px;

	

}


#menu_2_list a:hover
{
font-family:Tahoma;
font-size:9px;
text-decoration:none;
color:#FFFFFF;

}

	   