 body {
	margin:0;
	padding:0;
	font-family:Verdana, Tahoma, Arial;
	font-size:13px;
	color:#356494;
	background:#ffffff url(imagens/fundo.jpg) repeat-x;
}


#logo{
	margin:0 auto;
	width:960px;
	height:55px;
	background-color:#ffffff;
}

#logomarca{
	width:185px;
	height:50px;
	padding:2px;


}

#tudo {
	min-height: 100%;
	...
	}

/* hack para IE6 que trata height como min-height */
* html #tudo {
	height: 100%;
	}
	
	#tudo {
	position: relative;
	...
	}


#topo{
	margin:0 auto;
	width:960px;
	background-color:#fff;
	height:241px;
}

h1, h2, h3 {
	margin-top: 0;

}

h1 {
	font-size: 2em;
 color: #092552;
}

h2 {
	font-size: 1.6em;
	color: #092552;
}

h3 {
	font-size: 1em;
    font-weight: normal;
    color: #092552;
}

a {
	text-decoration:underline;
	color: #092552;
}

a:hover {
	text-decoration: none;
}
/* Menu */
#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding-top: 3px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background: #14346a;
}

#menu a {
	display: block;
	float: left;
	background: #254b8c;
	margin: 0 3px 0 0;
	  padding: 8px 19px 10px 19px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

#menu a:hover {
	background: #092552;
	margin: 0 3px 0 0;
       padding: 8px 19px 10px 19px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #092552;
	margin: 0 3px 0 0;
  padding: 8px 19px 10px 19px;
	color: #FFFFFF;
}

/*FINAL MENU*/

#corpo{
	margin:0 auto;
	width:960px;
	background-color:#ffffff;
	padding:15px;
	height:100%;
	margin:0 auto;


}

#inicial_gintran{
width:255px;
height:100%;
padding:5px;
float:left;

}

#banner{
width:400px;
height:100%;
padding:5px;
float:left;
}

#inicial_gincom {
width:255px;
height:100%;
padding:5px;
float:left;

}
/*Produtos*/

#corp_pai{
	width:570px;
	height:100%;
	float:left;
	padding-right:10px;

	
	
}
#corp_pai2{
	width:570px;
	height:100%;


display:table;


	
	
}


#menu_produtos{
	padding:10px;
	width: 930px;
	height:auto;
	background-color:#666666;
	
}

#menu_produtos h1{
	font-size:2em;
	color:#fff;

}

#corpo_produtos{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	width:930px;
	height:auto;

}

#lista_produtos{
	padding-right:5px;
	width:220px;
	height:50px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}


#lista_produtos2{
	padding-right:5px;
	width:220px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}



#lista_produtos a {
		text-decoration:none;
		color: #14346a;

}

#lista_produtos a:hover {
	text-decoration:underline;
	color: #14346a;

}

#lateral_direita{
width:360px;
float:left;
height:auto;
padding:10px;
background-color:#eaeaea;
}

#l{
width:350px;
border: 1px solid #666666;
height:auto;
padding:5px;

}

#ls{
background-color:#666666;
color:#fff;
padding:10px;
}

#ca{
background-color:#eaeaea;
width:300px;
height: 250px;
}

.img_class{
float:left;
padding-right:10px;
border:0;
}

#topo_cargas{
width:960px;
height:50px;
background-color:#666666;
margin:0 auto;
padding-top:5px;
}

#topo_cargas h1{
font-size:2em;
color:#fff;
padding-left:10px
}

#topo_cargas_bd{
width:960px;
height:250px;

}

#lis{
	width:960px;
	height:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

#outros{
width:960px;
height: 230px;
padding-top:17px;
}

#outros_produtos{
width:200px;
height:200px;
float:left;
padding-left:60px;
padding-right:60px;

}
/* Rodape */

#rodape {
	height: 50px;
	background-color:#092552;
	z-index:100000;
	clear:left;
  
	
}

#rodape p {
	margin: 0;
	padding: 10px 5px 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size:smaller;
	color: #FFFFFF;

}

#rodape a {
	color: #FFFFFF;
}

#teste{
width:150px;
height:150px;
float:left;
}

#seta{
height:30px;
background-color:#cccccc;
width:20px;

}

#cima{
height:200px;
width:560px;
background:#fff url(imagens/fundo_img.jpg);
position:relative;
margin:0 auto;

}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 180px;
	width: 500px;
	overflow: auto;
	margin: 0 auto;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 3000px;
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}

#direitos{
float:right;
padding-right:10px;
}
	
	

