/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/



*{
	margin: 0;
	padding: 0;
}

body{
	color: #000;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica sans-serif;
	background: #fff;
	line-height: 16px;
}
/* Main Links */
a:link{
	text-decoration: none;
	color: #000;
}
a:active{
	text-decoration: none;
	color: #000;
}
a:visited{
	text-decoration: none;
	color: #000;
}
a:hover{ text-decoration: none;
	color: #000;
}
a img{
	border:0
}
/* Main Links END*/
/* Headings */
h1{
	font-size: 10px;
}
h2{ 
	font-size: 24px;
}
h3{
	font-size: 16px; 
}
h4{ 
	font-size: 12px;
}
h5{
	font-size: 10px;
}
/* Headings END */
/* Menu */
#menu_wrap{
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: url(../img/bola4.gif) no-repeat 0px 23px #fff; 
	z-index: 99;	
}
div#menu_wrap .container {
    padding: 25px 25px 25px 11px;
}
#menu_wrap ul{
	list-style: none;
	margin: 0px 0 0px 0px;
}
#title{
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	line-height: 16px;
	padding-left: 14px;
	height: 64px;
}
#title a{
	color: #000;
	
}
#title a:hover{
	color: #060;	
}
.title_light{
	color: #777;
}
a .title_light{
	color: #777;
}
a:hover .title_light{
	color: #00b100;
}
#menu_wrap ul li.section-title{ 
	color: #000;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 14px;
}
#menu_wrap ul li a{
	padding-left: 14px;
	background: url(../img/list.gif) no-repeat left bottom;
}
#menu_wrap ul li a:hover{
	background: url(../img/list.gif) no-repeat 0px 0px ;
}
#menu_wrap ul li a:active{
	background: url(../img/list.gif) no-repeat 0px 0px ;
}
#menu_wrap ul li.active a{
	background: url(../img/list.gif) no-repeat 0px -26px;
	font-weight: bold;
}
ul.Info li{
	margin-top: 16px;
	font-weight: bold;
}
#menu_wrap ul.Info li a{
	background: url(../img/list.gif) no-repeat 0px 0px ;
}
#menu_wrap ul.Info li a:hover{
	background: url(../img/list.gif) no-repeat 0px -13px ;
}
#menu_wrap ul.Info li.active a{
	background: url(../img/list.gif) no-repeat 0px -26px ;
}
#links{
	margin-top: 16px;
}
#links ul li a{
	background: url(../img/list.gif) no-repeat 0px -39px ;
}
#links ul li a:hover{
	background: url(../img/list.gif) no-repeat 0px 0px ;
}
#copy{
	position: fixed;
	bottom: 10px;
	left: 25px;
	font-size: 10px;
	color: #777;
	font-weight: bold;
}
/* Menu END */
/* Content*/
#content{
    height: 100%;
    margin: 0 0 0 210px;
    
}
div#content .container {
    padding: 105px 0px 25px 0px;
}
#img-container{
	padding-bottom: 25px;
}
#content p{ 
	width: 600px;
	margin-bottom: 16px;
	line-height: 16px;
}
#content p a{ 
	text-decoration: underline;
}
#content p a:hover{ 
	font-weight: normal;
	color: #090;
}
#img-container{
	margin: 0;
	padding: 0;
}
#img-container p{
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
.big { 
	color: #000;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;

}
/* Content END*/
#once{
	clear: left;
}
.nothumb_own{
	margin-bottom: 4px;
}

