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

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

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

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

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

#menu {
    width: 170px;
    top: 0;
	left: 0;
	height: 100%;
    position: fixed;
	background: #929292 url(../img/logo.gif) 20px 21px no-repeat;
	padding: 0;
	z-index: 1;
}

#menu .container {
	margin: 213px 0 0 22px;
}

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

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

.nav,
#menu ul li {
	color: #001961;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

.num,
.nav {
	font-size: 11px;
	line-height: 14px;
}

.nav a:link,
.nav a:visited,
#menu ul li a:link,
#menu ul li a:visited {
	font-size: 11px;
	line-height: 14px;
	color: #0e3c9b;
	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: 11px;
	color: #ffffff;
	text-decoration: none;
}

.section-title,
.section-title-active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 4px;
}

#menu ul.pad {
	margin-top: 4px;
}

.section-title:link,
.section-title:visited {
	color: #0e3c9b;
	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% */
}

#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; }