/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}


html {
	margin: 0;
	padding: 0;
}


body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

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

a:link { text-decoration: none; color: #FF0000;}
a:active { text-decoration: none; color: white; background: #00CCFF;}
a:visited { text-decoration: none; color: #999999 }
a:hover { text-decoration: none; color: white; background: #FF0000;}

a img { border: none; }



#menu {
    
	width: 236px;
    overflow: visible;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 680px;
	background-color: #000000;
}

#menu ul {
	list-style: none;
	font-size:15px;
	line-height: 20px;
	font-weight:bold;
	margin: 0 0 20px 0;
}

#menu ul li.design {
	list-style: none;
	margin: 0 0 15px 0;
}
.container {
    padding: 15px 0px 15px 15px;
}

#menu ul li.section-title {
font-family:Helvetica, Arial , sans-serif;
font-weight:bold;
font-size:2px;
visibility:hidden;
 
 }
#menu p a { background: transparent; padding: 60px 0 0 0;} 

.meny_img { 
padding: 50px 0 0 0;
}
#content {
    height: 100%;    	
	line-height:15px;
	margin: 15px 0 0 270px;
    width: 480px; margin-bottom: 9px;
	top: 0;
}

.container {
    padding: 15px 0px 15px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 22px; color: #FF0000; }
h2 { font-size: 20px; }
h3 { font-size: 16px; color: #666666; }
h4 { font-size: 15px; }

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


#once { clear: left; }

.nav a:hover {
	background: #00CCFF;
	color: #FFFFFF;
}

#line {
	width: 204px;
	border-bottom: solid 1px black;
	height: 2px;
	display: block;
}

#line2 {
	width: 480px;
	border-bottom: solid 1px black;
	height: 2px;
	display: block;
}

#build {
	color:#666;
	position: fixed;
	bottom: 0;
}

#build a {
	color:#666;
}

#build a:hover {
	background:none;
	text-decoration: underline;
}
