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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Primary Styles
---------------------------------*/
*
{
	border:0;
}

body {
	background:#d2d2d2;
	font-family:'latoregular';
	font-size:12px;
	color:#464749;
	margin:0;
	padding:0;
	
}

#sticky_navigation_wrapper { width:100%; height:64px; z-index: 999; position:fixed; background-color:#fff;}
#sticky_navigation { width:100%; height:50px; }

.header
{
	background: url("../images/menu.jpg") no-repeat scroll center center #0e0f11;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    z-index: 999;

}
/* our menu styles */
#sticky_navigation_wrapper { width:100%; height:64px;}
#sticky_navigation { width:100%; height:64px; background:url("../images/topo_repeat.png") repeat-x scroll center center;}

.titulo
{
	font-size:36px;
	margin-bottom: 25px;
	font-family:'montserratbold';
	display: block;
}

.navegacao {
    display: block;
    margin: -42px auto 0;
    width: 900px;
}

.navegacao a{
	display: block;
    float: left;
    height: 15px;
    text-decoration: none;
	color:#6d6f72;
	font-family: 'montserratregular';
	font-size:14px;
}

.navegacao a:hover
{
	color:#ccc;
}

#MenuHome
{
	background:url('../images/menu_casa_0.png') no-repeat;
}

#MenuHome:hover
{
	background:url('../images/menu_casa_1.png') no-repeat;
}

.texto{
	width: 820px;
	margin: 0 auto;
	padding-top: 25px;
	margin-bottom: 25px;
	font-family: 'latoregular';
	font-size: 15px;
	letter-spacing: 1px;
	text-align: justify;
	position:relative;
}

.banner {
	background: url('../images/topo.jpg') no-repeat center #0e0f11;
    margin: 0 auto;
    height: 407px;
    /*padding-top: 400px;*/
}

.promo_banner {
    font-family: 'latoregular';
    font-size: 15px;
    margin: 0 auto;
    position: relative;
    width: 900px;
}

.empresa{
	background: #c7c9cb;
	height: 335px;
	color:#464749;
}

.maquinas{
	background: #fff;
	height: 315px;
	color:#464749;
}

.locacao{
	background: url('../images/back_repeat.png');
	
	height: 400px;
	color:#464749;
}

.vendas{
	background: #c7c9cb;
	height: 400px;
	color:#464749;
}

.promocoes{
	background: url('../images/back_repeat.png');
	height: 344px;
	color:#464749;
}

.contato{
	background: #c7c9cb;
	/*  */
	height: 470px;
	color:#464749;
}

#form_contato input[type=text]
{
	width: 100%;
	height: 34px;
	margin-bottom: 15px;
	font-family: 'latobold';
	font-size: 17px;
	padding-left: 10px;
	border:1px solid #97999c;
	color:#aeb0b3;
}

#form_contato textarea
{
	width: 100%;
	height:174px;
	margin-bottom: 15px;
	font-family: 'latobold';
	font-size: 17px;
	padding: 10px;
	border:1px solid #97999c;
	color:#aeb0b3;
}

#form_contato input[type=submit]
{
	font-family:latoregular;
	font-size:17px;
	background:none;
	float:right;
	color:#97999c;
	padding:0;
	margin-right: -20px;
	margin-top: 15px;
	cursor:pointer;
}

.rodape {
    background: url("../images/back_repeat.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6D6F72;
    font-size: 13px;
    height: 75px;
    padding-top: 25px;
}

.rodape a{
	text-decoration:none;
	color:#6d6f72;
}

.rodape a:hover
{
	color:#ccc;
}

.texto_rodape {
    font-family: 'latoregular';
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 900px;
}



/*BANNER*/
#vitrine a
{
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
}

#vitrine a:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#navVitrine
{
	height: 10px;
    position: relative;
    text-align: center;
    top: 320px;
}

#navVitrine a
{
	background:url('../images/ball_unselected.png') no-repeat;
	width:12px;
	height:12px;
	position:relative;
	display: inline-block;
	z-index:5;
	margin-right:15px;
}

#navVitrine a.activeSlide
{
	background:url('../images/ball_selected.png') no-repeat;
	width:12px;
	height:12px;
	position:relative;
	display: inline-block;
	z-index:5;
	margin-right:15px;
}
/*!BANNER*/