@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#bg-front {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;	
	background-color:#fff;
}

#bg-page{
	background-image: url('../images/bg01.jpg');
	background-repeat: repeat-x;
	background-position: top;	
	background-color:#fff;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 110px;
	float: left;
}

#logo {
	width: 576px;
	height: 110px;
	float: left;	
}

#nav_cont {
	
	width: 384px;
	height: 110px;
	float: left;
	background-image: url('../images/telephone.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#nav_cont ul  {
	float:right;
}

#nav_cont ul li {
	display: inline;
	float: left;
	list-style: none;
}

#nav_cont ul li a {
	height: 20px;
	float: left;
	margin-left: 15px;
	padding-top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#nav_cont ul li a:hover {
	color: #00CCFF;
}

#banner {
	width: 960px;
	height: 254px;
	float: left;
}

#banner_left {	
	width: 576px;
	height: 254px;
	float: left;
}

#banner_right {	
	width: 384px;
	height: 254px;
	float: left;
}

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #00CCFF;
	border-bottom:1px dashed #00CCFF;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 15px;
	font-weight: normal;
	color: #00CCFF;
	text-align: center;
	padding-bottom: 10px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 10px;
}

p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

p a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}


li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#mainbody {
	width: 960px;
	float: left;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#mainbody ul {
	float: left;
	padding-bottom: 10px;
}

#mainbody ul li {
	list-style: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height:30px;
	padding-left: 10px;
	margin-left: 20px;
}

.x4 {
	
	float: left;
	margin: 0 40px 0 0;
	width: 210px;
	
}

.no_margin { margin: 0 !important; }
.no_margin_r { margin-right: 0 !important; }


.clear
{
clear: both;
}

#footer{
	width:960px;
	height:60px; 
	border-top:1px dashed #00CCFF;
	float:left;
}

#footer_left{
	width: 780px;
	float: left;
}

#footer_right{
	width: 180px;
	float: right;
	text-align: right;
}

.footer-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height:20px;
	margin: 10px 0px 0px 0px;
}

.footer-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
}

.footer-text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.shadow {
	background-image: url('../images/shadow.jpg');
	background-repeat: no-repeat;
	background-position: top;	
	height:18px;
	margin:0;
	padding:0;
	width:210px;
}

#contact_form {
	width: 480px;
	float: left;
}

input#firstname, input#surname, input#email, input#telephone, input#address, input#suburb, input#daterequired, input#refferalother, input#howfindus {
	background:#ffffff;
	border:1px solid #CA0B3D;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:250px;
}

input#submit {
	background:#CA0B3D;
	border:1px solid #CA0B3D;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#f44672;
	border:1px solid #CA0B3D;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#enquiry{
	background:#ffffff;
	border:1px solid #CA0B3D;
	padding:4px;
	width:300px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

