/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 { }

address {
	font-style: normal;
	font-size:10px;
}

address a { color: #000000; }

address a:hover { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	background: #cccccc url(images/container.gif) repeat-x;
}
	
div#container {
	width: 990px;
	margin: 0 auto;
}

div#header { 
	width: 990px; 
	height: 190px;
	background: url(images/header.gif) no-repeat;
}

div#content {
	width: 580px;
	float: left;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}

	div#content p {
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size: 90%;
	}
	
	div#content h1, div#menu h1 {
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size: 150%;
		border-bottom: 1px solid #999999;
		padding-bottom: 5px;
	}
	

div#homelocation {
	float: right;
	width: 380px;
	margin: 0px;
}
	
	div#homelocation p {
		border-bottom: 1px solid #999999;
		padding-bottom: 5px;
		font-size: 90%;
	}

	div#homelocation p.locate {
		float: left;
		margin: 0 10px 0 0;
		border: none;
		font-size: 85%;
	}

div#location {
	float: right;
	width: 300px;
}
	
div#gallery {
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

	div#gallery img {
		float: left;
		margin: 0 5px 0 0;
		border: 1px solid #999999;
	}
	
div#footer { 
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear: both;
	background-color:#FFFFFF
}

	div#footer p {
		text-align: center;
	}

div#copyright {
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 8px;
	color: #000;
}

#copyright a, #copyright a:link {
	font-size: 10px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #000;
	font-weight: bold;
	color: #882a2a;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}


/* ----------------- MENU ELEMENTS ----------------- */

div#menu { padding: 0 0 10px 0}

	div#menu h2 {
		font-size: 120%;
		padding: 0px;
		margin: 0px;
	}
	
	div#menu h3 {
		float: left;
		border: 1px solid #00FF00
	}
	
	div#menu p {
		width: 100%;
	}
	
	h2 + p {
		padding: 0px;
		margin: 0px;
	}
	
	dl + h2, h2 + p {
		padding-bottom: 10px;
	}

dl {
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
    background: url(images/dot.gif) repeat-x 0 .90em;
}

dl.top {
	background: none
}

dt,dd.price {
	background: #cccccc;
	font-size: 100%;
	font-weight: bold;
}

dt {
	float: left;
	padding-right: 3px;
	color: #882a2a;
}

	dt.withchoice {
		text-indent: 50px;
	}
	
	.sub {
		color: #d55500;
	}
	
	.subfirst {
		color: #d55500;
		padding-left: 30px;
	}
	
	.philly {
		color: #FF0000;
	}
	
	.phillyfirst {
		color: #FF0000;
		padding-left: 30px;
	}

dd {margin:0}

dd.price {
	float: right;
	padding-left: 15px;
	color: #333333
}

dd.ingredients {
	float: left;
	width: 100%;
	padding: 3px 0;
	font: italic 90% Georgia,Times,sans-serif;
	color: #555
}

	dd.ingredientschoice {
		text-indent: 50px;
		float: left;
		width: 100%;
		padding: 3px 0;
		font: italic 90% Georgia,Times,sans-serif;
		color: #555
	}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	color: #882a2a;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#locations {
	width: 650px;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}

div.map {
	float: left;
	margin-left: 5px;
}
	
	div.map p { text-align: center; }

div#flash {
	width: 340px;
	margin: 0 auto;
}

/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 12px 0 2px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #999999;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a, ul#utility a:link {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
	
}
ul#utility a:hover { text-decoration: none; color: #882a2a;}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 0px 0 0 0px;
	margin: 0px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	background-color:#FF0000;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}
	
	ul#nav a {
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		border-right: 1px solid #450010;
		display: block;
		_display:inline-block;
		height: 30px;
		padding: 17px 10px 3px 10px;
	}
	
		ul#nav a#home {
			border-left: 1px solid #450010;
		}
	
	ul#nav a:hover { background: #a60328 }
	
	#nav a.current {
		color: #fff;
		background: #71001a;
	}

	/* ----------------- AUDIO DIV ----------------- */ 

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.jpg) top left no-repeat;
	}
div#audio div {
	position: absolute;
	top: 65px;
	left: 31px;
	width: 68px;
	height: 30px;
}

div#audio a {
	display: block;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* NAVIGATION CONTAINER */
a#audiolink {
	display: block;
	float: right;
	margin: 90px 0 0 0;
	z-index: 2;
}