/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body { margin: 0px auto 15px; text-align: center; background: #2B0E06 url(images/site_bg.jpg) fixed repeat-x; }

p, h1, h2, h3, h4, h5, a, ul, li, ol, td { font-family: Arial, Verdana, Helvetica, sans-serif; text-align: left; color: #000; }

h1 {
	color: #000;
	font: normal 32px FuturistHeavy, "Arial Black", Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin: 2px 10px 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

h2 { font-size: 16px; border-bottom: 1px solid #000; padding-bottom: 5px; }

address {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 10px;
	margin: 0;
	text-align: center;
}

	address a {	font-weight: bold; color: #000; }

ul li { list-style-image: url(images/bullet.gif); }

td { text-align: center; }

/* ----------------- LINKS ----------------- */

a, a:link {}

a:hover {}

a:visited {}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #000;
}

div#header {
	background: url(images/header_bg.jpg);
	float: right;
	height: 200px;
	width: 700px;
	border-bottom: 1px solid #000;
}

div#flash { }

div#content {
	width: 659px;
	float: right;
	clear: right;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 20px 20px;
	color: #333;
	text-align: left;
	background: #FFF;
	border-left: 1px solid #000;
}
	div#content a { color: #000; font-weight: bold; }
	div#content a:hover { text-decoration: none; }

div#audio { }

div#sidebar {
	float: left;
	clear: left;
	background: #FFF url(images/sidebar_bg.jpg) 0px 190px no-repeat;
	text-align: center;
	width: 200px;
	height: 400px;
	padding: 10px 0 20px 0;
}

div#sidebar img { margin-top: 10px; }
	
div#footer {
	text-align: center;
	background: #000 url(images/footer_bg.jpg) repeat-x;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 20px;
	width: 900px;
	clear: both;
	padding: 3px 0 0 0;
	margin: 0 auto;
	border-top: 1px solid #000;
}
	div#footer a { color: #FFF; text-decoration: none; }
	div#footer a:hover { color: #FFF; text-decoration: underline; }

div#signin { margin: 15px 0 10px 0; }

div#copyright { font: 9px Arial, Helvetica, sans-serif;; text-align: center; color: #FDF5E6; }
	div#copyright a, div#copyright a:hover { color: #FDF5E6; }

div#copyright img.ypimg { margin-top: 5px; }

/* ----------------- NAVIGATION ----------------- */

div#navcontainer {
	clear: both;
	height: 40px;
	width: 900px;
	margin: 0;
	background: #000 url(images/nav_bg.jpg);
	border-bottom: 1px solid #000;
}

ul#navlist { margin: 0; padding: 0 0 0 20px; }

ul#navlist li {
	display: inline;
	white-space: nowrap;
	float: left;
	padding: 0px;
	list-style: none;
}

ul#navlist li a {
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 12px 15px;
}
	
ul#navlist li a:hover, ul#navlist li a.current { color: #FFF; background: url(images/arrow.gif) center bottom no-repeat; }

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; }

img.right { float: right; margin: 5px; clear: both; }


/* ----------------- CUSTOM CLASSES ----------------- */	

.border { border: 1px solid #ABABAB; }

.right { float: right; }

.left { float: left; }

.clear { clear: both; }

.center { margin: 0 auto; text-align: center; }

div#map { margin-left: 0; padding-left: 0; }

.big { font-size: 16px; }

/* ----------------- COLOR SWATCHES ----------------- */	

.swatch { height: 75px; width: 75px; margin: 0 auto; }

.green { background: #10704C; }
.darkgreen { background: #0A432A; }
.olive { background: #504A31; }
.golden { background: #B7813D; }
.taupe { background: #705644; }
.khaki { background: #A6845A; }
.brick { background: #742D27; }
.camel { background: #AB7A4A; }
.basicblue { background: #0D5259; }
.electricblue { background: #3943AC; }
.navy { background: #1C2633; }
.red { background: #911515; }
.burgundy { background: #872D2D; }
.wine { background: #6C2F2F; }
.purple { background: #45136C; }
.gold { background: #CF8E17; }
.orange { background: #F35D0E; }
.charcoal { background: #34343A; }
.black { background: #000; }
.brown { background: #300; }