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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a { padding: 2px 0; }
a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: #191919; }
a:hover { text-decoration: none; background: black; color: white; }
a img { border: none; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#menu {
    width: 280px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 1.3em;
}

#menu ul li.section-title { text-transform: uppercase; }

#menu ul li.active { padding-left: 6px; }

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

.container { padding: 40px 40px 25px 40px; }
/* #content .container { padding: 75px 40px 25px 40px; } */

#content p { width: 400px; margin-bottom: 9px; line-height: 1.3em; text-align: justify;  }

p, object, .flash-apl, .flash-flv { margin: 0 0 9px 0; }
object { display: block; }
.flash-flv { display: inline; }

h1 { font-size: 32px; height: 75px; }
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; }

/* for the news parts */
#news { width: 681px; }
#news .text { width: 410px; float: left; }
#news .text2 { width: 270px; float: left; }
#news .padder { padding: 0 18px 0 0; }
#news .topbar { padding-bottom: 72px; }
#news h3 { font-size: 12px; font-weight: normal; }
#news h4 { margin-bottom: 18px; font-size: 11px; color: #999; font-weight: normal; }