@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	background-image:url(images/main_bkg.gif);
	background-repeat: repeat-x;
	background-color: #977f66;
	line-height: 1.3;
}

.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}

.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #903312;
}

.service {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.hr {
	width: 700px;
	height: 5px;
	border-top: 1px dotted #903312;
}

p {
	margin-bottom: 8px;
}

#dropshadow {
	width: 781px;
	background-image: url(images/wrap_bkg.jpg);
	background-repeat: no-repeat;
}

#Wrap {
	width: 781px;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
}

ul {
	margin-left: 16px;
	list-style-image:url(images/arrow.gif);
	margin-bottom: 10px;
}

ul.services {
	float:left; 
	width: 240px; 
	margin-right: 15px;
}

ul.pricing {
	float:left; 
	width: 150px; 
	margin-right: 15px;
}

h1 {
	width: 781px;
	height: 221px;
	background-image:url(images/hdr.jpg);
	background-repeat: no-repeat;
	}
	h1 span {
		display: none;
		}
		
h2 {
	font-size: 14px;
	color: #953412;
	line-height: 1.2;
	margin-bottom: 10px;
}

h3 {
	color: #953412;
	font-size: 11px;
	border-bottom: 1px dashed #953412;
	margin-bottom: 15px;
	text-transform: capitalize;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #903312;
}

#Nav{
	list-style:none;
	line-height: 1;
	font-weight:bold;
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	width: 551px;
	height: 39px;
	color:fff;
	padding-left: 230px;
	}
	#Nav a {
		display:block;
		color:#fff;
		text-decoration:none;
		padding:0.25em 2em;
		line-height:18px;
		text-decoration:none;
		font-family: Arial;
		font-size:10px;
		border-left:1px #eee solid;
		}
		#Nav ul {
			line-height:1;
			font-weight:bold;
			display: inline;
			}
			#Nav ul li a {
				display: block;
				padding:10px 18px;
				border-left: 1px solid #a25f48;
				border-right: 1px solid #752c12;
				color: #fff;
				font-size: 11px;
				text-decoration: none;
				text-transform: capitalize;
				}
				#Nav a:hover {
					background-color:#a25f48;
					display: block;
					}
					#Nav li {
						float: left;
						padding: 0;list-style:none; 
						}
						#Nav li a {
							color:#666;
							background-position:right bottom;
							}
		
#MainContent {
	width: 700px;
	padding: 20px 35px;
}

table {
	margin-bottom: 20px;
}

td {
	border: 1px solid #999;
	padding: 5px;
	text-align:center;
}

td.title {
	background-color: #953412;
	color: #fff;
	font-weight:bold;
}

.contact {
	font-size: 14px;
	text-align: center;
	width: 700px;
	margin-top: 30px;
}

#Footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 781px;
	height: 35px;
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}
		

		