* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	/*background:#1e1a17;*/
	background:#101113;	
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {	
	max-width: 100%;	
}
#page-wrap #inside {
			
}
	
#main-content {
	padding-left: 330px;	
	color:#fff;
}
	
	
#left-sidebar {
	width: 310px;
	float: left;
	padding-top: 20px;	
}
#left-sidebar .logo{
	background:url(images/logo.jpg) no-repeat;
	width:310px;
	height:154px;	
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
/*Estilo do Menu*/
.nav{
	color:#fff;
	background:url(images/menu.png) no-repeat bottom;
	height:300px;
} 
.nav li{
	list-style:none;
	display:block;
	line-height:30px;	
	margin-bottom:2px;
}
.nav li a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:2px;
	line-height:25px;
	height: 25px;
	display: block;	
	text-indent:5px;
		
}
.nav li a:hover{
	background:url(images/fx.png) repeat-x;
	font-weight:bold;
}
#video{
	margin-top:5px;
	margin-left:2px;
}
.parceiros{
	right:20px;
	z-index:200;
	position:absolute;
	width:200px;
	text-align:center;	
	background:url(images/bg-parc.png) repeat-y;
	padding:10px;
	-moz-border-radius:10px;

	margin-top:10px;
}
.parceiros img{
	position:relative;
	margin-top:25px;
}
.parceiros h1{
	margin-bottom:5px;
	position:relative;
}
.conteudos{
	
	z-index:300;
	/*background:#000;*/
	height:500px;
	position:absolute;
	top:20%;
}
/*Caixa de Login*/
label{
	display:block;
	font-family:tahoma;
	color:#fff;
	font-size:14px;
	float:left;
	width:120px;
	
}
.txt_login{
	width:100px;
	border:0;
	padding:3px;	
}
.txt_senha{
	width:80px;
	border:0;
	padding:3px;
}
fieldset{
	border:0;
	padding:10px;		
}
.btn_login{
	border:0;
	padding:2px;
}
fieldset legend{
	font-size:15px;
	color:#fff;
	font-family:tahoma;
}
.area_login{
	margin:5px;
	background:#333;
	padding-top:5px;	
}

.conteudos h3.titulo-secao{
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.conteudos p.titulo-secao{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.home{
	background:url(images/bg-home.png);
	padding:10px;	
}
.home a{
	color:#fff;
	font-weight:bold;
}
.home p{
	font-size:15px;	
}
/*Contato*/
.contato{
	z-index:300;
	width:430px;
	height:780px;
	position:absolute;
	top:2%;
	font-family:tahoma;
	font-size:12px;
	background:url(images/bg-home.png) repeat-y ;

}
.contato label{
	padding:2px;
	display:block;
	width:420px;
	font-size:12px;
	
}
.contato input[type="text"]{
	width:420px;
	border:1px solid #aaa;	
	height:20px;
	padding-top:3px;
	color:#df0404;
	font-weight:bold;
	
}
.contato textarea{
	width:420px;
	height:100px;
	color:green;
	font-weight:bold;
}
.contato .botao{
	padding:10px;
	font-weight:bold;
}
.contato .iframe{
	margin:0 auto;
	width:420px;
	padding:10px;	
	margin-top:10px;
}	
.contato .middle{
	margin-top:95px;	
	height:189px;
	z-index:0;
	position:absolute;	
	clear:both;
}
.contato .text-local2{
	width:680px;
	float:left;
	color:#fff;
}
.contato .cep{
	width:100px !important;
}
.contato .num{
	width:140px !important;
}
.contato .compl{
	width:160px !important;
}
.contato .bairro{
	width:125px !important;
}
.contato .cid{
	width:200px !important;
}
.contato .uf{
	width:137px !important;
}
.contato .tipo{
	width:150px !important;
}
.contato .conv{
	width:60px !important;
}

