/* Styles reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
font-size: 100%;
}
ol, ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, bar{
font-style: normal;
font-weight: normal;
}
table{
border-collapse: collapse;
}
fieldset, img{
border: 0;
}
caption, th{
text-align: left;
}
/* Layout style */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#FFF;
	background-color:#000;
}

a:link{
	font-weight:bold;
	color:#fdcf00;
}

a:visited{
	color:#fdcf00;
}

a:hover{
	font-weight:bold;
	color:#ffe883;
	text-decoration:none;
}

a:active{
	font-weight:bold;
	color:#fdcf00;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height:2020px;
	background-image:url(../images/firefox_version/layout/img_background_1200.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#header h1{
	width:1200px;
	height:404px;
	background-image:url(../images/firefox_version/layout/img_header_1200.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-indent: -9999px;
}

#header h2{
	position: absolute;
	width:165px;
	height:53px;
	right:180px;
	top:20px;
	padding-top: 42px;
	text-align:center;
	font-size:10px;
	background-image:url(../images/firefox_version/eng/img_langver_italian.gif);
	background-repeat:no-repeat;
}

#header a{
	color:#000;	
}
/*navigazione*/
#main_nav ul{
	position: absolute;
	width: 536px;
	height: 25px;
	right: 100px;
	top: 310px;
	background-image:url(../images/nav/eng/img_main_nav_bg.gif);
	background-repeat:no-repeat;
}

#main_nav ul a:hover img {
  filter:alpha(opacity=0);
  opacity: 0;
}

#nav_home{
	position: absolute;
	left: 0px;
}

#nav_partners{
	position: absolute;
	left: 87px;
}

#nav_sale{
	position: absolute;
	left: 227px;
}

#nav_contacts{
	position: absolute;
	left: 410px;
}
/*contenuti*/
#contents{
	position: relative;
	margin: 0 auto;
	width: 940px;
	background-color:#F00;
}

.content_left{
	position: absolute;
	width: 282px;
	height: 1577px;
	left: 20px;
	background-image:url(../images/firefox_version/layout/img_content_small_bg.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	text-align: left;
}

.content_left p{
	margin: 0 auto;
	text-align:justify;
	width: 240px;
	margin-top:10px;
}

#p2{
	margin-top: 20px;
}

.content_left h3{
	font-size:18px;
	margin-left: 20px;
	margin-top: 5px;

}

#pick{
	width: 282px;
	height: 29px;
	background-image:url(../images/firefox_version/eng/img_pick_bg.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#partners{
	width: 282px;
	height: 29px;
	margin-top: 20px;
	background-image:url(../images/firefox_version/eng/img_partners_bg.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#partners_ul{
	margin-top: 10px;
	margin-left: 20px;
}

#contacts{
	width: 282px;
	height: 29px;
	margin-top: 20px;
	background-image:url(../images/firefox_version/eng/img_contacts_bg.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#content_center{
	position: absolute;
	width: 611px;
	right: 20px;
	height: 1599px;
}

div.sc_menu {
	margin: 0 auto;
	width: 611px;
	height: 135px;
	overflow:auto;	
}
ul.sc_menu {
  display: block;
  height: 115px;
  /* Max width here, for users without Javascript */
  width: 1200px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}

.sc_menu li {
  margin-left: 4px;
  display: inline;
  float: left;
}

.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

#content_center h2{
	margin: 0 auto;
	width: 593px;
	height: 29px;
	text-indent: -9999px;
	background-image:;
	background-repeat:no-repeat;	
}

#carforsale{
	width: 593px;
	height: 1405px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image:url(../images/firefox_version/layout/img_content_big_bg.jpg);
	background-repeat:repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#carforsale ul{
	margin: 0 auto;
	width:495px;
}

#carforsale li{
	display:inline;
}

#carforsale img{
	margin-bottom: 5px;
}

#carforsale p{
	margin-top: 20px;
	font-size:12px;
	font-weight:bolder;
	text-align:left;
	color: #FF0;
}
#footer{
	margin-top: 10px;
	font-size:10px;
	text-align:center;
	color:#000;
}

#footer a{
	color:#F90;
}
#wrapper #contents .content_left p {
	text-align: left;
}

