@charset "UTF-8";
/* CSS Document */


#abarth-content h1 {
	color:#f8e50a;
	font-size:14px;
	font-weight:bold;
}

#abarth-content h2 {
	color:#f8e50a;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

#abarth-content h3 {
	color:#f8e50a;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

#abarth-black h1 {
	color:#f8e50a;
	font-size:14px;
	font-weight:bold;
}

#abarth-black h2 {
	color:#f8e50a;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

#abarth-black h3 {
	color:#f8e50a;
	font-size:11px;
	font-weight:bold;
	margin:0;
}



/* ============= START OF CSS FOR ABARTH 500 PAGE ================== */

#abarth-content-500 {
	width:569px;
	background-color:#000;
	background-image:url(../images/abarth/2010/header_02.jpg);
	background-repeat:no-repeat;
	padding:180px 10px 0 10px;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:left;
}

#abarth-content-500 h1 {
	color:#f8e50a;
	font-size:14px;
	font-weight:bold;
}

#abarth-content-500 h2 {
	color:#f8e50a;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

#abarth-content-500 h3 {
	color:#f8e50a;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

.yellow12bold{
	color:#f8e50a;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
	}

/* ============= END OF CSS FOR ABARTH 500 PAGE ================== */


/* ============= START OF CSS FOR ABARTH 500c PAGE ================== */

#abarth-content-500c {
	width:569px;
	background-color:#000;
	background-image:url(../images/abarth/2010/header_03.jpg);
	background-repeat:no-repeat;
	padding:180px 10px 0 10px;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:left;
}

/* ============= END OF CSS FOR ABARTH 500 PAGE ================== */



#abarth-content {
	width:569px;
	background-color:#000;
	background-image:url(../images/abarth/2010/header_01.jpg);
	background-repeat:no-repeat;
	padding:165px 10px 0 10px;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff!important;
	text-align:left;
}




#abarth-black {
	width:569px;
	background-color:#000;
	background-image:url(../images/abarth/2010/abarth_top_header_500c.jpg);
	background-repeat:no-repeat;
	padding:165px 10px 0 10px;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff!important;
	text-align:left;
}


/* ============= START OF CSS FOR ABARTH FOOTER ================== */

.footertext{ color:#ffffff;}


#abarth-footer {
	margin-top:10px;
	width:549px;
	height:211px;
	padding:15px 10px 10px 10px;
	background-image:url(../images/abarth/2010/abarth_footer_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#tableinfo {
	position:relative;
	margin-left:125px;
	color:#ffffff!important;
}

#tableinfo h2 {
	margin-top:0px;
}


.telephonenumber{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#ffffff;
}

#footerlogo { position:absolute; }

/* ============= END OF CSS FOR ABARTH FOOTER ================== */


.button { 
	background-color:#851F15;
	background-image: -moz-linear-gradient(0% 30% 270deg,#B9493B, #851F15);
	background-image: -webkit-gradient(linear, 0% 30%, 0% 95%, from(#B94B3C), to(#851F15));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 2px 10px 2px 10px;
	color:#ffffff;
				
}

.setsize-redbutton{
	background-color:#851F15;
	background-image: -moz-linear-gradient(0% 30% 270deg,#B9493B, #851F15);
	background-image: -webkit-gradient(linear, 0% 30%, 0% 95%, from(#B94B3C), to(#851F15));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 2px 10px 2px 10px;	
	display:table-cell;
	width:150px;
	text-align:center;
	color:#ffffff;
	display: inline-block;
	cursor:pointer;

}

a .setsize-greybutton{
	background-color:#989898;
	background-image: -moz-linear-gradient(0% 30% 270deg,#989898, #484848);
	background-image: -webkit-gradient(linear, 0% 30%, 0% 95%, from(#989898), to(#484848));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 2px 10px 2px 10px;
	display:table-cell;
	width:150px;
	text-align:center;
	color:#ffffff;
	display: inline-block;
	cursor:pointer;
	
}

#topimage-buttons {
	width:549px;
	height:99px;
	background-color:#343434;
	padding:10px;
}


/* ============= END OF CSS FOR GALLERY ================== */


.gallery img { 
	border:0px;
	width:81px;
 	height:171px;
 	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
	opacity:0.5;
}

.gallery a:hover img{	
 	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.00;
 	opacity:1.0;
}
		
ul.img_list {
	display:inline;
	height:171px;
	width:81px;
	list-style:none;
}

	
li.gallery a {  
	height:171px; 
	width:81px;
	float:left;
	display:inline;
	
}	

/* ============= END OF CSS FOR GALLERY ================== */

.newsroom{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	}
