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

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #9cc9e8;
}



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

#header {
	background: #aaccf7 url(../images/header_bg.gif) 50% 100% repeat-x;
	height: 150px;
}

#body {
	border-top: 5px solid #fff;
	background: #fdfeff url(../images/main_bg.jpg) repeat-x;
	padding-bottom: 15px;
}

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

#main {
	float: right;
	width: 715px;
	clear: right;
}

#language {
	text-align: right;
	padding: 4px 0 1px 0;
}

#content {
	padding: 10px 0 0 0;
	line-height: 1.3em;
}

#footer {
	border-top: 8px solid #cee4f3;
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 252px;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 33px 0 0 0;
}

#header .header_product {
	float: right;
	margin: 20px 0 0 60px;
}
	
/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userBar {
	background: #c9d7e6;
	border: 1px solid #b2c3d7;
	padding: 4px 8px;
	color: #333;
	margin: 5px 0 6px 0;
	font-size: 0.9em;
}

#userBar a:link,
#userBar a:visited {
	color: #6f5d28;	
}

	
/*	-------------------------------------------------------------
	LANGUAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#language li {
	float: left;
	padding: 0 0 0 4px;
}

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


	
#content h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #22424d;
	padding: 1px 0 10px 0;
	margin: 3px 0 0 0;
}

#content h1 a:link,
#content h1 a:visited {
	color: #22424d;	
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 1.6em;
	color: #667b8d;
	margin: 3px 0 3px 0;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #cbd0d5;
}

#content h2 a:link,
#content h2 a:visited {
	color: #667b8d;
	text-decoration: none;
}

#content h2 a:hover {
	color: #5284bd;
	text-decoration: none;
}
	
#content p {
	padding: 5px 0 10px 0;
}

#content a:link,
#content a:visited {
	color: #7996b7;
	text-decoration: underline;
}

#content a:hover {
	color: #5284bd;
	text-decoration: underline;
}

#content ul {
	padding: 5px 0 7px 20px;
}

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

#content #summariseSub {
	padding: 8px 0;
}

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

#content #frontBanner {
	height: 152px;
	width: 710px;
	background: url(../images/frontBanner_bg.jpg) repeat-x;
	margin-bottom: 20px;
}

#content #frontBanner h1 {
	font-size: 3.3em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 13px 0 0 16px;
	border: 0;
	letter-spacing: -2px;
	color: #3cb239;
}

#content #frontBanner h1 strong {
	font-size: 1.2em;
	font-weight: normal;
}

#content #frontBanner h1 span.blue {
	color: #22424d;
	padding-left: 60px;
	font-size: 1.05em;
}

#content #frontContent h1 {
	clear: left;
}

#content #frontContent p {
	font-size: 1.2em;
	padding-bottom: 20px;
}


/*	Button Link
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content a.buttonLink:link,
#content a.buttonLink:visited {
	display: block;
	margin-top: 20px;
	float: right;
	height: 42px;
	line-height: 42px;
	background: url(../images/buttonLink_right.jpg) no-repeat 100% -42px;
	text-decoration: none;
	color: #22424d;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 20px;
}

#content a.buttonLink:hover {
	background-position: 100% 0;
}

#content a.buttonLink:link span,
#content a.buttonLink:visited span {
	display: block;	
	background: url(../images/buttonLink_left.jpg) no-repeat 0 0;
	padding-left: 50px;
}

#content a.buttonLink:hover span {
	background-position: 0 -42px;
}

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

#menuMain li {
	padding-bottom: 2px;
}

/*	1st level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 1.35em;
	text-decoration: none;
	background: #85abd6;
	padding-left: 15px;
}

#menuMain li a:hover {
	background: #6388b2 url(../images/menuMain_li.gif) no-repeat 150px 33px;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	background-color: #aaccf7;
}

#menuMain li a.active:hover {
	background-color: #7ea2cb;
}

/*	2nd level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain li ul {
	padding: 4px 0 3px 0;
	background: #bad5f8;
}
	
#menuMain li ul li {
	padding-left: 24px;
}
	
#menuMain li ul li a:link,
#menuMain li ul li a:visited,
#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	border: 0;
	background: url(../images/menuMain_ul_li.gif) 0 5px no-repeat;
	padding: 3px 0 2px 13px;
	line-height: 1.2em;
	height: auto;
	font-weight: bold;
	font-size: 1.1em;
	color: #7a97ba;
}

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

#menuMain li ul li a:hover ,
#menuMain li ul li a.active:hover {
	background-position: 1px 5px;
	color: #3e5d7f;
}




/*	-------------------------------------------------------------
	PAGE SPECIFIC STYLING
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	PAGE SPECIFIC STYLING - Products List
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .products_list {
	margin-top: 15px;
	width: 715px;
}

#content .products_list th {
	display: table-cell;
	vertical-align: top;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-right: 1px #afd4ff solid;
	background: #6388b2;
}

#content .products_list td {
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	border-right: 1px #fff solid;
}

#content .products_list tr.odd td {
	background: #d1e5ff;
}

#content .products_list th.last,
#content .products_list td.last {
	border-right: none;
}




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

#footer #footerBox {
	margin: 38px auto 0 auto;
	width: 940px;
	padding: 0 0 10px 0;
	background: #478ece;
}

#footer {
	color: #fff;
	font-size: 1.1em;
}

#footer p {
	padding: 10px 20px 5px 20px;	
	font-size: 1.1em;
	line-height: 1.2em;
}

#footer .contacts {
	text-align: center;	
	padding-top: 10px;
}

#footer .online {
	float: right;	
	text-align: right;	
	padding: 10px 20px 0 0;
	line-height: 1.3em;
}

#footer .address {
	float: left;
	padding: 10px 0 0 20px;
}

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

#footer a:hover {
	color: #06376e;	
}



	
	
/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #editorMenu li {
	list-style-type: none;
}
	
.msgBox {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 35px;
	background: no-repeat 10px 10px;
	font-size: 12px;
}

.msgBox .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.msgBox .text {
	padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
	text-decoration: underline;	
}
	

/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.success {
	border: 1px solid #7fea6f;
	background-color: #dcf8d8;
	background-image: url(../../../images/icons/msgBox_success.gif);
	color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
	color: #009900;	
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.error {
	border: 1px solid #e9cc7c;
	background-color: #fdf0cd;
	background-image: url(../../../images/icons/msgBox_error.gif);
	color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
	color: #a08106;	
}

/*	Fail
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.fail {
	border: 1px solid #f57878;
	background-color: #ffe1e1;
	background-image: url(../../../images/icons/msgBox_fail.gif);
	color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
	color: #cc3300;	
}