/*
-------------------------------------------------------- 
Bonterra Trattoria Master Stylesheet
Author: Mediumrare
Author URI: http://mrare.ca

-------------------------------------------------------- 
*/

/*----------------------------
 * GENERAL 
 *--------------------------*/

body {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1280px;
}

.content {
	clear: both;
	height: 605px;
	min-width: 960px;
	max-width: 1280px;
}
:focus
{
  -moz-outline-style: none;
}
#noshow {display: none;}

/*----------------------------
 * HEADER 
 *--------------------------*/

#bonterra_logo {
	margin: 0;
	padding: 0;
}

#bonterra_logo a {
	display: block;
	background: url('/images/bonterra_logo.png') top center no-repeat;
	height: 133px;
	left: 233px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 177px;
	width: 161px;
	z-index: 99;
}

#header {
	background: url('/images/top_bg.jpg') top center no-repeat;
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 96px 0 0 0;
	min-width: 960px;
	max-width: 1280px;
}

#nav {
	background: url('/images/nav_bg.jpg') top center no-repeat;
	height: 39px;
}

#nav_list {
	display: block;
	list-style-type: none;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	width: 962px;
}

#nav_list li, #nav_list li a {
	display: block;
	float: left;
}

#nav_list li a {
	background-image: url('/images/nav_sprite.jpg');
	background-repeat: no-repeat;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
}

#nl_leftcap {
	background: url('/images/nav_sprite.jpg') 0 0 no-repeat;
	height: 39px;
	width: 144px;
}

#nl_home {
	background-position: -144px 0;
	width: 180px;
}

#nl_home:hover, #nl_home_active {
	background-position: -144px -39px !important;
	width: 180px;
}

#nl_food {
	background-position: -324px 0;
	width: 169px;
}

#nl_food:hover, #nl_food_active {
	background-position: -324px -39px !important;
	width: 169px;
}

#nl_events {
	background-position: -493px 0;
	width: 111px;
}

#nl_events:hover, #nl_events_active {
	background-position: -493px -39px !important;
	width: 111px;
}

#nl_bookings {
	background-position: -604px 0;
	width: 205px;
}

#nl_bookings:hover, #nl_bookings_active {
	background-position: -604px -39px;
	width: 205px;
}

#nl_reservations {
	background-position: -809px 0;
	width: 173px;
}

#nl_reservations:hover, #nl_reservations_active {
	background-position: -809px -39px !important;
	width: 173px;
}

#nl_location {
	background-position: -982px 0;
	width: 124px;
}

#nl_location:hover, #nl_location_active {
	background-position: -982px -39px !important;
	width: 124px;
}

#nl_rightcap {
	background: url('/images/nav_sprite.jpg') -1106px 0 no-repeat;
	height: 39px;
	width: 174px;
}

/*----------------------------
 * FOOTER 
 *--------------------------*/

#footer {
	background: url('/images/footer_bg.jpg') top center no-repeat;
	height: 229px;
	min-width: 960px;
	max-width: 1280px;
}

#footer_list {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 962px;
}

#footer_list li {
	display: inline;
}

#footer_list li, #footer_list li a {
	text-indent: -9999px;
}

#footer_list li a {
	background-image: url('/images/footer_sprite.gif');
	display: block;
	float: left;
	height: 44px;
	overflow: hidden;
}

#fl_address {
	background-position: -10px 0;
	width: 322px;
}

#fl_phone {
	background-image: url('/images/footer_sprite.gif');
	background-position: -332px 0;
	display: block;
	float: left;
	height: 44px;
	width: 124px;
}

#fl_facebook {
	background-position: -456px 0;
	width: 185px;
}

#fl_club {
	background-position: -641px 0;
	width: 205px;
}

#fl_mrare {
	background-position: -904px 0;
	display: block;
	position: relative;
	left: 84px;
	width: 57px;
}