/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 14px Arial, sans-serif;
	line-height: 1.2em;
	text-align: left;
	background: #f3f8fc;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 755px;
}
	
#header {
	height: 115px;
	background: #81bfd8 url(../images/header_bg.jpg) repeat-x top left;
}

#mid {
	height: 55px;
	background: #04367d url(../images/mid_bg.gif) repeat-x top left;
}

#main {
	background: #e4f1fa url(../images/main_bg.gif) repeat-x top left;
	border-bottom: 2px solid #6699cc;
	padding-top: 10px;
}


#content {
	margin-right: 10px;
	padding: 5px 0 20px 0;
	letter-spacing: 1px;
	line-height: 1.3em;
}

#footer {
	padding: 20px 0 20px 0;
	background: url(../images/footer_bg.gif) repeat-x;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 15px 0 0 5px;
}

#header h2 {
	float: right;
	font-size: 1.6em;
	font-style: italic;
	color: #04367d;
	margin: 45px 0 17px 0;
	width: 405px;
	text-align: center;
}

#header #menu {
	clear: right;
	float: right;
	width: 370px;
}



/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	height: 36px;
	list-style: none;
}

#menuMain li {
    display: inline;
}

#menuMain li a {
    float: left;
	display: block;
    background: url(../images/menuMain_right.gif) no-repeat right top;
	font-size: 14px;
	height: 36px;
	color: #a4ceee;
	text-decoration: none;
}

#menuMain li a span {
    display: block;
    background: url(../images/menuMain_left.gif) no-repeat left top;
	padding: 12px 17px 7px 20px;
	font-weight: bold;
}

#menuMain li a:hover {
	color: #c5dbef;
	background-position: right -36px;
}

#menuMain li a:hover span {
	background-position: 0 -36px;
}

#menuMain li a.menuItemCurrent {
	color: #15414b;
	background-position: right -72px;
}

#menuMain li a.menuItemCurrent span {
	background-position: 0 -72px;
}

#menuMain li a.menuItemCurrent:hover {
	color: #2a6b8c;
	background-position: right -72px;
}

#menuMain li a.menuItemCurrent:hover span {
	background-position: 0 -72px;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Paragraphs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content p {
	margin: 8px 0 12px 0;
	text-align: justify;
}	
	
#content p.large {
	color: #777;
	font-size: 1.3em;
	letter-spacing: 0px;
	line-height: 1.3em;
	text-align: justify;
}


/*	Headers
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content h1 {
	color: #04367d;
	font-size: 1.7em;
	padding: 10px 0 5px 0;
	letter-spacing: 0px;
}	
	
#content h2 {
	color: #5770b0;
	font-size: 1.3em;
	padding: 15px 0 5px 0;
	letter-spacing: 0;
}

#content h3 {
	color: #888;
	font-size: 1.2em;
	padding: 15px 0 5px 0;
	letter-spacing: 0;
}

/*	List
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content ul {
	padding: 10px 0 10px 30px;
}

#content ul li {
	padding: 2px 0 3px 20px;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
}
	
	

/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .frontBox {
	float: right;
	clear: right;
	padding: 10px 0 20px 18px;
}




/*	-------------------------------------------------------------
	PRODUCTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #productsContent {
	float: left;
	width: 68%;
}

#content #productsLinksSide {
	float: right;
	width: 25%;
	text-align: center;
}

#content .productsLinks p {
	text-align: center;
	letter-spacing: 0px;
}

#content .productsLinks table {
	width: auto;
	margin: 0 auto;
}

#content .productsLinks table tr td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	padding: 0 10px 4px 10px;
}

#content .productsLinksCol {
	width: 220px;
	float: left;
	margin-left: 30px;
}

/*	Photos
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #productsContent #photos {
	margin: 0;
	padding: 0;
}

#content #productsContent #photos li {
	margin: 0;
	padding: 5px;
	background: 0;
	float: left;
}

#content #productsContent #photos img {
	display: block;
	border: 4px solid #aecae2;
}

/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .productsLinks p {
	font-size: 1.4em;
	font-weight: bold;
	color: #04367d;
	line-height: 1.2em;
	text-align: center;
}
	
#content .productsLinks ul {
	margin: 0;
	padding: 0;
}

#content .productsLinks ul li {
	margin: 0;
	padding: 5px 0 16px 0;
	background: 0;
	text-align: center;
}


/*	-------------------------------------------------------------
	CONTACT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .contactForm {
	width: 65%;
	float: left;
}

#content .contactDetails {
	float: right;
	width: 30%;
}


/*	Contact Alert
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #formAlert {
	border: 4px solid #fd8e17;
	background: #ffdb17;
	color: #665809;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 10px 0;
	padding: 5px 10px 5px 0;
}

#content #formAlert p {
	padding: 0 0 0 38px;
	margin: 0;
	background: url(../../../images/icons/msg.gif) no-repeat 10px 1px;
}	
	
/*	Contact Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .contactForm .row {
	clear: both;
	padding: 5px 0;
}

#content .contactForm fieldset {
	padding: 10px;
	border: 1px solid #8eb0cc;
	margin-bottom: 16px;
	background: #bcd5eb 0 10px;
	position: relative;
	margin-top: 1em;
	padding-top: .75em;
}

#content .contactForm legend {
	padding: 0 10px;
	background: #8eb0cc;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	top: -.6em;
	left: .5em;
}

#content .contactForm .formLabel {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: right;
	margin-right: 10px;
	width: 125px;
	float: left;
}

#content .contactForm .formLabel label {
	padding: 0 7px 0 0;
}

#content .contactForm .formLabel label.require {
	background: url(../images/require.gif) no-repeat top right;
}

#content .contactForm label.error {
	display: block;
	color: #f05734;
	background: url(../images/error.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	margin: 2px 0 10px 136px;
	letter-spacing: 0px;
	font-weight: bold;
}

/*	BASE STYLIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .contactForm .textbox,
#content .contactForm .textboxSmall,
#content .contactForm .textboxLarge,
#content .contactForm .textarea,
#content .contactForm .selectbox {
	width: 35%;
	font: 14px Arial, sans-serif;
	border: 1px solid #a9bfd3;
	background: #f2f7fb;
	color: #333;
	padding: 2px 2px;
}

/*	FOCUS STYLIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .contactForm .textbox:focus,
#content .contactForm .textboxSmall:focus,
#content .contactForm .textboxLarge:focus,
#content .contactForm .textarea:focus,
#content .contactForm .selectbox:focus {
	border: 1px solid #96aabc;
	background: #fff;
}

/*	Textbox specific
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .contactForm .textboxSmall { width: 15%; }
#content .contactForm .textboxLarge { width: 65%; }

/*	Textarea specific
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .contactForm .textarea {
	width: 95%;
	height: 100px;
}

/*	Selectbox specific
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .contactForm .selectbox {
	width: auto;
}


#content .contactForm .p {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}


#content .contactForm #captchaimage {
	float: left;
	margin-right: 15px;
}

#content .contactForm #captchaimage img {
	border: 1px solid #bbb;
}

#content .contactForm #captchaimage small {
	display: block;
	width: 132px;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
	padding-top: 3px;
	color: #555;
}

#content .contactForm #captchaInput {
	padding-top: 10px;
}

#content .contactForm .submitbox {
	clear: both;
	padding: 5px 0;
	text-align: center;
}

#content .contactForm .submitbox input {
	font-size: 1.3em;
}

#content .contactForm .submitbox#submitbox2 {
	clear: both;
	display: none;
}
	

/*	Contact Details Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .contactDetails .vcard {
	padding: 5px 10px;
	background: #bbd4ea;
	margin: 20px 0 10px 0;
	border: 1px solid #9cb7ce;
}

#content .contactDetails a:link, #content .contactDetails a:visited {
	color: #677581;
	font-size: 0.9em;
}

#content .contactDetails p {
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 5px 0;
}

#content .contactDetails h4, #content .contactDetails h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 2em;
}

#content .contactDetails h5 {
	font-size: 0.9em;
	color: #777;
}

#content .contactDetails .hidden { display: none; }






/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#footer p {
	padding: 10px 0;
	color: #817e72;

	font-size: 0.9em;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #888;
	
}


/*	-------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#globalMessage {
	background: #eae841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


#globalMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../../../images/icons/msg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../../../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}