@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"Myriad Pro", Arial, sans-serif;
	background:#b4b4b4;
	color:#282828;
}

.container {
	width:100%;
}

.header {
	background:url(images/header-bg.png) repeat-x;
	width:100%;
	height:205px;
}

.header-inner {
	width:900px;
	height:205px;
	margin:0 auto;
	padding:0px 0 0 0;
}

.header1 img {
	z-index:-1;
	position:relative;
}

.header2 img {
	z-index:-1;
	position:relative;
}

.header3 img {
	z-index:-1;
	position:relative;
}

.header4 img {
	z-index:-1;
	position:relative;
}

.logo {
 	width:374px;
	height:112px;
	margin:-185px 0 0 0;
	z-index:5;
	position:relative;
}

.menu {
	height:25px;
	font-size:16px;
	margin:50px 0 0 0;
	color:#fff;
}

.menu a {
	color:#fff;
	text-decoration:none;
	margin:0 8px 0 8px;
}

.menu a:hover {
	text-decoration:underline;
}

.content {
	width:900px;
	margin:0 auto;
}

.footer {
	background:url(images/footer-bg.png) repeat-x;
	width:100%;
	height:135px;
	color:#fff;
}

.footer-inner {
	width:900px;
	height:135px;
	margin:0 auto;
	padding:15px 0 0 0;
	font-size:13px;
}

.clear {
	clear:both;
}