﻿/* **********************************************
             ESTILOS - SO CAMIONETAS
   ********************************************** */


/* Gerais */
body
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
}

h2
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 13px;
	background-color: Transparent;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFCC;
}


/* Locais */

#cabecalho
{
	margin: 0 auto;
	width:766px;
	height:263px;
}

#cabecalho_peq
{
	margin: 0 auto;
	width:766px;
	height:53px;
	background: url(images/cabec_peq.jpg) no-repeat;	
}

#menu
{
	background: url(images/fundo_menu.png) no-repeat;	
	height:132px;
	width:766px;
	margin: 0 auto;
	font-family:Verdana;
    font-weight:normal;
	color:White;
	font-style:normal;
	font-variant:normal;
    font-size:16px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	height: 20px;
	width:127px;
	text-align:center;
}

#menu a
{
	display: block;
	float: left; /* padding: 0px 5px 0 5px; */
	width: 127px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:White;
}


#menu a:hover { color:Silver; }


/* Menu de Cliente */
#opcoes_clientes
{
	width: 768px;
	font-family: Verdana;
	font-weight: normal;
	color: White;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	background-color: #0B0B0B;
	height: 23px;
}

#opcoes_clientes ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#opcoes_clientes li {
	display: block;
	float: left;
	height: 40px;
	width:127px;
	text-align:center;
}

#opcoes_clientes a
{
	display: block;
	float: left; /* padding: 0px 5px 0 5px; */
	width: 127px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:White;
}

#opcoes_clientes a:hover { color:Silver; }




#principal
{
	position:relative;
	margin: 0 auto;
	width:766px;
	top: 0px;
	left: 0px;
}

#rodape
{
	width: 766px;
	height: 61px;
	margin: 0 auto;
	background-color: #121212;
	text-align:center;
	font-size:10px;
}

#fundo_cxpr
{
	width:100px; 
	height:89px; 
	text-align:center; 
	vertical-align:middle; 
	background: url(images/caixa_imagem.png) no-repeat;	
}

/* Estilos diversos */

.edtGeral
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #121212;
	font-size: 12px;
	font-weight: bold;
	height:18px;
}


.cmdGeral
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
}


.cboGeral
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #121212;
	font-size: 12px;
	font-weight: bold;
	height:22px;
}

