@charset "UTF-8";
/* CSS Document */

html {
	background:url(images/wood.jpg) top left repeat-x;
	}

body {
	background:url(images/grad.png) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	}

a {
	color:#FF6600;
	}

div#container {
	width : 800px;
	margin : 0 auto;
	padding-top :10px;
	text-align : left; 
	}


div#header {
	background-image:url(images/wood-header.png);
	width:100%;
	height:104px;
	position:relative;}
	
	
div#logo h1{
	z-index:3;
	position:absolute;
	left:-15px;
	top:-15px;
	width:224px;
	height:133px;
	padding: 0;
	margin:0px;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	}

div#logo blockquote {
	z-index:2;
	position:absolute;
	left:187px;
	top:40px;
	width:217px;
	height:13px;
	padding:0;
	margin:0;
	background:url(images/blockquote.png) no-repeat;
	text-indent:-9999px;
	}
	
div#header p {
	z-index:1;
	position:absolute;
	left:386px;
	top:14px;
	width:306px;
	height:60px;
	margin:0;
	padding:0;
	background:url(images/header_directions.png) no-repeat;
	}
	
div#header a#p {
	display:block;
	height:60px;
	width:306px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;}
	
ul#mainnav {
	list-style-type:none;
	position:relative;
	width:800px;
	height:47px;
	top:67px;
	background:url(images/menu_bar.png) repeat-x;
	margin:0px;
	padding:0px;
	}
	
li#mn_1 {
	position:absolute;
	top:9px;
	left:226px;
	width:34px;
	height:29px;
	background:url(images/li_nav_main.jpg) no-repeat 0 0;
	}	
	
li#mn_2 {
	position:absolute;
	top:9px;
	left:286px;
	width:54px;
	height:29px;
	background:url(images/li_nav_main.jpg) no-repeat -61px 0;
	}	

li#mn_3 {
	position:absolute;
	top:9px;
	left:366px;
	width:59px;
	height:29px;
	background:url(images/li_nav_main.jpg) no-repeat -142px 0;
	}	
	
li#mn_4 {
	position:absolute;
	top:9px;
	left:450px;
	width:150px;
	height:29px;
	background:url(images/li_nav_main.jpg) no-repeat -228px 0;
	}		

li#mn_5 {
	position:absolute;
	top:9px;
	left:623px;
	width:71px;
	height:29px;
	background:url(images/li_nav_main.jpg) no-repeat -406px 0;
	}	
	
li#mn_6 {
	position:absolute;
	top:9px;
	left:720px;
	width:30px;
	height:29px;
	background:url(images/li_nav_main.jpg) no-repeat -504px 0;
	}

ul#mainnav a {
	display:block;
	text-indent:-9999px;
	width: 100%;
	height:29px;
	text-decoration:none;
	overflow:hidden;
	
	}
	
li#mn_1 a:hover {background:url(images/li_nav_main.jpg) no-repeat 0 -29px;}
li#mn_2 a:hover {background:url(images/li_nav_main.jpg) no-repeat -61px -29px;}
li#mn_3 a:hover {background:url(images/li_nav_main.jpg) no-repeat -142px -29px;}
li#mn_4 a:hover {background:url(images/li_nav_main.jpg) no-repeat -228px -29px;}
li#mn_5 a:hover {background:url(images/li_nav_main.jpg) no-repeat -406px -29px;}
li#mn_6 a:hover {background:url(images/li_nav_main.jpg) no-repeat -504px -29px;}

li#mn_1 a.active {background:url(images/li_nav_main.jpg) no-repeat 0 -58px;}
li#mn_2 a.active {background:url(images/li_nav_main.jpg) no-repeat -61px -58px;}
li#mn_3 a.active {background:url(images/li_nav_main.jpg) no-repeat -142px -58px;}
li#mn_4 a.active {background:url(images/li_nav_main.jpg) no-repeat -228px -58px;}
li#mn_5 a.active {background:url(images/li_nav_main.jpg) no-repeat -406px -58px;}
li#mn_6 a.active {background:url(images/li_nav_main.jpg) no-repeat -504px -58px;}

div#content {
	background-color:white;
	padding-bottom:5px;
	padding-top: 10px;
	height:100%;
	width: 800px;
	}
	
div#aboutcontent {
	padding:0;
	margin-left:87px;
	width:636px;
	}
	
div#aboutcontent h2 {
	background:url(images/about_header.png) no-repeat;
	text-indent:-9999px;
	}
	
div#contactcontent {
	padding:0;
	margin-left:87px;
	width:345px;
	height:500px;
	background-color:white;
	}
	
div#contactcontent h2{
	background:url(images/contact_header.png) no-repeat;
	text-indent:-9999px;	
	}

div#contactcontent h3{
	background:url(images/contact_subheader.png) no-repeat;
	text-indent:-9999px;	
	}
	
div#map {
	position:relative;
	float:right;
	top:-500px;
	right:50px;
	}
	
div#antiquescontent {
	position:relative;
	left:87px;
	height:384px;
	width:636px;
	}

div#antiquecontent h2{
	background:url(images/antiques_header.png) no-repeat;
	position:relative;
	left:87px;
	text-indent:-9999px;}

p#antiques {
	position:relative;
	width:636px;
	text-align:center;
	left:87px;
	}
	
div#maincontent {
	position:relative;
	left:9px;
	padding:0;
	top: 10px;
	width:800px;
	height:291px;
	}
	
div#subcontent {
	position:relative;
	width:800px;
	height:273px;
	top:-35px;
	}
	
div#boxabout {
	background:url(images/3boxesabout.png) no-repeat;
	position:relative;
	width:256px;
	height:272px;
	left:11px;
	float:left;
	top:0px;
	margin-right:5px;
	}

h2#boxabout {
	text-indent:-9999px;}
	
p#boxabout {
	margin:166px 6px 5px 6px;
	}

p#boxaboutlink {
	background:url(images/readmore.png) no-repeat;
	width:59px;
	height:7px;
	position:absolute;
	top:240px;
	left:186px;
	}

p#boxaboutlink a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	}
	
div#boxexperience {
	background:url(images/3boxesexperience.png) no-repeat;
	position:relative;
	width:256px;
	height:272px;
	left:9px;
	float:left;
	top:0px;
	margin-right:5px;
	}

h2#boxexperience {
	text-indent:-9999px;}

p#boxexperience {
	margin:166px 6px 5px 6px;
	}

p#boxexperiencelink {
	background:url(images/readmore.png) no-repeat;
	width:59px;
	height:7px;
	position:absolute;
	top:240px;
	left:186px;
	}

p#boxexperiencelink a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	}
	
div#boxantiques {
	background:url(images/3boxesantiques.png) no-repeat;
	position:relative;
	width:256px;
	height:272px;
	left:9px;
	float:left;
	top:0px;
	}

h2#boxantiques {
	text-indent:-9999px;}
	
p#boxantiques {
	margin:166px 6px 5px 6px;
	}
	
p#boxantiqueslink {
	background:url(images/readmore.png) no-repeat;
	width:59px;
	height:7px;
	position:absolute;
	top:240px;
	left:186px;
	}

p#boxantiqueslink a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	}
	
div#menucontent {
	height:1600px;
	}
	
div#head h2{
	background:url(images/menu_header.png) no-repeat;
	position:relative;
	left:87px;
	text-indent:-9999px;
	}
	
div#head p{
	left:87px;
	width:630px;
	position:relative;}
	
div#app{
	background:url(images/menu_appetizers.jpg) no-repeat;
	height:285px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;
	margin-bottom:10px;
	}

div#sou{
	background:url(images/menu-soup.jpg) no-repeat;
	height:285px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;
	margin-bottom:10px;
	}

div#siz{
	background:url(images/menu_sizzlers.jpg) no-repeat;
	height:231px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;
	margin-bottom:10px;
	}

div#san{
	background:url(images/menu_sandwiches.jpg) no-repeat;
	height:231px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;
	margin-bottom:10px;
	}
		
div#mai{
	background:url(images/menu_maincourse.jpg) no-repeat;
	height:244px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;margin-bottom:10px;
	}
	
div#pae{
	background:url(images/menu_paella.jpg) no-repeat;
	height:244px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;margin-bottom:10px;
	}
	
div#ste{
	background:url(images/menu_steaks.jpg) no-repeat;
	height:312px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;margin-bottom:10px;
	}
		
div#pas{
	background:url(images/menu_pasta.jpg) no-repeat;
	height:312px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;margin-bottom:10px;
	}
	
div#des{
	background:url(images/menu_dessert.jpg) no-repeat;
	height:217px;
	width:314px;
	margin-right:10px;
	position:relative;
	left:87px;
	float:left;margin-bottom:10px;
	}
	
div#sou h3 {text-indent:-9999px;}
div#app h3 {text-indent:-9999px;}
div#siz h3 {text-indent:-9999px;}
div#pae h3 {text-indent:-9999px;}
div#san h3 {text-indent:-9999px;}
div#mai h3 {text-indent:-9999px;}
div#ste h3 {text-indent:-9999px;}
div#pas h3 {text-indent:-9999px;}
div#des h3 {text-indent:-9999px;}

					
div#footer {
	position:absolute;
	background:url(images/footer_bg.png) no-repeat;
	height:200px;
	width:800px;
	}
	
div#footer p{
	color:#EEE2BB;
	font:Rockwell;
	text-align:center;
	position:relative;
	margin:0;
	padding:0;
	top: 110px;
	font-size:10px;
	}