@charset "utf-8";
/* CSS Document */

html,
body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e4e4e4;
	background:#d13600 url(../images/bg.jpg) repeat-x;
}

/* /////// LAYOUT /////// */

.wrapper {
	width:970px;
	padding:0;
	margin: 0 auto -550px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../images/bg_banner.png) repeat-y 21px 0;
}

.pagecontent {
	width:930px;
	padding:0 20px 0 20px;
	margin:0 auto 0 auto;
	height:100%;
}

/* /////// STYLES /////// */

h1 {
	font-size:18px;
	color:#fff;
	font-weight:bold;
}

h2 {
	font-size:14px;
	color:#FF6;
	font-weight:bold;
}

h3 {
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

a {
	color:#FF6;
	text-decoration:underline;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}

img {
	border:none
}

#quote {
	font-size:12px;
	font-weight:bold;
	margin:35px 30px 0 30px;
	text-align:center;
}

/* /////// BANNER /////// */

.banner {
	width:206px;
	float:left;
	height:auto;
}

.logo a {
	background:url(../images/logo.jpg) 0 0;
	float:left;
	width:206px;
	height:165px;
}

.logo a:hover {
	background:url(../images/logo.jpg) 0 -165px;
}

.banner img {
	padding:0 0 0 30px;
}

/* //////// MENU //////// */

.menu {
	float:left;
	height:15px;
	font-size:10px;
	margin:3px 0 0 0;
}

.menu ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
	
.menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
	
.menu ul li a {
	display:block;
	float:left;
	margin:0 0 0 20px;
	padding:3px 10px;
	text-align:center;
	position:relative;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
	
.menu ul li a:hover {
	color:#FF6;
}

/* ////// CONTENT /////// */

.content,
.content_contact_1 {
	float:left;
	height:100%;
	margin:10px 20px 10px 30px;
}

.content {
	width:674px;
}

.content_contact_1 {
	width:200px;
}

.content_contact_2 {
	width:424px;
	float:left;
	height:100%;
	margin:25px 20px 10px 30px;
}

/* /////// FOOTER /////// */

.footer {
	padding:0;
	clear:both;
	background:#b2b2b2 url(../images/bg_footer.jpg) repeat-x;
	width:100%;
	color:#444444;
	height:365px;
}

.footer,
.push {
	height:550px;
}

.footer-wrapper {
	margin:0 auto 0 auto;
	padding:0;
	width:940px;
}


.footer_right {
	float:right;
	text-align:right;
	padding:45px 32px 0 32px;
	width:435px;
}

.footer_left {
	float:left;
	text-align:left;
	padding:0 0 0 15px;
	width:420px;
}

.footer_left H1 {
	font-weight:bold;
	font-size:14px;
	color:#000;
	margin:9px 0 20px 0;
}

.footer_left H2 {
	font-weight:bold;
	font-size:14px;
	color:#444444;
	margin:0;
	padding:0;
}

.footer a {
	color:#d13600;
	text-decoration:underline;
}

.footer a:hover {
	color:#444444;
	text-decoration:none;
}

.footer_text {
	margin:25px 0 0 0;
	color:#444444;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}


