@charset "UTF-8";
/* CSS Document */
@import"navigation.css";

/* CSS Reset */
* { margin: 0; padding: 0; }

body {
  background:#FFF url(../images/bg_body.png) repeat-x 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.veicoli {
  background:#FFF url(../images/bg_veicoli.png) repeat-x 0 0;
}
#container {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#header {
  position:relative;
  width: 100%;
}
#header h1 {
  display:block;
  float:left;
  width:360px;
  height:115px;
  background:url(../images/logo.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
#header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}
#header #phone {
  background: url(../images/phone_icon.jpg) no-repeat right 0px;
  height: 47px;
  position: absolute;
  top: 41px;
  right: 0;
  text-align: right;
  padding: 5px 50px 0 0;
}
#header #phone p {
  font-size: 20px;
} 
#header #phone h6 {
  font-size: 11px;
}







#featured {
  margin: 45px 0 0;
  background: #fff;
  padding: 10px;
  height: 340px;
  width: 940px;
}
#featured ul {
  float: left;
}
#featured ul li {
  float: left;
  list-style-type: none;
  display: block;
  width: 630px;
}
#featured ul li a {
  display: block;
  height: 340px;
  text-indent: -9999px;
}
#featured ul li.ss1 {
  background: url(../images/fp-01.jpg) no-repeat;
}

form#search {
  background: url(../images/form_bg.jpg) repeat-x;
  margin: 0px;
  padding: 20px;
  float: right;
  width: 260px;
  height: 300px;
}
form#search h2 {
  font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-bottom: 18px;
}
form#search label {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  display: block;
  float: left;
  width: 100%;
}
form#search input, form#search textarea {
  background-color: #fff;
  border:1px solid #ddd;
  color: #666;
  float: left;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 5px 0 8px;
  padding: 8px;
  width: 240px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
form#search textarea {
  height: 45px;
}
form#search input.btn {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 0;
}


#content {
  margin: 65px 0 0 10px;
  clear: both;
  font-size: 12px;
  color: #767676;
}
#content h1 {
	font: normal 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#600;
	background:url(../images/border-bottom-title.jpg) repeat-x;
	background-position:bottom;
	margin-bottom:8px;
	padding-bottom:2px;
	text-transform:uppercase;
}
#content .col {
  float: left;
  width: 200px;
  background: url(../images/col_bg.jpg) repeat-x;
  height: 200px;
  border: 1px solid #CCC;
  padding: 10px;
  margin-right: 15px;
  margin-top: 15px;
}
#content .col h2 {
  font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #b47825;text-decoration: none;
  margin-bottom: 5px;
}
#content .col h2 a {
  font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #b47825;text-decoration: none;
  margin-bottom: 18px;
}
#content .col h2 a:hover {
  font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #830000; text-decoration: none;
  margin-bottom: 18px;
}

#content .col h2 span {
  color: #2f2f2f;
  font-size:14px;
  text-transform:uppercase;
}
#content .col img {
  border: solid 1px #d8d8d8;
  padding: 2px;
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
}

#content .col2 {
  float: left;
  width: 438px;
  background: url(../images/col_bg.jpg) repeat-x;
  height: 180px;
  border: 1px solid #CCC;
  padding: 10px;
  margin-right: 15px;
  margin-top: 15px;
}
#content .col2 h2 {
  font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #b47825;text-decoration: none;
  margin-bottom: 5px;
}
#content .col2 h2 a {
  font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #b47825;text-decoration: none;
  margin-bottom: 18px;
}
#content .col2 h2 a:hover {
  font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #830000; text-decoration: none;
  margin-bottom: 18px;
}
#content .col2 h2 span {
  color: #2f2f2f;
  font-size:14px;
  text-transform:uppercase;
}
#content .col2 img {
  border: solid 1px #d8d8d8;
  padding: 2px;
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
}
#content .col2 h3 {
  font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #2f2f2f; text-decoration: none; text-transform:uppercase;
  margin:0 0 5px 10px;
}
#content .col2 h3 span {
  font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #2f2f2f; text-decoration: none; text-transform:uppercase;
}
#content .col2 .text {
	margin:20px 0 0 200px;
}
#content .col2 .text .blue{
	color:#039;
	font-weight:bold;
	font-size:16px;

}

#map_canvas {
	border:1px solid #CCCCCC;
	height:400px;
	margin-bottom:10px;
	padding:5px;
	width:940px;
}

#content img {
	border:0 solid #990000;
	float:left;
	padding:0 10px 0 0;
}





.clear {
  clear: both;
}

#footer {
  clear: both;
  background: url(../images/footer_bg.jpg);
  height: 100px;
  width: 100%;
  margin-top: 40px;
}
#footerContainer {
  margin: 0px auto 0;
  width: 960px;
  font-size: 12px;
  color: #ddd;
  padding-top: 20px;
  position: relative;
}
#footerContainer p {
  margin: 8px 0 8px;
}
#footerContainer a {
  color: #ddd;
  text-decoration: none;
}
#footerContainer a:hover {
  text-decoration: underline;
}
form#newsletter {
position: absolute;
right: 0;
top: 20px;
width: 300px;
}
form#newsletter label {
font-weight: bold;
color: #fff;
}
form#newsletter input {
background-color: #fff;
border:1px solid #ddd;
color: #666;
float: left;
font: 12px Arial, Helvetica, sans-serif;
margin: 5px 0 0;
padding: 8px;
width: 190px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
form#newsletter input.btn {
  width: auto;
  border: none;
  padding: 0;
  margin-left: 3px;
}
