*{margin:0; padding:0; border: 0;}
html, body {height:100%}
body {
	font: 9pt arial, sans-serif;
	word-wrap: break-word;
	background: #fff url(furniture/bg.jpg) center repeat-y;
	color:#000;
}
a {
	color:#009;
	text-decoration:none;
}
#wrapper {
	width:800px;
	margin:10px auto;
}
#header {
	width:100%;
	height:100px;
	background:#fff url("furniture/header.jpg") no-repeat;
}
#content {
	display:inline;
	background:#fff;
	height:500px;
}
h1 {
	font-size:24px;
	color: #006;
	margin-bottom:12px;
}
h3 {
	font-size:16px;
	margin-bottom:12px;
}
h4 {
	text-align:center;
	color:#ff3333;
	font-size:14px;
	margin-bottom:12px;
	text-decoration:underline;
	font-style : italic;
}
p {
	margin-bottom:12px;
}
ol {
	margin-bottom:12px;
}
ol li {
	margin:5px 0 0 30px;
}
.benefits li {
	margin:5px 0 0 130px;
}
#nav {
	float:left;
	display:inline;
	width:110px;
	height:200px;
}
#nav li {
	list-style:none;
	padding:5px 0 5px 0;
}
#nav li a, #nav li a:link, #nav li a:visited, #nav li a:hover {
	font-size:10pt;
	font-weight:bold;
	border-left:3px solid #fff;
	padding-left:5px;
	display:block;
	width:90px;
}
#nav li a:hover {
	color:#993300;
	border-left:3px solid #993300;
	background-color:#f1fb51;
}
#main {
	float:left;
	width:500px;
	text-align:justify;
}
#main_full {
	float:left;
	width:690px;
	text-align:justify;
}
#quick_quote {
	float:right;
	width:160px;
	height:400px;
	background:#006;
	color:#fff;
	padding:8px;
	border:2px outset #00f;
}
.button {
	border:1px outset #fff;
	background-color:#009;
	color:#fff;
	font-weight:bold;
}

table.prices {
	border-top:1px solid #009;
	border-left:1px solid #009;
	border-bottom:1px solid #009;
	background-color:#f1fb51;
	margin:10px auto;
}
table.prices tr.header td {
	border-bottom:1px solid #009;
	background-color:#009;
	color:#fff;
}
table.prices td {
	width:100px;
	font-weight:bold;
	font-size:14px;
	border-right:1px solid #009;
	text-align:center;
	padding:5px;
}
table.prices td.hilite {
	background-color:#ffff98;
}

table.valets {
	border:1px solid #009;
	background-color:#f1fb51;
	margin:10px auto;
}
table.valets tr.header td {
	border-bottom:1px solid #009;
	background-color:#009;
	color:#fff;
}
table.valets td {
	font-size:12px;
	padding:5px;
}

table.login, table.booking {
	border:1px outset #ccc;
	background-color:#ddd;
}
table.login td, table.booking td {
	padding:2px;
}
table.booking td.header {
	background-color:#006;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:0;
	height:20px;
}

.t_quote {
	font-style:italic;
}
.t_sig {
	font-weight:bold;
}
.t_spacer {
	width:100%;
	height:10px;
	margin:10px 0;
	background:#fff url(furniture/spacer2.jpg) center no-repeat;
}

#footer {
	display:block;
	clear:both;
	padding-bottom:10px;
}
