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

body { background:url(../images/background.png) repeat-x #3c3d3f;
font-size:14px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

@font-face {
	font-family: 'Futura';
	src: url('../fonts/futurab-webfont.eot');
	src: local('☺'), url('../fonts/futurab-webfont.woff') format('woff'), url('../fonts/futurab-webfont.ttf') format('truetype'), url('../fonts/futurab-webfont.svg#webfontLOZcVaUt') format('svg');

}

#panel h1 {
color:#444;
padding-bottom:5px;
text-transform:uppercase;
      text-shadow: 0px 1px 0px #fff, 0 -1px 0 #000;
	  font-weight:bold;}
#panel h2 {
	
	font-family:'Futura';
font-size:18px;
font-weight:normal;
line-height:1.2em;
color:#444;
padding-bottom:5px;
text-transform:uppercase;
      text-shadow: 0px 1px 0px #fff, 0 -1px 0 #000;
	  margin:0;
}

h2 {
	
	font-family:'Futura';
font-size:18px;
font-weight:normal;
line-height:1.2em;
color:999;
padding-bottom:5px;
text-transform:uppercase;
      text-shadow: 0px 1px 0px #999;
	  margin:0;
}
#header {
	width:1000px;
	margin:0 auto;
	padding:0;
	display:block;
		color:#FFF;
		height:167px;
	
}

a:active, #nav li a:active {
	outline:none;
}

#nav {background:url(../images/nav.png);
padding:0;
margin:95px 20px 0 0;
display:block;
float:right;
width:519px;
height:40px;
}

#nav ul {
	margin:1px 0 0 10px;
	padding:0;
	display:block;
	float:left;
	list-style:none;
	width:520px;
}

#nav li {
	float:left;
		display:block;

	height:39px;
	line-height:2.85em;
	border-top:none;
	border-bottom:none;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
		font-size:14px;
			font-family:'futura';
	      text-shadow: 0px 2px 0px #000;

	
}

#slogan {
text-align:left; display:block; width:460px;
	      text-shadow: 0px 2px 0px #000;
		  font-weight:bold;
		  font-size:15px;
		  padding:0px 0 0 0;
		  text-align:center;

}

#nav li a {
	display:block;
	padding:0px 3px;
	height:39px;
	line-height:2.85em;
	border-top:none;
	border-bottom:none;
	color:#fff;
	font-family:'futura';
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.03em;
	font-size:14px;
	      text-shadow: 0px 2px 0px #000;

	
}

.video {
	display:block;
	float:left;
	margin:0px 2px;
	background:url(../images/shadow.png) bottom no-repeat;
	height:340px;
	width:435px;
	padding:0 0 0 40px;
}

#container {

	width:960px;
	margin:0 auto;
	display:block;
	background:#FFF;
	padding:20px;
	color:#333;
}


#panel {
	display:block;
	padding:20px;
	background:#e2e4e6;
	width:920px;
	
	
}

.box {
	float:left;
	width:250px;
	padding:0;
	
}




#footer {

	width:1000px;
	margin:0 auto;
	display:block;
	text-align:center;
	color:#FFF;
}
#footer a {
	color: #00CCFF;
	text-decoration: none;
}



.ftlt {
	float:left;
}

.ftrt {
	float:right;
}

.clear {
	clear:both;
}

