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

element.style {
cursor:pointer;
}


#menu ul li.section-title:hover { color:#F99; }


body.section-1 {
}
body {
	
  background-attachment: fixed;
  background-image: url("http://iriaprol.com/files/background.jpg");
  background-position: 215px 0;
  background-repeat: repeat;
}


body {
	background: none repeat scroll 0 0 #ffffff;
	font-family: Gotham, Verdana, sans-serif;
	font-size: 11px;
	
}
body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: none; color: #FFF; background: #000; }
a:visited { text-decoration: none; color: #FFF; background: #000; }
a:hover { text-decoration: none; color: #F99; background: #ffffff;}

a img { border: none; }

#menu {
    width: 180px;
display: table;
height: 650 px;
overflow: auto;
position: fixed;
z-index: auto;
}

#menu ul {line-height: 20px;
list-style: none;
	margin: 0 0 9px;
}


#menu li.active a {
background: #F99;
color: #FFFFFF;
text-decoration: none;
}


#menu ul li.section-title {
	border-bottom: 1px solid #514d56;
	font-weight: thin;
	margin-bottom: 4px;
	width: 180px;
	color: #F99;
	padding-bottom: 2px;
}

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



.container {
    padding-left: 30px;
    padding-top: 30px;
}


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

#once { clear: left; }
.nothumb img {
               display: block;
               margin: 0px 40px;
               padding-top: 10px; }

p { margin: 0 0 9px 0; }

h1 { color: : #514d56;
font-size: 11px;
font-weight: normal;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px solid #514d56; }

h2 { font-size: 10px;
font-weight: normal;
color: #514d56;
line-height: 12px; }

h3 { color: : #fbcc1a;
font-size: 11px;
font-weight: normal;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px solid #514d56; }

h4 { font-size: 13px; }

#img-container	{ margin: 0; padding-top: 93px; }
#img-container p	{ width: 175px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

