@charset "utf-8";
body {
	background-color: #121011;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
}
h1, h2, h3 { font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 28px; }
p { margin:0; padding:0; }
#leftbox {
	float: left;
	width: 300px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/left.gif);
	height: 600px;
	text-align: left;
	z-index: 5;
}
#rightbox {
	height: 600px;
	width: 500px;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
#menubox {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 410px;
	font-family: Helvetica, Arial, sans-serif;	
}
#content {
	height: 360px;
	width: 480px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-face-color:#222222;
	scrollbar-arrow-color:#df872e;
	scrollbar-track-color:#222222;
	scrollbar-highlight-color:#222222;
	scrollbar-3dlight-color:#222222;
	scrollbar-darkshadow-color:#222222;
	scrollbar-shadow-color:#222222;
	text-align: left;
	margin-bottom: 30px;
}
#crown {
	position: relative;
	left: 109px;
	top: 194px;
	height: 89px;
	width: 131px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 500px;
	position: absolute;
	left: 0px;
	font-size: 16px;
	top: 105px;	
	border-bottom: 1px #ccc solid;
}
#table {
	font-family: Helvetica, Arial, sans-serif;	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 460px;
	position: relative;
	height: auto;
	padding: 3px;
	z-index: 10;
}
.brandheader {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#horizon {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0px;
	height: auto;
}
#container {
	position: absolute;
	margin-left: -400px;
	left: 50%;
	height: auto;
	width: 800px;
	visibility: visible;
}
#address {
	height: 30px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 575px;
	text-align: left;
}
.addresstext {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.2px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
}
#address-line1 { text-transform: uppercase; font-size: 13px;  }
#address-line2 { font-size: 13px; margin-top: 4px; }
#address-line2 a { text-decoration: underline; }
#beba {
	height: 15px;
	width: 500px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
}
.bebatext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a { color: #ccc; cursor: pointer; }
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;	
}
a:hover {
	color: #f895dd;
	text-decoration: none;	
}
#flashheader {
	z-index: 10;
	position: absolute;
	height: 86px;
	width: 666px;
	left: 135px;
	top: 410px;
}
.bodytext {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-bottom: 12px;
}
.contacttext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;	
}
#hours {
	text-align: left;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 320px;
	font-size: 12px;	
}
.brandcat { background: #f895dd; color: #000; font-size: 13px; }
.required { color: red; font-weight: bold; }
.center { text-align: center; }
.bold { font-weight: bold; }