/*** Header ***/

#header {
	clear: both;
	width: 100%;
}

#header .header_inner {
	width: 760px;
	margin: 0 auto; 	  	
}

#logo {	
	float: left;
	width: 593px;	
}

#contact {	
	float: left;
	width: 160px;
	padding-top: 22px;	
	padding-right: 7px;	
	text-align:right;
}

#contact div {
	clear: both;
}

#contact .contact_meb {
	padding-top: 15px;	
}

#contact a {
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	color: #ffffff;
}

#contact a:hover {
	text-decoration: none;
	color: #f6f6f6;
}

/* Menu */

#menu {
	clear: both;
	width: 679px;
	height: 53px;
	padding: 3px 8px 0px 65px;
	margin-left: 8px;
	background: url(../images/menu/bg.png) no-repeat top left;	
}

#menu ul {}

#menu li {
	float: left;
	list-style: none;	
}

#menu li a {
	display: block;
	padding: 15px 10px 21px 5px;
	text-decoration: none;
	background: transparent;
}

#menu li a:hover {
	background: url(../images/menu/menu_hover.png) repeat-x top left;	
}

/* Banner */

#banner {
	clear: both;
	width: 760px;
	height: 251px;
	padding-top: 22px;
}
