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

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 15px Arial, Verdana, sans-serif;
	text-align: left;
	background: #2e2e2e url(../images/body_bg.jpg) top left repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 0 auto;
	width: 755px;
	padding: 15px 0;
}

#header {
	height: 140px;
}

#main {
	clear: both;
	padding: 10px;
	background: #fff; 
	border-bottom: 5px solid #888;
}

#userBar {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#contentTop {
	margin-bottom: 5px;
}

#content {
	line-height: 1.3em;
}

#footer {
	clear: both;
}


/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	clear: both;
	height: 50px;
}
	
#menuMain li {
	float: left;
	padding: 10px 15px 6px 5px;
	display: block;
}

#menuMain li a:link, #menuMain li a:visited {
	display: block;
	float: left;
	padding: 2px 2px 2px 15px;
	color: #999;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../images/menuMain_li_bg.gif) no-repeat 0 50%;
	text-decoration: none;
}

#menuMain li a.active:link, #menuMain li a.active:visited {
	color: #eee;
}

#menuMain li a:hover, #menuMain li a.active:hover {
	background-position: 2px 50%;
	color: #ccc;
}


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

#header #logo {
	float: left;
}	
	
#header h1 {
	font-size: 2.1em;
	letter-spacing: -1px;
	color: #d2d2d2;
	float: right;
	padding: 20px 0 0 0;
}


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


#content h1 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 9px;
	font-size: 1.35em;
	height: 1.5em;
	line-height: 1.5em;
	color: #fff;
	border-left: 19px solid #010c3c;
	background: #07275c;
	font-weight: normal;
}

#content h1.small {
	font-size: 0.5em;
	font-weight: bold;
	border-left: 19px solid #010c3c;
	background: #fff;
}

#content h2 {
	font-size: 1.3em;
	margin: 13px 0 6px 0;
	padding: 8px 0 3px 0;
	color: #15649e;
	text-align: left;
	line-height: 1.1em;
	font-weight: bold;
	background: url(../images/h2_bg.gif) repeat-x bottom left;
}


#content h3,
#content h4,
#content h5 {
	font-size: 1.1em;
	margin: 10px 0 2px 0;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-weight: bold;
}

#content h3 { color: #991717; }
#content h4 { color: #530c5e; }
#content h5 { color: #15649e; }


#content p {
	margin: 5px 0 10px 0;
	padding: 0;
}

#content p.large {
	line-height: 1.2em;
	font-size: 1.2em;
}

#content a:link, #content a:visited {
	color: #165b92;
	text-decoration: underline;
}

#content a:hover {
	color: #0f436d;
}

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

#content ul li {
	padding: 2px 0 5px 25px;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
}

#content em {
	font-style: italic;
}

#contentTop img {
	display: block;
}


/*	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #front h1 {
	display: block;
	padding: 3px 0 3px 9px;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
}

/*	404
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#error404 {
	background: url(../images/404.gif) no-repeat 95% 120px;
}

#content #error404 ul { padding-left: 50px; }

#content #error404 ul li { font-size: 1.2em; }


	
/*	Front Banner
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#frontBanner {
	background: url(../images/front/top.jpg) no-repeat;
	height: 117px;
}

#content #frontBanner  h1 {
	padding: 75px 0 0 10px;
	margin: 0;
	line-height: 1.2em;
	font-size: 1.6em;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	float: left;
	border: 0;
	background: 0;
	font-weight: normal;
}

#frontBanner a:link, #frontBanner a:visited {
	float: right;
	margin: 74px 5px 0 0;
}

/*	Front Left
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#frontLeft {
	padding: 10px 0 0 0;
	float: left;
	clear: both;
	width: 490px;
}

/*	Front Right
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#frontRight {
	padding: 10px 0 0 0;
	float: right;
	width: 225px;
}

/*	Featured products
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #featureProducts {
	margin: 0;
	padding: 0;
	background: 0;
}

#content #featureProducts li {
	float: left;
	margin: 0 6px 0 6px;
	text-align: center;
	padding: 0;
	background: 0;
}

#content #featureProducts a:link, #content #featureProducts a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #79add7;
	width: 150px;
	padding: 3px 0 4px 0;
	font-size: 0.9em;
	font-weight: bold;
}

#content #featureProducts img {
	display: block;
	margin: 0 auto;
	padding: 4px 0 0 0;
}


/*	-------------------------------------------------------------
	FORMS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #contentForm_3 {
	width: 500px;
	padding: 0 0 0 30px;
	text-align: center;
	font-size: 1.1em;
}

#content #contentForm_3 table {
	border-collapse: collapse;
}

#content #contentForm_3 table tr td {
	display: table-cell;
	border-bottom: 1px solid #c7d3db;
	padding: 6px 5px;
}

#content #contentForm_3 input.textbox {
	width: 200px;
	border: 1px solid #9dabb6;
	padding: 2px 2px;
}
	


/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer p {
	text-align: center;
	padding: 10px 0 20px 0;
	color: #aaa;
	font-size: 0.75em;
	font-weight: bold;
}

#footer a:link,
#footer a:visited {
	color: #aaa;
	font-weight: bold;
}

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