
body {
	background: #27372c url(images/body.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 20px 0 0; 
	color: #848464;
	margin: 10px 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	font-size: 13px;
	}
	
* html #content {
	height: 400px;
	}
	
p {
	line-height: 1.4em;
	margin: 10px 0;
	min-height: 1px;
	}
	
* html p {
	height: 1px;
	}
	
strong {
	color: #bcbc92;
	}

a {
	color: #aabb38;
	text-decoration: none;	
	}
	
a:hover {
	background-color: #34442d;
	text-decoration: underline;
	}
	
	
ul {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}
	
li {}
	
* html #content li {
	height: 1px;
	}

/*
.photo_340x340 {
	float: left;
	background: url(images/large_photo.gif) no-repeat 0 0;
	padding: 10px;
	margin: 0 20px 0 -5px;
	display: block;
	}

.photo_260x340 {
	float: left;
	background: url(images/large_photo.gif) no-repeat 0 0;
	padding: 10px;
	margin: 0 20px 0 -5px;
	display: block;
	}*/	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	}
	
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong
	{
	color: #fff;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #bcbc92;
	}
	
h2 {
	margin: 15px 0 5px;
	font-size: 14px;
	line-height: 20px;
	}
	
h3 {
	margin: 30px 0 0;
	color: #bcbc92;
	line-height: 22px;
	}
	
h4 {
	}

h5 {
	}
	
h2 strong,
h3 strong,
h4 strong
{
  font-weight: normal;
  color: #aabb38;
}
	
	
.titles {
 	border-bottom: 1px solid #70705b;
 	padding: 0 0 10px 0;
 	margin: 0 0 10px 0;
}
	
.divider {
	height: 20px;
	border-bottom: 1px solid #848464;
	}
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/* Header */

#header {
	position: relative;
	height: 95px;
	margin: 0;
	}
	
#header_logo {
	position: absolute;
	top: 20px;
	left: -20px;
	}
	
#header_logo a:hover {
	background: none;
	}
	
	
/* Main */
#main {
	padding: 0 0 20px;
	margin: 0;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	content: ".";
	visibility: hidden;
	clear:both;
	display: block;
	height: 0;
	}
	
	
/* Sidebar */
#sidebar {
	display: none;
	}
	
/* Breadcrumb */

#breadcrumb {
	border-bottom: 1px solid #314033;
	font-size: 10px;
	text-transform: uppercase;
	color: #bcbc92;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 20px;
	height: 20px;
	text-align: right;
	display: none;
	}
	
#breadcrumb a {
	text-decoration: none;
	}
	
	

/* Footer */
#footer {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #314033;
	font-size: 11px;
	color: #565e48;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	background: url(images/footer.gif) no-repeat 0 0;
	clear: both;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #565e48;
	text-decoration: none;
	}
	
#footer a strong {
	color: #565e48;
	}	

#footer a:hover {
	color: #848464;
	text-decoration: underline;
	}
	
#site_credit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 0 0;
	}

/*** Special ***/
#menu_selector {
  display: none;
}
	
/*** Photo Frames ***/
.main_image {
	float: left;
	margin: 0 20px 20px -5px;
	}

.photo {
	padding: 10px;
	}

.photo_wrapper {
	background: url(images/photo_wrapper.gif) no-repeat 0 0;
	padding: 10px 0 0 10px;
	position: relative;
	min-height: 1px;
	}
	
* html .photo_wrapper {
	height: 1px;
	}
	
.photo_inner {
	display: block;
	background: url(images/photo_inner.gif) no-repeat right bottom;
	padding: 0 10px 10px 0 !important;
	min-height: 1px;
	cursor: pointer;
	}
	
.photo_corner_tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(images/photo_corner_tr.gif) no-repeat right top;
	}
	
.photo_corner_bl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url(images/photo_corner_bl.gif) no-repeat left bottom;
	}
	
.enlarge {
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(images/enlarge.gif) no-repeat 0 0;
	bottom: 10px;
	right: 10px;
	}
	
a:hover .enlarge {
	background-position: 0 -45px;
	}
	
/** Contact **/
.contact strong {
  display: block;
  float: left;
  width: 50px;
}

/* [ Cleaning Guide ] */

#cleaning_guide_treatments {
	width: 50%;
	float: right;
	}
	
	#cleaning_guide_treatments ol {
		margin-left: 40px;
		padding-left: 0;
		}
		
	#cleaning_guide_treatments ol li {
		margin: 5px 0;
		}
		
	#cleaning_guide_treatments p {
		margin: 5px 0 5px 20px;
		}
	

.cleaning_guide {
	border: 1px solid #565e48;
	border-collapse: collapse;
	width: 50%;
	float: left
	}
	
.cleaning_guide th,
.cleaning_guide td {
	border: 1px solid #565e48;
	}
	
.cleaning_guide th {
	color: #b1b186;
	font-weight: normal;
	text-align: left;
	}