@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   Resets default browser CSS.  
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em,  q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


table { border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


a img { border: none; }
a {
	text-decoration:none;
	padding:3px;
}
/* -------------------------------------------------------------- 
   Typography - elements only  
-------------------------------------------------------------- */

body{
	background-color:#0C0C0C;
	font-size: 10px;
	color: #cccccc;
	line-height: 13px;
	font-family: verdana,helvetica,sans-serif;
}

a:link{
color: #c0c0c0;
text-decoration: none;
font-weight:bold;
}

a:visited{
color: #c0c0c0;
text-decoration: none;
font-weight:bold;
}

a:hover{
color: #c0c0c0;
text-decoration: none;
font-weight:bold;
}

blockquote {
	margin-left:10px;
}


/* -------------------------------------------------------------- 
   Custom Boxes 
-------------------------------------------------------------- */
.mainContent p{
	padding:10px;
}

.container{
	text-align:left;
	width:960px;
	border:1px solid #333;
	margin-left: auto ;
    margin-right: auto ;
}

.menu td {
	color: #cccccc;
	text-decoration: none;
	background-color:#333;
	padding:4px;
	font-family:verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
}

.colGray{
	background-color:#333;
	vertical-align:top;
}

.mainContent{
	background-image:url(../img/sx.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:20px;
}

.swfcontainer {
	clear:both;
}

.mainContentFirstCol{
	float:left; 
	width:450px; 
	max-width:450px;
}
.mainContentSpacer{
	float:left;
	background-image:url(../img/puntini.gif);
	background-position:center;
	background-repeat:repeat-y;
	height:600px;
	padding:10px;
}
.mainContentSecondCol{
	float:left;
	width:200px;
	max-width:200px;
	
}

.news{
	padding:5px 0px;
}

.submenuDiv{
	background-image:url(../img/sec_menu2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#272727;
	padding:30px 5px 5px 10px;
	width:180px;
}

.titlecontent
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	padding-top:50px;
	padding-bottom:50px;
}


.modelListing{
	background-color:#333333;
	padding:0px 0px 0px 0px;
	margin:10px;	
	
}

.modelListingDark{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#595959;
	padding:0px 0px 0px 0px;	
	width:150px;
	vertical-align:bottom;
}

.box{
	background-color:#333;
}

.alfa6TabBorderGrigio td{
	border:1px solid #333;
	padding:2px;
	height:10px;
}

.dv_spacer{
	width:173px;
	height:500px;
}

#formnewsletter td{
	padding:2px;

}

.sitemenucontainer{
	display:none;
}

.sitemenu{
	cursor:pointer;	

}

.contactfrom td{
	padding-top:3px;
}

.drivet input,.drivet select{
	margin:6px;
}

.error_Text{
	color:red;
	display:block;
	clear:both;
}

fieldset label{
	width:150px;
	display:block;
}

fieldset {
	margin:5px 0px 5px 0px;
}

	

.uploadfields{
	clear:both;
}
.fileUpload{
	clear:left;
	float:left;
}

.fileDelete{
	float:left;
	clear:right;
}


.contactDealeri{
	margin:0px 10px 10px 10px;
		
}

.comments{
	width:545px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
	clear:both;

}

.errMsg{
	margin:5px 0px;
	font-size:12px;
	color:#FF0000;
}