/* Wrap */
	
#header-wrap { /* Wrap stretching screen width with background image */
	float:left;
	width:100%;
	background:url(../graphics/header-bg.gif) top left repeat-x;
	}

#header { /* 1000px centred wrap */
	width:1000px;
	height:60px;
	margin:0px auto;
	position:relative;
	}

/* Social Networking */

#social-networking {
	float:right;
	width:230px;
	height:20px;
	margin:12px 10px 0 0;
	padding:5px 0 0 10px;
	font-size:10px;	
	background:url(../graphics/social-networking-bg.gif) center left no-repeat;
	}

#social-networking a {
	color:#585858;
	}
	
.blog {
	padding:0 18px 0 20px;
	background:url(../graphics/blogger.gif) center left no-repeat;
	}

.facebook {
	padding:0 18px 0 20px;
	background:url(../graphics/facebook.gif) center left no-repeat;
	}
	
.twitter {
	padding:0 0 0 20px;
	background:url(../graphics/twitter.gif) center left no-repeat;
	}

/* Navigation */

#left {
	float:left;
	width:202px;
	height:675px;
	margin:0 0 0 6px;
	padding:10px 10px 0 10px;
	background:url(../graphics/navigation.png) top left no-repeat;
	}
	
#logo {
	float:left;
	width:202px;
	height:122px;
	margin-bottom:7px;
	}

/* Links */

#links {
	width:202px;
	margin:0 0 0 0;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#links li {
	list-style:none;
	float:left;
	margin:0 0 3px 0;
	width:202px;
	background:url(../graphics/links.gif) top left no-repeat;
	}
	
#links li a {
	height:19px;
	text-decoration:none;
	list-style:none;
	padding-top:5px;
	padding-left:30px;
	color:#002245;
	}
	
#links li a:link, #links li a:visited {
	display:block;
	font-size:11px;
	text-align:left;
	height:19px;
	}
	
#links li a:hover, #links li a:active, #links li .current {
	color:#002245;
	text-decoration:none;
	background:url(../graphics/links-current.gif) top left no-repeat;
	}

/* Content */

.hero-buttons {
	float:left;
	width:202px;
	height:125px;
	margin:7px 0 7px 0;
	background:url(../graphics/sell-my-maserati.jpg) top left no-repeat;
	}
	
.hero-buttons.location {
	background:url(../graphics/auto-sportiva-aftersales.jpg) top left no-repeat;
	}
	
.button {
	float:right;
	width:110px;
	height:23px;
	padding:7px 0 0 0;
	margin:90px 5px 0 0;
	background-color:#002245;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	}
	
.button:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#000000;	
	}

#maserati-hero {
	float:left;
	width:162px;
	height:145px;
	padding:18px 0 0 40px;
	background:url(../graphics/maserati-hero.gif) top left no-repeat;
	}