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

body {
	margin: 0;
	padding: 0 0 20px 0;
	color: #393838;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #f2e2c8;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 0 auto;
	width: 755px;
	background: #fff url(../images/container_bg.gif) repeat-y;
}

#header {
	padding: 39px 28px 0 28px;
	background: url(../images/header_bg.gif) no-repeat top left;
	height: 89px;
}

#main {
	padding: 0 28px;
}

#content {
	padding: 12px 0 10px 0;
}

#footer {
	padding: 0 28px 20px 28px;
	background: url(../images/footer_bg.gif) no-repeat bottom left;
	clear: both;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
}
	

/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	float: right;
	margin-top: 47px;
}

#menuMain li {
	padding: 0 0 0 5px;
	display: inline-block;
	float: left;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	padding: 3px 8px;
	color: #8d7e6f;
	font-size: 1.4em;
	text-decoration: none;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	background: #f3b197;
	color: #615651;
}

#menuMain li a:hover,
#menuMain li a.active:hover {
	background: #f37753;
	color: #fff;
}


/*	-------------------------------------------------------------
	BANNER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#banner {
	width: 100%;
	height: 201px;
	background: #ee3224 url(../images/banner_bg.gif) 473px 0 repeat-y;
}

#banner img.photo {
	float: left;
}

#banner img.text {
	float: right;
	color: #fff;
	margin: 55px 24px 0 0;
}

/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	padding: 0 0 3px 0;
	margin: 5px 0 8px 0;
	background: url(../images/h1_bg.gif) repeat-x bottom left;
	color: #ee3224;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}

#content h2 {
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	line-height: 1.3em;
	font-size: 1.2em;
	color: #ee7024;
	border-bottom: 1px solid #f5d4c0;
}

#content h3 {
	padding: 4px 0 1px 0;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #ee3224;
}



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

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

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


#content .quote {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #757465;
}

#content em {
	font-style: italic;
	color: #757465;
}

#content ul {
	padding: 10px 0 10px 17px;
}

#content ul li {
	padding: 0 0 5px 15px;
	background: url(../images/li_bg.gif) no-repeat 0 4px;
	line-height: 1.2em;
}


/*	Front Latest
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#frontLatest {
	float: right;
	width: 251px;
	background: #fff;
}

#frontLatest .inner {
	padding-left: 25px;
}

#content #frontLatest h3 {
	font-size: 0.9em;
	line-height: 1.4em;
}

#content #frontLatest p {
	font-size: 0.9em;
}


	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer .inner {
	background: url(../images/footer_inner_bg.gif) repeat-x top left;
	height: 147px;
}

#footerClive {
	float: right;
}

#footer {
	font: 0.8em Verdana, sans-serif;
	color: #fff;
}

#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer p#details {
	padding: 52px 0 0 10px;
	font-weight: bold;
	line-height: 1.3em;
	float: left;
}

#footer p#copyright {
	padding: 125px 0 0 20px;
	font-weight: bold;
	line-height: 1.3em;
	float: left;
}

#pxLogo {
	width: 650px;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0 auto;
}



/*	-------------------------------------------------------------
	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;
}