/* General */

body {
	margin:0px 0px 0px 0px;
	font-family: tahoma,verdana,arial;
	text-align: center;
	background-color: #fff;
	background: url('/img/design/bg-grad-new.gif') repeat-x;
}

.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;
}

/* Header */

#header-wrapper {
	/*background-color: #ec5703;*/
}

#header-logo {
	text-align: left;
	width: 760px;
	padding: 12px 0 0 30px;
	font-weight: bold;
	font-family: verdana;
}

#header-logo img {
	border: 0;
	width: 242px;
	height: 46px;
	margin-right: 180px;
}

#header-logo h1 {
	display: inline;
	font-size: 16px;
}

/* Menu */

#menu-wrapper {
	background-color: #e4c3b1;
	text-align: center;
	height: 35px;
	border-top: 1px solid #ec5703;
}

#menu-list {
	/*width: 760px;*/
	padding: 7px;
}

#menu-wrapper ul {
	list-style-type: none;
	display: inline;
	padding: 0;
}

#menu-wrapper ul li {
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#menu-wrapper ul li a {
	color: #ec5703;
	font-size: 12px;
	font-weight: normal;
}

#menu-wrapper ul li a:hover {
	text-decoration: none;
}

/* Footer */
#footer-wrapper {
	clear: both;
	margin: 40px 0 30px 0;
	text-align: center;
	font-size: 10px;
}

#footer-wrapper #ml {
	margin-top: 15px;
}

#footer-wrapper #ml a {
	color: #828282;
}
