body{
margin: 0 0 10px 0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background: #bdc3cc;
}

a {
	outline: none;	
} 

#footer p {
	margin: 10px;
}

a:link, a:visited, a:hover, a:active {
	color: #105382;
}

a img {
	border: 0;
}

h4 {
	color: #105382;
	margin: 0;
	font-size: 1.30em;
}

.bluetxt {
	color: #105382;
	font-size: 1.50em;
}

.call {
	color: #105382;
	font-size: 2.00em;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #d5d5d5;
border: 1px solid #999;
border-bottom: 0;
}

#header {
	width: 800px;
	background: url(../images/piaggioplusHeader.jpg) no-repeat;
	height: 150px;
	margin: 0 auto;
	cursor: pointer;
}

#leftColumn {
	font-size: 0.75em;
	width: 360px;
	float: left;
	background: #fff;
	height: auto;
	padding: 20px;
}

#rightColumn {
	width: 330px;
	float: right;
	border: 0px solid red;
	margin: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}

#rightColumnBenefits {
	background: url(../images/benefits.jpg) no-repeat;
	height: 235px;
	width: 330px;
}

#rightColumnBenefits ul {
	padding: 60px 0 11px 50px;
	font-size: 0.75em;
	margin: 0;
	line-height: 14px;
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

.latestRatesUL {
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

.list {
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

#fullColumn {
	font-size: 0.75em;
	width: 760px;
	float: left;
	background: #fff;
	border-right: 0px solid #aaa;
	height: auto;
	padding: 20px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#contentWrapper {
	width: 800px;
	margin: 0 auto;
	border: 0px solid red;
	height: 200px;
}

#menuHolder {
	width: 790px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/menubg.png) repeat-x;
	padding-left: 10px;
}

#mainContent {
	width: 800px;
	background: #fff;
	overflow: auto;
}

#footer {
	width: 790px;
	background: #105382;
	margin: 0 auto 0 auto;
	color: white;
	font-size: 0.75em;
	padding: 5px;
	border: 1px solid #999;
}


.button1 a:link, .button1 a:visited, .button1 a:hover, .button1 a:active {
	background: #105382;
	color: white;
	padding: 6px;
	font-weight: bold;
	font-size: 0.90em;
	line-height: 2.40em;
	text-decoration: none;
	border: 3px solid #ccc;
}

.button2 a:link, .button2 a:visited, .button2 a:hover, .button2 a:active {
	background: #105382;
	color: white;
	padding: 6px;
	font-weight: bold;
	font-size: 0.90em;
	line-height: 2.40em;
	text-decoration: none;
	border: 2px solid #999;
}

.latestModelsBanner {
	width: 800px;
	margin: 0 auto;
}

/* NAVIGATION START HERE*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 720px;
	float: left;
}

.menu li {
	float: left;
}

.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	float: left;
	color: #fff;
	border-right: 1px dotted #d5d5d5;
	font-size: 12px;
	font-weight: bold;
}

.menu a:hover {
	color: #e5e5e5;
}

/* NAVIGATION END HERE*/
 