/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #fff;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 0 auto;
	width: 755px;
}

#header {
	clear: both;
	height: 130px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#menu {
	height: 32px;
	background: #dd1200;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}

#content {
	padding-top: 15px;
}

#footer {
	height: 130px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}


/*	-------------------------------------------------------------
	TOP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#headerTop {
	padding: 17px 0 5px 0;
	color: #888;
	font-size: 0.8em;
}
	
#headerTop h4 {
	float: left;
}

#headerTop p {
	float: right;
}

#headerTop p span {
	padding: 0 5px;
	color: #ee8980; 
}

#headerTop  a:link, #headerTop a:visited {
	color: #c32416;
	text-decoration: none;
} 

#headerTop a:hover {
	color: #e4483a;
	text-decoration: underline;
}

#headerTop  a#lifeline:link, #headerTop a#lifeline:visited {
	color: #648eb3;
}

#headerTop a#lifeline:hover {
	color: #4c9ce0;
}

/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	menuMain
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain {

}

#menuMain li {
	display: block;
	float: left;
	padding: 6px 5px 0 5px;
}

#menuMain li a:link, #menuMain li a:visited {
	display: block;
	float: left;
	padding: 0 10px 1px 9px;
	color: #fff;
	font-weight: bold;
	font: 1.1em Georgia, serif;
	text-decoration: none;
}

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited {
	color: #f5b8b3;
	background: #e64d40;
}

#menuMain li a:hover, #menuMain li a.menuItemCurrent:hover {
	color: #eee;
	background: #e75a4d;
}


/*	-------------------------------------------------------------
	USER BAR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userBar {
	height: 25px;
	color: #888;
	font: 0.9em Georgia, serif;
}	

#userBar a:link, #userBar a:visited {
	color: #a51e1e;
}	

#userBar a:hover {
	color: #c84e4e;
}	

#userBar p {
	display: block;
	float: left;
	padding-top: 10px;
}

#menuOther {
	float: right;
	padding-top: 10px;
}

#menuOther li {
	float: left;
	padding: 0 9px 0 9px;
	border-right: 1px solid #aaa;
}

#menuOther li.menuItemEnd{
	border-right: 0;
	padding-right: 2px;
}

#menuOther li a:link, #menuOther li a:visited {
	color: #686868;

}
	

/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #4d4d4d;
	letter-spacing: -1px;
	font-weight: bold;
	background: url(../images/h1_bg.gif) repeat-x bottom left;
	margin-bottom: 7px;
}	

#content h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #c11000;
	font-weight: bold;
	margin: 10px 0 5px 0;
}	

#content h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	margin: 10px 0 5px 0;
}	

#content p {
	line-height: 1.3em;
	padding: 2px 0 10px 0;
}

#content ul {
	padding: 5px 0 10px 15px;
}

#content ul li {
	padding: 3px 0 3px 18px;
	background: url(../images/li_bg.gif) no-repeat 0 4px;
}

#content strong {
	color: #d2584d;
	font-weight: bold;
}

#content a:link, #content a:visited {
	color: #c93e32;
	text-decoration: underline;
}

#content a:hover {
	color: #f0301f;
	text-decoration: underline;
}



/*	-------------------------------------------------------------
	SUGGESTION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	


#suggestion {
	width: 600px;
	margin: 0 auto;
}
	
#suggestion table tr td {
	display: table-cell;
	vertical-align: top;
	padding: 6px 4px;
}

#suggestion label {
	display: block;
	font-weight: bold;
	padding-top: 2px;
}

#suggestion .textbox {
	border: 1px solid #777;
	padding: 2px 3px;
	font-size: 1.2em;
	width: 500px;
}

#suggestion .textarea {
	border: 1px solid #777;
	padding: 2px 3px;
	font-size: 1.1em;
	width: 500px;
	height: 100px;
}


/*	-------------------------------------------------------------
	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;
}
