@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:none !important;
}

.clear{
	clear:both;
}

body{
	font-family:Helvetica, Arial, sans-serif;
	color:#444;
	font-size:12px;
}

a:link, a:visited{
	color:#8d8d8d;	
	text-decoration:none;
}

a:hover, a:active{
	color:#000;
	text-decoration:none;
}

#container{
	width:900px;
	margin:0px auto;
	padding-bottom:20px;
}

a{
	outline:none;
}

a#logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	width:461px;
	height:84px;
	float:left;
}	

#nav{
	margin-left:673px;
	padding-top:60px;
}

#nav li{
	float:left;
	list-style-type:none;
	margin-left:30px;
}

#banner{
	background:url(images/main-banner.jpg) no-repeat;
	height:599px;
	clear:both;
}

#video-banner{
	width:800px;
	height:450px;
	margin:6px auto 0px auto;
	clear:both;
}

#content{
	clear:both;
}
