/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

*{margin:0;padding:0}

body {
	background: #b01f0c url(images/main_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 12px; }

p { margin: 0 0 12px 0; }

h1 {
	font-size:1.125em;
	color:#FFFFFF;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 { }

blockquote { margin: 0 0 25px 10px; }

	blockquote ul {
		padding: 16px 0 2px 0;
		margin: 0 auto;
		text-align: center;
	}

	blockquote ul li {
		display: inline;
		color: #000;
		list-style: none;
		padding:0px;
		margin: 0px;
		}
	
	blockquote ul a, ul a:link, div a:visited {
		font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
		padding: 0 20px;
		font-size:12px;
		color:#fff;
		
	}
	blockquote ul a:hover, ul a:active {
		text-decoration: none;
		color: #000000;
	}

address {
	font-style: normal;
	font-size:11px;
	text-align: center;
	margin: 0px;
	padding: 16px 0 0 0;
	border-top: 1px dotted #8a1a0b;
}

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#container {
	width: 990px;
	margin: 0 auto;
}

div#header { 
	width: 990px; 
	position: relative;
	height: 305px;
	background: url(images/header.jpg) no-repeat;
}

	div#header h2 {
		color: #FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		float:left;
		width: 440px;
		margin: 50px 0 0 300px;
		_margin: 50px 0 0 165px;
		text-align: center;
	}

div#content { 
	background: url(images/content.jpg) no-repeat;
	min-height: 220px;
	height: auto !important;
	height: 220px;
}

div#sidebar {
	width: 260px;
	float: left;
	margin: 15px 0 0 15px;
	_margin: 15px 0 0 9px;
}

	div#sidebar p {
		font-size: .8125em;
		color: #FFFFFF
	}

div#text {
	float: left;
	width: 680px;
	margin: 0 0 10px 15px;
}

	div#text h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.75em;
		border-bottom: 1px dotted #8a1a0b;
		padding-bottom: 5px;
		margin: 0px 0 10px 0;
	}
	
	* html #text h1{
	border:none;
	background: url(images/h1dots.gif) repeat-x left bottom;
	}
	
	div#text p {
		color: #FFFFFF;
		font-size: .8125em;
		margin: 0 0 12px 0;
		font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	}
	
	div#text h5 {
		text-align: center;
		color: #FFFFFF
	}

div#footer { 
	width: 990px; 
	height: 75px;
	clear: both;
	background:url(images/footer.gif) no-repeat;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #FFFFFF;
}

#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; border: 1px solid #000000; padding: 1px }

img.right2 { float: right; margin-left:10px; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	color: #fff;
	font-weight: bold;
}

div#map {
	margin-bottom: 10px;
}

div#flash {
	}

/* ----------------- MAIN NAVIGATION ----------------- */

div#mainnav {
	margin: 0 0 10px 25px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	margin: 0px;
	display: block;
	width: 175px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dotted #8a1a0b;
	text-indent: 5px;
	text-align: right;
	background: url(images/bullet.gif) no-repeat left;
	}
	
	ul#nav a#home {
		border-top: 1px dotted #8a1a0b;
	}
		
ul#nav a:hover {
	background: url(images/bullet-hover.gif) no-repeat left;
	color: #FFFFFF;
	text-decoration: underline
	}
	
ul#nav a.current  {
	background: url(images/nav-current.gif) no-repeat left;
	color: #FFFFFF;
	}
	
ul#nav a.current:hover  {
	background: url(images/nav-cur-hover.gif) no-repeat left;
	color: #FFFFFF;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 16px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a, ul#utility a:link, div#utility a:visited {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	padding: 0 20px;
	font-size:11px;
	color:#fff;
	
}
ul#utility a:hover, ul#utility a:active {
	text-decoration: none;
	color: #000000;
}

/* ----------------- 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 .70em;
}

dl.top {
	background: none
}

dt,dd.price {
	background: #b01f0c;
	font-size: 80%;
}

dt {
	float: left;
	padding-right: 3px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

dd {margin:0}

dd.price {
	float: right;
	padding-left: 15px;
	color: #fff
}

dd.ingredients {
	float: left;
	width: 100%;
	padding: 3px 0;
	font: italic 70% Georgia,Times,sans-serif;
	color: #ffffff
}

	dd.ingredientschoice {
		text-indent: 50px;
		float: left;
		width: 100%;
		padding: 3px 0;
		font: italic 90% Georgia,Times,sans-serif;
		color: #555
	}

/* ----------------- RESTAURANT MENU ----------------- */

#wrap li{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height:1.2;
	margin:-.9em 0 0 0;
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px dotted #000;
	clear:both;
	list-style: none;
}

* html #wrap li{
	border:none;
	background: url(images/dots.gif) repeat-x left bottom;
}

#wrap h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 30px 0 0px 0;
}

#wrap li span {
	background:#b01f0c;
	padding:1px 0 1px 5px;
	color:#fff;
	position:relative;
	top:.4em;
	float:right;
}

#wrap li.last {
	margin-bottom: 20px;
}

#wrap li em{
	margin:0 ;
	position:relative;
	top:1.6em;
	padding:0 5px 0 0;
	background:#b01f0c;
}

#wrap p {
	padding:0px 5em 0px 0px;
	border: 1px solid #00FF00;
	margin: 0px;
}

#wrap span.ingredients {
	float: left;
	width: 100%;
	padding: 3px 0;
	font: italic 90% Georgia,Times,sans-serif;
	color: #ccc
}

/* ----------------- Hiding all secondary divs to start ----------------- */
#shrimpmosca, #chickengrande, #chickencacciatore, #roastedpotatoes {
	display: block;
	background: #fff;
	border: 3px double #4b5916;
	margin-top: 8px;
	padding: 0px 15px;
	margin-bottom: 15px;
} 

div#shrimpmosca p, div#chickengrande p, div#chickencacciatore p, div#roastedpotatoes p {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#shrimpmosca h2, div#chickengrande h2, div#chickencacciatore h2, div#roastedpotatoes h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

div#shrimpmosca em, div#chickengrande em, div#chickencacciatore em, div#roastedpotatoes em {
	color: #4b5916;
}

hr.hr4 {
      border-top: 1px dotted #4b5916;
      color: #fff;
      background-color: #fff;
      height: 1px;
}

ol {
	margin: 10px;
	padding: 10px;
}

ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
/* change the above to block to see all the divs in dreamweaver design view for easier changes, just change it back when your done */

	/* ----------------- AUDIO DIV ----------------- */ 
body#audio {
	background-color: #b01f0c;
	background-image: none;
}

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 {
	position: absolute;
	display: block;
	clear:right;
	z-index: 2;
	left: 0px;
	top: 95px;
}
