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

body {  margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
}

body.section-1 { background-position: 0px 0px; background-attachment:fixed;}
body.section-2 { background-position: 0px 0px; background-attachment:fixed;}
body.section-3 { background-position: 0px 0px; background-attachment:fixed;}
body.section-4 { background-position: 0px 0px; background-attachment:fixed;}
body.section-5 { background-position: 0px 0px; background-attachment:fixed;}
body.section-6 { background-position: 0px 0px; background-attachment:fixed;}
body.section-7 { background-position: 0px 0px; background-attachment:fixed;}
body.section-8 { background-position: 0px 0px; background-attachment:fixed;}
body.section-9 { background-position: 0px 0px; background-attachment:fixed;}
body.section-10 { background-position: 0px 0px; background-attachment:fixed;}

a:link { text-decoration: none; color: #fff; outline: none; }
a:active { text-decoration: none; color: #fff; outline: none; }
a:visited { text-decoration: none; color: #fff; outline: none; }
a:hover { text-decoration: none; color: #999999; }

a img { border: none; outline: none; }

#menu ul li#active-title {
	text-decoration: none; 
	color: #fff; 
}

#portfolio {
	margin: 0;
	padding: 0; 
}



#menu {
    	width: 210px;
  	top: 10px;
    	bottom: 0;
	left: 10px;
	margin: 0;
	padding: 0;
    	position: fixed;
    	height: 100%;
	background-color: none;
}

#menu ul {
	list-style: none;
	padding: 3px 0px 0px 3px;
	margin: 3px 0 3px 0;
	line-height: 13px;
	font-size: 10px;
	letter-spacing: 0.5px;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;	
}

#menu ul li.section-title {
	font-size: 14px;
	padding: 5px 0 5px 0;
	letter-spacing: 0.5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;

 }
 
#menu ul li.active a{
	color: #555555;
}

#content {
	width: 750px;
	margin: 0px 0 0 220px;
	padding: 0;
	top: 10px;
	position: relative;

}

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

#content p { 
	margin: 0 0 5px 0;
	clear: left;
	color: #fff;
	padding: 0px
}

.txt { 
	width: 730px;
	margin: 5px 0 5px 0;
	float: left; 
	color: #fff;
	background-color: #000;
	padding: 5px;
	color: #fff;

}

p {
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 { 
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 50px 0;
	background-color: #000;
	padding: 3px 0px 1px 3px;
}

h2 {	
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	background-color: #000;
	padding: 3px 0px 1px 3px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: 0;
	clear: left;
	background-color: #000;
	padding: 0;
}

h4 { 
	font-size: 10px;
	line-height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: #000;
	padding: 3px 0px 1px 3px;
}

h5 { 
	font-size: 28px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0;
	background-color: #000;
	padding: 3px 1px 3px 3px;
}

h6 { 
	font-size: 20px;
	line-height: 28px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 3px 3px 1px 0px;
}


#titleA {
	top: 10px;
    	bottom: 0;
	margin: 0; 
	padding: 0; 
	width: 247px; 
	float: left;
}

#titleB {
	top: 10px;
    	bottom: 0;
	width: 247px; 
	float: left;
}

#titleC {
	top: 10px;
    	bottom: 0;
	width: 246px; 
	float: left;
}

#bottom {
	border-top: 1px solid #000;
	padding: 5px 0 0 0;
	width: 740px;
	clear: left; 
}

img, iframe {
	margin: 2px 3px 1px 0; 
	padding: 10px;
	background-color: #000;
}

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

#img-container p { 
	width: 740px; 
	margin: 5px; 
	padding: 5px;
}

#once { clear: left; }
