/*
Theme Name: style 5 yourdomain sample
Theme URI: http://yourdomainhere.com.au/
Description: default based theme.
Version: 1.0
*/

/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basic structure */

body {
	font-size:85%;
	color:#36433A;
	background:#fff url(images/bg.jpg) repeat-x;
	line-height:1.5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	/*font-family: "Georgia", sans-serif;*/}
	
	#wrap {
		width:800px;
		margin:0 auto;
	}
	
	.wrap {
		
	}
	
#header {
	height:145px;
}

#logo {
	float:left;
	margin:15px 0 0 0;}
	
#phoneInfo {
	float:right;
	margin:15px 15px 0 0;
	width:277px;
	text-align:right;
	color:#333;
	font-weight:bolder;
	}
	
	#phoneInfo p {
		margin:0;font-size:18px;}
	.MainNum {font-size:34px;letter-spacing:-1px;}

#mainNav {
	margin:0;
	padding:6px 0 0 20px;
	list-style:none;
	background:url(images/menu-bg.gif) no-repeat;
	height:28px;}
	
	#mainNav li {
		border-right:1px solid #fff;
		margin:0 15px 0 0;
		padding:0 15px 0 0;
		display:inline;}
		
		#mainNav li a {
			font-size:12px;
			color:#fff;
			font-weight:bold;}
		


#banner {
	background:#2D485F url(images/banner.jpg) no-repeat;
	padding:4px;
	position:relative;
	width:792px;
height:279px;
	overflow:hidden;
	color:#fff;
}
#banner1 {
	background:#2D485F url(images/banner2.jpg) no-repeat;
	padding:4px;
	position:relative;
	width:792px;
height:279px;
	overflow:hidden;
	color:#fff;
}
#bannerImg {
	margin:0 20px 0 0;
	float:left;
	width:374px;}
	
#gformContainer {
	width:225px;
	float:right;
	margin:0 55px 0 0;
	}
.gformContainer2 {
	width:515px;
	margin-top:15px;
	}

#content {
	clear:both;
	overflow:hidden;
	padding:20px 15px;
	background:#fff url(images/content-bg.jpg) repeat-x;
}

.contentLeft {
	width:525px;
	float:left;
	margin:0 20px 0 0;
}

.bulletList {
	width:220px;		
	float:left;
	margin-top:10px;
	
}
.bulletList li {
	list-style: none;
	background: url(images/bullet1.gif) no-repeat left;
	padding-left: 30px;
	height: 17px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:1em;
}
.contentRight {
	width:210px;
	float:left;}

.contact1 {margin-top:15px;margin-left:45px;font-weight:bold;}
.contact2 {float:right;margin-top:-65px;margin-right:25px;font-weight:bold;}
.pested {margin-left:155px;}
.thanks {margin-left:170px;margin-right:50px;font-weight:bold;font-size:1em;}
#footNote {text-align:center;font-weight:bold;font-size:1em;margin-bottom:-10px;}
#footer {
	clear:both;
	background:url(images/footer-bg.jpg) no-repeat;
	height:29px;
	color:#fff;
	padding:4px 0 0 15px;
	margin:0 0 30px 0;
}

#footer a {
	color:#fff;}

/* typo styles */

a {
	text-decoration:none;}
	
a:hover {
	text-decoration:underline;}

a img {
 	border:none;}
	
h1,h2,h3,h4,h5,h6 {
	line-height:normal;}

h1 {
	margin:0 0 10px;
	font-size:22px;}
	
h2 {
	font-size:18px;
	margin:0 0 12px;}
	
h3 {
	font-size:16px;
	margin:0 0 12px;}
	
h4 {
	font-size:14px;
	margin:0 0 12px;}
	
h5 {
	font-size:12px;
	margin:0 0 12px;}
	
h6 {
	font-size:11px;
	margin:0 0 12px;}
	
p {
	margin:0 0 15px;}

ul {
	list-style:disc;}

ol {
	list-style:decimal;
}
	
ul,ol {
	margin:0 18px 15px;}
	
.clear {
	clear:both;}
	
.bottomElement {
	padding-bottom:0;
	margin-bottom:0;}
	
.lastElement {
	margin-right:0;
	padding-right:0;}
	
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* gform */

#formHeader {margin-left:60px;}

.gform_wrapper {width:290px;
	}

ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none;}
	
	.gfield {
		margin-bottom:5px;}
	
	.gfield .gfield_label {
		float:left;
		width:50px;
		margin-right:10px;
		}
	
	.ginput_container input.medium,	
	.ginput_container textarea.medium {
		width:170px;
		}
		
		.ginput_container textarea.medium {
			height:80px!important;}
		
	.gform_footer {	
		display:inline;
		width:157px;
		margin:0 0 0 70px;
		clear:both;}
		
		.gform_footer input.button {
			background:url(images/send-sprites.png) no-repeat top center;
			width:157px;
			text-indent:-99999px;
			border:none;
			height:42px;}
			
			.gform_footer input.button:hover {
				background-position:bottom;}
				
				
	.validation_error {
		font-size:10px;
		display:none;
		color:red;}
		
		.validation_message {
			background:red;
			color:#fff;
			font-size:10px;
			}

.gformContainer2 .gform_wrapper {width:510px;margin:auto;
	}

.gformContainer2 ul.gform_fields {
	margin:0 20px 0 0;
	padding:0;
	list-style:none;}
	
	.gformContainer2 .gfield {
		margin-bottom:5px;}
	
	.gformContainer2 .gfield .gfield_label {
		float:left;
		width:140px;
		margin-left:15px;
font-weight:bolder;
		
		}
	
	.gformContainer2 .ginput_container input.medium,
	.gformContainer2 .ginput_container select.medium {
		width:205px;
		}	
	.gformContainer2 .ginput_container textarea.medium {
		width:320px;
		}
		
		.ginput_container textarea.medium {
			height:120px;}
		
	.gformContainer2 .gform_footer {	
		display:inline;
		width:157px;
		margin:0 0 0 165px;
		clear:both;}
		
		.gformContainer2 .gform_footer input.button {
			background:url(images/send-sprites.png) no-repeat top center;
			width:157px;
			text-indent:-99999px;
			border:none;
			height:42px;}
			
			.gformContainer2 .gform_footer input.button:hover {
				background-position:bottom;}
				
				
	.gformContainer2 .validation_error {
		font-size:10px;
		display:none;
		color:red;}
		
		.gformContainer2 .validation_message {
			background:red;
			color:#fff;
			font-size:10px;
			}

.flinks {text-align:center;font-size:85%;margin-top:-25px;}
.eftpos {margin-top:35px;margin-left:1px;}
.eftpos p {font-size:85%;font-weight:bold;margin-bottom:3px;margin-left:9px;}