body,html,*{margin: 0;padding: 0;}
a{text-decoration: none;}
a img{border: none}
table{border-collapse: collapse;}
input,select,textarea{font-size: 1em; font-family: Arial, sans-serif;}
/*************** LAYOUT **************/
body{
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	background: #020b46 url('../images/bodybg.gif') repeat-x 0 0;
}

#container{
	width: 910px;
	margin: 0 auto;
	font-size: 1.3em;
}

#header{
	height: 140px;
	background: url('../images/headerbg.jpg') no-repeat 100% 0;
	position: relative;
}

#top{
	background: url('../images/topbg.jpg') no-repeat 0 31px;
	height: 409px;
	position: relative;
	border-bottom: 40px solid #020b46;
}

#main{
	overflow: hidden;
	height: 100%;
}

#content{
	background: #fff;
	width: 645px;
	float: left;
	margin-right: 20px;
	padding: 0 15px 15px;
	min-height: 303px;
	height: auto !important;
	height: 303px;
}

#footer{
	height: 90px;
	background: #fff url('../images/footerbg.jpg') no-repeat 0 0;
	border: 20px solid #020b46;
	border-style: solid none;
	position: relative;
}


/************** LOGO **************/
#header h1.title{
	display: block;
	width: 300px;
	height: 140px;
	background: url('../images/logo.jpg') no-repeat 0 0;
}

#header h1.title a{
	display: block;
	width: 300px;
	height: 140px;
}

#header h1.title span{
	display: none;
}

/*********************** MENU ************************/
#menu{
	position: absolute;
	top: 115px;
	left: 338px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu li{
	float: left;
}

#menu li a{
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 1.1em;
	width: 110px;
	background: url('../images/menubg.jpg') no-repeat 0 -25px;
	text-align: center;
	margin-right: 4px;
	color: #0d2f91;
	font-weight: bold;
}

#menu li a:hover{
	background-position: 0 0;
	color: #fff;
}

/*********************** TOP ************************/

#automenu{
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 117px;
	left: 670px;
}

#automenu li{
	margin-bottom: 9px;
}

#automenu li a{
	display: block;
	height: 61px;
	width: 195px;
	padding-right: 25px;
	color: #fff;
	text-align: right;
}


#automenu li a strong{
	display: block;
	font-size: 1.3em;
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
}

.autolink{
	display: block;
	width: 74px;
	height: 60px;
	position: absolute;
	top: 42px;
}

.autolink span{
	display: none;
}

.chevrolet{
	left: 680px;
}

.mazda{
	left: 760px;
}

.hyundai{
	left: 840px;
	width: 60px;
}

/*********************** MAIN ************************/

#main.home{
	background: url('../images/main_repeat.jpg') repeat-y 0 0;
}

.boxnews{
	float: left; 
	width: 130px;
	padding: 0 15px 15px 15px; 
	margin-right: 20px;
}

.boxcerca{
	float: left; 
	width: 185px;
	padding: 0 15px 15px 15px; 
	margin-right: 20px;
	background: #fff;
}

.inside .boxcerca{
	margin-right: 0px;
}

.boxvetrina{
	float: left; 
	width: 495px;
}

.boxcerca select{
	margin-bottom: 5px;
	width: 183px;
}

.boxcerca select option{
	text-indent: 5px;
}

.boxnews h3, .boxcerca h3, #content h1{
	margin: 0 -15px;
	background: #020b46;
	padding: 0 15px;
	color: #fff;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: normal;
	height: 2em;
	line-height: 2em;
	margin-bottom: 10px;
}

#content h1{
	margin-bottom: 30px;
}

.boxvetrina h3{
	background: #020b46;
	padding: 0 15px;
	color: #fff;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: normal;
	height: 2em;
	line-height: 2em;
}


.boxnews h4{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;	
}

.boxnews p{
	margin-bottom: 10px;
}

.boxnews h4 a{
	color: #222;
}

.boxnews h4 a:hover{
	text-decoration: underline;
}

/*********************** FOOTER ************************/
#footer p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
}

#footer p.info{
	left: 180px;
}

#footer p.contact{
	left: 445px;
}

#footer p.extra{
	left: 670px;
}

/*********************** SLIDER ************************/
.panelContainer{
	position: relative
}

.panelSlider{
	width: 2000px;
	list-style-type: none;
} 

.panelWindow{
	margin: 0 15px;
	overflow: hidden;
}

.panelSlider li{
	float: left;
}

.goLeft, .goRight{
	position: absolute;
	display: block;
	width: 15px;
	top: 0;
	cursor: pointer;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.goLeft{
	left: 0;
}

.goRight{
	right: 0;
	background-position: -15px 50%;
}


.boxvetrina h4{
	font-size: 1.05em;
	font-weight: bold;
	color: #020b46;
	margin: 0;
	padding: 5px 0;
}

.boxvetrina h4 a{
	color: #020b46;
}

.boxvetrina .panelWindow{
	width: 465px;
}

.boxvetrina .panelSlider li{
	width: 133px;
	border: 1px solid #dadada;
	border-style: none solid;
	padding: 10px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
}

.boxvetrina .goLeft, .boxvetrina .goRight{
	height: 260px;
	background-image: url('../images/go.gif');
}

.boximmagini .goLeft, .boximmagini .goRight{
	height: 100px;
	background-image: url('../images/go2.gif');
}

.boximmagini .panelSlider li{
	padding: 9px;
	width: 135px;
	overflow: hidden;
}

/*********************** FORM ************************/
label{
	font-family: Trebuchet MS, sans-serif;
	font-size: .9em; 
}

input,select,textarea{
	border: 1px solid #becedd;
}

input, textarea{
	padding: 3px 5px;
}

input.button{
	cursor: pointer;
	border: 1px solid #9a9a9a;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #d2d3d7 url('../images/button.jpg') repeat-x 0 0;
}

/*********************** LISTE ************************/

table.list{
	width: 100%;
	border-collapse: separate;
}

table.list td{
	vertical-align: top;
	background: #e0e0e0;
	border-left: 4px solid #fff;
	font-size: .9em;
	text-align: center;
	padding: 10px 0; 
	border-bottom: 15px solid #fff;
}

table.list td.thumb{
	background: #fff;
	text-align: center;
	width: 155px;
	padding: 0;
	border-left: none;
}

table.list td.thumb img{
	padding: 9px;
	border: 1px solid #eee;
}

table.list th{
	height: 2em;
	vertical-align: middle;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #15266B;
	color: #fff;
	font-weight: normal;
}

/*********************** DETTAGLI ************************/
.details #fullimage{
	float: left;
	width: 320px;
	margin-bottom: 20px;
	background: url('../images/load.gif') no-repeat 50% 50%;
	min-height: 210px;
	height: auto !important;
	height: 200px;
}

table.info{
	float: right;
	width: 315px;
	margin-left: 10px;
	background: #e0e0e0;
	margin-bottom: 20px;
	border-bottom: 10px solid #e0e0e0;
}

table.info th{
	height: 2em;
	vertical-align: middle;
	background: #15266B;
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
}

table.info td{
	padding: 5px 15px;
	vertical-align: top;
}

table.info td.label{
	white-space: nowrap;
	font-weight: bold;
	width: 5%;
	text-align: right;
}

table.equipaggiamenti, table.richiesta{
	width: 100%;
	background: #e0e0e0;
	margin-bottom: 20px;
	border-bottom: 10px solid #e0e0e0;
}

table.equipaggiamenti th, table.richiesta th{
	height: 2em;
	vertical-align: middle;
	background: #15266B;
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	padding: 0 15px;
}

table.equipaggiamenti td, table.richiesta td{
	padding: 10px 15px;
}

#image_list{
	background: url('../images/imagelist.jpg') repeat-y 0 0;
	margin-bottom: 20px;
}

#image_list ul{
	list-style-type: none;
}

#image_list .thumb{
	cursor: pointer;
}

#zoom{
	font-size: .9em;
	font-weight: bold;
	color: #666;
	display: block;
	background: url('../images/magnify.png') no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 21px;
	margin-top: 5px;
}

#zoom:hover{
	color: #333;
}

.inside p{
	margin-bottom: 10px;
}

.inside p.message{
	font-size: 1.2em;
	color: #666;
	font-style: oblique;
}
