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

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	line-height:18px;
}

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

a:link { text-decoration: none; color: #a2a2a2; line-height:14px; font-size:11px;  }
a:active { text-decoration: none; color: #a2a2a2; line-height:14px; font-size:11px;  }
a:visited { text-decoration: none; color: #a2a2a2; line-height:14px; font-size:11px; }
a:hover { text-decoration: none; color: #a2a2a2; line-height:14px; font-size:11px;  }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	padding: 10px 10px 10px 10px;
	background-image:url(images/menu.png);
}

#menu ul {
	list-style: none;
	margin: 24px 0 0px 0;
	width:170px;
	
}

#menu ul li.section-title {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight:2000;
		line-height:18px;
		border-bottom-color: #000;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
	
	}
	
li {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height:18px;
		color: #000;
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;

}

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

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

p {
    margin: 0 0 9px 0;
}

hr {
	
	border: none 0;
	margin-top:-25px;
border-top: 1px solid #000;/*the border*/
width: 170px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

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

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

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
