@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;	
	background-color: #000;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#logo_cont {
	width: 960px;
	height: 40px;
	float: left;
}

#header_cont_left {
	width: 520px;
	height: 320px;
	float: left;
}

#header_cont_right {
	width: 440px;
	height: 320px;
	float: left;
}

/*  Slideshow
------------------------------------------------------*/
#slideshow{
	width:4400px;
	height:320px;
	position:relative;
}
#slideshow ul, #slideshow li{
	width:440px;
	height:320px;
	margin:0px; 
	padding:0px;
	list-style-type:none;
}





/*
---------------- NAVIGATION
-------------------------------------------------------- */	

#nav {
	height: 40px;
	width: 960px;
	float: left;
	}

#nav ul{
	width: 960px;
	padding: 0px;	
	}
	
#nav li {
	display: inline;
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	}

/*
---------------- HOME BUTTON
-------------------------------------------------------- */	

#nav li#home {
	background: url(../images/home.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#home a {
	background: url(../images/home.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#home a:hover, #nav li#home a.current {
	background: url(../images/home_over.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#home a.current {
	background: url(../images/home_over.gif) no-repeat left top;
	width: 240px;
	}
	
	/*
---------------- SERVICES
-------------------------------------------------------- */	

#nav li#services {
	background: url(../images/services.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#services a {
	background: url(../images/services.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#services a:hover, #nav li#services a.current {
	background: url(../images/services_over.gif) no-repeat left top;
	width: 240px;
	}

#nav li#services a.current {
	background: url(../images/services_over.gif) no-repeat left top;
	width: 240px;
	}
	
	
/*
---------------- TESTIMONIALS BUTTON
-------------------------------------------------------- */	

#nav li#testimonials {
	background: url(../images/testimonials.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#testimonials a {
	background: url(../images/testimonials.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#testimonials a:hover, #nav li#testimonials a.current {
	background: url(../images/testimonials_over.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#testimonials a.current {
	background: url(../images/testimonials_over.gif) no-repeat left top;
	width: 240px;
	}



	
/*
---------------- CONTACT US BUTTON
-------------------------------------------------------- */	

#nav li#contactus {
	background: url(../images/contactus.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#contactus a {
	background: url(../images/contactus.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#contactus a:hover, #nav li#contactus a.current {
	background: url(../images/contactus_over.gif) no-repeat left top;
	width: 240px;
	}
	
#nav li#contactus a.current {
	background: url(../images/contactus_over.gif) no-repeat left top;
	width: 240px;
	}
	
#header{
	width: 960px;
	height: 300px;
}


#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #000;
	
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}

#cont_left {
	width: 730px;
	float: left;
}

#cont_right {
	width: 200px;
	float: left;
	padding-left: 30px;
}

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #009BD7;
	padding-bottom: 20px;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #009BD7;
	padding-bottom: 10px;
}

h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #009BD7;
	padding-bottom: 10px;
}

h4 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #fff;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}


.clear {
clear: both;
}

.list_box {
	width: 305px;
	float: left;
}

#mainbody_cont ul {
	padding:0px 0px 0px 50px;
}

#mainbody_cont ul li {
	list-style:none;
	background-image: url('../images/paws.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px 0px;	
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	line-height:normal;
}




#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #000;	
	border-top: #fff solid 1px;
	
}

#footer_cont {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer_cont_left {
	width: 660px;
	float: left;
	text-align: left;
}

#footer_cont_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#footer_cont_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#footer_cont_left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#footer_cont_right {
	width: 300px;
	float: left;
	text-align: right;
}

#footer_cont_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}


#footer_cont_right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#footer_cont_right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#freequotes_form {
	border: #000 dashed 1px;
	padding: 10px;
}

input#name, input#email, input#phone, input#businessname, input#spamcode {
	background:#ffffff;
	border:1px solid #000;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#009BD7;
	border:1px solid #009BD7;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

input#submit:hover {
	background:#000;
	border:1px solid #009BD7;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	cursor:pointer;
}

.button {
	background:#009BD7;
	border:1px solid #009BD7;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
}

.button:hover {
	background:#000;
	border:1px solid #009BD7;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#enquiry {
	background:#ffffff;
	border:1px solid #000;
	padding:4px;
	width:250px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.float_right {
	float: right;
	margin: 0 0 0 20px;
	clear: both;
}

.float_left {
	float: left;
	margin: 0 20px 0 0;
	clear: both;
}
