/* Layout Styles */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

/* Top Area */

div#toparea {
	margin: 10px 10px 0 10px;
	padding: 0;
	background-image: url(../images/layout/toptile.png);
	background-repeat: repeat-x;
}

div#toparea h1 {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/topright.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	overflow: hidden;
	height: 128px; 
}

div#toparea h1 span {
	display: block;
	margin: 0;
	padding: 200px;
	background-image: url(../images/layout/topleft.png);
	background-repeat: no-repeat;
	
	height: 128px; 
}



/* Navigation */

div#navigation {
	position: absolute;
	top: 138px;
	right: 10px;
	width: 165px;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/layout/navtop.png);
	background-repeat: no-repeat;
}

div#navigation ul li {
	color: #ffcc00;
	padding: 0 0 8px 0;
}


div#navigation ul li a:link {
	color: #fff;
	text-decoration: none;
}

div#navigation ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #ffcc00;
	text-decoration: none;
}

/* Content */

div#content {
	margin: 0px 10px 0px 0px;
	padding: 0;
	color: #000;
	background-image: url(../images/layout/navtile.png);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

div#content div#contentarea {
	margin: 0;
	padding: 10px 180px 0px 18px;
	background-image: url(../images/layout/navbase.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;	
}


div#pageheading {
	margin: 0 0 15px 0;
	padding: 0;	background-image: url(../images/layout/header-tile.png);
	background-repeat: repeat-x;
}

div#pageheading h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/layout/header-left.png);
	background-repeat: no-repeat;
}

div#pageheading h2 span {
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	background-image: url(../images/layout/header-right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 34px; 
}

div#pagecontent {
	margin: 0 10px 0 10px;
	padding: 0;
}

div#content h3 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 14px;
	font-weight: bold;
}

div#content p {
	margin: 0;
	padding: 0 0 1em 0;
}


.right {
	float: right;
}

.left {
	float: left;
}

ul.simplelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.simplelistin {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul.simplelist li {
	list-style: none;
	display: block;
	clear: both;
}


/* Content Specific Styles */

span.title {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
}

span.detail {
	display: block;
	float: left;
}

img.right {
	margin-left: 20px;
	margin-bottom: 15px	
}

img.left {
	margin-right: 20px;
	margin-bottom: 15px;
}

div.location {
	margin: 0 0 20px 0;
	padding: 0;	
}


div.location:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.location {display: inline-table;}

/* Hides from IE-mac \*/
* html div.location {height: 1%;}
div.location {display: block;}
/* End hide from IE-mac */


/* Promotion */

div#content div#promotion {
	margin: 0 0 25px 0;
	padding: 0;
	background-image: url(../images/promotions/vespa-backdrop.gif);
	background-repeat: repeat-x;

} 

div#content div#promotion h2 {
	margin: 0;
	padding: 0;
	background-image: url(../images/promotions/vespa-text.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 151px;
} 

div#content div#promotion h2 span {
	display: block;
	margin: 0;
	padding: 200px 0 0 0;
	height: 151px;
	background-image: url(../images/promotions/vespa-image.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 

/* Base Area */

div#basearea {
	margin: 0 20px 0 20px;
	padding: 20px 0 0 0;
	text-align: center;
	border-width: 0 0 5px 0;
	border-style: solid;
	border-color: #66cc00;
	clear: both;
}


div#basearea ul {
	margin: 0;
	padding: 0 0 10px 0;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #009900;
}

div#basearea ul li {
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

div#basearea ul li a {
	text-decoration: none;	
}

