/* BASE */
* { margin: 0; padding: 0; }

body, html {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6e6e6;
	background-color: #202020;
}

img {
	border: none;
}

a {
	color: #D50000;
	text-decoration: none;
}

a:hover {
	color: #D50000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	padding: 0 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D50000;
	letter-spacing: 1px;
	font-weight: normal;
}
h1 span, h2 span, h3 span, h4 span {
	color: #fff;
}

p {
	padding: 0 10px 10px 10px;
}

blockquote {
	margin: 0 15px 10px 15px;
	padding: 10px;
	text-align: center;
	border: 1px solid #A9A9A9;
	background: #323433;
}

#main ul {
	margin-left: 30px;
}
#main li {
	list-style-image: url(../images/bullets.png);
	list-style-type: none;
}

/* LAYOUT */
#wrap {
	width: 900px;
	margin: auto;
	display: table;
}

#header {
	width: 900px;
	height: 100px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D50000;
}

#main {
	width: 900px;
	float: left;
}
#content {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;

}

#footer {
	width: 900px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D50000;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

/* HEADER */
div #header  {
	width: 900px;
	float: left;
}
div #header a.home-logo {
	width: 250px;
	float: left;
	margin-top: 13px;
}
#header ul {
	width: 625px;
	float: right;
	padding-top: 32px;
	text-align: right;
}
#header ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline-block;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #919191;
	padding-right: 5px;
	margin-right: 15px;
	font-weight: normal;
}
#header ul li span.nav-desc {
	font-size: 10px;
	clear: both;
	float: right;
	color: #CCC;
}

#header ul li a {
	text-decoration: none;
	color: #fff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;

}

#header ul li a:hover {
	text-decoration: none;
	color: #D50000;
}

#header ul li a.current {
	text-decoration: none;
	color: #FF0000;
}

/* MAIN */
/* MAIN -> CONTENT */
#main .image-rotate {
	clear: both;
	display: block;
	width: 900px;
	height: 426px;
	margin-top: 20px;
}

#main .image-rotate img {
	position: absolute;
	width: 900px;
	height: 426px;
}

#main .colspan-2 {
	float: left;
}


#main .colspan-3 {
	float: left;
}
#main .row {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919191;
	}
	
#main .colspan-index {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/home-sep.png);
	background-repeat: repeat-y;
}
#main .row-nobd  { border-bottom-style: none; }

#main .colspan-index div.one, #main .colspan-index div.two, #main .colspan-index div.three {
	width: 297px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
#main .colspan-index div.three {
	border-right-style: none;
	}
#main .twothirds {
	float: left;
	width: 598px;

		margin-bottom: 5px;
	margin-top: 5px;
}
#main .onethirds {
	float: left;
	width: 298px;
}
/* FOOTER */
#footer .links-left 
{
	float: left;
	text-align: left;
	width: 600px;
}
#footer p {
	float: left;
	text-align: left;
	font-size: 10px;
	clear: left;
	color: #CCC;
}

#footer .follow {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
#footer img.twit {
	margin-left: 5px;

}

#footer ul {
	list-style: none;
	padding-left: 5px;
	padding-top: 5px;
}

#footer ul li {
	float: left;
	color: #FF0000;
	padding: 0 3px;
	margin: 0 3px;
}

#footer ul li a {
	color: #E6E6E6;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/* FORMS */

#main div.halfl {
	width: 448px;
	float: left;
}
#main div.halfr {
	width: 448px;
	float: right;
}
#main label {
	/* width: 135px; */
	width: 150px;
	height: 20px;
	float: left;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 15px;
}

#main label.nonBlock {
	width: auto;
	margin: 0 0;
	clear: none;
}

#main label.message-area {
	width: 200px;
	margin-top: 20px;
}

#main input.text {
	width: 240px;
	height: 20px;
	float: left;
	border: 1px solid #A9A9A9;
	font-size: 12px;
	color: #FF0000;
	background-color: #333333;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#main select.select {
	width: 240px;
	height: 20px;
	float: left;
	border: 1px solid #A9A9A9;
	background: #333333;
	font-size: 12px;
	color: #FF0000;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#main input.button {
	width: 90px;
	font-size: 12px;
	padding: 3px;
	float: right;
	font-weight: bold;
	cursor: pointer;
	clear: both;
	border: 1px solid #A9A9A9;
	background: #323433;
	color: #FF0000;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0;
}

#main textarea {
	width: 380px;
	height: 120px;
	margin: 5px 0 5px 15px;
	padding: 2px 5px 0 5px;
	float: left;
	border: 1px solid #A9A9A9;
	background: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

/* SOUND */
#sounddl {
	position: absolute;
	margin: -3px 0 0 3px;
}

/* GALLERY */
.gallery {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.gallery a.image {
	float: left;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background: #fff;
}

.gallery a:hover.image {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #D50000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.gallery a.image img{
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	}


/* ALIGNMENT CLASSES */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* FONT STYLES */
.strong { font-weight: bold; }
.italic { font-style: italic; }

/* COLORS */
.red { color: #FF0000; }
.white { color: #fff; }

/*MARGINS *10px */
.margin-top { margin-top: 15px; }
.margin-right { margin-right: 15px; }
.margin-bottom { margin-bottom: 15px; }
.margin-left { margin-left: 15px; }

/* BORDERS */
.border-bottom { border-bottom: 1px solid #B9B9B9; }

@media screen and (-webkit-min-device-pixel-ratio:0){ 
	html { /* need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later */ 
		list-style-image: none;
	} 
	
	#header ul li a {
		padding: 0 6px;
		float: left;
		text-decoration: none;
		color: #fff;
	}

}



.logo {
	margin-top: 7px;
}
