body {
	font-family:Arial, Helvetica, sans-serif, "ËÎÌå";
	font-size:100%; 
	line-height:1.125em;
	background:#ffffff; 
}
ul, ol { 
	list-style-type:none;
}

/*==== GLOBAL =====*/
#main, .container {
	width:1000px; 
	margin:0 auto;
}

#header {
	height:100px;
	overflow:hidden;
}

/*----- txt, links, lines, titles -----*/
a {
	outline:none;
}
a:hover{
	text-decoration:none;
}

/*===== header =====*/

	#header #nav li {
		float:left;
		padding-right:1px;
	}
		#header #nav li a {
			float:left;
			line-height:38px;
			font-size:14px;
			color:#0084D7;
			text-decoration:none;
			padding:0 29px 0 28px;
			background:#f6f6f6;
		}
		#header #nav li a:hover{
			background:#0084D7;
			color:#fff;
		}