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

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #000;
	line-height: 150%;
	color: #FFF;
}

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

a:link { color: #fff; text-decoration: none; line-height: 150%; letter-spacing: 0.0em; text-transform:uppercase; }
a:visited { color: #fff; text-decoration: none; line-height: 150%; letter-spacing: 0.0em; text-transform:uppercase; }
a:hover { color: #fff; text-decoration: none; background-color: #4e5254; line-height: 150%; letter-spacing: 0.0em; text-transform:uppercase; }
a:active { color: #fff; text-decoration: none; background-color: #fff; line-height: 150%; letter-spacing: 0.0em; text-transform:uppercase; }

a img { border: none; }

.thickbox:hover { border: none; background-color: #000; opacity:0.6; filter:alpha(opacity=60); filter: “alpha(opacity=60)”;
}

#menu {
    width: 250px;
    overflow: auto;
    top: 20px;
    bottom: 20px;
	left: 40px;
    position: fixed;
    height: 100%;
	background-color: #000;
color: #fff; background-color: #000; letter-spacing: 0.0em;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul li.section-title { color: #fff; background-color: #4e5254; letter-spacing: 0.0em; text-transform:uppercase; line-height: 150%; }

#content {
    height: 100%;
	margin: 35px 0 0 290px;
}

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

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

p {
    margin: 0 0 0px 0;
}

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: 12px 0 0 0; }

#once { clear: left; }