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

body {
	margin: 0;
	padding: 20px;
	background: url(images/page_bkg.gif) top left repeat-x #cddbb0;
	font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	}

.clearboth {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}

.replaced_text {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: none;
	visibility: hidden;
	}
	
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#header {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 800px;
	background: url(images/header.jpg) top left no-repeat;
	position: relative;
	}

h1 {
	width: 400px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 100px;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	}

#header .image-right {
	position: absolute;
	top: 20px;
	right: 15px;
	margin: 0;
	padding: 0;
	}

/* TOPNAV */

#topnav {
	margin: 0;
	padding: 6px 0 4px 0;
	text-align: center;
	font-size: 12px;
	background-color: #f9a25d;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-transform: uppercase;
	}

#topnav a:link, #topnav a:visited {
	color: #332733;
	text-decoration: none;
	}

#topnav a:hover, #topnav a:active {
	color: #ffffff;
	}
		
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	line-height: 1em;
	}

#topnav li {
	margin: 0;
	display: inline;
	}
	
#topnav ul li {
	padding: 0 15px;
	}
	

/* CONTENT */
	
#content-main-home {
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	background: url(images/home_bkg.gif) top right no-repeat #ffffff;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	height: 1%;
	/*min-height: 300px;
	height: auto !important;
	height: 300px;*/
	}

* html #content-main-home {
	margin-left: 2px;
	}
	

#content-main {
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
	background: url(images/content_bkg.gif) top left no-repeat #ffffff;
	height: 1%;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	/*min-height: 300px;
	height: auto !important;
	height: 300px;*/
	}
		
.content-left {
	float: left;
	width: 500px;
	margin: 0 0 0 30px;
	display: inline;
	padding: 0 0 20px 0;
	}
	
.content-right {
	float: right;
	width: 200px;
	margin: 0 30px 0 0;
	display: inline;
	padding: 0 0 20px 0;
	}


.content-left-short {
	float: left;
	width: 200px;
	margin: 0 0 0 30px;
	display: inline;
	padding: 0 0 20px 0;
	}
	
.content-right-wide {
	float: right;
	width: 500px;
	margin: 0 30px 0 0;
	display: inline;
	padding: 0 0 20px 0;
	}
	

.content-left-half {
	float: left;
	width: 350px;
	margin: 0 0 0 30px;
	display: inline;
	padding: 0 0 20px 0;
	}
	
.content-right-half {
	float: right;
	width: 350px;
	margin: 0 30px 0 0;
	display: inline;
	padding: 0 0 20px 0;
	}
	
	
.content-photo {
	margin: 0 30px;
	padding: 0 0 20px 0;
	text-align: center;
	}

.content-map {
	margin: 0 30px;
	padding: 0 0 20px 0;
	}

#map {
	width: 500px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	}
			
#home-left {
	float: left;
	width: 270px;
	margin: 0 0 0 20px;
	display: inline;
	padding: 0 0 20px 0;
	}
	
#home-right {
	float: right;
	width: 455px;
	margin: 0 30px 0 0;
	display: inline;
	padding: 0 0 20px 0;
	}


#content-main p,
#content-main-home p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}
	
#content-main h2,
#content-main-home h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #9dbd7b;
	line-height: 1.2em;
	}

#content-main h3, #content-main-home h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #9dbd7b;
	line-height: 1.2em;
	}


.callout {
	font-weight: bold;
	font-size: 120%;
	}


.pricelist {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	}

	
.pricelist .service {
	float: left;
	width: 300px;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	}
	
.pricelist .price {
	float: left;
	width: 200px;
	text-align: right;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #cccccc;
	}

		
#content-main .pricelist h3 {
	margin: 10px 0 5px 0;
	color: #9dbd7b;
	font-size: 14px;
	}

#photo-gallery {
	text-align: center;
	padding: 20px 0;
	}


#footer {
	margin: 0;
	background: url(images/footer_bkg.jpg) bottom left no-repeat;
	border-top: 1px solid #333333;
	padding: 10px 15px 15px 15px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: center;
	font-size: 12px;
	}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #332733;
	}
#container #content-main .content-left .pricelist h3 {
	font-weight: normal;
}
#container #content-main table tr th {
	text-align: left;
}
