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

body {
	font-family: Helvetica, "courier new", Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #d8d8d8; 
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.1em;
    text-transform: uppercase;
}

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

a:link { 
text-decoration: none; color: #eaeaea; 
}

a:active {
 text-decoration: none; color: #eaeaea; 
 }
 
a:visited { 
text-decoration: none; color: #eaeaea;
 }

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

a img { 
	border: medium none; 
	}


#menu {
	background-color: #FFFFFF;
	bottom: 0;
	height: 95px;
	width:100%;
	left: 0;
	padding-top:18px;
	top: 0;
	text-align : left;
	position:fixed;
}

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
line-height:18px;

}


#menu ul li.section-title {
	font-weight:none;
	color : White;
	
}

#content {
margin-bottom:0;
margin-left:16px;
margin-right:0;
margin-top:120px;
top:0;
}


.container {
padding-bottom:0;
padding-left:25px;
padding-right:0;
padding-top:0;

}

#content p {  
	margin-bottom: 9px; 
	width: 400px;
}

p {
    margin: 0 0 0;
}

h1 { font-size: 30px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px;}

#img-container	{ 
	margin: 0; 
	padding: 6px; 
}

#img-container p	{ 
	width: 300px; 
	margin: 0; 
	padding: 0 0 12px; 
}

#content .container {
padding-bottom:10px;
padding-left:0;
padding-right:0;
padding-top: 0;
line-height:18px;
}

#once { 
	clear: left; 
}

