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

html {
	background:url(../images/main/background.jpg) repeat;
}

body { 
	text-align:left;
	background:url(../images/main/header-background.png) repeat-x;	
}

#IE6warning { display:none; }

/* ==HEADER== */

#header {
	width:985px;
	height:265px;
	background:none;
	margin:0 auto;
	padding:0;
	position:relative;
}

#logo {
	position:relative;
	top:59px;
	background:url(../images/main/logo.jpg) no-repeat;
	width:288px;
	height:147px;
	float:left;
	margin-left:13px;
}

#promo {
    background:url("../images/main/promo.png") no-repeat scroll 0 0 transparent;
    float:left;
    height:28px;
    left:8px;
    margin-left:13px;
    position:absolute;
    top:181px;
    width:148px;
}

#featured {
	position:relative;
	background:url(../images/main/featured.png) no-repeat;
	width:536px; /*556*/
	height:217px; /*232*/
	padding:5px 0 10px 20px;
	float:right;
	top:20px;
	margin-right:22px;
}

#featuredContainer {
	width:335px;
	color:#dcd7be;
	text-align:justify;
}

#featured h2 {
	color:white;
	margin:0;
	padding:0;
}

#featureSubheader {
	background:url(../images/main/subheader.png) no-repeat;
	width:100%;
	height:75px;
	margin-top:20px;
	margin-bottom:0;	
	padding-bottom:4px;
	border-bottom:#5d5632 solid 3px;
	
}

#featuredContainer p {
	margin-top:7px;
}

#featuredContainer .starburst {
	background:url(../images/main/startburst.png) no-repeat;
	width:143px;
	height:121px;
	position:absolute;
	right:0;
	top:0;
}

/* ==/HEADER== */

#wrap {
	position:relative;
	width:955px; /*985*/
	height:100%;
	margin:0 auto;
	padding:0 15px;
}


/* ==MAIN CONTENT AREA== */

#mainContent {
	margin-left:212px;
	min-height:457px;
}

.containerTop {
	background:url(../images/main/container-top.png) no-repeat;
	width:739px;
	height:15px;
}

.containerMiddle {
	background:url(../images/main/container-middle.png) repeat-y;
	width:681px; /*739px*/
	height:100%;
	padding:9px 30px;
}

.containerBottom {
	background:url(../images/main/container-bottom.png) no-repeat;
	width:739px;
	height:15px;
}

.containerMiddle .subheader {
	width:100%;
	height:28px;
	margin-top:7px;
	margin-bottom:3px;
}

.containerMiddle h2 {
	margin:0;
}

.containerMiddle .underline {
	position:relative;
	left:-7px;
	background:url(../images/main/underline.png) no-repeat;
	width:691px;
	height:10px;
}

/* ==/MAIN CONTENT AREA== */

/* ==FOOTER==*/

#footer {
	background:url(../images/main/footer.png) repeat-x;
	width:100%;
	height:43px; /*77*/
	padding:19px 0 15px 0;
	text-align:center;
	color: #8f8f8f;
	margin-top:12px;
}

#footerContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footerContainer ul li.first { border:none; }

#footerContainer ul li {
	display: inline;
	border-left: 1px solid #8f8f8f;
}

#footerContainer ul li a {
	padding:0 5px 0 5px;
}

#footerContainer ul li a:hover {
	color: #dedede;
}

#footerContainer a:link,
#footerContainer a:active,
#footerContainer a:visited {
	color: #8f8f8f;
}

#footerContainer a:hover {
	color: #dedede;
}

/* ==/FOOTER==*/
	
