/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	overflow-y: visible;
}

body {
	color:#4A4A4A;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	letter-spacing:0.08em;
	line-height:1.3;

}

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

a:link { color:#000000;text-decoration: none; }
a:active { color:#00CCFF;text-decoration: none; }
a:visited { color:#000000;text-decoration: none; }
a:hover { color: #808080;text-decoration: none; }

a img { border: none; }

#logo {
	float: left;
    position: fixed;
	top: 20px;
	left: 20px;


}

#menu {
    width: 220px;
    top: 30px;
    bottom: 0;
	left: 30px;
    position: absolute;
    height: auto;
	overflow-y: visible;
	font-size:11px;

	
}

#menu ul {
	list-style-image:none;
	list-style-position:none;
	list-style-type:none;
	text-transform:uppercase;
	line-height:1.5em;
	border-top: 1px dotted #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;

}

#menu ul li.section-title { color: #808080;
	

}

#content {
    height: 100%;
    margin: 30px 0 0 300px;
    top: 0;
}

.container {
    padding: 0px 0px 0px 0px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

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

/* SLIDE SHOW - Navigation */
p.nav a {
background-color : #CCCCCC;
color : #ffffff;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family: 'PT Sans', sans-serif;
}
p.nav a:hover {
background-color : #CCCCCC;
}
p.nav span#num {
	letter-spacing : 2px;
	font-family: 'PT Sans', sans-serif;
	font-style : normal;
	padding-left : 20px;
}

#once { clear: left; }
