@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;
	background-image: url('../images/bg.jpg');
	background-position:top;
	background-repeat: repeat-x;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

.spacer {
	width: 960px;
	height: 10px;
	float: left;
}



#logo {
	width: 960px;
	height: 140px;
	float: left;
}




/*
---------------- 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.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#home a {
	background: url(../images/home.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#home a:hover, #nav li#home a.current {
	background: url(../images/home_over.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#home a.current {
	background: url(../images/home_over.png) no-repeat left top;
	width: 240px;
	}
	
	
	/*
---------------- LOCATION BUTTON
-------------------------------------------------------- */	

#nav li#location {
	background: url(../images/location.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#location a {
	background: url(../images/location.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#location a:hover, #nav li#location a.current {
	background: url(../images/location_over.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#location a.current {
	background: url(../images/location_over.png) no-repeat left top;
	width: 240px;
	}
	
	/*
---------------- LINKS BUTTON
-------------------------------------------------------- */	

#nav li#links {
	background: url(../images/links.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#links a {
	background: url(../images/links.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#links a:hover, #nav li#links a.current {
	background: url(../images/links_over.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#links a.current {
	background: url(../images/links_over.png) no-repeat left top;
	width: 240px;
	}



/*
---------------- CONTACT BUTTON
-------------------------------------------------------- */	

#nav li#contact {
	background: url(../images/contact.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#contact a {
	background: url(../images/contact.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#contact a:hover, #nav li#contact a.current {
	background: url(../images/contact_over.png) no-repeat left top;
	width: 240px;
	}
	
#nav li#contact a.current {
	background: url(../images/contact_over.png) no-repeat left top;
	width: 240px;
	}
	
#header {
	width: 960px;
	height: 290px;
	background-image: url('../images/header.jpg');
	background-position:top;
	background-repeat: no-repeat;
	float: left;
}

#mainbody {
	width: 960px;
	float: left;
	background-color: #000;
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#cont_left {
	width: 630px;
	float: left;
	padding-right: 30px;
}

#cont_right {
	width: 300px;
	float: left;
	text-align: right;
}

.divider {
	clear:both; 
	background:url(../images/divider.gif) scroll center center repeat-x; 
	height:1px;  
	padding:10px 0; 
	margin:0 auto; 
	display:block; 
	width:100%; 
}

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #A3DC35;
	padding-bottom: 20px;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	color: #A3DC35;
	padding-bottom: 10px;
}


h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #A3DC35;
	text-align: center;
}

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: #A3DC35;
	text-decoration: underline;
}

.thumbnail{
	float: left;
	width: 150px;
	height: 113px;
	margin-right: 34px;
	margin-bottom: 34px;
	}


.clear
{
clear: both;
}

#footer
{
  background:#fff;
  height:80px; background-image: url('../images/bottom_border.gif');
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 10px;
  float:left;  
  clear:both;
}

#footer_left{
	width: 780px;
	float: left;
	 padding-top: 10px;
}

#footer_right{
	width: 180px;
	float: left;
	 padding-top: 10px;
}


#footer_left p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #A3DC35;
  font-size: 10px;
}

#footer_left p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3DC35;
	text-decoration: none;
}

#footer_left p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#footer_right p
{
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #A3DC35;
  text-align: right;
}

#footer_right p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3DC35;
	text-decoration: none;
}

#footer_right p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.box300 {
	float: left;
	width: 300px;
	margin-right: 15px;
	padding-bottom: 20px;
}

.boxclear {
	margin-right: 0 !important;
}

#mainbody ul {
	padding:0px 0px 0px 50px;
}
#mainbody ul li {
	list-style:disc; 
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;	
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ccc;
	line-height:normal;
}

input#name, input#email, input#phone, input#spamcode {
	background:#ffffff;
	border:1px solid #A3DC35;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#A3DC35;
	border:1px solid #A3DC35;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

input#submit:hover {
	background:#000;
	border:1px solid #A3DC35;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	cursor:pointer;
}

.button {
	background:#A3DC35;
	border:1px solid #A3DC35;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

.button:hover {
	background:#000;
	border:1px solid #A3DC35;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#enquiry {
	background:#ffffff;
	border:1px solid #A3DC35;
	padding:4px;
	width:300px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

