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

body {
	
	font-size: 10px;
	font-family: Verdana, sans-serif;
	letter-spacing:.5px;
	background-color: #c6c6c6;
	
}

body.section-1 img{
	position:fixed;
	margin:0;
	padding:0;
	top:10px;
	left:10px;
	z-index:auto;
}
	
body.section-1 { }
body.section-2 { }
body.section-3 { }
body#section_id_4 #menu {height:1000px;}

a:link { text-decoration: none; color:white;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: white; border:none; }
a:hover { text-decoration: none;border-bottom:1px dotted yellow;}

a img { border: none; }

#menu {
	font-size: 11px;
	height:370px;
	position:fixed;
	left:10px;
	top:10px;
	overflow:hidden;
	text-align:left;
	width:215px;
	background-image:url("http://www.scottlapierre.net/reachgraspfail/ndxz-studio/site/sample/bg_new.png");
	/* change to match the padding-top in #content if you want them to align */
	padding: 15px;
		/* padding-left & right can be changed in #menu ul - below */
	z-index:50;
	}



#menu ul {
	padding-left:10px;
	border-top: 2px dotted yellow; padding-top: 10px; 
	list-style: none;
	margin: 0 0 12px 0;
	
}
#menu li.active a { 
	color: black;
	background-color:yellow; 
	}


#menu ul li.section-title {
font-size:1.2em; }

#menu ul li{
 	margin: 0 0 5px 0;}

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

.container {
    
	padding: 0;
}

/*#content p {width: 550px; font-family: Helvetica, Arial, sans-serif; font-size:200%;font-weight:normal; margin:0; padding: 0;
color: #3d3d3d;/*#e0e0e0;}
*/

p {
    margin: 0 0 9px 0;
	font-size:smaller;
}

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

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

#once { clear: left; }
#topmost{
	padding-bottom: 8px;

}
#pre1 {display:inline;
font-family: Helvetica, Arial, sans-serif; font-size:185%;letter-spacing:-.8px;font-weight:bold; text-transform:uppercase;width: 100%; margin:0px; padding:0;
color: #ffffff;
}
#pre2 {display:inline;
font-family: Helvetica, Arial, sans-serif; font-size:140%;letter-spacing:-.5px;font-weight:bold; text-transform:normal;width: 100%; margin:0px; padding:0;
color: #3d3d3d;
}
#about_holder{
	overflow:hide;
	position:absolute;
	top:10px;
	left:265px;
	width:600px;
	height:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #3d3d3d;
}
#about{
	letter-spacing:0em;
	font-size:2.2em;
	padding-top:8px;
	margin:0px 0 8px 0;
	border-top: 2px dotted yellow; 
	border-bottom:2px dotted yellow;
}
#about p{
	margin-bottom:9px;
}
#about ul {
	padding-left:10px;
	list-style: none;
	margin: 0 0 12px 0;
	font-size:.75em;
	color:#3d3d3d;
}

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

#pre1 a:visited{
color: #ffffff;
text-decoration: none;
}
#pre1 a:hover{
color: #ffffff;
text-decoration: none;
background-color:inherit;
border:none;
}



#home_image{ 
margin-left:auto;
}

#bottom_stuff{
	font-size:5px;
	color:#3d3d3d;
}



#nav_holder{
	z-index:55;
	position:fixed;
	top:595px;
	left:265px;
	height:auto;
	display:inline;
	width:245px;
	padding: 0;
	text-align:left;
	
	color:black;
	}
.nav{
	
	position:absolute;
	top:0;
	left:0;
	display:inline;
	padding:0;
	padding-bottom:10px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:150%;
	letter-spacing:-1px;
	font-weight:bold;
	text-transform:uppercase;
	color:black;
	}

.nav a:link, .nav a:active, .nav a:visited, .nav a:hover {
color:white;
}
#num{font-family: Helvetica, Arial, sans-serif; font-size:100%;letter-spacing:-1px;font-weight:bold; text-transform:uppercase;width: 100%; margin:0; padding:0;
color: yellow;	display:inline;
}

#title_caption_holder{
	
	position:fixed;
	top:607px;
	left:265;
	height:auto;
	display:inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size:175%;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin-top:0px;
	color:#3d3d3d;
	
}
.caption_title{
	/*
	position:absolute;
	bottom:0;
	right:0; 
	*/
	margin: 10px 0px 35px 0;
}
.title1{
	/*
	position:relative;
	float:right;
	*/
	font-size:75%;
	text-transform:none;
	line-height:1em;
	margin-bottom:0;
	}
	
.caption1{
	margin-top:0px;
	/*
	position:relative;
	float:right;
	*/
	display:inline;
	font-weight:normal;
	text-transform:none;
	font-size:75%;
	line-height:1em;
}
.title{
	color:#3d3d3d;
	font-family: Helvetica, Arial, sans-serif; 
	font-size:135%;font-weight:bold;
	text-transform:none;
	line-height:1em;}
.caption{
	color:#3d3d3d;
	font-family: Helvetica, Arial, sans-serif; 
	font-size:135%;
	font-weight:normal;
	text-transform:none;
	line-height:1.1em;
	margin-top:0px;
}
#gallery_stuff_holder{
	position:fixed;
	left:10px;
	top:585px;
	height:auto;
	width:245px;
	display:inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size:175%;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin-top:0px;
	color:#3d3d3d;
}
#gallery_stuff{
	padding-top:10px;
	border-top: 2px dotted yellow;
	position:absolute;
	bottom:0;
	right:0; 
	margin:0;
	padding-left:0px;
	padding-right:0;
}
#gallery_title{
	position:relative;
	float:right;
	display:inline;
	text-transform:none;
	font-size:80%;
	line-height:0em;
	margin-bottom:0;
	z-index:55;
	color:yellow;
	padding-top:10px;
}
.gallery_subtitle{
	margin-top:0px;
	padding-top:0px;
	margin-top:0;
	text-align:right;
	position:relative;
	float:right;
	display:inline;
	font-weight:bold;
	text-transform:none;
	font-size:75%;
	line-height:1em;
}
#gallery_text{
	margin-top:5px;
	text-align:right;	
	position:relative;
	float:right;
	font-weight:normal;
	text-transform:none;
	font-size:75%;
	line-height:1em;	
}

#gallery_stuff_holder1{
	position:fixed;
	left:0px;
	top:410px;
	height:auto;
	width:255px;
	display:inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size:175%;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin-top:0px;
	color:#3d3d3d;
	
}
#gallery_stuff1{
	width:239px;
	position:absolute;
	margin-top:9px;
	padding-left:0;
	padding-right:5px;
	padding-left:10px;
	padding-top:0px;
	border-right: 2px dotted yellow;
	background-color:#c6c6c6;
}
#gallery_title1{
	position:relative;
	float:left;
	display:inline;
	text-transform:none;
	font-size:80%;
	line-height:.8em;
	margin-bottom:0;
	z-index:55;
	color:yellow;
}
.gallery_subtitle1{
	margin-top:5px;
	padding-top:0;
	/*border-bottom: 2px dotted yellow;
	border-top: 2px dotted yellow;
	*/
	margin-bottom:0;
	position:relative;
	float:left;
	display:inline;
	font-weight:bold;
	text-transform:none;
	font-size:75%;
	line-height:1em;
}
#gallery_text1{
	margin-top:25px;
	text-align:left;
	font-weight:normal;
	text-transform:none;
	font-size:75%;
	line-height:1em;
	
}
#gallery_space{
	margin:5px;
}