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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 15px;
	background: #000;
	color: #ababab;
}

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

a:link,
a:visited { 
	text-decoration: none; 
	color: #ffffff; 
}

a:hover,
a:active { 
	text-decoration: underline; 
	color: #ffffff; 
}

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

a img { border: none; }

#menu {
    width: 160px;
    top: 25px;
	left: 40px;
	height: 100%;
    position: fixed;
	background: #000000 url(../img/logo_black.gif) 13px 0 no-repeat;
	padding: 80px 10px 0 0;
	z-index: 1;
	text-align: right;
}

#menu ul {
	list-style: none;
	margin: 2px 0 2px 0;
	color:#ffffff;
	border-bottom: 2px dotted #fff; 
	padding: 2px 0px 2px 0px; 
	padding-bottom:5px;
}

#menu ul.section,
#menu ul.section-active {

}

#menu .line {
	
}

.nav,
#menu ul li {
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
}

.num,
.nav {
	font-size: 10px;
	line-height: 18px;
}

.nav a:link,
.nav a:visited,
#menu ul li a:link,
#menu ul li a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover,
.nav a:active,
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li.active a {
	font-size: 10px;
	color: #ababab;
	text-decoration: none;
}

.section-title,
.section-title-active {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 12px;
	margin-top: 8px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 2px;
}

.section-title:link,
.section-title:visited {
	color: #ffffff;
	text-decoration: none;
}


.section-title-active:link,
.section-title-active:visited {
	color: #ffffff;
	text-decoration: none;
}

.section-title:hover,
.section-title:active
.section-title-active:hover,
.section-title-active:active {
	color: #ffffff;
	text-decoration: none;
}

#content {
	position: absolute;
   top: 20px;
   left: 250px;
   /* 100% */
}

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

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

p {
    margin: 0 0 9px 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: 0 0 12px 0; }

#once { clear: left; }
