* {

	margin:0;
	padding:0;
	border:none;
	font-size:1em;
	font-weight:normal;
	vertical-align:baseline;

}

html {

	background-color:#333;
	overflow:auto;
	background:#887448 url('../i/bg.png') center bottom repeat-y;
	height:100%;

}

body {

	width:100%;
	height:100%;
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url('../i/bell.png') center bottom no-repeat;

}

body#landing {

	background-image:none;

}

html, body, #holder { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body #holder { height: auto;}
#holder { position: absolute; top: 0; left: 0;}

a {

	color:#c45520;
	text-decoration:none;
	outline:none;

}

a:hover {

	text-decoration:underline;

}

p {

	font-size:1.1em;
	line-height:1.5em;
	margin:10px 0;

}

div#stage ul li {

	font-size:1.1em;

}

body#about div#stage p {

	text-indent:50px;

}

strong {

	font-weight:bold;

}

h2 {

	font-size:2.2em;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#887448;
	text-transform:uppercase;

}

h3 {

	font-size:1.4em;
	margin:10px 0 0;

}

body#landing div#stage h2 {

	margin:5px 0;

}

body#landing div#stage h2 em {

	font-weight:bold;
	font-style:italic;
	text-decoration:underline;

}

body#landing div#stage {

	text-align:center;

}

div#stage ul {

	list-style-type:square;
	list-style-position:inside;
	margin-top:10px;
	
}

div#stage ul li {

	margin:5px 0;

}

body#rates div#stage ul li {

	list-style-type:none;
	display:block;
	overflow:hidden;
	clear:both;

}

body#rates div#stage ul li span {

	display:block;
	float:left;
	width:10em;

}

body#contact div#stage ul li {

	list-style-type:none;
	display:block;
	overflow:hidden;
	clear:both;

}

body#contact #stage ul li span {

	display:block;
	float:left;
	width:3.5em;
	text-align:right;
	margin-right:10px;

}

div#header {

	width:100%;
	background-color:#333;
	overflow:hidden;
	padding:15px 0;

}

div#header h1 {

	width:300px;
	height:90px;
	float:left;
	background:url('../i/bsm.png') center center no-repeat;

}

div#header h1 a {

	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;

}

div#header ul {

	display:block;
	float:left;
	overflow:hidden;
	width:479px;
	margin:73px 0 0 121px;

}

div#header ul li {

	display:inline;
	float:left;
	margin-left:20px;

}

div#header ul li a {

	display:block;
	background-image:url('../i/nav.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:14px;

}

div#header ul li#nav-about a {

	width:64px;
	background-position:0 0;

}

div#header ul li#nav-about a:hover,div#header ul li#nav-about a.active {

	background-position:-150px 0;

}

div#header ul li#nav-rates a {

	width:57px;
	background-position:0 -50px;

}

div#header ul li#nav-rates a:hover,div#header ul li#nav-rates a.active {

	background-position:-150px -50px;

}

div#header ul li#nav-services a {

	width:91px;
	background-position:0 -100px;

}

div#header ul li#nav-services a:hover,div#header ul li#nav-services a.active {

	background-position:-150px -100px;

}

div#header ul li#nav-reviews a {

	width:82px;
	background-position:0 -150px;

}

div#header ul li#nav-reviews a:hover,div#header ul li#nav-reviews a.active {

	background-position:-150px -150px;

}

div#header ul li#nav-contact a {

	width:85px;
	background-position:0 -200px;

}

div#header ul li#nav-contact a:hover,div#header ul li#nav-contact a.active {

	background-position:-150px -200px;

}

div.wrap {

	width:900px;
	margin:0 auto;

}

div#stage {

	clear:both;
	width:860px;
	height:auto;
	margin:0 auto;
	padding:15px 15px 6em 15px;

}

div#footer {

	clear:both;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:4.5em;
	padding:15px 0;

}

div#footer p {

	text-align:center;
	padding-bottom:5px;

}

div#footer ul {

	text-align:center;

}

div#footer ul li {

	display:inline;
	margin:0 10px;
	font-size:1.1em;

}