/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0 0 30px 0;
	color: #222;
	font: 14px Tahoma, Arial, Verdana, sans-serif;
	text-align: left;
	background: #45494d url(../images/bg.jpg) repeat-x;
}



/*	-------------------------------------------------------------
	STRUCTURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wrapper {
	width: 960px;
	margin: 19px auto 0 auto;
	background: #b5b6b7 url(../images/wrapper_bg.gif) repeat-x;
}

#wrapperTop {
	background: url(../images/wrapperTop_bg.gif) repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/container_bg.gif) no-repeat;
}

#container-i {
	padding: 0 1px;	
}

#header {
	height: 101px;
}

#menu {
	height: 31px;
	border-top: 1px solid #000;
	background: #000 url(../images/menu_bg.gif) repeat-x top left;
}

#main {
	padding-bottom: 10px;
}

#content {
	width: 706px;
	float: left;
	margin: 7px 0 0 6px;
	background: #fff url(../images/content_bg.jpg) repeat-y;
	text-align: justify;
}

#content.front {
	width: auto;
	float: none;
	margin: 0;
	background: none;
	text-align: left;	
}

#content-i {
	background: url(../images/content_top.jpg) no-repeat top left;
}

#content-i-i {
	background: url(../images/content_bot.jpg) no-repeat bottom left;
	padding: 8px 12px 15px 12px;
}

#side {
	float: right;
	width: 240px;
	padding-top: 7px;
}

#footer {
	background: #d0d0d0;
	height: 25px;
	border: 1px solid #aeaeae;
	border-left: 0;
	border-right: 0;
}

#wrapperBot {
	width: 960px;
	height: 30px;
	font-size: 0.8em;
	margin: 0 auto;
	background: #b5b6b7 url(../images/wrapperBot_bg.gif) no-repeat bottom left;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 12px 0 0 11px;
}


/*	Header Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #header_contact {
	float: right;
	background: url("../images/header_phone.gif") no-repeat left 25px;
}

#header #header_contact h4 {
	float: right;
	padding: 30px 27px 0 55px;
	text-align: center;
	letter-spacing: 1px;
}

#header #header_contact h4 strong {
	display: block;
	font-weight: normal;
	color: #f25000;
	font-size: 1.5em;
	letter-spacing: 2px;
}

#header #header_contact h4 small {
	font-size: 0.85em;	
	color: #888;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	float: left;
}

#menuMain li {
	display: block;
	float: left;
}

/*	1st Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	line-height: 31px;
	height: 31px;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;	
	text-decoration: none;
	font-size: 0.9em;
	background: url(../images/menuMain_li.gif) repeat-x;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	background-position: 0 -31px;
}

#menuMain li a:hover,
#menuMain li a.active:hover,
#menuMain li:hover a:link,
#menuMain li:hover a:visited {
	background-position: 0 -62px;
}

/*	2nd Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li ul {
	margin: 0;
	padding: 0;
}

#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;
	border-bottom: 1px solid #333;
	height: auto;
	padding: 4px 6px;
	background: #555;
	color: #ddd;
	margin: 0;
}

#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	background: #555;
	background: #3b3b3b;
	color: #bbb;
}

#menuMain li ul li a:hover,
#menuMain li ul li a.active:hover {
	background: #b04d0a;
	color: #fff;
}


/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#frontBanner {
	background: url(../images/frontBanner_bg.jpg) no-repeat;
	height: 284px;
}

#frontBanner h1 {
	padding: 40px 0 0 80px;
	color: #fff;
	font-size: 2.8em;	
	line-height: 1.5em;
}




/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font-size: 2.0em;
	color: #f25000;
	padding: 3px 0 8px 0;
}

#content h2 {
	font-size: 1.5em;
	padding: 1px 0 0 0;	
}

#content h3 {
	font-size: 1.25em;
	padding: 1px 0 0 0;	
}

#content p {
	padding: 10px 0 7px 0;
	line-height: 1.6em;	
}

#content a:link,
#content a:visited {
	color: #f25000;
}

#content ul {
	padding: 7px 0 7px 20px;
}

#content ul li {
	padding: 3px 0 3px 14px;
	background: url(../images/li_bg.gif) no-repeat 0 9px;
}

/*	Summarise Sub Items
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #summariseSub {
	padding: 5px 0 10px 0;
}

#content #summariseSub h2 a:link,
#content #summariseSub h2 a:visited {
	color: #666;
	padding: 8px 0 4px 15px;
	background: url(../images/square_bg.gif) no-repeat 0 18px;
	text-decoration: none;
	
}

#content #summariseSub h2 a:hover {
	color: #333;
	text-decoration: underline;
}


/*	Actual Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #contactForm {
	width: 450px;
}

#content #contactForm .contentForm {
	margin: 10px 0;
}



/*	-------------------------------------------------------------
	FRONT CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/* 	Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #frontBoxes {
	padding: 10px 0 10px 10px;
	font-size: 0.9em;
}

#content #frontBoxes .frontBox {
	background: #fff url(../images/front/frontBox_bg.gif) repeat-y;
	width: 306px;
	float: left;
	margin-right: 10px;
	text-align: justify;
}

#content #frontBoxes .frontBox.last {
	margin-right: 0;
}

#content #frontBoxes .frontBox-i {
	background: url(../images/front/frontBox_top.gif) no-repeat;
}

#content #frontBoxes .frontBox .inner {
	background: url(../images/front/frontBox_bot.gif) no-repeat bottom left;
	padding: 5px 15px 12px 15px;
}

#content #frontBoxes h4 {
	color: #f25000;
	font-weight: bold;
	font-size: 1.3em;
	padding: 4px 0 6px 0;
}

#content #frontBoxes p {
	color: #333;	
	line-height: 1.4em;
}

#content #frontBoxes p strong {
	color: #888;
	font-weight: bold;
}

#content #frontBoxes p a:link,
#content #frontBoxes p a:visited {
	color: #f25000;
	font-weight: bold;
	text-decoration: underline;	
}

#content #frontBoxes p a:link strong,
#content #frontBoxes p a:visited strong {
	color: #f25000;
}

#content #frontBoxes ul {
	padding: 0 0 0 10px;
}

/* 	Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #frontBottom {
	background: #cfcfcf url(../images/front/bottom_bg.jpg) repeat-x;
	border-top: 1px solid #aeaeae;
	border-top: 1px solid #9d9d9d;
}

#content #frontBottom .frontBottomBox {
	float: left;
	width: 318px;
}

#content #frontBottom .frontBottomBox#frontBottomBoxDark {
	background: #c5c5c5 url(../images/front/bottomDark_bg.jpg) repeat-x;	
}

#content #frontBottom h4 {
	color: #f86116;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px 0 6px 15px;
}

#content #frontBottom p {
	font-size: 0.9em;
	padding: 4px 15px 8px 15px;	
}

#content #frontBottom a:link,
#content #frontBottom a:visited {
	color: #f86116;
	font-weight: bold;
}


/*	User Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	font-size: 0.9em;
	padding: 4px 5px;
	margin: 8px 5px 3px 5px;
	background: #888;
	color: #111;
	border: 1px solid #555;
}

#userMenu a:link,
#userMenu a:visited {
	color: #5f2e0c;	
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side .sideBox {
	width: 226px;
	background: #e0e0e0 url(../images/sideBox_bg.gif) repeat-y;
}

#side .sideBox-i {
	background: url(../images/sideBox_bot.gif) no-repeat bottom left;
}

#side .sideBox h4 {
	background: #6e6e6e url(../images/sideBox_top.gif) no-repeat top left;
	text-align: center;
	padding: 7px 0 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: -1px;
}

#side .sideBox .inner {
	padding: 5px 10px 14px 10px;	
}

/*	Quote Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#quoteForm .textboxSmall,
#quoteForm .textbox,
#quoteForm .selectbox,
#quoteForm .textarea {
	border: 1px solid #999;
	padding: 2px 2px;
	width: 190px;
}

#quoteForm .selectbox {
	width: auto;
}

#quoteForm .textboxSmall {
	width: 80px;
}

#quoteForm .textarea {
	height: 80px;
}

#side #quoteForm p {
	text-align: left;
	padding: 5px 0 9px 0;
	border-top: 1px solid #aaa;
}

#quoteForm h6 {
	line-height: 1.1em;
	margin: 0;
	font-size: 0.85em;
	font-weight: bold;
	color: #666;
	padding: 0 0 3px 0;
}

#quoteForm h6 label {
	font-weight: bold;	
}

#quoteForm span.dateInput {
	display: block;
}

#quoteForm span.timeInput {
	display: block;
	padding-top: 5px;
	font-size: 0.9em;
}

#quoteForm span.dateInput select,
#quoteForm span.timeInput select {
	font-size: 10px;	
}


#quoteForm label.require  {
	background: url(../../../images/icons/require.gif) top right no-repeat;
	padding-right: 10px;
}

#quoteForm label.error {
	display: block;
	color: #b97124;
	padding: 3px 0 10px 20px;
	font-size: 0.9em;
	background: url(../../../images/icons/error.gif) 0 2px no-repeat;
}

#quoteForm .formError,
#quoteForm .formSuccess {
	margin: 5px 5px;
	padding: 4px 10px;
	font: 0.9em;
	text-align: center;
	border: 1px solid #aaa;
	border-left: none;
	border-right: none;
}

#quoteForm .formError h6,
#quoteForm .formSuccess h6 {
	padding: 5px 0 0 0;
	font-weight: bold;
	border-bottom: 0;
}
	
#quoteForm .formError {
	background: #f6db5a;
	border-color: #e5ca47;
}

#quoteForm .formSuccess {
	background: #6fb558;
	border-color: #5fa349;
}

#quoteForm .formSuccess h6 {
	color: #fff;
}


#side #quoteForm .formCaptcha p {
	font-size: 0.8em;
	padding-bottom: 5px;
	border: 0;
}

#side #quoteForm .formCaptcha p.formCaptcha_intro {
	border-top: 1px solid #aaa;
}



/*	Certificates
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side h3 {
	color: #777;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 25px 0 2px 0;
	border-bottom: 1px solid #888;
	margin: 0 auto;
	width: 120px;
}

#side p {
	padding: 15px 0 3px 0;
	text-align: center;
}


/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wrapperBot p {
	float: left;
	margin: 6px 0 0 10px;
}

#wrapperBot #menuOther {
	float: right;
	margin: 6px 10px 0 0;
}

#wrapperBot #menuOther li {
	float: left;	
	padding: 0 6px 1px 6px;
}

#wrapperBot #menuOther li a:link,
#wrapperBot #menuOther li a:visited {
	display: block;
	color: #515152;
}





/*	-------------------------------------------------------------
	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;
}