@charset "utf-8";
/* CSS Document */


* { magin:0; padding:0;}


img {
	border:0;
	}
	
a {
	text-decoration:none;
}
	
	
.block {
	float:none!important;
	}
	
.space {
	padding:0 10px 0 0;
	}
	
body {
	margin:0 auto;
	width:980px;
	background-image:url(../img/bg.jpg);
	background-color:#0f1b29;
	background-repeat:repeat-x;
	font-family:verdana;
	font-size:12px;
	}

#header {
	width:980px;
	height:152px;
	border:8px 0 0 0;
	background:#fff;
	border-top: solid #20466d 5px;	
	float:left;	
	}
	
#conteudo {
	width:980px;
	background:#fff;
	float:left;
	}	

h1 { 
	vertical-align:middle; 
	text-align:center; 	
	padding:12px 0 0 0;
	}

p {
	color:#000;
	font-size:12px;
	line-height:14px;
	font-family:verdana;
	padding:0 0 5px 10px;;
	text-align:justify;
	}
	
.foot {
	color:#000;
	font-size:12px;
	line-height:14px;
	font-family:verdana;
	padding:0 0 5px 10px;;
	}	

#menu {
	width:980px;
	height:61px;
	background-image:url(../img/bg_menu.jpg);
	background-repeat:repeat-x;
	float:left;
	}

#menu ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	list-style:none;
	font-size:16px;
	color:#FFF;
	padding:20px 0 0 10px;
	}

#menu ul li { display: inline; 	}

#menu ul li a {
	padding: 2px 32px;
	float:left;
	color: #fff;
	text-decoration: none;
	border-left:solid 1px #fff;
	}

#menu ul li a:hover {
	color: #6D6D6D;
	}

.barra_none {
	border-left:none;
}

#container {
	width:980px;
	height:auto;
	float:left;
	}

#footer {
	float:left;
	width:980px;
	height:28px;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
	padding:8px 0 0 0;		
	font-family:verdana; 
	font-size:10px;
	color:#fff;
	vertical-align:bottom;
	text-align:center;
	}
	#form_contato{
		width:600px;
		height:250px;		
		float:left;
		}
				
	#form{ 
		margin:0 0 0 20px; 
		padding:0 0 0 0; 
		height:300px; 
		width:600px; 		
		font-family:verdana; 
		font-size:11px; 		
		color:#666; 
		text-align:	left; 
		vertical-align:top;
		float:left;
		}
	.input {
		width:500px;
		height:30px;
		margin:0 0 20px 0;
		border:solid black 1px;
	
	}
	.btn {
		width:80px;
		height:30px;
	}

.copy, .credits {
	float: left;
	margin-top: 0;
	color: #FFF;
    font-size: .9em;
}

.credits {
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 2px;
	background: url('../images/cocar-symbol.png') no-repeat left top;
}

#header {
	position: relative;
}

#phones {
	position: absolute;
	text-align: right;
	top: 60px;
    right: 44px;
	color: #132f56;
}

#phones span {
	margin-right: 0 !important;
	font-size: .75em;
	margin-top: 4px;
}

#phones span.city {
	font-size: 1em;
	font-weight: bold;
}