@charset "iso-8859-1";


/* base */

*{
	margin:0;
	padding:0;
}

html {
	font-size: 100%;
	/* fa vedere sempre la barra di scorrimento verticale */
	height: 100%;
	margin-bottom: 1px;
}

body{
	background:url(../img/bkg_site.gif)  center top repeat-y #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

img{
	behavior: url("/css/pngbehavior.htc");
	border:0px;
}
a{
	color:#003366;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

input{border: 1px solid #dadada;height:19px;}
select{border: 1px solid #dadada;}
textarea{border: 1px solid #dadada;}


/* struttura */


#super_container{
	float:left;
	background:url(../img/bkg_passionepeugeot.jpg) repeat-x top;
	width:100%;
}

#container{
	width:988px;
	margin: 0 auto 0 auto;
}

#header{
	float:left;
	width:988px;
	height:124px;
}

#site_logo{
	float:left;
	height:79px;
}

#button_joinclub{
	float:right;
    height:42px;
    width:280px;
    margin-top:27px;
    text-align:right;
}

#navbar{
	float:left;
	clear:both;
	margin-top:4px;
	width:988px;
}

#navbar img{
	width:90px;
}

#subnavbar{
	float:left;
	clear:both;
	width:988px;
	height:20px;
	padding-top:5px;
	background:#EFEFEF;
}

#subnavbar a{
	margin-left:5px;
	margin-right:5px;
}

#contents{
	float:left;
	clear:both;
	width:988px;
	background-color:#FFFFFF;
}

#primopiano{
	float:left;
	width:988px;
	clear:both;
}

#primopiano .left_column, #article {
	float:left;
	width:468px;	
	display: inline;
	margin-top:20px;
}

#primopiano .right_column{
	float:left;
	width:500px;
	margin-left:20px;	
	display: inline;	
	margin-top:20px;
}

#primopiano .right_column .title,{
	margin-bottom:1px;
}


#bottom_line{
	float:left;
	clear:both;
	width:988px;
	margin-top:12px;
}

#bottom_line .left_column{
	float:left;
	background-color:#F47D20;
	width:468px;
}

#bottom_line .right_column{
	float:left;
	width:240px;
	margin-left:20px;
}

.box_top, .box_top{
	height: 102px;
	background-color:#FFFFFF;
	border-bottom:1px #FFFFFF solid;
}

.box_center_orange{
	background:url(../img/bkg_boxorange.jpg) repeat-x;
	padding:10px;
	min-height:170px;
	height: auto !important;
    height: 170px;
}

.box_center_grey{
	background:url(../img/bkg_boxgrey.jpg) repeat-x; 
	padding:10px;
	min-height:170px;
	height: auto !important;
    height: 170px;
}

#under_bottom_line{
	float:left;
	clear:both;
	font-size:1px;
	height:8px;
}

#article_right{
	width:500px;
	float:left;
	margin-left:20px;
	display: inline;	
	margin-top:20px;
}

#article_right .right_column{
	float:left;
	width:240px;
}

#article_right .menu{
	background:url(../img/bkg_boxlightorange.jpg) repeat-x; 
	float:left;
	margin-bottom:20px;
	width:500px;
}


#article_right .title, #right_column .title{
	float:left;
	border-bottom:1px #FFFFFF solid;
	width:500px;
}

#article_right .line{
	float:left;
	width:480px;
	clear:both;
	margin:10px 10px 0 10px;
	display: inline;
}


#article_right .bottomline{
	height: 1px;
	
}

#banner_promo{
	float:left;
	margin-bottom:20px;
}

#video{
	float:left;
	margin-bottom:20px;
}

#footer{
	clear:both;
	float:left;
	width:988px;
	margin-top:20px;
	background:url(../img/footer_line.gif) repeat-x; 
	padding-top:13px;
	padding-bottom:10px;
	font-size:10px;
	text-align:right;
}

/* classi veloci */

.ml20{
	margin-left:20px;
}



/* titoli e testo */
#primopiano h1, #article h1{
	font-size:20px;
	font-weight:normal;
	color:#F0761B;
	width:100%;
	border-bottom: 1px #CCCCCC solid;
	margin-top:7px;
	height:28px;
}

#primopiano h2, #article h2{
	font-size:16px;
	font-weight:normal;
	color:#F0761B;
	margin-top:10px;
	height:20px;
}

#primopiano p, #article p{
	margin-top:13px;
	font-size:13px;
}

#bottom_line .left_column h1{
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
}

#bottom_line .left_column a{
	color:#FFFFFF;
}

.right_column h1{
	font-size:20px;
	font-weight:normal;
	color:#003366;
}

.right_column p{
	margin-top:12px;
	font-size:12px;
}

#bottom_line p{
	margin-top:12px;
	font-size:12px;
}


.left_column .button{
	clear:both;
	float:right;
	margin:15px 10px 0 0;
	height:32px;
}

.right_column .button{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0 0 0;	
	height:32px;
}

#article_right .line strong{
	color: #F0761B;
}


#article_right .line .nick{
	color: #333333;
	font-weight: bold;
}

.wallpaper{
	border: 1px #CCCCCC solid;
	background-color: #e9e9e9;
	width:410px;
	margin-top:20px;
	padding-left:10px;
	padding-bottom:10px;
}

.downwallpaper{
	background-color: #CCCCCC;
	width:390px;
	height:15px;
	margin-top:10px;
	padding:5px;
}
