
/* BODY STYLE
---------------------------------------------------------------
*/


html, div, h1, h2, h3, h4, h5, h6, p, img, form, table, fieldset {
  margin: 0;
  padding: 0;
  border: none; 
  }
  
body {
	font-family: arial, sans-serif;
  	font-size: 12px;
  	color: #000;
 	margin: 0px;
  	padding: 10px 0 10px 0; 
	}
 strong {
 	color: #ca4434;
	}

/* LINK STYLE
---------------------------------------------------------------
*/

a:link {
	color: #979145;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #979145;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}



/* MAIN STYLE 
---------------------------------------------------------------
*/

.title {
	margin: 30px 0px 0 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
.text {
	width: 300px;
	margin: 10px 0px 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	align: left;
	}
.go {
	width: 300px;
	margin: 10px 0px 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	align: left;
	}
.foot {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	}
/* NAV 
---------------------------------------------------------------
*/
#nav li
{
list-style-image: none;
list-style-type: none;
padding: 0;
margin: 0px;
float: left;
}
a#home img {background-image: url(images/home.jpg);}
a#about img {background-image: url(images/about.jpg);}
a#services img {background-image: url(images/services.jpg);}
a#quote img {background-image: url(images/quote.jpg);}
a#gallery img {background-image: url(images/gallery.jpg);}
a#testimonials img {background-image: url(images/testimonials.jpg);}

a#home:visited img {background-image: url(images/home.jpg);}
a#about:visited img {background-image: url(images/about.jpg);}
a#services:visited img {background-image: url(images/services.jpg);}
a#quote:visited img {background-image: url(images/quote.jpg);}
a#gallery:visited img {background-image: url(images/gallery.jpg);}
a#testimonials:visited img {background-image: url(images/testimonials.jpg);}

a#home:hover img {background-image: url(images/homeover.jpg);}
a#about:hover img {background-image: url(images/aboutover.jpg);}
a#services:hover img {background-image: url(images/servicesover.jpg);}
a#quote:hover img {background-image: url(images/quoteover.jpg);}
a#gallery:hover img {background-image: url(images/galleryover.jpg);}
a#testimonials:hover img {background-image: url(images/testimonialsover.jpg);}

a#home:active img {background-image: url(images/homeover.jpg);}
a#about:active img {background-image: url(images/aboutover.jpg);}
a#services:active img {background-image: url(images/servicesover.jpg);}
a#quote:active img {background-image: url(images/quoteover.jpg);}
a#gallery:active img {background-image: url(images/galleryover.jpg);}
a#testimonials:active img {background-image: url(images/testimonialsover.jpg);}


/* BODY 
---------------------------------------------------------------
*/


div#container {
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	overflow: hidden;
	}	

	div#header {
		width: 306px;
		height: 90px;
		background-image:url(images/logo.jpg);
		background-repeat: no-repeat;
		float: left;
		}	
	div#banner {
		width: 595px;
		height: 90px;
		background-image:url(images/banner.jpg);
		background-repeat: no-repeat;
		float: left;
		}	
	#nav{
		float: left;
		width: 902px;
		height: 27px;
		margin-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		}				
	
	#body {
		width: 385px;
		height: 435px;
		background-image:url(images/indexcopybkgd.jpg);
		background-repeat: no-repeat;
		float: left;
		padding: 0px;
		margin: 0px;	
		}
	#image {
		width: 516px;
		height: 435px;
		background-image:url(images/domimage.jpg);
		background-repeat: no-repeat;
		float: left;
		padding: 0px;
		margin: 0px;	
		}

	div#footer {
		background-image:url(images/footer.jpg);
		background-repeat: no-repeat;
		width: 902px;
		height: 49px;
		float: left;
		padding: 0px;
		margin: 0px;	
		}


	
	

