﻿@charset "UTF-8";
/* CSS Document */

*{ margin:0; padding:0; }
body, html{
	margin:0 auto;
	text-align:center; 
	background:url(images/sfondo.png) top left repeat-x #7fb7c7;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#warp{ width:1000px; margin:auto; }

#header{
	color:#FFFFFF;
	font-size:10px;
	background:url(images/header-background.png) bottom left no-repeat;
	height:54px;
	margin-bottom:14px;
}
#header a{ color:#FFFFFF;text-decoration:none; }
#header a:hover{ text-decoration:underline; } 
#header .floatLeft, #header .floatRight{ padding:5px; margin-top:15px; }
#header .floatLeft{
	padding:5px; margin-top:5px;
}

#flash-container{ margin-bottom:30px; }
/*#brand{ margin-top:10px;background:url(../images/news-border.png) right top no-repeat;}*/
#logo-piaggio{ margin-right:15%; }
#logo{ background:url(images/loghi-separatore.png) top left no-repeat; height:100%; text-align:left; padding-left:25px; }
#container{ height:239px; width:100%; margin:0 auto; text-align:center;  }


#brand{ height:100%; padding-left:18px; }
#brand h2{ color:#006eab;  font-size:12px; text-align:left; margin-top:10px; padding:5px; background:url(img/freccia.png) center left no-repeat; }
#news{ height:239px; width:300px; background:url(images/news-border.png) left top no-repeat; padding-left:5px; }

#news-scroll{overflow:auto; height:70%; padding:10px; text-align:left; color:#666666;}
#news h2{ color:#006eab;  font-size:12px; text-align:left; margin-top:10px; margin-left:10px; padding:7px 5px 5px 40px; background:url(images/news-title-background.jpg) top left no-repeat; text-transform:uppercase; }
#news-scroll h3 a{padding:0; font-size:10px; margin:0px; background:none; color:#333333;}
#news-scroll p{ padding-bottom:10px;  font-size:10px;}


.logo-piaggio-big{ margin-top:40px; }
.logoBox{ text-align:center; width:165px; height:100px; float:left; background:url(images/logobox-border.png) right center no-repeat; }
.logoBox img{ margin:2px; }

.floatLeft{ float:left; }
.floatRight{ float:right; }
.clear{ clear:both; }
.input, .foglio1{
	width:80%;
	font-size:10px;
}

.freccia{ float:left; background:url(images/freccia.png) top left no-repeat; margin-left:11%; height:13px; width:28px; }
