/* Homepage Styles
--------------------------------------------------------------------------------------- */
body {
	background: url(../img/home-bg.jpg) top center repeat;
}

#container {
	width: 718px;
}

#header {
	background: url(../img/home-head-bg.png) bottom left no-repeat;
	width: 718px;
	height: 110px;
}

#nav {
	margin: 40px 10px 0 0;
}

#nav a {
	padding: 4px 13px 6px 13px;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	padding: 2px 13px;
}


h1 {
	margin: 0;
}

#middle {
	width: 718px;
	background: url(../img/home-body-bg.png) top left no-repeat;
	padding: 1px 0;
}

#flash {
	width: 500px;
	height: 227px;
	float: left;
	display: inline;
	margin: 0 16px 0 10px;
}

#info {
	background: none;
	width: 182px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#info p, #info ul, #info h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #faf5eb;
}

#info h2 {
	color: #fbb722;
}

#info p {
	margin-bottom: 16px;
}

#info a {
	color: #faf5eb;
}

#polaroids {
	list-style: none;
	clear: both;
	margin: 0;
	width: 718px;
	float: left;
}

#polaroids li {
	float: left;
	display: inline;
	margin: 0 0 0 8px;
}

#polaroids a {
	display: block;
	width: 170px;
	height: 170px;
	text-decoration: none;
}

#polaroids span {
	visibility: hidden;
}

#polaroids li.pizza a {
	background: url(../img/more-than-pizza.png) top left no-repeat;
}

#polaroids li.happening a {
	background: url(../img/whats-happening.png) top left no-repeat;
}

#polaroids li.news a {
	background: url(../img/trattoria-news.png) top left no-repeat;
}

#polaroids li.passions a {
	background: url(../img/our-passions.png) top left no-repeat;
}

#polaroids li a:hover {
	background-position: bottom left;
}

#footer {
	background: none;
	border: 0;
}

#facebook {
	float: left;
	margin: 4px 0 0 9px;
	opacity: 0.8;
}

#facebook:hover {
	opacity: 1.0;
}