body{
	background-color:#000;
	font-family: 'Open Sans', sans-serif;
}

ul {
	list-style:none;
	margin: 60px 0;
	padding: 0;
	font-size: 0.9em;
}

a, a:link, a:visited {text-decoration: none; color:#999999;}

a img{
	border: none;
}

a:hover {
	color:#f36b24;
}

ul li{
	margin-bottom: 1em;
}

ul li.std {
	margin-bottom: 1.8em;
}

h1 {
	font-size: 1.4em;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
	margin-bottom: 45px;
	float: left;
	vertical-align: top;
}

h1 img{
	margin-right: 12px;
}


h3{
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
}

h3 img{
	vertical-align: sub;
}

h4{
	margin-top: -14px;
	font-size: 15px;
	font-weight: 300;
	color: #dbcb1e;
}

em{
	font-style: normal;
	font-weight: bold;
	color: white;
}

#container{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-350px;
	float:left;
}

#header{
	width:100%;
	height:112px;
	margin-bottom:60px;
	float:left;
}

#header img{
	float:right;
}


#main{
	width:100%;
	overflow: auto;
	color:#bbbbbb;
}
/*
#main img{
	margin-bottom: 30px;
}
*/
img#rota{
	margin-top: 50px;
}

#main span{
	display: inline-block;
	width: 60px;
	color:#f36b24;
	font-weight: 700;
}

#main_left{
	width:48%;
	height:100%;
	float:left;
}
#main_right{
	width:48%;
	padding-left: 30px;
	height:100%;
	float:left;
}

#footer{
	width:90%;
	margin-top:40px;
	font-size: 12px;
	color:#656565;
	float: left;
	text-align: center;
}

#footer img{
	float:left;
}

#footer a{
	display: inline-block;
	letter-spacing: 1px;
	width:200px;
	padding-top: 16px;
	height:30px;
	background-color: #333333;
	margin-bottom: 40px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #a4a4a4;
}

#footer a:hover{
	clear:both;
	background-color: #525252;
	color: white;
}

.fade {
   opacity: 0.85;
   filter:alpha(opacity=85);
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
}

.fade:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}

.group{
	width: 250px;
	padding: 28px 20px;
	margin-bottom: 20px;
	background-color: #141414;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.group a{
	display: block;
	margin: 0 0 8px 4px;
	font-size: 0.9em;
}

.secondary{
	margin-top: 50px;
}