@charset "UTF-8";

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

#global {
	height: auto;
	width: 967px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#global_main {
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	width: 100%;
}
#top_area {
	height: auto;
	width: 967px;
	padding-top: 40px;
}
#logo {
	background-image: url(../images/logo.jpg);
	height: 55px;
	width: 288px;
	float: left;
}
#nav_menu {
	height: 55px;
	width: 683px;
	margin-left: 284px;
}
#banner {
	background-image: url(../images/banner.png);
	height: 566px;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
#flash_banner {
	height: 429px;
	width: 965px;
	left: auto;
	right: auto;
	position: absolute;
	top: 95px;
}
#video {
	padding-top: 115px;
	padding-left: 135px;
}
#feature_area {
	height: 209px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#feature_area2 {
	height: 209px;
	width: 646px;
	margin-left: 324px;
	float: none;
}
#feature1 {
	float: left;
	height: 211px;
	width: 318px;
}
#feature2 {
	float: left;
	height: 211px;
	width: 318px;
}
#feature3 {
	height: 211px;
	width: 318px;
	margin-left: 326px;
}
#bottom_spacer {
	height: 100px;
}
#footer {
	height: 32px;
	width:100%;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-color: #000000;
	position: fixed;
	bottom:0;
}
#footer_left {
	float: left;
	height: auto;
	width: 400px;
	padding-left: 15px;
}
#footer_right {
	float: right;
	height: auto;
	width: 500px;
	padding-top: 10px;
	padding-right: 20px;
}
.footer {
	font-size: 10px;
	color: #CCCCCC;
}
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CC6600;
}

a { outline: 0 none; }
