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

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

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

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

a img { border: none; }

h1 {
	position:absolute;
	right:0;
	top:20px;
	display:block;
	overflow:hidden;
	text-indent:9999px;
	white-space:nowrap;
	width:152px;
	height:106px;
	background:transparent url(logo.png) no-repeat 0 0;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    z-index:999;
    height: 100%;
	background-color: #fff;
	text-align: right;
	padding-top:134px;
}

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

#menu ul ul {
    margin:0;
}

#menu ul li.section-title { 
	text-transform: uppercase; 
	font-weight: bold;
	letter-spacing:1.5px;
}

#menu li {
    padding:2px;
}

#menu li li {
    padding:0;
}

#menu li a {
	padding-left:30px;
    line-height:14px;
}

#menu a.head {
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1.2px;
	margin:6px 0;
	padding-left:2px;
	text-transform:uppercase;
}

#menu li.active a, #menu li a.selected, #menu li a:hover {
	background-color:#fdf97d;
}

#content {
    height: 100%;
	margin-left:240px;
	margin-top:140px;
}

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

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

p {
    margin: 0;
	padding: 0;
}

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

#img-container	{ 
	margin: 0; 
	padding: 0; 
	position:absolute;
	top:130px;
}

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

#img-container #next, #img-container #prev {
	display:inline-block;
	overflow:hidden;
	text-indent:9999px;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid black;	
}

#img-container #next  {
	width:41px;
	height:11px;
	background:transparent url(next.gif) no-repeat 0 0;
}

#img-container #prev {
	width:74px;
	height:11px;
	background:transparent url(previous.gif) no-repeat 0 0;
}

#img-container div.pics div p {
	font-style:italic;
	position:absolute;
	top:-50px;	
}

#img-container p span {
	line-height:18px;
	font-style:italic;
}

#once { clear: left; }

#num {
	display:inline-block;
	font-weight:bold;
}

#copyrights  {
    bottom:30px;
    left:127px;
    position:fixed;
}