@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
/* END RESET */

/* GLOBALS */
body {
	background-color: #0a0400;
	background-image:url(assets/site_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 821px;
}
#stage {
	background-color: #F5F0E1;
	width: 821px;
}
#left_col {
	float: left;
	margin: 0 20px 60px 20px;
	width: 380px;
}
#right_col {
	float: right;
	margin: 0 20px 60px 0;
	width: 380px;
}
#sidebar {
	background: #A4743A;
	margin: 40px 0 0 0;
}
#footer {
	background-color: #221300;
	height: 83px;
	border-top: solid 8px #653802;
	border-bottom: solid 8px #653802;
	padding-top: 12px;
	clear: both;
	margin-top: 80px;
}

#footer ul {
	margin-bottom: 8px;
	padding-left: 100px;
}
#footer li{
	list-style-type: none;
	display: block;
	margin-left: 15px;
	color: #EBD8A5;
	float: left;
}
#footer li a{
	text-decoration: none;
	text-transform: uppercase;
}
#footer p, #footer li a {
	color: #EBD8A5;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer li a:hover {
	text-decoration: underline;
}


/* END GLOBALS */

/* TEXT */
h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #A4743A;
	margin: 30px 0 20px 20px;
}
h1.stage {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #A4743A;
	margin: 30px 0 20px 0px;
}
h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #A4743A;
	margin: 0 0 0 4px;;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 16px;
	color: #EBD8A5;
}
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 16px;
	color: #6f3200;
}
p a {
	color: red;
	text-decoration: none;
}
p a:hover {
	color: blue;
	text-decoration: underline;
}
ul.stage {
	margin: 0 0 0 30px;
}
.moreinfo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #EBD8A5;
	font-size: 17px;
	text-decoration: none;
}
.moreinfo a:hover {
	color: #6f3200;
	text-decoration: none;
}
.stagetext {
	color: #6f3200;
}

.stagetext-sm {
	color: #6f3200;
	font-size:10px;
	line-height:10px;
}

.twentypad {
	padding: 0 20px 0 20px;
}

.pagetitle {
	margin: 20 0 10 0;
}

/* NAVIGATION */
#navigation {
	background-color: #F5F0E1;
	margin: 201px 93px 0 46px;
	height: 37px;
	width: 733px;
}

#navigation a {
	display: block;
	float: left;
	margin: 0;
}

#navigation a.home {
	height: 37px;
	width: 74px;
	background-image:url(assets/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.home:hover {
	height: 37px;
	width: 74px;
	background-image:url(assets/nav_home_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.builder {
	height: 37px;
	width: 134px;
	background-image:url(assets/nav_builder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.builder:hover {
	height: 37px;
	width: 134px;
	background-image:url(assets/nav_builder_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.premier {
	height: 37px;
	width: 141px;
	background-image:url(assets/nav_premier.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.premier:hover {
	height: 37px;
	width: 141px;
	background-image:url(assets/nav_premier_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.elite {
	height: 37px;
	width: 160px;
	background-image:url(assets/nav_elite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.elite:hover {
	height: 37px;
	width: 160px;
	background-image:url(assets/nav_elite_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.retailers {
	height: 37px;
	width: 136px;
	background-image:url(assets/nav_retailers.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.retailers:hover {
	height: 37px;
	width: 136px;
	background-image:url(assets/nav_retailers_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.contact {
	height: 37px;
	width: 88px;
	background-image:url(assets/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.contact:hover {
	height: 37px;
	width: 88px;
	background-image:url(assets/nav_contact_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.locator {
	height: 37px;
	width: 141px;
	background-image:url(assets/nav_dealers.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#navigation a.locator:hover {
	height: 37px;
	width: 141px;
	background-image:url(assets/nav_dealers_rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

/* END NAVIGATION */
