/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #fefefe;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff repeat-y url(../images/wrapper_bg.gif);
}

#container {
	padding: 0 20px 20px 20px;
}

#header {
	height: 107px;
	background: #f0fbfc no-repeat url(../images/header_bg.gif);
}

#menu {
	clear: both;
	margin-top: 1px;
	height: 31px;
	background: #009dcf repeat-x url(../images/menu_bg.gif);
}

#main {
	clear: both;
	padding: 10px 0 20px 0;
}

#content {
	float: right;
	width: 700px;
	line-height: 1.3em;
}

#userMenu {
	background: #ddd;
	margin-bottom: 5px;
	border: 1px solid #aaa;
	padding: 2px 4px;
	font-size: 0.9em;
}

#side {
	float: left;
	width: 200px;
	background: url(../images/side_bg.gif) no-repeat top left;
	padding-top: 10px;
}

#footer {
	height: 105px;
	background: url(../images/fade.gif) no-repeat top left;
	padding: 0 20px;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	margin: 8px 0 0 16px;
	float: left;
}

#header h1 {
	font: 1.6em Tahoma, Verdana;
	float: left;
	letter-spacing: 1px;
	padding: 60px 0 0 65px;
	color: #072f6c;
}

#header #store {
	float: right;
	margin: 16px 8px 0 0;
}



/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li {
	display: block;
	float: left;
}

/*	1st Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	background: url(../images/menuMain_li.gif) 0 31px repeat-x;
	padding: 0 15px;
	border-right: 1px solid #93e8fe;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#menuMain li a:hover {
	color: #fff;
	background-position: 0 0;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	color: #9999ad;
	background-position: 0 -31px;
}

#menuMain li a.active:hover {
	color: #fff;
}

/*	2nd Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li ul {
	margin: 0;
	padding: 0;
	top: 2.3em;
}

#menuMain li ul li {
	float: none;
	display: block;
}

#menuMain li ul li a:link,
#menuMain li ul li a:visited {
	display: block;
	float: none;
	line-height: 1.2em;
	font-size: 0.9em;
	border: 0;
	border-bottom: 1px solid #0091be;
	height: auto;
	padding: 4px 6px;
	background: #00a7d9;
	color: #fff;
	margin: 0;
}

#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	background: #057fa5;
	color: #bbb;
}

#menuMain li ul li a:hover,
#menuMain li ul li a.active:hover {
	background: #92c942;
	color: #fff;
}




/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	font-size: 2em;
	font-weight: bold;
	color: #25a9e0;
	line-height: 1.1em;
	padding: 5px 0 10px 0;
}

#content h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #7cae3b;
	padding: 10px 0 2px 0;
}

#content h2 a:link,
#content h2 a:visited {
	color: #8bc53f;
}

#content h3,
#content h4,
#content h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0 1px 0;
}
#content h3 { color: #00a5d7; }
#content h4 { color: #89b155; }
#content h5 { color: #8c8383; }

#content p {
	padding: 5px 0 8px 0;
}

#content p.large {
	font-size: 1.2em;
	color: #555;	
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
	color: #666;
}

#content a:link,
#content a:visited {
	color: #7cae3b;
}

#content a:hover {
	color: #6c8d41;
}

/*	Lists
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content ul {
	padding: 5px 10px 7px 20px;
}

#content ul li {
	padding: 2px 0 5px 18px;
	background: url(../images/li_bg.gif) no-repeat 4px 6px;
}

#content ul.tick li {
	font-size: 1.1em;
	color: #666;
	padding: 4px 0 5px 24px;
	background: url(../images/tick.gif) no-repeat 1px 3px;
}

#content ol {
	padding: 5px 10px 7px 20px;
}

#content ol li {
	list-style-type: decimal;
	padding: 4px 0 4px 0;
}

/*	Tables
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .splitTable {
	width: 80%;
	margin: 10px auto;
}




/*	-------------------------------------------------------------
	CONTENT - FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


	
/*	Banner
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #frontBanner {
	clear: left;
	padding: 0 0 10px 0;
}
	
/*	Latest News
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #frontLatestNews {
	float: right;
	clear: right;
	width: 180px;
	background: url(../images/frontLatestNews_top.gif) top left no-repeat;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 33px;
	margin-left: 15px;
}

#content #frontLatestNews h6 {
	font-weight: bold;
	padding: 2px 0 3px 0;
}

#content #frontLatestNews p {
	margin: 0;
	padding: 0 0 10px 0;
}

#content #frontLatestNews .latestNewsBox {
	background: #f2f2f2;
	padding: 10px 15px 5px 15px;
	border-bottom: 2px solid #fff;
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Menu Main Childs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side #menuMainChilds,
#side #menuMOther {
	background: #f1f4f6;
}

#side #menuMainChilds li a:link,
#side #menuMainChilds li a:visited,
#side #menuOther li a:link,
#side #menuOther li a:visited {
	display: block;
	font-size: 1em;
	padding: 5px 0 3px 20px;
	border-bottom: 1px solid #e5e4e4;
	background: url(../images/menuMainChilds_li.gif) 7px 9px no-repeat;
	text-decoration: none;
	color: #666;
}

#side #menuMainChilds li a:hover,
#side #menuOther li a:hover {
	background-position: 9px 9px;
	background-color: #d8dfe4;
	color: #333;
}

#side #menuMainChilds li a.active:link,
#side #menuMainChilds li a.active:visited,
#side #menuOther li a.active:link,
#side #menuOther li a.active:visited {
	background-position: 7px 9px;
	background-color: #e2e7ea;
	color: #333;
}

/*	Content if no items
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side .inner {
	background: #f1f4f6;
	font-size: 0.9em;
	padding: 5px 6px;
}

#side h5 {
	font-size: 0.9em;
	font-weight: bold;
}

/*	Logos
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#sideLogos {
	clear: both;
	padding: 20px 0 5px 0;
}

#sideLogos img {
	display: block;
	margin: 5px auto 18px auto;
}

/*	Book
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideBook {
	padding: 20px 0;
	text-align: center;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer table {
	margin-top: 15px;
	float: right;
}

#footer table tr td {
	display: table-cell;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
}

#footer p#copyright {
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #aaa;
	padding: 26px 0 10px 20px;
	width: 250px;
	text-align: center;
}	






/*	-------------------------------------------------------------
	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;
}