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

body {
    overflow-x: hidden; 
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #fff;}
a:active { text-decoration: none; color: #fff;}
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #fff;}

a img { border: none; }

#menu {
    width: 415px;
    min-height: 550px;
    overflow: auto;
    overflow-x: hidden; 
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;
	padding-left: 10px;
	
}

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


#menu li a { 
	color: #fff;
	padding-left: 10px;
}

#menu ul li.section-title { 
	color: #fff;
	font-size: 14px;
	padding-bottom: 4px;
 }
 
#content {
    height: 100%;
    margin: 0 0 0 435px;
    top: 0;
}

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

#content p { width: 400px; 
margin-right: 30px; 
margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 48px; color: #fff;}
h2 { font-size: 24px; color: #fff;}
h3 { font-size: 14px; color: #fff;}
h4 { font-size: 12px; color: #fff;}
h5 { font-size: 48px; color: #fff;}
h6 { font-size: 14px; color: #fff;}
h7 { font-size: 14px; color: #fff;}


h1,h2,h3,h4,h5,h6,h7{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

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

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
#sidebottom {
position: absolute;
vertical-align: bottom;
bottom: 0;
}
#subnav {
position: absolute;
vertical-align: bottom;
bottom: 0;
}
.container h3 {
position: absolute;
vertical-align: bottom;
padding-bottom: 25px;
bottom: 0;
}
.pics {
position: absolute; 
z-index: -1; 
top: 0px; 
left: 0px;
}

.pics .img-bot {
margin:0;
}
#s1 .img-bot {
margin:0;
}
.img-bot {
margin-bottom: 0px;
}

#right {
position: relative;
float: right;
}

.col_3 {
color: #fff;
}

.col_3 a {
font-weight: bold;
text-decoration: underline;
}

.col_3 h7 {
text-indent: -10px;
}

#s1 .caption, #img-container p.nav {
position:  fixed;
bottom: 60px;	
left: 345px;
color: #fff;
padding: 4px;
width: 100%;
}
#img-container p.nav {
bottom: 38px;	
}

#img-container .nothumb p.caption{
	float: left;
	color: #fff;
	margin: 0 0 0 20px;
	width: auto;
	max-width: 220px;
}

