/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #ede9dd;
	font: 14px Georgia, serif;
	text-align: left;
	background: #d7b082 url(../images/body_bg.jpg) repeat;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 975px;
	margin: 0 auto;
}
	
#header {
	height: 90px;
	background: #00141a url(../images/header_bg.jpg) top left repeat-x;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 34px 0 0 20px;
}

#header_termite {
	float: right;
}

#header_quote {
	float: right;
	margin: 28px 0 0 0;	
}

#header_details {
	float: right;
	padding: 36px 10px 0 0;
	font-size: 1.2em;
	color: #fff;
}





/*	-------------------------------------------------------------
	HOME INTRO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#home_intro {
	padding: 20px 50px 20px 50px;
}

#home_intro h1 {
	font: 2.8em Verdana, Arial, sans-serif;	
	color: #003663;
	line-height: 1.6em;
	padding: 10px 0 10px 0;
}

#home_intro_termite {
	float: right;
}




/*	-------------------------------------------------------------
	MAIN BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mainBox {
	clear: both;
	margin: 20px 0 20px 0;
	background: #343434 url(../images/mainBox_bot.jpg) bottom left no-repeat;
	padding-bottom: 15px;
}

#mainBox-i {
	background: url(../images/mainBox_top.jpg) top left no-repeat;
	padding-top: 10px;	
}

#content {
	float: left;
	width: 645px;
	padding-left: 20px;
}

#side {
	float: right;
	padding-right: 10px;
	width: 281px;
}

#side_menu {
	background: url(../images/side_menu_bg.jpg) top left repeat-y;
}

#side_menu-i {
	padding: 15px 0 81px 0;
	background: url(../images/side_menu_bot.jpg) bottom left no-repeat;	
}



/*	-------------------------------------------------------------
	MENUMAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li {
	padding: 2px 0 2px 0;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	color: #ede9dd;
	text-decoration: none;
	font-size: 1.3em;
	padding-left: 32px;
	background: url(../images/menuMain_li_bg.gif) top left no-repeat;
	height: 34px;
	line-height: 34px;
}

#menuMain li a:hover,
#menuMain li a:hover {
	background-position: 0 -34px;
	color: #eee;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	background-position: 0 -68px;
	color: #fff;
}



/*	-------------------------------------------------------------
	MENUMAIN CHILDS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li ul {
	padding: 5px 0 10px 18px;
}

#menuMain li ul li a:link,
#menuMain li ul li a:visited {
	display: block;
	color: #7c7a7a;
	text-decoration: none;
	font-size: 1.1em;
	padding-left: 32px;
	background: url(../images/menuMainchilds_li_bg.gif) top left no-repeat;
	height: 26px;
	line-height: 26px;
}

#menuMain li ul li a:hover,
#menuMain li ul li a:hover {
	background-position: 0 -26px;
	color: #c8c5c5;
}

#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	background-position: 0 -52px;
	color: #eee;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content p {
	padding: 6px 0 10px 0;
	line-height: 1.5em;
}

#content a:link,
#content a:visited {
	color: #eee;
	text-decoration: underline;
}

#content a:hover {
	color: #aaa;
	text-decoration: none;
}

#content h1 {
	font: 2.2em Verdana, Arial, sans-serif;
	color: #fff;
	padding: 8px 0 4px 0;
}

#content h2 {
	font: 1.7em Verdana, Arial, sans-serif;
	color: #fff;
	padding: 8px 0 2px 0;
}

#content h3 {
	font: 1.3em Verdana, Arial, sans-serif;
	color: #fff;
	padding: 8px 0 1px 0;
}

#content h4 {
	font: 1.3em Verdana, Arial, sans-serif;
	color: #c6d4e5;
	padding: 8px 0 1px 0;
}

#content h5 {
	font: 1.1em Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 8px 0 4px 0;
}	

#content ul {
	padding: 6px 0 10px 10px;
}

#content ul li {
	padding: 2px 0 3px 18px;
	background: url(../images/ul_li.gif) 0 7px no-repeat;
}



/*	-------------------------------------------------------------
	CONTENT - FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #frontBoxes {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #6a665b;
}

#content #frontBoxes .frontBox {
	width: 205px;
	background: #4e4b47 url(../images/frontBox_bg.gif) repeat-y;
	float: left;
	margin-right: 15px;
}

#content #frontBoxes .frontBox .inner {
	padding-bottom: 6px;
	background: url(../images/frontBox_bot.gif) bottom left no-repeat;	
}

#content #frontBoxes .frontBox.last {
	margin-right: 0;	
}

#content #frontBoxes .frontBox h3 {
	padding: 0 10px 6px 10px;
	font: 1.4em Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	line-height: 1.2em;
}

#content #frontBoxes .frontBox p {
	padding: 8px 10px 6px 10px;	
}

#content #frontContentMain {
	clear: both;
	float: left;
	padding: 20px 0 0 0;
	width: 430px;
}

#content #frontContentSide {
	float: right;
	padding: 20px 0 0 0;
	width: 205px;
}




/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side_logos {
	padding-right: 10px;
	background: none;
}







/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	background: #4e4b47;
	color: #eee;
	border: 1px solid #6a665b;
	padding: 4px;
	font-size: 0.9em;
}

#userMenu a:link,
#userMenu a:visited {
	color: #eee;	
}


/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.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 {
