@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #333333;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top{
	float:left;
	color: #FFFFFF;
	background-image: url(../images/fundo_top2.gif);
	background-repeat: repeat-x;
	height: 77px;
	width: 980px;
	background-color: #FFFFFF;
}
#banner{
	float:right;
	color: #0099CC;
	text-align: right;
	width: 468px;
	height: 60px;
	padding-top: 7px;
}

#menu {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 970px;
	background-color: #E8E8E8;
}
#session{
	Float: right;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 5px;
	color: #006633;
	text-align: center;
	width: 150px;
}
#sidebar {
	float: left;
	width: 240px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/wp_g.jpg);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #E8E8E8;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 10px;
}
#search {
	padding: 5px;
}
#mainDIV {
	float: right;
	width: 710px;
	margin-right: 5px;
	background-color: #FFFFFF;
	z-index: 1;
	padding-bottom: 10px;
	margin-top: 10px;
}
#hs{
	position: relative;
}
#central{
	float: left;
	width: 495px;
	padding: 20px 5px 5px 5px;
	background-image: url(../images/wp_y.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#central2{
	float: left;
	width: 240px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 3px;
	background-image: url(../images/wp_b.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#anuncios{
	float: left;
	width: 495px;
	padding: 5px;
	margin-top: 10px;
	border: 2px solid #009900;
}

#minibanner{
	float: right;
	width: 195px;
	background-color: #FFFFFF;
}
#stats{
	float: left;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
}

#footer {
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #000;
	font-size: 9px;
}
#nav {
	background-color: #003300;
	height: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
#destSalvados{
	float: left;
	color: #333333;
	width: 120px;
	height: 130px;
	margin-top: 22px;
	margin-left: 3px;
}
#imgSalvados{
	float: left;
	background-color: #999999;
	color: #333333;
	width: 120px;
	height: 100px;
}
#textSalvados{
	float: left;
	background-color: #fff;
	color: #333333;
	width: 100%;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}
#destEmpresa{
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 3px;
	padding-bottom: 5px;
	text-align: left;
}
#titleEmpresa{
	float: left;
	color: #006699;
	width: 230px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#textEmpl1{
	float: left;
	color: #333333;
	width: 230px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#textEmpl2{
	float: left;
	color: #333333;
	width: 230px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#lnkEmpresa{
	float: left;
	color: #006699;
	width: 230px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.comboModelo
{
	width: 220px;	
}

.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.clear {
	clear: both;
}

.small{
	color: #666666;
	font-size: 9px;
}
.error{
	color: #990000;
	font-size: 10px;
}
.s_green{
	color: #006600;
	font-size: 10px;
}
.botao{
	color: #009900;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	padding: 5px;
}


