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

body {
	margin: 0;
	padding: 0 0 30px 0;
	color: #555;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #e8e6c4;
}



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

#container {
	padding: 0 0 20px 0;	
}

#header {
	background: #942724 url(../images/header_bg.gif) repeat-x top left;
	height: 166px;
}

#header-i {
	background: url(../images/header-i_bg.gif) no-repeat top right;
	height: 166px;
}

#front {
	background: #fff;
	padding: 15px 0;
}

#content {
	background: #fff;
	padding: 0 0 15px 0;
}

#footer {
	padding: 10px 0;
	margin-top: 15px;
}



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

#logo {
	padding: 6px 0 12px 0;
	display: block;
	float: left;
}	
	
#header h1 {
	font: 2em Georgia, serif;
	color: #c07674;
	position: absolute;
	top: 22px;
	right: 35%;
}




/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	float: right;
	padding-right: 148px;
	height: 29px;
	margin-top: 96px;
}	
	
#menuMain li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menuMain li a:link, #menuMain li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	background: #c34f28;
	color: #fff;
	padding: 0 12px 0 12px;
	margin: 3px 0 0 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
}	

#menuMain li a:hover {
	background: #d6613a;
	margin-top: 0;
	line-height: 29px;
	height: 29px;
}

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited {
	background: #fff;
	color: #b93333;
}

#menuMain li a.menuItemCurrent:hover {
	background: #eee;
	color: #888;
}


/*	-------------------------------------------------------------
	USER DETAILS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #userDetails {
	clear: right;
	float: right;
	display: block;
	padding: 9px 0 0 0;	
	width: 620px;
}

#header #userDetails ul {
	display: block;
	float: right;
}

#header #userDetails li {
	padding: 0 5px;
	margin: 0;
	display: block;
	float: left;
	color: #9c6a29;
	font-size: 0.9em;
	font-weight: bold;
}

#header #userDetails li a:link, #header #userDetails li a:visited {
	display: block;
	float: left;
	padding: 2px 0 2px 20px;
	color: #9c2c29;
	text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
}

#header #userDetails li a#userUpdate {
	background: url(../images/icons/userUpdate.gif) no-repeat 0 50%;
}

#header #userDetails li a#userLogout {
	background: url(../images/icons/logout.gif) no-repeat 0 50%;
}

#header #userDetails li a#userWheels {
	background: url(../images/icons/userWheels.gif) no-repeat 0 50%;
	padding-left: 22px;
}


/*	-------------------------------------------------------------
	WELCOME BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #welcomeBox {
	clear: right;
	float: right;
	display: block;
	width: 620px;
	padding: 11px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

#header #welcomeBox p {
	padding: 0;
	margin: 0;
	float: right;
}
	
#header #welcomeBox a:link,
#header #welcomeBox a:visited {
	color: #c26e6c;
	text-decoration: underline;
	font-weight: bold;
}

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

#content h1 {
	font-size: 2.2em;
	padding-bottom: 10px;
	color: #942724;
	letter-spacing: -1px;
	font-weight: bold;
}

#content h2 {
	font: 1.6em Verdana;
	color: #942724;
	letter-spacing: -1px;
	font-weight: bold;
}

#content h3 {
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
	line-height: 1.3em;
}

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

#content a:link, #content a:visited {
	color: #9c2c29;
	text-decoration: underline;
}

#content ol {
	padding: 10px 0 10px 30px;
	list-style-type: decimal;
}


#content ol li {
	padding: 4px 0;
	font-size: 1.2em;
}

/*	Alert Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .alert {
	background: #ffe8b6;
	color: #333;
	border: 1px solid #e94a03;
	padding: 5px 8px;
	margin: 5px 0 10px 0;
}

#content .alert h5 {
	display: block;
	font-weight: bold;
	background: url(../images/icons/alert.gif) no-repeat 0 4px;
	padding: 4px 0 3px 22px;
	margin: 0;
	line-height: 1.1em;
}

#content .alert p {

}

/*	Success Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .successMsg {
	background: #c2e4b6;
	color: #333;
	border: 1px solid #76a954;
	padding: 5px 8px;
	margin: 0 0 10px 0;
}

#content .successMsg h5 {
	display: block;
	font-weight: bold;
	background: url(../images/icons/success.gif) no-repeat 0 5px;
	padding: 4px 0 3px 22px;
	margin: 0;
	line-height: 1.1em;
}

#content .successMsg p {

}

/*	Error Message
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .errorMsg {
	background: #fee592;
	border: 3px solid #fcaf3e;
	border-left: 0;
	border-right: 0;
	margin-bottom: 10px;
}

#content .errorMsg p {
	background: url(../images/icons/alert.gif) no-repeat 10px 5px;
	padding: 5px 10px 10px 38px;
}

#content .errorMsg p strong {
	display: block;
	font-size: 1em;
	color: #666;
	line-height: 1.3em;
	padding: 0 0 4px 0;
}
#content .errorMsg p span {
	display: block;
	font-size: 1.1em;
	color: #666;
	line-height: 1.3em;
}

/*	-------------------------------------------------------------
	DEFAULT FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.textbox, .textboxSmall, .textboxLarge, .selectbox, .textarea {
	border: 1px solid #ffa52a;
	background: #fdde7a;
	padding: 2px 3px 5px 3px;
	font: 1.0em Arial;
	color: #555;
}


/*	-------------------------------------------------------------
	GENERIC FORM TABLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content table.form {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
}

#content table.form td {
	display: table-cell;
	padding: 8px 6px;
	border-bottom: 1px solid #ebb232;
	vertical-align: top;
}

#content table.form label {
	display: block;
	color: #333;
	font-size: 1.2em;
	float: right;
	padding: 0 9px 0 0;
	margin-top: 4px;
}

#content table.form label.require {
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
}

#content table.form .textbox, #content table.form .textboxSmall, #content table.form .textboxLarge, #content table.form .selectbox {
	width: 200px;
	font: 1.2em Arial;
	color: #555;
}

#content table.form .textboxSmall {
	width: 150px;
}

#content table.form .textboxLarge {
	width: 290px;
}

/* Submit Form Error */

#content table.form label.error {
	display: block;
	float: none;
	background: blue;
	clear: both;
	color: red;
}

#content table.form input.error {
	border-color: #ff522a;
	background: #fee89f;
}	


/*	-------------------------------------------------------------
	YELLOW BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.rBox {
	clear: both;
	background: #fece36 url(../images/yBox_bot.gif) no-repeat bottom left;
}

.rBox .rBoxHead {
	background: #f09626 url(../images/yBox_top.gif) no-repeat top left;
}

#content .rBox .rBoxHead h3 {
	padding: 4px 15px 2px 15px;
	background: url(../images/yBox_top_cnr.gif) no-repeat top right;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

#content .rBox .rBoxHead h3 em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 3px;
}

.rBox .rBoxBody {
	padding: 5px 10px;
	background: url(../images/yBox_bot_cnr.gif) no-repeat bottom right;
}

/*	Inner box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.rBox .inner {
	clear: both;
	background: #fed85e url(../images/yBoxI_bot.gif) no-repeat bottom left;
	margin: 5px 10px;
}

.rBox .inner .rBoxHead {
	background: #fcaf3e url(../images/yBoxI_top.gif) no-repeat top left;
}

#content .rBox .inner .rBoxHead h4 {
	padding: 4px 15px 2px 15px;
	background: url(../images/yBoxI_top_cnr.gif) no-repeat top right;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#content .rBox .inner .rBoxHead h3 em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 3px;
}

.rBox .inner .rBoxBody {
	padding: 5px 10px;
	background: url(../images/yBoxI_bot_cnr.gif) no-repeat bottom right;
}
	
	

/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer p {
	float: right;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 3px;
	color: #777;
}	
	
/*	Menu Other
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuOther {
	float: left;
}	
	
#menuOther li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menuOther li a:link, #menuOther li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #727272;
	margin: 3px 15px 0 0;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
}	

#menuOther li a:hover {
	background: #fff;
}

#menuOther li a.menuItemCurrent:link, #menuOther li a.menuItemCurrent:visited {
	background: #fff;
	color: #b93333;
}

#menuOther li a.menuItemCurrent:hover {
	background: #eee;
	color: #888;
}

	
/*	PX Logo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #pxLogo {
	float: left;
	margin: 2px 0 0 90px;
}

/*	-------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#globalMessage {
	background: #eae841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


#globalMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../../../images/icons/msg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../../../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}