img {
	border:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	background:#000 url(img/body_bg.jpg) center repeat-y;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #0C0;
}
h1 {
	font-size: 36px;
	color:#393;
}
h2 {
	font-size: 24px;
	color:#930;
}
h3 {
	font-size: 18px;
	color:#09F;
}
h4 {
	font-size: 16px;
	color: #393;
}
h5 {
	font-size: 14px;
	color: #090;
}
h6 {
	font-size: 12px;
	color: #999;
}
.header .logo {
	background: url(img/liquidunderground_logo.png) no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 256px;
	width: 384px;
}
.header {
	background: url(img/liquidunderground_headergrass.png) repeat-x center top;
}
.menu {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
}
.menu a {
	color:#9C0;
	padding-left:16px;
	padding-right:16px;
}
.menu a:hover {
	color:#fff;
}
.content {
	margin:0 auto;
	width: 848px;
}
.left {
	clear:left;
	float:left;
	width:224px;
	padding:8px;
	margin:0 auto;
	text-align:left;
}
.center {
	float:left;
	padding:8px;
	margin:0 auto;
	text-align:left;
}
.ishome .center {
	width:352px;
	height:480px;
	background:url(img/sprinkler.jpg) no-repeat center bottom;
	text-align: center;
}
.right {
	width:224px;
	float:right;
	clear:right;
	padding:8px;
	margin:0 auto;
	text-align:left;
}
.footer {
	clear:both;
	width:100%;
}
.footnote {
	margin:0 auto;
	width:768px;
	text-align:left;
	padding-left:16px;
	padding-right:16px;
	font-size:11px;
	clear:both;
}
.footnote a {
	color:#FFF;
}
.footnote a:hover{
	color:#0F0;
}
.footnote a:hover sup{
	color:#09F;
}
.BookAppointment {
}
.BookAppointment input{
	width:192px;
	border:#FFF 1px solid;
	background-color:#6C0;
	margin:2px;
	padding:2px;
}
.BookAppointment input#Submit {
	width:auto;
}
.BookAppointment input#Submit:hover {
	background-color:#090;
}
.BookAppointment input:active{
	width:192px;
	border:#6C0 1px solid;
	background-color:#FFF;
	margin:2px;
	padding:2px;
}
.BookAppointment select {
	width:198px;
	border:#FFF 1px solid;
	background-color:#6C0;
	margin:2px;
	padding:2px;
}
.BookAppointment label.error{
	font-size:9px;
}
