/**

* CSS

* 

* @version 1.0

* @author Vaska 

* @author Gregory Cadar

*/

* {

	margin: 0;

	padding: 0;

}

 img, div, table { behavior: url(iepngfix.htc) }

body {

	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../../../images/interface/fd.jpg) no-repeat top left fixed #FFFFFF;

}



body.section-1 { }

body.section-2 { }

body.section-3 { }

.blu {color: #000066}



a:link { text-decoration: none; color:#666; }

a:active { text-decoration: none; color:#666; }

a:visited { text-decoration: none; color: #666; color:#666; }

a:hover { text-decoration: underline; color: #666;}

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


.Link {
	text-decoration: none;
}



.Link a:link {
	text-decoration: none;
}

.Link a:visited {
	text-decoration: none;
}

.Link a:visited:hover {
	text-decoration: none;
}

.Link a:hover {
	text-decoration: none;
}

.Link a:active {
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 130px;
    bottom: 0;
	left: 84px;
    position: fixed;
    height: 100%;
}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #000066;
}



#menu ul li.section-title { }



#content {
    height: 100%;
    margin: 35px 20px 0 20px;
    top: 0;
	left:236px;
	position:absolute;
}



.container {
	position:absolute;
    padding: 5px 5px 25px 5px;

}



#content p {
	width:550px;
	float:left;
	
}



p {
    margin: 0 0 9px 0;
	font-size:14px;
	line-height:20px;
}



h1 { font-family: "Century Gothic", Helvetica, Arial, sans-serif; font-size: 32px; color: #000066; font-weight:bold; padding-bottom:20px;}

h2 { font-size: 24px; }

h3 { font-size: 16px; font-family: "Century Gothic", Helvetica, Arial, sans-serif; color: #000066; text-decoration:underline; line-height:27px; }

h4 { font-size: 12px; }



#img-container	{ margin: 0; padding: 0;}

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



#once { clear: left; }



#logo {

	position: fixed;

	left:80px;

	top:50px;

	z-index:5;

}



.title {

	font-family:Arial, Helvetica, sans-serif;

	font-size:15px;

	line-height:20px;

	font-weight:bold;

	padding-left:10px;

}



.subtitle {

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	line-height:16px;

	color:#999999;

	padding-top:20px;

}
