* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 11px;
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	background-color: #231500;
	color: #444;
	font: 100%/1.55 Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #231500;
	font: normal 160%/1.6 "Times New Roman", Times, Georgia, serif;
	margin: 25px 0 1em 0;
}

h3 {
	border-bottom: 1px solid #fda215;
	color: #231500;
	font: normal 140%/1.6 "Times New Roman", Times, Georgia, serif;
	margin: 25px 0 0 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

.clearing {
	clear: both;
	display: block;
	height: 1%;
	width: 1%;
}

#container {
	margin: 1.5em auto;
	position: relative;
	width: 795px;
}

#access_links {

}

#access_links li {
	display: inline;
	font: 95%/1.55 Arial, Helvetica, sans-serif;
	margin-right: 10px;
	text-transform: lowercase;
}

#access_links li a {
	color: #bbb;
}

#header {
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 795px;
}

#header a {
	display: block;
	height: 200px;
	width: 795px;
}

#header a span {
	cursor: pointer;
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 795px;
}

#header a #header1 { background: transparent url("/images/graphics/header1.jpg"); }
#header a #header2 { background: transparent url("/images/graphics/header2.jpg"); }
#header a #header3 { background: transparent url("/images/graphics/header3.jpg"); }
#header a #header4 { background: transparent url("/images/graphics/header4.jpg"); }
#header a #header5 { background: transparent url("/images/graphics/header5.jpg"); }
#header a #header6 { background: transparent url("/images/graphics/header6.jpg"); }
#header a #header7 { background: transparent url("/images/graphics/header7.jpg"); }
#header a #header8 { background: transparent url("/images/graphics/header8.jpg"); }
#header a #header9 { background: transparent url("/images/graphics/header9.jpg"); }
#header a #header10 { background: transparent url("/images/graphics/header10.jpg"); }
#header a #header11 { background: transparent url("/images/graphics/header11.jpg"); }
#header a #header12 { background: transparent url("/images/graphics/header12.jpg"); }
#header a #header13 { background: transparent url("/images/graphics/header13.jpg"); }
#header a #header14 { background: transparent url("/images/graphics/header14.jpg"); }
#header a #header15 { background: transparent url("/images/graphics/header15.jpg"); }
#header a #header16 { background: transparent url("/images/graphics/header16.jpg"); }

#menu {
	background: transparent url("/images/graphics/menu_active.jpg") no-repeat;
	background: transparent url("/images/graphics/menu.jpg") no-repeat;	
	height: 43px;
	width: 795px;
}

#menu li {
	float: left;
	height: 43px;
	position: relative;
}

#menu li a {
	display: block;
	height: 43px;
	width: auto;
}

#menu li a span {
	display: block;
	height: 43px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#mn_home { width: 80px; }
#mn_business { width: 142px; }
#mn_life { width: 117px; }
#mn_concierge { width: 107px; }
#mn_testimonials { width: 120px; }
#mn_about { width: 87px; }
#mn_contact { width: 142px; }

#mn_home a span {
	background: transparent url("/images/graphics/menu.jpg") no-repeat;
	width: 80px;
}

#mn_home a:hover span, #mn_home a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") no-repeat;
}

#mn_business a span {
	background: transparent url("/images/graphics/menu.jpg") -80px 0 no-repeat;
	width: 142px;
}

#mn_business a:hover span, #mn_business a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") -80px 0 no-repeat;
}

#mn_life a span {
	background: transparent url("/images/graphics/menu.jpg") -222px 0 no-repeat;
	width: 117px;
}

#mn_life a:hover span, #mn_life a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") -222px 0 no-repeat;
}

#mn_concierge a span {
	background: transparent url("/images/graphics/menu.jpg") -339px 0 no-repeat;
	width: 117px;
}

#mn_concierge a:hover span, #mn_concierge a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") -339px 0 no-repeat;
}

#mn_testimonials a span {
	background: transparent url("/images/graphics/menu.jpg") -446px 0 no-repeat;
	width: 107px;
}

#mn_testimonials a:hover span, #mn_testimonials a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") -446px 0 no-repeat;
}

#mn_about a span {
	background: transparent url("/images/graphics/menu.jpg") -566px 0 no-repeat;
	width: 120px;
}

#mn_about a:hover span, #mn_about a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") -566px 0 no-repeat;
	width: 100px;
}

#mn_contact a span {
	background: transparent url("/images/graphics/menu.jpg") -652px 0 no-repeat;
	width: 142px;
}

#mn_contact a:hover span, #mn_contact a.active span {
	background: transparent url("/images/graphics/menu_active.jpg") -652px 0 no-repeat;
}

#body {
	background: transparent url("/images/graphics/body_slither.jpg") repeat-y;
	clear: both;
}

#content {
	float: left;
	margin: 0 25px 0 27px;
	position: relative;
	width: 530px;
}

#content a {
	color: #fda215;
}
	
#content .content_image {
	float: right;
	height: auto;
	margin: 0 20px 1.5em 25px;
	width: 240px;
}

#content .award_image,
#content .voucher_image {
	background-color: #efefef;
	border: 1px solid #999;
	padding: 2px;
}

#content .voucher_image {
}

#content p {
	margin: 0 25px 1.5em 0;
}

#content ul {
	margin: 1em 0;
}

#content ul li {
	list-style: outside disc url("/images/graphics/bullet.jpg");
	margin: 0.2em 0 0.2em 15px;	
}

#content fieldset {
	border: 0;
}

#content legend {
	border-bottom: 1px solid #fda215;
	color: #231500;
	font: normal 140%/1.6 "Times New Roman", Times, Georgia, serif;
	margin: 25px 0 0 0;	
	width: 350px;
}

#content input, #content textarea {
	border: 1px solid #bbb;
	width: 348px;
}

#content input.submit-button {
	background-color: #231500;
	border: 1px solid #bbb;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
}

#sidebar {
	float: left;
	width: 185px;
}

#service_links {
	margin: 1em 0;
}

#service_links li {
	list-style: outside disc url("/images/graphics/bullet.jpg");
	margin: 0.2em 0 0.2em 15px;
}

#client_logos {
	margin: 20px 0 0 0;
}

#client_logos img {
	display: block;
	margin: 0 0 10px 0;
}

#footer {
	background: #231500 url("/images/graphics/bottom_slither.jpg") no-repeat;
	clear: both;
	padding: 40px 0 0 0;
}

#info_links li {
	display: inline;
	margin-right: 10px;
}

#info_links li a {
	color: #bbb;
}