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

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

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

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

a img { border: none; }

/* Here is where the plugin begins */

.top-section {
	margin-top: 2em; 
	padding-left: 3em;
}

ul.nav {
	float: left;
	margin-top: 1em;
 	padding-left: 3em;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1000;
}

ul.nav li {
	background-color: #FFFFFF;
	list-style: none;
	margin-right: .8em;
	padding: 0;
	width: 14em;
	float: left;
	border-bottom: 1px solid #e0e0e0;
	cursor: default;
}

ul.nav li h3 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: .1em;	
}

ul.nav li ul {
	border-top: 1px solid #e0e0e0; 
	display: none;
	line-height: 2em;
}

ul.nav li:hover ul {
	display: block;
}

.bottom-section {
   position:absolute;
   z-index: 10;
   bottom:0;
   width:100%;
   padding-left: 14.5em;
 
}

.built {
	position: absolute;
	z-index: 10;
	bottom: .9em;
	width:100%;
	padding-left: 3em;
	list-style-type: none;
}


#content {
    margin: 4em 0 0 3em;
    top: 0;
}


/* Here is where plugin ends */


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

#content p { width: 400px; 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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
