/**
* 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: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #00cc66; background: #000000; padding:0px 0px 0px 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; line-height:14px;}

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: #00cc66; font-style: regular; line-height: 12px; background-color: none; text-decoration: none; }
#menu li.active a:visited { }
#menu li.active a:hover { }
#menu li.active a:active { }



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

#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: 20px 0 0 220px;
    top: 0; 
}

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


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


