@charset "utf-8";
/**
**************************************************************************
* CSS - Crescente.com.br
**************************************************************************
* AUTHOR:	Luis Cameroon (lcameroon@gmail.com)
* DATE:		2009/08/15
**/

div#content-left {
	float: left;
	width: 175px;
	margin-top: 22px;
}
div#sub-nav {
	color: #333;
	font-weight: bolder;
	background-color: #e1e1e1;
}

div#sub-nav ul {
	list-style: none;
	padding: 0;
	margin: 0; 
}

div#sub-nav li.first-child { 
	font-size: 15px; 
	padding: 12px 7px; 
	background-color: #000 !important; 
	cursor: default !important;
	color: #fff;
}

div#sub-nav li a {
	display: block;
	*width: 175px;
	padding: 8px 0 8px 7px;
	color:#333; 
	text-decoration: none; 
}

div#sub-nav li a:hover, div#sub-nav li:hover { 
	background: #D00; 
	color: #fff !important; 
}

.spot { background:#BD1A02;}
.spot a { color: #fff !important;}
div#contact {
	font-size: 11px;
	padding: 5px;
	*padding: 0px;
}
div#contact h3 {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
div#contact a {
	font-size: 10px;
}

div#content-right {
	float: left;
	width: 495px;
	*width: 505px;
	margin: 34px 0 0 10px;
	padding: 15px 0 15px 15px;
	text-align: justify;
	border-left: #D8D9DE 1px dotted;
}

div#content-right h2 {
	font-size: 22px;
	color: #fff;
	padding: 0 0 25px 10px;
	*padding-left: 1px;
	margin: 0;
}

div#content-right h3, 
div#content-right h4, 
div#content-right h5 {
	font-size: 15px;
}

.pic-right {
	margin: 10px;
	padding: 10px;
	float: right;
	background: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
}
.pic-left {
	margin: 10px;
	padding: 10px;
	float: left;
	background: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
}
.logos {
	float: left;
	padding: 20px;
	text-align:center;
}
.logo-center {
	float: left;
	margin: 20px;
	padding: 0 40px;
	text-align: center;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
/* CSS Document
   By Luis Cameroon
*/


div#content-form div p { 
	clear:left; 
	font-size: 85%;
	padding: 5px 0;
	color: #999;
}

div#content input { border: #ccc 1px solid; }

.sz350 { width: 350px; }
.sz165 { width: 165px; }

div#content legend { display: none; }

div#content label {
	clear:left;
	float:left;
	width:100%;
	margin: 12px 0 3px 0;
	font-size: 110%;
	font-weight: bold;
}

div#cemail, div#cfone, div#cnome, div#ccidade, div#cmensagem {
	clear:left;
}
.field-alert {
	background-color:#ffc;
	color:#000; 	
}

#btn-submit {
	margin: 10px 0 0 0;
	width: 100px; height: 30px;
	text-align:center;
	font-weight: bold;
	font-size: 100%;
}
textarea { border: #ccc 1px solid; }
select { border: #ccc 1px solid; }
.half { float:left; width: 50%; }
.half-left { width: 185px; float:left; clear:both; }

.gimages { color:#900; }
.gimages:hover { color:#F00; }

