html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	height: 100%;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

.maintable {
	width: 100%;
	height: 100%;
}

.header {
	background: url(../images/header-bg.jpg) top center no-repeat;
	height: 181px;
}

.header td {
	vertical-align: top;
}

.header .zone {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.header img {
	border: none;
	vertical-align: text-bottom;
}

.menu {
	padding-top: 16px;
}

.footer {
	background: url(../images/footer-bg.jpg) top center;
	color: white;
	height: 43px;
	font-size: 12px;
	padding-top: 17px;
}

.footer .zone {
	width:980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer .copy {
	color: #959595;
}

.footer .signature {
	float: right;
	padding-top: 10px;
}

.footer .signature img {
	border: none;
}

.footer a {
	color: white;
}

.viewcartable {
	width: 980px;
	height: 100%;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
}

.viewcartable * {
	text-align: left;
}

.viewcarlist {
	width: 360px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#carlistdiv {
	width: 390px;
	height: 400px;
	background: #c4c4c4;
	overflow: auto;
	display: block;
}

.carinfodiv {
	/*height: 400px;*/
	width: 535px;
	padding: 0 30px 0 20px;
	display: block;
}

.viewcarinfo {
	border: 0;
	margin: 0;
	padding: 0;
}

.car {
	padding: 15px 15px 15px 30px;
	width:84%;
	font-size: 13px;
}

.car.active {
	background: url(../images/carlistactive.jpg);
}

.car .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.photo {
	padding: 1px;
	width: 150px;
	background: url(../images/thumb-holder.gif) center left no-repeat;
	float: left;
	display: block;
}

.photo img {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

.photos {
	margin-bottom: 5px;
}

.specs {
	background: url(../images/specs-bg.gif) no-repeat;
	color: white;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}

.calltoaction {
	float: right;
	background: white;
	width: 130px;
	padding: 0 0 0px 5px;
	margin-left: 10px;
}

.calltoaction a {
	padding: 5px 15px 5px 15px;
	background: #2d678c;
	color: white;
	text-decoration: none;
	clear: both;
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
}

.calltoaction a:hover {
	background: #333;
}

.line {
	padding-top: 5px;
}

.label {
	border-bottom: 1px solid #497592;
	width: 115px;
	margin-left: 10px;
	margin-right: 35px;
	float: left;
	text-align: left;
}

.spec {
	border-bottom: 1px solid #515151;
	margin-left: 170px;
	margin-right: 20px;
	text-align: left;
}

.clearer {
	clear: both;
	margin-right: 25px;
}

.head {
	background: url(../images/cartitlebg.gif);
	height: 30px;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 15px 20px 0 20px;
}

.head .preco {
	float: right;
	font-size: 22px;
}

.head .name {
	font-size: 22px;
}

.destaque {
	display: inline;
}

.compravendaform {
	background: url(../images/compravenda-bg.gif) bottom no-repeat;
	width: 980px;
	color: white;
}

.compravendaform .colesquerda {
	width: 310px;
	float: left;
	padding: 25px 40px 25px 40px;
}

.compravendaform .coldireita {
	width: 510px;
	float: left;
	padding: 25px 40px 25px 40px;
}

.compravendaform h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.compravendaform table {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

.compravendaform td {
	border: none;
	padding: 0;
	margin: 0;
}

.compravendaform .colesquerda .label {
	width: 100px;
	font-size: 11px;
}

.compravendaform .colesquerda input {
	border: 0;
	padding: 2px;
	margin: 0;
	width: 100%;
}

.compravendaform .coldireita .label {
	width: 100px;
	font-size: 11px;
}

.compravendaform .coldireita input {
	border: 0;
	padding: 2px;
	margin: 0;
	width: 65%;
}

.compravendaform .coldireita textarea {
	width: 100%;
	border: 0;
	height: 100px;
}

.formbuttons {
	text-align: right;
	margin: 5px 0 0 0;
	padding-right: 40px;
	width: 940px;
}

.formbuttons input {
	background: #2d678c;
	color: white;
	padding: 2px 10px 2px 10px;
	border: none;
	font-size: 10px;
}

.conteudo {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contactosboxes {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.contactosinfo {
	float: right;
	width: 155px;
	padding: 25px 40px 25px 40px;
	background: #252525;
	color: white;
	font-size: 11px;
}

.contactosinfo a {
	color: white;
}

.contactosform {
	float: left;
	width: 310px;
	padding: 25px 40px 25px 40px;
	background: #d7d7d7;
	color: #252525;
	font-size: 11px;
}

.contactosform table {
	width: 100%;
}

.contactosform table input {
	width: 100%;
}

.contactosform table textarea {
	width: 100%;
}

.contactosboxes .formbuttons {
	width: auto !important;
	padding-right: 0 !important;
}

.contactosboxes h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.newsletter {
	width: 190px;
	padding: 0 10px 0 20px;
	float: right;
	color: white;
	background: url(../images/newsletter-bg.gif) right no-repeat;
}

.newsletter .titulo {
	font-size: 15px;	
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: bold;
}

.newsletter .label {
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	width: auto;
	border: 0
}

.newsletter .form {
	margin: 0;
	padding: 0;	
}

.newsletter a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

.newsletter input {
	width: 150px;
}
