/* BALFOUR ITALIAN RESTAURANT - Will Kelly 2007 ========================================== */

/* General ============ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;padding:0;
}

img	{
	border:0;
	display: block;
}

h1 {
	font-size: 1.8em;
	font-weight:normal;
	margin-bottom: 16px;
}

p {
	font-size: 0.9em;
	margin-bottom: 16px;
	line-height: 1.2em;
}

img.left {
	float: left;
	margin-right: 16px;
}

a:link,a:visited,a:focus,a:active {
	color: #FFF;
}
a:hover {
	text-decoration:none;
}

/* Structure ==================== */

body {
	padding: 16px 0;
	color: #FFF; 
	font: 84%/1.15 Arial,Helvetica,sans-serif;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

#header {
	padding: 10px 10px 18px;
	background-color: #710928;
	border-bottom: 5px solid #FFF;
}
	#header img {
		float: left;
	}
	#header p {
		float: right;
		font-size: 0.9em;
		text-align: right;
	}

#content-wrapper {
	background: #003617 url(../images/side_rpt.gif) left repeat-y ;
}

#nav {
	float: left;
	width: 150px;
	border-right: 5px solid #FFF;
	background-color: #8B9538;
	padding-bottom: 320px;
}
	#nav ul {
		list-style-type: none;
	}
		#nav li {
			border-bottom: 3px solid #FFF;
			font-size: 0.9em;
			line-height:normal;
			font-weight: bold;
		}
		#nav li.alt {
			background-color: #003617;
		}
		#nav a {
			display: block;
			padding: 7px 10px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#nav a:hover {
			background-color: #710928;
		}
		
		#p_home #nav1, #p_alacarte #nav2, #p_specials #nav3, #p_setlunch #nav4, 
		#p_drinksmenu #nav5, #p_links #nav6, #p_howtofindus #nav7, #p_reviews #nav8  {
			background-color: #710928;
		}

#content {
	float: left;
	width: 605px;
	padding-top: 253px;
	background-image: url(../images/pic-index.jpg);
	background-repeat: no-repeat;
}
	#p_alacarte #content {
		background-image: url(../images/pic-1.jpg);
	}
	#p_specials #content {
		background-image: url(../images/pic-2.jpg);
	}
	#p_setlunch #content {
		background-image: url(../images/pic-3.jpg);
	}
	#p_drinksmenu #content {
		background-image: url(../images/pic-4.jpg);
	}
	#p_links #content {
		background-image: url(../images/pic-1.jpg);
	}
	#p_howtofindus #content {
		background-image: url(../images/pic-howtofindus.jpg);
	}
	#p_reviews #content {
		background-image: url(../images/pic-2.jpg);
	}
	
	#content-inner {
		border-top: 5px solid #FFF;
		padding: 20px 26px 12px;
	}
		#content-inner p {
			width:  412px;
		}
		
		#p_reviews #content-inner p,#p_howtofindus #content-inner p {
			width: auto;
		}
		#p_reviews #content-inner p img {
			display: inline;
			margin-right:16px;
		}
	

	

/* Clear Fix */

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

.clear {display: inline-block;}

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

