/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #eee;
	font: 13px "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	text-align: left;
	background: #121212;
}



/*	-------------------------------------------------------------
	STRUCTURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 960px;
	margin: 0 auto;
}

#body {
	background: #000 url(../images/body_bg.gif) repeat-x 0 37px;
}

#header {
	height: 115px;
}

#main {
	clear: both;
	padding: 0 0 35px 20px;
}

#side {
	width: 300px;
	float: left;
	padding-top: 7px;
}

#content {
	width: 620px;
	float: right;
}

#content.noSide {
	width: 960px;
	float: none;	
}

#footer {
	clear: both;
	border-top: 1px solid #191919;
	padding: 15px 0 15px 0;
	background: #121212;
}




/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	margin: 25px 0 0 0;
	float: left;
}

#userMenu {
	background: #555;
	font-size: 0.9em;
	padding: 2px 8px 2px 8px;
	margin-bottom: 3px;
	border: 1px solid #777;
}

#userMenu a:link,
#userMenu a:visited {
	color: #eee;
}

	
/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	float: left;
	margin: 44px 0 0 5px;
}

#menuMain li {
	float: left;
	padding-left: 20px;
}

#menuMain a:link,
#menuMain a:visited {
	display: block;
	float: left;
	color: #000;
	font: 1.3em Georgia, serif;
	text-decoration: none;
	padding: 2px 4px;
}

#menuMain a.active:link,
#menuMain a.active:visited {	
	color: #7d4a60;
}

#menuMain a:hover,
#menuMain a.active:hover {
	text-decoration: underline;
	color: #a43e6a;
}



/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Mid
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#frontMid {
	margin-top: 5px;
	height: 361px;
}

#frontMidLeft {
	float: left;
}

#frontMidRight {
	float: right;	
}

/*	Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#frontBoxes {
	clear: both;
	margin-top: 20px;
	padding: ;
}

.frontBox {
	float: left;
	width: 300px;
	margin-left: 20px;
	color: #ccc;
}

.frontBox.first {
	margin: 0;	
}

.frontBox a:link,
.frontBox a:visited {
	font-size: 1.1em;
	display: block;
	color: #aaa;
	text-decoration: none;
	background: url(../images/dot_line.gif) repeat-x 0 30px;
}

.frontBox a:hover {
	color: #fff;
	background-image: url(../images/dot_line_hover.gif);
}

.frontBox strong {
	display: block;
	font-weight: normal;
	font: 1.6em Georgia, serif;
	padding: 0 0 14px 0;
	color: #aaa;
}

.frontBox a:hover strong {
	color: #fff;	
}

.frontBox img {
	display: block;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
}

.frontBox a:hover img {
	border: 1px solid #aaa;
	border-left: 0;
	border-right: 0;
}

.frontBox span {
	display: block;
	padding: 7px 0 2px 0;
}

.frontBox p {
	
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content p {
	padding: 8px 0 5px 0;
	line-height: 1.4em;
}

#content p.large {
	font-size: 1.2em;
	color: #ddd;
}

#content a:link,
#content a:visited {
	color: #d0a5b7;
}

#content a:hover {
	color: #f1d1df;
}

#content h1 {
	color: #fff;
	font: 2.6em Georgia, serif;
	padding: 5px 0 2px 0;
}

#content h2 {
	color: #fff;
	font: 1.5em Georgia, serif;
	padding: 13px 0 5px 0;
	background: url(../images/dot_line.gif) 0 40px repeat-x;
}

#content h2 a:link,
#content h2 a:visited {
	color: #fff;
	text-decoration: none;	
}

#content h2 a:hover {
	color: #fdbfda;
}

#content h3 {
	color: #fdbfda;
	font: 1.5em Georgia, serif;
	padding: 13px 0 5px 0;
	background: url(../images/dot_line.gif) 0 40px repeat-x;
}

#content h4,
#content h5 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 0 2px 0;	
}

#content h4 {
	color: #d1acbc;
}

#content h5 {
	color: #fff;
}

#content ul {
	padding: 5px 10px 7px 20px;
}

#content ul li {
	padding: 1px 0 5px 18px;
	background: url(../images/li_bg.gif) no-repeat 4px 6px;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#footer .container {
	height: 105px;
	background: url(../images/footer_bg.gif) no-repeat 15px 0;
}

#footer a:link,
#footer a:visited {
	color: #444;
}

#footer a:hover {
	color: #666;
}

#footerText {
	margin-left: 146px;
	padding-top: 12px;
}

#footerText p {
	padding: 3px 0 4px 0;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #444;	
}

#footer #pxLogo {
	float: right;
	margin-top: 46px;
}



/*	-------------------------------------------------------------
	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;
}


	