/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0; padding: 0; }

body
{
	background: #889F79 url(../img/bg.png) repeat-x top left;
	margin-bottom:10px;
}

/* -----[ STRUCTURE]--------------------------------------------------------------------- */

#outerWrapper
{
	margin: 0 auto;
	padding-top:68px;
	width: 940px;
	position:relative;
}

/* ================================================================= */
/*   HEADER                                                          */
/* ================================================================= */

#header 
{
	clear: both;
	height: 90px;
	text-align:right;
	background: #EDEAD8 url(../img/header-lt-bg.png) repeat-x top left;
	border: 2px solid #FFF;
	border-top:0;
	border-bottom:0;
	}
	#header .headerImage
	{
		width:760px;
		height:90px;
	}
	
#topNav 
{
	clear: both;
	background: #D6C6C0 url(../img/topnav-bg.png) repeat-x top right;
	height: 46px;
	border: 2px solid #FFF;
	border-top:0;
	margin:0;
	padding:0 5px 0 390px;
	text-align:right;
}
#logo {
	position:absolute;
	top:0;
	left:-35px;
}

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

#mainWrapper 
{
	display: block; 
	background: #fff url(../img/mainWrapper-bg.gif) repeat-y top left;
	border: 2px solid #FFF;
	border-top:0;
	border-bottom:0;
}
#main 
{
	float: left;
	width:617px;
}

#mainOpen{
	
}

#mainOpen #content .panel{
	float: left;
}

/* === [ Main Side Column - cta ] === */
#mainSide
{
	float: right;
	width: 320px;
	margin-left: -100%;
}
* html #mainSide
{
	margin-left: -320px;
}
*:first-child+html #mainSide 
{
	margin-left: -320px;
}


/*   CONTENT                                         */
/* ------------------------------------------------- */

/* === [ Content Wrapper ] === */
#contentWrapper
{
	float: left;
	width: 100%;
}
/* === [ Primary Content ] === */
#content
{
	margin: 0 0 0 178px;
	position:relative;
}
#content .panel
{
	padding:20px;
}

/* === [ Content Side Column ] === */
#contentSide
{
	float: left;
	width: 176px;
}



/* ================================================================= */
/*   FOOTER                                                         */
/* ================================================================= */

#footer
{
	clear:both;
	background: #FFF url(../img/footer-bg.png) repeat-x bottom left;
	height:37px;
	padding-top:26px;
	
}

/* === [ copyright ] === */
#copyright
{
	text-align:right;
	color: #6F4D44;
	font-size: 80%;
	padding: 5px 10px 0 10px;
	width:480px;
	float:right;
}
	#copyright a
	{
		color: #6F4D44;
	}
	#copyright a:hover
	{
		color: #1A1B1C;
	}

#footerExtra 
{
	padding: 3px 0 0 10px;
	color: #fff;
	text-align: right;
}
#footerExtra a
{
	text-decoration:none;
	color: #fff;
	font-size:80%;
}
#footerExtra a:hover
{
	border-bottom: 1px dotted #fff;
}


/* -----[ Clearings ]--------------------------------------------------------------------- */

.clear-left,
.clear-right,
.clear
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	padding:0;
	margin:0;
}
.clear-left 
{
	clear: left;
}
.clear-right 
{
	clear: right;
}

