/* General */

body {
	margin:0px 0px 0px 0px;
	font-family: arial,verdana,tahoma;
	text-align: center;
	background-color: #fff;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

#line {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* for IE 7 */
html>body .clearfix {
    overflow: hidden;
}

#common-wrapper {width: 100%;}

/* Header */

#header-wrapper {
	width: 100%;
	background-color: #ed6214;
	/*height: 96px;*/
}

#header-inner {
	width: 800px;
}

#header-logo {
	width: 343px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#header-logo img {
	margin: 0;
	width: 343px;
	height: 96px;
}

#header-menu {
	float: right;
	width: 450px;
	position: relative;
	display: inline;
	color: #fff;
}

#header-menu h1 {
	font-size: 18pt;
	margin-top: 30px;
	font-weight: normal;
}

#header-menu ul {
	margin: 0;
	padding: 0;
}

#header-menu span {
	font-size: 9px;
}

#header-menu ul li {
	display: inline;
	font-size: 11pt;
	padding: 0;
	margin: 0 20px 0 20px;
}

#header-menu ul li.current {
	font-weight: bold;
}

#header-menu ul li a {
	color: #fff;
	text-decoration: none;
}

#header-menu ul li a:hover {
	text-decoration: underline;
}


#footer {
	text-align: center;
	font-size: 10pt;
	padding: 15px 0 40px 0;
}
