*{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	text-decoration:none;
	list-style:none;
}

body{
	text-align:center;
	background:url(img/body.gif) repeat-y center;
}

#wrapper{ /*// CONTAINER //*/
	width:780px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
	z-index:300;
	top:-66px;
}

#logo{ /*// LOGO //*/
	height:252px;
	text-align:center;
	padding-top:16px;
	background:#2F394F;
	background:url(img/header.jpg) no-repeat center -46px;
	position:relative;
	z-index:100;
}

h1{
	background:url(img/h1veiculos.gif) no-repeat left;
	width:340px;
	height:38px;
	margin:0 auto;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}

h2{
	margin-top:20px;
}

h2 a{
	display:block;
	background:url(img/botao_veiculos.jpg) no-repeat;
	width:177px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#EAEAEA;
	margin:0 auto;
}

p{
	width:340px;
	margin:2px auto;
}

#veiculos{ /*// VEICULOS //*/
	width:390px;
	height:450px;
	float:left;
	color:#FFFFFF;
}

#veiculos p{
	color:#FFF;
}

.aguarde p{
	margin:0;
	width:310px;
}

.aguarde h6 em{
	color:#FFF;
	font-size:30px;
	font-style:normal;
	position:relative;
	top:3px;
}

.aguarde h6{
	color:#FFF;
	font-size:13px;
	margin-bottom:8px;
}

.aguarde a{
	background:#CC0000;
	width:160px;
	text-align:center;
	position:relative;
	top:4px;
	height:20px;
	line-height:20px;
	float:left;
	color:#FFF;
	font-weight:bold;
}

.aguarde a:hover{
	background:#FF0000;
}

#imoveis{ /*// IMOVEIS //*/
	width:390px;
	height:450px;
	float:right;
}

#imoveis h1{
	background:url(img/h1imoveis.gif) no-repeat left;
}

#imoveis h2 a{
	background:url(img/botao_imoveis.jpg) no-repeat;
	color:#333;
}

.faguarde ul{
	background:#FF0000;
	width:240px;
	margin:10px 0 10px 60px;
}

.faguarde ul li{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
}

.faguarde label{
	float:left;
	height:20px;
	line-height:20px;
	width:60px;
	text-align:right;
	padding-right:8px;
}

.faguarde input{
	border:#EAEAEA 1px solid;
	border-left:#CCC 1px solid;
	border-top:#CCC 1px solid;
	height:18px;
	line-height:18px;
	width:200px;
}

.faguarde textarea{
	border:#EAEAEA 1px solid;
	border-left:#CCC 1px solid;
	border-top:#CCC 1px solid;
	width:200px;
	height:70px;
	overflow:auto;
}

.faguarde input.botao{
	border:#EAEAEA 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	height:20px;
	line-height:18px;
	width:60px;
	background:#EFEFEF;
	font-weight:bold;
	float:right;
	cursor:hand;
	cursor:pointer;
	position:relative;
	left:-68px;
	top:6px;	
}


#rodape p{/*// RODAPE //*/
	width:100%;
	margin:0;
	color:#FFF;
	padding-left:18px;
}

#rodape p a{
	font-size:10px;
	color:#FFF;
	margin:0 6px 0 6px;
}

#rodape p a:hover{
	text-decoration:underline;
}

#rodape h4{
	color:#FFF;
	margin-bottom:12px;
	clear:both;	
}

#rodape h4 a{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:0 14px 0 40px;
	background:url(img/ic_planos.gif) no-repeat 18px;
}

#rodape h4 a.membros{
	background:url(img/ic_membros.gif) no-repeat 18px;
}

#rodape h4 a.fale{
	background:url(img/ic_fale.gif) no-repeat 18px;
}

#rodape h4 a:hover{
	text-decoration:underline;
}

