@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg) ;
	background-color: #000000;
	background-position: 50% top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

a {
	color: #3099d3;
	text-decoration: none;
}

#container{
	position: relative;
	width: 900px;
	margin: 0px auto;
}

#header {
	margin: 25px 0px; 	
}

#logo {
	
}

#header img.social {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

#nav{
	width: 100%;
	margin-bottom: 25px;
}
#menu {
	height: 20px;
}

#menu li {
	display: inline-block;
	float: left;
	margin-right: 16px;
	text-transform: uppercase;

}

#menu li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	color: #3099d3;
}

#menu li.selected a {
	color: #3099d3;
}

#mainContent p {
	line-height: 15px;
	margin-bottom: 12px;
}

#email_subscribe {
	width: 550px;
	height: 55px;
	background-color: #000000;
	color: white;
	padding: 10px;
	margin: 20px;
}

#email_form{
	margin: 10px;
	margin-top: 15px;
}

#email_form input, #email_form label {
	display: inline-block;
	float: left;
	height: 18px;
	margin-left: 10px;
	padding: 0px;
	border: 0px solid black;
}

#email_form label {
	padding-top: 2px;
	text-transform: uppercase;
}

#rotating_image{
	float: right;
	margin-left: 15px;
}

#home_page_images{
	height: 270px;
	margin-bottom: 20px;
}

#home_page_youtube{
	height: 340px;
	margin: 20px;
}

#home_page_images img, #promo_images img {
	margin: 10px;
	float: left;
}

#rotating_image {
	position: relative;
	right: 280px;
}

#rotating_image img {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

#front_content {
	width: 610px;
	height: 396px;
}

.clear { clear:both;}