
html, body {
	margin: 0; padding: 0; /*tira margem padrão do html*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 100%; /*define largura minima como 100% (tamanho da janela)*/
}

body
{
	background: #0E1655 url(../images/bg.png) repeat-x;
}

#corpo {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background: #FAFAF7;
	min-height: 100% !important; height: 100%; height: auto !important;
	overflow: visible;
	position: absolute;
	
	box-shadow: 0 0 50px #F8D73A;
    -webkit-box-shadow: 0 0 50px #000; 
    -moz-box-shadow: 0 0 50px #000;
}

#unico{
	padding-top: 150px;
	padding-bottom: 25px;
}


/*-----------------------Cabeçalho e rodapé-----------------------*/

#header, #footer{
	position: absolute; 
	padding: 10px 25px;
	width: 750px;
	margin-left: -400px;
	left: 50%;
}
#header {
	height: 30px;
	top: 0;
	color: #FFFFFF;
	padding-top: 110px !important;
	background: #FFFFFF url(../images/header.png);
	overflow: hidden;
}
#footer {
	position: fixed;
	bottom: 0;
	text-align: left;
	height: 25px;
	color: #18225f;
	font-weight: 650;
	background: #cecece;
	font-style:italic;
	font-size:small;
}

#descr{
	float: right;
	position: fixed;
}

#penna{
	float: right;
	position: relative;
}

/*----------------------------------------------------------------*/

/*------------------------------MENU------------------------------*/

#menu{
	text-align: center;
	margin-top: 16px;
}

#menu a{
	background: #FFF;
	font-size: 16px;
	color: #0E1655;
	text-decoration: none;
	padding: 1px 10px;
	margin: 0 10px;
	border: solid 2px #0E1655;
	font-weight:bold;
	
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

#menu a:hover{
	background: #0e1655;
	color: #FFF;
	border-color: #fff;
	
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
}

/*----------------------------------------------------------------*/

/*---------------------Espaçamento de colunas---------------------*/

#containerA, #containerB{
	position: absolute;
	width: 100%;
	min-height: 100%;
	float: left;
	padding-top: -150px;
}
#containerA{
	background: #cecece;
	overflow: hidden;
}
#containerB{
	background: #FAFAF7 url(../images/bg_white.gif);
	left: 25%;
}

#sidebar, #content {
	position: relative;
	right: 25%;
	float: left;
	padding-top: 150px;
	padding-bottom: 25px;
}
#sidebar {
	width: 24%;
    padding-right: 1%;
}
#content {
	width: 75%;
	text-align: center;
}

#unico {
	padding: 50px;
	padding-top: 150px !important;
}

#unico p {
	text-indent: 25px;
}

/*----------------------------------------------------------------*/

/*----------------------------Empresas----------------------------*/

#e, #f {
    margin: 50px auto;
    height: 130px;
}

#e{
	background: #18225F;
    width: 550px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#f{
	background: #fff;
    width: 500px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    text-align: center;
    overflow:hidden;
}

/*----------------------------------------------------------------*/

#hyster{
	background: url(../images/hyster.png);
    color: #fff; font-weight: bold;
	width: 450px; height: 85px;
	margin: 0 auto; margin-top: 20px !important;
    text-align: left; padding: 50px;
    text-shadow: 0px 0px 4px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}

#repr{
	height: 100px;
	width: 300px;
    text-align: center;
    margin: auto;
    background: url(../images/repr.png) no-repeat top right;
	font-size: 18px;
    padding: 50px 400px 0 0;
}

#repr b{
	font-size: 24px;
}

#prodcons{
	width: 100% !important;
    height: 100% !important;
    background: url(../images/fullbg.png) transparent repeat;
    position: absolute;
    top: 0; left: 0;
}

#ifr{
	position: relative;
	top: 50%; margin-top: -85px; height: 170px;
    left: 50%; margin-left: -210px; width: 420px;
}

.hidden{
	visibility: hidden;
}

/*------------CSS--- */
.sidebox{
 margin: auto;
 width: 180px;
 text-align: left;
 overflow: hidden;
 border: double 3px #18225F;
 color: #fff;
 margin-bottom: 20px;
}

.sidehead{
 text-indent: 2px;
 background: #18225F;
}

.sidebody{
 padding: 5px 10px;
 background: #cecece url(images/bg_sidebody.png) repeat-y;
}

#slider1{
	
}

.hist{
    background: url(../images/galpao.jpg);
    
}
.hidden{
 visibility: hidden;
}
.fix{
 overflow: hidden;
}

