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

body {
	font-size: 10px;
	font-family: Monaco, sans-serif;
	letter-spacing:0.1em;
	word-spacing:-0.1em;
	background: transparent url(../../../files/logonavbg.gif) no-repeat scroll 10px 10px;
}

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

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

a img { border:  none; }

#pagewrap {
background: ;
}

#menu {
    width: 197px;
    top: 0;
    bottom: 0;
	left: 0;
	float: left;
    position: absolute;
	overflow: visible;
}

#menu .container {
    padding: 170px 0 0 0;
	margin-top: 10px;
	margin-left: 10px;
}

#menu ul {
	list-style: none;
	text-align: left;
	margin: 0 9px 5px 10px;
}

#menu ul li.section-title {
	padding: 5px 0 2px 0;
	margin-bottom: 2px;
	border-bottom: #000 solid 1px;
}

#menu li.active a { color: #F39;}
#menu li.active { color: #F39; text-align: right;}

/* Post-Nav Text Style */
#copyright {
			color: #fff;
			margin-left: 10px;
			padding-top: 10px;
			position: fixed;
			bottom: 10px;
		}

#content {
    height: 100%;
    margin: 0 0 0 197px;
    top: 0;
	float: left;
}

#content .container {
    padding: 15px 5px 25px 15px;}

#content p { width: 500px; margin-bottom: 9px; line-height:1.5em; }

#content a {text-decoration:underline; }

#content h1 { font-size: 10px; font-weight: normal; text-transform: uppercase; color: #F39; margin-bottom: 9px; line-height:1.5em; border-bottom: 1px solid #F39;}
#content h2 { font-size: 10px; font-weight: normal; text-transform: uppercase; color: #000; margin-bottom: 9px; line-height:1.5em;}
h3 {  }
h4 {  }

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

#once { clear: left; }

/* Form */
#content form fieldset { border: none; }

/* SLIDE SHOW - Navigation */
	
#img-container p.nav { padding: 0 0 2px;}


#content p.nav a {
	background-color: #eee;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	margin:0;
	text-decoration: none;
}

p.nav a#prev { border-right:1px solid #ccc;}

p.nav a:hover {
	background-color: #cccccc;
}

p.nav span#num {
	letter-spacing: 2px;
	font-family: Georgia, serif;
	font-style: italic;
	padding-left: 10px;
}
/* item description */
div.description {
	width:500px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;}
