/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin:  0;
	padding: 0;
}
 
body {
	font-size: 10px;
	font-family: helvetica,arial,sans-serif; font-weight: regular;
	line-height: 14px;
	color: #666666;
	background: #fff;
}
 
 
body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: line-through; color: #666666; }
a:visited {text-decoration: none; color: #666666;text-decoration: line-through; }
a:hover { text-decoration: none; color: #666666; background: #FFFF00; }
 
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 li.active a { color: #666666; font-style: regular; line-height: 12px; background-color: none; text-decoration: none; }
#menu li.active a:visited {  color: #666666; font-style: regular; line-height: 12px; background-color: none; text-decoration: line-through; }
#menu li.active a:hover { }
#menu li.active a:active { }
 
 
 
#menu {
	line-height: 14px;
	width: 195px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding: 20px;	
	
}
 
#menu ul {
	list-style: none; 
	margin: 0 0 10px 0;
}
 
#menu ul li.section-title { text-decoration: none; color: #333333; font-weight: regular; line-height: 14px; }
 
#content {
	height: 100%;
	margin: 0px 0 0 220px;
	top: 0px;
	padding: 20px;	
}
 
.container {
    padding: 5px 5px 25px 5px;
}
 
#content p { width: 520px; margin-bottom: 9px; }
 
p {
    margin: 0 0 9px 0;
}
 
 
h1 { font-size: 10px; font-weight: normal; color: #00cc66; }
h2 { font-size: 10px; font-weight: normal; color: #00cc66; }
h3 { font-size: 10px; font-weight: normal; color: #333333; }
h4 { font-size: 12px; }
h5 { font-size: 13px; }
h6 { font-size: 11px; font-weight: lighter; color: #333333; font-style: italic; }
 
 
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
 
#once { clear: left; }
 
 
