/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: arial, Verdana, sans-serif;
      font-weight: normal;
      letter-spacing: 1px;
      color: #000;
	background: #fff; 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000;  }
a:active { text-decoration: none; color: #fff; background: #000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #fff; background: #000;}

a img { border: none; }


#menu {text-align: right;
    width: 150px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff; opacity: 0.80;
	background-image: url(../../asset/img/title6.jpg); 
	background-repeat:no-repeat;
	z-index: 3;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
}

#menu ul li.section-title {
font-family: arial, serif;
            letter-spacing: 1px;
		font-size: 11px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		color: #000;
		/* Following lines adds a line about each section */
		border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 0px;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		border-bottom-width: 0px;
	    border-left-color:#000000;
		border-left-style:solid;
		border-left-width: 0px;
		border-right-color:#000000;
		border-right-style:solid;
		border-right-width: 0px;
                                  }
#menu ul li.section-title:hover {text-decoration: none; color: #fff; background: #000;}

#content {
    height: 100%;
    margin: -26px 0 0 172px;
    top: 0;
}

.container {
    padding: 152px 2px 25px 0px;  
}                                        

#content p { text-align: left; font-family: arial; font-size: 11px; color: #505050; width: 400px; margin-bottom: 9px; letter-spacing: 0px; }

p {
    margin: 0 0 30px 0px;
color: #000;
font-size: 11px;
text-align: right;
font-weight: none;
letter-spacing: 0.7px;
}

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; }


/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #eeeeee;
		padding-top: 1px;
		padding-right: 1px;
		padding-bottom: 1px;
		padding-left: 1px;
		font-size: 11px;
		font-family: arial, serif;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #000;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: arial, serif;
		font-style: italic;
		padding-left: 20px;
	}
	



