@charset "iso-8859-1";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {padding:0; margin:0;}
ul {list-style:none;}
a {text-decoration:none; color:#333333}
a img {border:none;}
.clear {
 clear:both;
 line-height:1px; height:1px;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}
section, header, footer, article, nav {display:block;}


/*site CSS */

body{
	background-image:url(bg_pattern.gif);
	color:black;
	margin: 0px 0px 0px 0px;
	font-size:10pt;
	}

#main_warp{
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	}
#header_image{
	/*background-image:url(topo.jpg);*/
	width:750px;
	/*height:280px;*/
	margin: 0px 0px 0px 0px;
	}
#menu{
	background-image:url(menu_btn_bg_pattern.jpg);
	width: 750px;
	height:41px;
	margin: 0px 0px 0px 0px;
	float:left;
	text-align:center;
	}
/*menus*/
.menu_lpauto{
	float:left;
	width:119px;
	height:41px;	
	font:8.5pt verdana;
	line-height:18px;
	display:block;
	}
.menu_lpauto a{
	/*width:131px;*/
	height:41px;
	display:block;
	line-height:18px;
	color:#333333;
	
	}
.menu_lpauto a:hover{
	background:url(menu_on.jpg) no-repeat;
	/*width:131px;*/
	height:41px;
	display:block;
	color:#FFFFFF;
	font:8.5pt verdana;
	line-height:18px;
	}

.menu_viaturas{
	float:left;
	width:119px;
	height:41px;
	margin:0px 0px 0px 0px;
	color:#333333;
	font:8.5pt verdana;
	line-height:18px;
	display:block;
	}
.menu_viaturas a{
	/*width:131px;*/
	height:41px;
	display:block;
	line-height:18px;
	}
.menu_viaturas a:hover{
	background:url(menu_on.jpg) no-repeat;
	/*width:131px;*/
	height:41px;
	display:block;
	color:#FFFFFF;
	font:8.5pt verdana;
	line-height:18px;
	}

.menu_contactos{
	float:left;
	width:119px;
	height:41px;
	margin:0px 0px 0px 0px;
	color:#333333;
	font:8.5pt verdana;
	line-height:40px;
	display:block;
	}
.menu_contactos a{
	/*width:131px;*/
	height:41px;
	display:block;
	line-height:40px;
	}
.menu_contactos a:hover{
	background:url(menu_on.jpg) no-repeat;
	/*width:131px;*/
	height:41px;
	display:block;
	color:#FFFFFF;
	font:8.5pt verdana;
	line-height:40px;
	}


.menu_oficina{
	
	float:left;
	width:119px;
	height:41px;
	margin:0px 0px 0px 0px;
	color:#333333;
	font:8.5pt verdana;
	line-height:40px;
	display:block;
	}
.menu_oficina a{
	
	/*width:131px;*/
	height:41px;
	display:block;
	line-height:40px;
	color:#333333;
	}
.menu_oficina a:hover{
	background:url(menu_on.jpg) no-repeat;
	/*width:131px;*/
	height:41px;
	display:block;
	color:#FFFFFF;
	font:8.5pt verdana;
	line-height:40px;
	}


	
/*listnings*/
span.success, span.alert, span.error {
	color:#FFFFFF;
	background: #33CCFF;
	}

div.listing {
	position: relative;
	font: 11px/16px arial,verdana,sans-serif;
	margin: 0;
	width: 750px;
	
}

div.photo {
	position: relative;
	
	margin: 0;
	padding: 10px 0px 5px 35px;
	width: 120px;
}

div.info, div.description {
	position: absolute;
	top: 0;
	left: 160px;
	margin: 0;
	padding: 5px;
	width: 460px;
}

div.description {
	top: 35px;
}
div.description a{
	color:#999999;
	}
	

div.price, div.compare {
	position: absolute;
	top: 0;
	right: -45px;
	margin: 0;
	padding: 5px 75px 0px 0px;
	
	text-align: right;
}

div.compare {
	top: 76px !important;
	top: 72px; /* IE was having trouble with the check box */
	
	padding: 0 5px;
}

div.featured {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0px 5px 0px 5px;
	width: 10px;
	height: 100%;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	text-align: center;
	background:#33CCFF;
}

div.alt {
	background: #f2f2f2;
}

input.compare {
	font-size: 11px;
}

div.search {
	position: relative;
	padding: 0px 10px 8px 10px;
		background:#000000;
	color: #fff;
	line-height: 11px;
	
	
}

div.search td, div.search th {
	padding: 0;
	background:#000000;
}

div.search th {
	padding: 0 0 5px;
	background:#000000;
}

div.search input, div.search select {
	font-size: 11px;
	
}

div.pages, div.links {
	position: relative;
	margin: 0;
	padding: 8px 0px;
	color: #fff;
	line-height: 11px;
	background: #369;
	background-color: #CCCCCC;
	font:10pt Arial, Helvetica, sans-serif;
}

div.links {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 400px;
	
	text-align: right;
}

.listings-img img{
padding:0px 10px 10px 10px;
}

.listings-img a{

border:#000000 1px;

}



/* Listing Details Styles (show.php)
----------------------------------------------- */

table.display {
	margin: 0 auto;
	text-align: left;
}

table.display td {
	padding: 0;
}

table.info td {
	padding: 8px 0 0;
}

table.info td.label {
	width: 100px;
}

table.info td.title {
	margin: 0;
	padding: 4px 0;
	
	color: #fff;
	font-weight: bold;
	
	text-align: center;
	background-color:#333333;
}


/* Slideshow Page Styles
----------------------------------------------- */

#container {
	width: 750px;
	text-align: center;
}

div.infobar, div.infobar div.right {
	width: 620px;
	text-align: left;
}

div.infobar div.right {
	width: 310px;
}

#photobox {
	position: relative;
	
	margin: 0;
	padding: 0;
	height: 390px;
}

#controls {
	position: relative;
	
	margin: 10px 0 0;
	padding: 0;
}

#controls a {
	padding: 3px 8px;
	
	border: 1px solid #FE9900;
	
	color: #fff;
	text-decoration: none;
	
	background: #DB972C;
}

#controls a:hover {
	background: #369;
}



div.infobar, div.infobar div.right {
	position: relative;
	margin: 0;
	padding: 6px 0px 0px 0px;
	background:#CCCCCC;
	font:11px Arial, Helvetica, sans-serif;
	line-height: 11px;
	
}


/*conteudo*/
#content_warp{
	width:750px;
	height:100%;
	background-color:#FFFFFF;
	display:block;
	}

/*destaque*/
#destaque{
	width: 121px;
	height:35px;
	background:url(destaque.jpg) no-repeat bottom;
	display:block;
	margin-left:35px;
	
	}
#destaque_conteudo{
	width:680px;
	height:100%;
	margin-left:5px;
	}
/*Quem Somos*/

#quemsomos_warp{
	width:750px;
	border-top:thin #999999 solid;
	background-color:#e8e6e8;
	height:345px;
	display:block;
	}
	
#quemsomos{
	width:369px;
	margin-left:5px;
	/*border-right:thin #999999 solid;*/
	float:left;
	display:block;
	/*padding-left:10px;*/
	padding-right:2px;
	clear:both;
	}
	
	
	
	
#garantia{
	 float: left;
   /* margin-top: -159px;*/
  
    padding-right: 5px;
	
	}

/*footer*/

#footer{
	width:100%;
	height:35px;
	background:url(footer.jpg) repeat-x;
	clear:both;
	color:#e8e8e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	padding-top:10px;
	vertical-align:bottom;
	}
	
/*txt*/

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
	line-height:14px;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
	
	
