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

body {
	font-size: 14px;
	font-family: Georgia, Verdana, sans-serif;
	background: #fff url(img/bg.png) repeat-y 0 0;
}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: #0f0; }

a img { border: none; }

a:active, a:focus {
outline: 0;
}



#menu {
    width: 250px;
    overflow: auto;
    margin: 50px 0 0 50px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: #fff url(img/lines.png) 0 0;
}

#menu p, #menu ul { 
	background-color: #fff;
	margin: 0;
	padding: 1em 0;
	}


#menu .contact {
	font-style: italic;
	}

#menu ul.contact li a {
	border-bottom: none;
	}


#menu .copyright, #menu .copyright a {
	font: 9px Arial;
	color: #ddd;
	}

#menu ul {
	list-style: none;
/* 	font-style: italic;  */
}

#menu ul li a {
	border-bottom: #0f0 1px solid;
	display: block;
	}

#menu ul li.active a {
	background-color: #0f0;
	}

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

#menu ul li.section-title { 
	font-size: 18px;
	margin-bottom: 0.5em;
	}

#content {
    height: 100%;
    margin: 0 0 0 350px;
    padding-top: 50px;
    top: 0;
}

.container {
    padding: 0;
}

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

p {
    margin: 0 0 9px 0;
}

h1,h2, h3, h4 { font-size: 12px; }

#header a {
	display: block;
	width: 100%;
	height: 60px;
	background: #fff url(img/header.png) no-repeat 0 0;
	text-indent: -9999px;
	border-bottom: #0f0 1px solid;
	}

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

#once { clear: left; }
