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

}

body {
	font-size: 10px;
	font-family: Lucida Sans;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	color: #CC9933;
	list-style-type: none;
	line-height: normal;
	background: #fff;
}

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


a:hover {
color: #FFFFFF;
background-color: #999999;

} 


a img {

border : none;

}


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



#menu {
	font-family: Lucida Sans;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: #fff;
}

#menu a:link {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 10px;
	list-style-type: none;
}

#menu a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;
	list-style-type: none;
}

#menu a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 10px;
	list-style-type: none;
}

#menu a:active {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	list-style-type: none;
}

#menu a:focus {
	text-decoration: none;
	background-color: #FF00FF;
	color: #FFFFFF;
	font-size: 10px;
	list-style-type: none;
}

a img { border: none;
        background: #fff; 
	}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-bottom: 15px;

}

#menu li.active a:link { color: #FFFFFF; background-color:#FF00FF; }
#menu li.active a:visited { color: #FFFFFF; background-color:#FF00FF; }
#menu li.active a:hover { color: #FFFFFF; background-color:#FF00FF; } 
#menu li.active a:active { color: #FFFFFF; background-color:#FF00FF; }

#menu ul li.section-title {
	font-weight: normal;
	width: expression((document.body.clientWidth > 51)? "50px" : "auto");
	max-width: 50px;
	color:#CC9933;
	border-top: 1px dotted #CC9933;
        }


#content {
    margin: 0;     
    padding-top: 0px; 
    padding-left: 225px; 
    float: left;
	}
	

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

#content p { width: 450px; margin-bottom: 12px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

#img-container	{ color: #333333; margin: 0; padding: 0; background: #fff; }
#img-container a:link { color: #333333; text-decoration: none; }
#img-container a:visited { color: #333333; text-decoration: none; color: #666; }
#img-container a:active { color: #333333; text-decoration: none; }
#img-container a:hover { background-color: #999999;
	color: #FFFFFF; text-decoration: none; }
#img-container p	{ width: 450px; margin: 0; padding: 0 0 12px 0; background: #fff; }

#once { clear: left; }
