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

body {
	line-height: ; 
	font-size: 10px;
	font-family: "helvetica", "arial";
	color: #333333;

}

h1 {font-size:25pt; line-height: 26pt; font-family: helvetica,arial,sans-serif; font-weight:normal; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }

h2 {font-size:12pt; font-color: #fff; line-height: 26pt; font-family: helvetica,arial,sans-serif; font-weight:bold; }

h2 a {font-color: #FFFFFF; font-decoration: underline; }
h2 a:hover {font-color: #b400ff;font-decoration: underline; }

h3 {font-size: 9px; font-family: arial,sans-serif; line-height: 9pt; font-weight: bold; font-color: #999999; text-transform: uppercase; }

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

a:link { text-decoration: none;color: #333; border-bottom: 1px #333333 dotted; }
a:active { text-decoration: none; color: #333; } 
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #888; }

a img { border: 0px; }

#menu {
	padding: 0 24px 0 24px;
	background-color: #fff;
	background-repeat: repeat;
	margin-left: 0px;
	width: 190px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	-webkit-box-shadow: 2px 0px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 2px 0px 10px rgba(0,0,0,.25);
	box-shadow: 2px 0px 10px rgba(0,0,0,.25);
	
	
}

#menu ul {
	background-color: #eaeaea;
	list-style: none;
	margin: 2px 0 10px 0;
	line-height: 11pt; 
	font-size: 10px;
	font-family: "helvetica", "arial";
	color: #999999;
	padding-left: 0px;
	
}

#menu ul li.section-title { 
	font-size: 17px; 
	text-decoration: none; 
	font-weight:300; 
	font-style: normal;
	Padding-bottom: 3px; 
	border-bottom: 1px #333333 dashed; 
	font-family: "adelle-1","adelle-2",serif;
	color: #333333; 
	background: #FFFFFF; 
	text-transform: uppercase; 
	text-shadow: 0px 0px 0px rgba(0,0,0,0); 
}

#menu ul li a { 
    color: #333;
	text-decoration: none;
	border-bottom: 0px;
}	

#menu ul li a:hover { 
    color: #888;
	text-decoration: none;
	border-bottom: 0px;
}

#menu ul li.active a { 
    color: #b400ff;
	text-decoration: none;
	border-bottom: 0px;
 
 }	

#content {
    border-top: ;
	height: 100%;
    width: 585px;
	padding: 0 0 0 0px;
	margin: 21px 0px 0 300px;
    top: 0;
	line-height: 10pt;	
}

.container {
    padding-top: 0px;
	
}

#content p { width: 340px; height: 100%; padding-left: 0px; padding-bottom: 15px; padding-right: 250px; font-size: 10px; font-family: ; background-color: #ffffff; color: #333333; }

p {
    margin: 0 0 0 0;

}


 
#img-container	{	width: 850px; margin-left: 0px; }
#img-container p	{  background-color: #FFFFFF; width: 315px; padding-bottom: 5px;  }

#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #eaeaea;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family:;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		border-bottom: 0px;
	}
	
	p.nav a:hover {
		background-color:;
		color: #888;
		border-bottom: 0px;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: "monaco", "andale mono", "helvetica", "arial";
		font-style: ;
		color: #b400ff;	
		padding-left: 10px;
		font-size: 9px;
	}
