/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { 
text-decoration: none; color: #000000; 
}

a:focus {-moz-outline-style: none; }

a img { border: none; }

#logotxt {
font-size: 28px;
font-weight: bold;
line-height: 28px;
margin-bottom: 30px;
}

#menu {
background-color: #fffff;
left: 10px;
top: -13px;
line-height: 16px;
position: fixed;
width: 200px;
text-transform: uppercase;
}

#menu ul {
list-style: none;
margin: -10px 0 20px 0;
}

.section-title {
font-weight:bold;
font-size: 14px;
}

.subsection-title {
font-size: 14px;
padding: 2px 0 1px 0;
}

.infopgtitle {
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}

#content {
height: 100%;
padding: 91px 0 0 300px;
margin: 0 0 100px 0;
float: left;
line-height: 16px;
}

#description {
position: absolute;
top: 570px;
padding-bottom: 60px;
width: 720px;
}

#description a {
font-weight: bold;
}

#top10 {
float: right;
margin: 40px 0 30px 30px;
width: 150px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
}

#top10 img, #vid img {
padding-bottom: 5px;
}

#video {
float: left;
padding: 30px;
}

#vid {
float: left; 
margin: 30px 30px 30px 0;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 11px; 
}

.pagetitle {
font-size: 28px;
font-weight: bold;
text-transform: uppercase;
line-height: 30px;
position: relative;
top: -2px;
}

.container {
padding: 5px 5px 25px 5px;
}

#content p { 
width: 720px; 
margin-bottom: 20px;
}

#content a {
font-weight: bold;
}

p {
margin: 0 0 9px 0;
}

h1 {font-size: 11px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{  }

.nav { position: absolute; top: 525px; z-index: 100; font-weight: bold; }

#once { clear: left; }