@font-face {
    font-family: 'ar_bonnieregular';
    src: url('../font/arbonnie-webfont.eot');
    src: url('../font/arbonnie-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/arbonnie-webfont.woff') format('woff'),
         url('../font/arbonnie-webfont.ttf') format('truetype'),
         url('../font/arbonnie-webfont.svg#ar_bonnieregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'champagne_limousinesregular';
    src: url('../font/champagnelimousines-webfont.eot');
    src: url('../font/champagnelimousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/champagnelimousines-webfont.woff') format('woff'),
         url('../font/champagnelimousines-webfont.ttf') format('truetype'),
         url('../font/champagnelimousines-webfont.svg#champagne_limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0;
	background:url(../images/bg_fogueteeh.jpg) top center no-repeat #000;
	font-family:Arial, Helvetica, sans-serif
	}
p{
	margin:10px 0;
	padding:0;}
#all{
	width:980px;
	margin:0 auto;
	position:relative;
	}
#logo{
	width:260px;
	height:222px;
	float:left;
	margin-top:10px;
	margin-left:30px;
	}
#menu{
	margin-top:35px;
	margin-right:30px;
	color:#A29AA2;
	float:right;
	width:258px;
	height:363px;
	padding:20px;
	background:url(../images/bg_menu.png);
	font-size:40px;
	text-align:right;
	font-family:"ar_bonnieregular"
	} #menu a{
		color:#594E59;
		text-decoration:none;
		} #menu a:hover{
			color:#B1B1B1;
			text-decoration:none
			}
#carroTopo{
	width:503px;
	height:188px;
	float:right;
	position:absolute;
	top:60px;
	left:290px;
	}
#conteudo{
	width:606px;
	float:left;
	margin-left:20px;
	margin-top:30px;
	color:#564D57;
	font-size:12px;
	text-align:center;
	margin-bottom:60px;
	position:relative;
	
	}
@-webkit-keyframes contrast {
  from { -webkit-filter: contrast(100%);-webkit-filter: brightness(100%); }
  to   { -webkit-filter: contrast(200%);-webkit-filter: brightness(200%); }
}
#img_frota:hover{
	cursor:pointer;
	-webkit-animation: contrast 0.5s linear;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
	}
#contato{
	width:325px;
	height:279px;
	float:right;
	text-align:right;
	margin-right:10px;
	margin-top:40px;
	background:url(../images/bg_contato.png);
	}
#clear{
	clear:both;
	}
#bot_frota{
	width:167px;
	height:58px;
	background:url(../images/bot_frota.png) top center;
	float:left;
	position:absolute;
	right:20px;
	top:320px;
	z-index:2000px;
	}#bot_frota:hover{
		cursor:pointer;
		background:url(../images/bot_frota.png) bottom center;
		}
#bot_equipe{
	width:201px;
	height:58px;
	background:url(../images/bot_equipe.png) top center;
	float:left;
	position:absolute;
	right:20px;
	top:600px;
	z-index:2000px;
	}#bot_equipe:hover{
		cursor:pointer;
		background:url(../images/bot_equipe.png) bottom center;
		}

#bg_conteudo{
	line-height:26px;
	color:#A29AA2;
	background:#302D36;
	padding:20px;
	width:566px;
	border-radius:10px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	font-weight:lighter;
	text-align:left;
	height:376px;
} #bg_conteudo p{
	text-indent:20px;
	}

.Titulo{
	font-family:"champagne_limousinesregular"
	}
	
.input{
	border:solid thin #4A3923;
	height:20px;
	border-radius:6px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	padding:10px;
	background:#1C1B1F;
	color:#6F4E19;
	}
#orcamento{
	line-height:26px;
	color:#A29AA2;
	background:#302D36;
	padding:10px;
	width:260px;
	border-radius:10px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	font-weight:lighter;
	text-align:left;
	height:300px;
	position:relative;
	top:-25px;
	right:15px;
}