@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0px 0;
	padding: 0;
	background-color:#603913;
	font-family:"Georgia"
	}
	
#page {
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	height:725px;
	z-index:1;
	margin-left: -400px;
	background-color: #FFFFFF;
	border: 2px;
	border-color: #603913;
	border-style: solid;
	}
	
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:115px;
	z-index:3;
	}
	
#slideshow {
	position:absolute;
	left:380px;
	top:0px;
	width:420px;
	height:115px;
	z-index:2;
	}
	
#mainNav {
	position:absolute;
	left:0px;
	top:115px;
	width:800px;
	height:35px;
	z-index:4;
	}
	
#mainNav ul#menu {
	height: 35px;
	background: transparent url(images/menu.png) top left no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	}

div#mainNav ul#menu li {
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 0px; 
	}

ul#menu li, ul#menu a {
	height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	}

div#mainNav ul#menu li a {
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
#home		{top: 0px; left: 0px; width: 95px;}
#about		{top: 0px; left: 95px;	width: 188px;}
#order 		{top: 0px; left: 283px;	width: 91px;}
#contact	{top: 0px; left: 374px;	width: 144px;}

#home a:hover		{background: url(images/menu.png) -0px -35px no-repeat;}
#about a:hover		{background: url(images/menu.png) -95px -35px no-repeat;}
#order a:hover		{background: url(images/menu.png) -283px -35px no-repeat;}
#contact a:hover	{background: url(images/menu.png) -374px -35px no-repeat;}

#home.on		{background: url(images/menu.png) -0px -35px no-repeat;}
#about.on		{background: url(images/menu.png) -95px -35px no-repeat;}
#order.on		{background: url(images/menu.png) -283px -35px no-repeat;}
#contact.on		{background: url(images/menu.png) -374px -35px no-repeat;}

#grad {
	position:absolute;
	left:0px;
	top:150px;
	width:800px;
	height:525px;
	z-index:5;
	background-image: url(images/gradient.png);
	background-repeat:repeat-x;
	}
	
#content {
	position:absolute;
	left:325px;
	top:175px;
	width:450px;
	height:475px;
	z-index:6;
	font:Georgia, "Times New Roman", Times, serif;
	}
	
#mainphoto {
	position:absolute;
	left:25px;
	top:200px;
	width:275px;
	height:400px;
	z-index:7;
	}
	
#footer {
	position:absolute;
	left:0px;
	top:700px;
	width:800px;
	height:25px;
	z-index:8;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	letter-spacing:-1px;
	}
	
#footertext {
	position:absolute;
	left:0px;
	top:680px;
	width:800px;
	height:20px;
	z-index:9;
	letter-spacing:-1px;
	}

