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

a:link, a:visited {
	text-decoration:none;
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; outline: none;}

body{
	line-height:1;
	font-size:62.5%;
	background: #CCD;
} /*---- 1.0 em = 10px---*/

ul, ol{
	list-style:none;
}

p { padding:10px; font-size:140%; font-family:Arial, Helvetica, sans-serif;}

h1{
	font-size:180%;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	color: #006;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h2{
	font-size:120%;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3{font-size:140%; background:#FFF; font:"Myriad Pro", "Times New Roman", Verdana; padding:5px 10px; text-decoration:underline;}
h4{font-size:160%; background:#FFF; font:"Myriad Pro", "Times New Roman", Verdana; padding:5px 10px; text-decoration:underline;}
h5{
	font-size:180%;
	font-family:Arial, Helvetica, sans-serif;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-top-width: thin;
	color: #006;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h6{font-size:200%;}

.menu-div li {
	float:left;
	vertical-align: middle;
}
.menu-div ul li:hover {
	background-color: #383838;
}

.menu-div ul a {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFF;
}
.menu-div ul a:hover {
	color: #FFF;
}
.divisor {
	width:3px;
	height:40px;
	background-image: url(../bkg_divisor.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.dir-div, .esq-div, .rodape-div{
	position:relative;
	float:left;
}

/*centralizar a pagina*/
.global-div{
	font-family:Arial, Helvetica, sans-serif;
	border-left-color:#CCC;
	border-right-color:#CCC;
	position:absolute;
	display:block;
	width:1024px;
	height:auto;
	left:50%;
	margin-left:-512px;
	margin-bottom:10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	margin-top: auto;
	margin-right: auto;
	background:#FFF;
}
.topo-menu {
	width: 1024px;
	height: 20px;
	background-color: #333;
}
.topo-menu a{color:#999; text-decoration:none;}

.topo-menu a:hover{color:#CCC;}


.topo-div{
	width:1024px;
	height:220px;
	background-image: url(../topo_bkg.png);
}

.menu-div{
	width:1024px;
	height:44px;
	clear: both;
	background-image: url(../bkg_menu_gradient.png);
}

.logo-div{
	background-image:url(../logo.png);
	float:left;
	width:500px;
	height:161px;
	padding: 0;
	margin-left: 25px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	background-position: center center;
}

.footer {
	clear:both;
	outline: none;
	list-style-type:none;
	background-image:url(../bkg_footer.png);
	height: 130px;
	width: 1024px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}
.bottom-menu {
	width: 1024px;
	height: 25px;
	background-color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-size:12px;
}

.bottom-menu a {color:#999;}
.bottom-menu a:hover { color:#fff;}

#gcvweb {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
#contatoemail {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

#contatosite {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}


#contatofone {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

.footer ul a {
	padding-right: 22px;
	padding-left: 22px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFF;
	border-left:solid;
	border-left-width:thin;
	border-left-color:#999;
}
.footer ul a:hover {color:#CCC;}

.selogarantia {
	background-repeat:no-repeat;
	width:102px;
	height:120px;
	margin-top:5px;
	float:left;
	margin-left:200px;
}

.controlequalidade {
	background-repeat:no-repeat;
	width:90px;
	height:120px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:50px;
}
	
.social {
	width:33px;
	height:33px;
	margin-top:10px;
	float:left;
	margin-left:5px;
}
#gcvstore ul a{
	float:right;
	display: block;
	line-height:25px;
	width:60px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#FFF;
	margin-top: 5px;
}
#gcvstore a:hover{color:#CCC;}
#webmail
 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}
#admin
 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}
.global-div .bottom-menu ul li {
	float: left;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 5px;
}
