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

/* CSS Column Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display:block;clear:both;}
* html .clearfix {height: 1%;}
body{
	background-image:url(../images/bg-background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
h1,h2{
	color:#000;
	border-bottom:1px solid #000;
	width:450px;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
a img{
	border:none;
}
a:link,
a:visited{
	color:#c3573f;
	text-decoration:none;
}
a:hover,
a:active{
	color:#000;
	text-decoration:underline;
}
#container{
	width:800px;
	margin:0 auto;
	position:relative;
	padding:20px 0 0 0;
}
#top-nav{
	text-align:right;
}
#main-nav{
	text-transform:uppercase;
	width:525px;
	margin:49px 0 0 230px;
	position:absolute;
	z-index:2;
}
	#main-nav a:link,
	#main-nav a:visited{
		color:#fff;
		text-decoration:none;
	}
	#main-nav a:hover,
	#main-nav a:active{
		color:#000;
		text-decoration:none;
	}
	#main-nav ul{
		margin:0;
		padding:0 0 0 0;
		height:38px;
		background-color:#c3573f;
	}
		#main-nav ul li{
			color:#fff;
			float:right;
			display:block;
			font-weight:bold;
			padding:5px 8px 0 8px;
		}
#last-nav{
	height:38px;
	width:19px;
	background-image:url(../images/end-nav.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:525px;
}
#grilled-cheese-cont{
	background-image:url(../images/grilled-cheese-sandwich.gif);
	width:450px;
	height:405px;
	position:absolute;
	top:20px;
	left:50px;
	z-index:1;
}
	#grilled-cheese-cont a{
		display:block;
		width:175px;
		height:175px;
	}
#latest-news{
	background-image:url(../images/latest-news.gif);
	background-repeat:no-repeat;
	width:200px;
	height:255px;
	left:550px;
	top:175px;
	position:absolute;
	padding:45px 0px 0 10px;
	margin:0;
	font-size:14px;
	font-weight:bold;

}
	#latest-news ul{
		list-style:none;
		margin:0;
		padding:0;
		width:175px;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
	}
		#latest-news ul li{
			margin:10px 0 0 0;
		}
#content{
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	margin:390px 0 0 0;
	padding:0 0 0 110px;
}
	#content p,
	#content ul{
		width:430px;
	}
#logo{
	float:right;
	margin:0 90px 0 0;
}
*html #logo{
	margin:0 50px 0 0;
}
#footer{
	font-size:10px;
	color:#000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
	#footer a:link,
	#footer a:visited{
		color:#000;
		text-decoration:none;
	}
	#footer a:hover,
	#footer a:active{
		color:#c3573f;
		text-decoration:underline;
	}
#menu h1{
	border:none;
	color:#00000;
	font-size:18px;

}

#menu h2{
	border:none;
	color:#CC3300;
	font-size:16px;
    margin-bottom:4px;
    padding:0px;
}
#menu .price{
	color:#cc3300;
}
#menu .tagline{
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
#menu .desc {
  color: #000;
}


div.addThis{
	width: 18px;
    xborder: 1px solid #333333;
    top: 28px;
	position: absolute;
	left: 50%;
	margin-left: 296px; /* half the width of the div */
    z-index: 0;

}

