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

body {
	background:#FFFFFF none repeat scroll 0 0;
	font-size: 11px;
	font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
	line-height:14px;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: line-through; color: #cc00cc; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none;  color: #cc00cc;  }

a img { border: none; }

#menu {
background: transparent;
bottom:0;	
line-height:30px;
left:0;
margin:0 0 0 0;
overflow:visible;
padding:0 0 0 0;
position:fixed;
top:0px;
width:215px;
text-decoration:none;
text-align:right;
text-transform:uppercase;
}

#menu ul {
color:#000000;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:22px;
line-height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 0;
text-align:right;
text-decoration:none;
text-transform:uppercase;
letter-spacing:-1px;
}

#menu li.active { text-decoration:line-through;}

#menu ul li.section-title {
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-weight:bold;
opacity:0.5;
line-height:22px;
text-align:right;
text-decoration:none;
text-transform:uppercase;
color:#000000;
text-decoration:none;
}

#content {
line-height:1px;
margin: 35px 20px 0 260px;
padding: 0;
width: 720px ;
text-align:left;
}

p {
margin: 0 0 0 0 ;	
}

/** STYLE FOR CLIENT AND PROJECT HEADERS **/

h2 {
color:#000000;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:28px;
font-weight:bold;
line-height:24px;
letter-spacing:-1px;
text-transform:uppercase;
}

h1 {
color:#E7E7E7;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:28px;
font-weight:bold;
line-height:24px;
text-transform:uppercase;
letter-spacing:0px;
}

/** STYLE FOR GIANT HOMEPAGE TEXT **/

h3 {
color:#000000;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:100px;
font-weight:bold;
letter-spacing:-8px;
text-transform:uppercase;
line-height:69px;
opacity:0.5;
}

h4 {
color:#000000;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:100px;
font-weight:bold;
letter-spacing:-8px;
text-transform:uppercase;
line-height:69px;
opacity:0.75;
}


/** STYLE FOR SECTION COPY **/

h5 {
color:#000000;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:13px;
font-weight:normal;
letter-spacing:0.02cm;
line-height:16px;
}

h6 {
color:#BBBBBB;
font-family:Helvetica,"Lucida Sans Unicode",Arial,sans-serif;
font-size:13px;
font-weight:normal;
letter-spacing:0.02cm;
line-height:16px;
}


#img-container	{ text-align:left; margin: 0; padding: 0; }
#img-container p	{ text-align:left; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }
