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

body {
	background: #000000 url(../images/bg.jpg) top center no-repeat;
	margin: 140px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

/* Anchors */
a:link {
	text-decoration: underline;
	color: #303030;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #303030;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}


/* IDs */
#main {
	width: 710px;
	margin: 0 auto 0 auto;
}

#header {
	width: 710px;
	height: 155px;
}

#video {
	width: 512px;
	height: 288px;
	margin: 0 auto;
	padding: 39px 37px 37px 39px;
	border: #000000 0px solid;
	background: url(../images/video-border.png) no-repeat;
	clear: both;
}

#footer {
	width: 710px;
	text-align: center;
	padding: 50px 0 10px 0;
	clear: both;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #303030;
}

h1 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

/* font */
p {
	font-size: medium;
	color: #303030;
}

.footer-text {
	text-align: center;
	font-size: small;
	color: #ffffff;
}

.first {
	margin-top: 0;
	padding-top: 0;
}


/* Top Header */
#header h1{
	margin: 0;
	padding: 0;
}

#header h1 .logo{
	text-indent: -9999px;
	overflow: hidden;
	width: 710px;
	height: 155px;
	background: url(../images/header.png) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a{
	display: inline;
	height: 155px;
}

/* navigation */
#navigation{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li{
	float: left;
}
#navigation li a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 40px;
}
#navigation li a.nav1{
	width: 200px;
	background: url(../images/nav_mission.png) no-repeat;
}
#navigation li a.nav2{
	width: 200px;
	background: url(../images/nav_team.png) no-repeat;
}
#navigation li a.nav3{
	width: 200px;
	background: url(../images/nav_clients.png) no-repeat;
}
#navigation li a.nav4{
	width: 200px;
	background: url(../images/nav_contact.png) no-repeat;
}


img {
	border: 0;
}
