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

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 14px Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	background: #fdfdfd url(../images/bg.gif) repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#container {
	margin: 0 17px;
	padding: 0 0 0 0;
	background: url(../images/container_bg.gif) repeat-x;
}

#top {
	height: 35px;
}

#menu {
	height: 66px;
	background: url(../images/menu_bg.gif) bottom left repeat-x;
	margin-bottom: 16px;
}

#main {
	background: #fefefe url(../images/main_bg.gif) no-repeat;
}

#side {
	float: left;
	width: 227px;
}

#content {
	float: right;
	width: 645px;
	margin-right: 26px;
	padding: 10px 0;
	line-height: 1.3em;
}

#footer {
	clear: both;
	height: 71px;
	background: #f2f2f2 url(../images/footer_bg.gif) repeat-x;
}


/*	-------------------------------------------------------------
	MENUS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Other
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuOther {
	height: 26px;
	float: right;
}

#menuOther li {
	float: left;
	display: inline-block;
}

#menuOther li a:link,
#menuOther li a:visited {
	display: inline-block;
	float: left;
	font-size: 0.8em;
	background: #e6e6e6;
	color: #5b5b55;
	padding: 3px 10px 2px 10px;
	text-decoration: none;
	border: 1px solid #cec88b;
	border-top: 0;
	border-bottom: 0;
}
	
/*	Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	height: 66px;
}

#menuMain li {
	float: left;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	display: inline-block; /* ie6 fix */
	font-size: 0.8em;
	padding: 31px 9px 14px 9px;
	background: url(../images/menuMain_li_bg.gif) top left;
	text-decoration: none;
	color: #8f8f8f;
}

#menuMain li a.active:link,
#menuMain li a.active:visited,
#menuMain li a:hover {
	background-position: 0 -66px;
	padding-top: 41px;
	padding-bottom: 10px;
	color: #333;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	background-position: 0 -132px;
}

/*	Childs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMainChilds {
	display: block;
	margin: 20px auto 0 auto;
	width: 215px;
}

#menuMainChilds li a:link,
#menuMainChilds li a:visited {
	display: block;
	font-size: 0.9em;
	padding: 0 0 0 28px;
	line-height: 30px;
	height: 30px;
	background: url(../images/menuMainChilds_li_bg.gif) top left;
	text-decoration: none;
	color: #878686;
}

#menuMainChilds li a:hover {
	background-position: 0 -30px;
	color: #444;
}

#menuMainChilds li a.active:link,
#menuMainChilds li a.active:visited {
	background-position: 0 -60px;
	color: #444;
}


/*	-------------------------------------------------------------
	BANNER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#banner {
	clear: both;
	height: 229px;
	background: url(../images/banner_bg.gif) repeat-x;
}

#banner #logo {
	margin: 40px 0 0 45px;
	float: left;
}

#bannerImage {
	width: 698px;
	height: 210px;
	float: right;
	background: url(../images/bannerImage.jpg);
}

#bannerImage h1 {
	padding: 40px 10px 0 365px;
	color: #fff;
	font-size: 1em;
	line-height: 1.4em;
}

#bannerImage h1 strong {
	float: right;
	padding-right: 5px;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .large {
	font-size: 1.2em;
	color: #777;
	line-height: 1.2em;
}
	
#content h1 {
	font: 2.1em Georgia, serif;
	letter-spacing: -1px;
	color: #a49c31;
	padding: 5px 0 5px 0;
}

#content h2 {
	font: 1.5em Georgia, serif;
	color: #004588;
	padding: 8px 0 4px 0;
}

#content h3,
#content h4,
#content h5 {
	font: 1.1em Georgia, serif;
	font-weight: bold;
	padding: 6px 0 0 0;
}
#content h3 { color: #888; }
#content h4 { color: #a49c31; }
#content h5 { color: #004588; }


#content p {
	padding: 4px 0 8px 0;
}

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

#content ul {
	margin: 8px 0 5px 0;
	padding-left: 16px;
}

#content ul li {
	padding: 0 0 5px 13px;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
}
	
/*	Summarise Sub Items
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #summariseSub {
	padding: 5px 0 10px 0;
}

#content #summariseSub h2,
#content #summariseSub h2 a:link,
#content #summariseSub h2 a:visited {
	color: #004588;
	padding: 8px 0 4px 0;
}
	
/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side h5 {
	font: 0.9em Lucida Sans, Arial, Verdana, serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #b2ac55;
	padding: 5px 0 2px 0;
	margin: 5px 0 10px 0;
	clear: both;
}

/*	Clients
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideClients {
	margin: 10px auto;
	width: 180px;
}

#sideClients ul {
	display: none; /* opened by js */
	width: 180px;
}

#sideClients ul li {
	padding-left: 20px;
	text-align: left;
}
	
	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer p {
	color: #666;
	width: 308px;
	float: left;
	padding-top: 30px;
	font-size: 0.9em;
	margin-left: 20px;
}

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

#footer #pxLogo {
	float: right;
	margin: 28px 20px 0 0;
}




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

}