/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #fff repeat-x 0 140px;
	padding: 0 0 10px 0;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin-top: 10px;
	height: 130px;
}

#mid {
	height: 279px;
	background: #ffecd7 url(../images/mid_bg.gif) repeat-x;
}

#menu {
	clear: both;
	margin-top: 5px;
	border-top: 8px solid #ec9d24;
	border-bottom: 1px solid #f5b148;
	background: #f8dba2;
	height: 34px;
}

#content {
	clear: both;
	background: #ece7c7 url(../images/content_bg.gif) repeat-x;
	padding: 20px 0 12px 0;
}

#footer {
	clear: both;
	border-top: 3px solid #ecc986;
	background: url(../images/footer_bg.gif) repeat-x;
	padding: 30px 0 30px 0;
	text-align: center;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
}

#header #slogan {
	float: left;
	margin: 90px 0 0 10px;
}



/*	-------------------------------------------------------------
	MID
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#midChair {
	position: absolute;
	top: 102px;
	margin-left: 780px;
}

#mid ul {
	padding-top: 47px;
}

#mid ul li {
	float: left;
	padding: 0 5px 0 0;
}



/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {

}

#menuMain li {
	display: block;
	float: left;
	padding: 0 30px 0 0;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	background: url(../images/video.gif) no-repeat 0 8px;
	padding-left: 20px;
	color: #e9690d;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#menuMain li.active a:link,
#menuMain li.active a:visited {
	color: #888;
}

#menuMain li a:hover,
#menuMain li.active a:hover {
	color: #e43208;
	background-position: 2px 8px;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	color: #f34921;
	font-size: 1.6em;
	padding: 10px 0 9px 55px;
	margin-bottom: 2px;
	background: url(../images/h1_bg.gif) no-repeat 0 3px;
	font-weight: bold;
}

#content h2 {
	color: #f34921;
	font-size: 1.2em;
	padding: 15px 0 5px 0;
	font-weight: bold;
}

#content h3 {
	color: #f37921;
	font-size: 1.1em;
	padding: 5px 0 4px 0;
	font-weight: bold;
}

#content h3.reel {
	color: #f37921;
	font-size: 1.1em;
	padding: 5px 0 4px 20px;
	background: url(../images/icons/reel.gif) no-repeat 0 7px;
	font-weight: bold;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.4em;
}

#content p.quote {
	line-height: 1.3em;
	font-size: 1.2em;
	font-style: italic;
	color: #81714b;
}

#content a:link,
#content a:visited {
	color: #ec6f15;
}

#content a:hover {
	color: #d93812;
}

#content strong {
	background: #eec898;
	color: #81714b;
	font-weight: normal;
	padding: 0 2px;
}

	
/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#frontSide {
	float: right;
	width: 300px;
	margin-left: 50px;
}




/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}