/****************************/
/* New York Deli Master CSS */
/****************************/

* { margin: 0; padding: 0; }

body { background: url("../images/bkgrnd.jpg") repeat-x #600; font-family: Arial, sans-serif; }

.clear { clear: both; }
.italic { font-style: italic; }

#container { margin: auto; margin-top: 10px; width: 850px; }

#navigation { background: url("../images/header.png") no-repeat center; height: 70px; margin: auto; width: 860px; }
	#nav { margin: 0 0 0 50px; padding-top: 27px; }
		#nav p { border-right: 1px solid #FFF; color: #FFF; display: inline; font-size: 30px; padding: 0 15px 0 15px; }
		#nav p.lastLink { border: 0; }
		#nav a { color: #FFF; text-decoration: none; }
		#nav a:hover { text-decoration: underline; }
		#nav a.active { border-bottom: 1px dotted #FFF; }

#content { background: url("../images/bkgrnd_shadow.png") repeat-y center /*#FFC*/; margin: auto; width: 860px; }
	#text { padding: 10px 50px 0 40px; }
		#text h1 { margin-bottom: 10px; }
		#text p { margin-bottom: 10px; }
		#text img { border: 1px solid #000; }
		#text .foodPic { float: left; margin: 0 10px 10px 0; }
		#text a { color: #900; font-weight: bold; text-decoration: none; }
		#text a:hover { border-bottom: 1px dotted #C90; }
		#text ul, ol { margin-left: 10px; }
		#text li { margin-left: 10px; }

	#menu { padding: 10px 10px 0 40px; }
		#menu p { margin-bottom: 10px; }
		#menu a { color: #000; text-decoration: underline; }
		#menu a:hover { text-decoration: underline; }
		#menu .category { background: #000; color: #FFF; font-size: 24px; font-weight: bold; margin-bottom: 5px; padding: 5px; }
		#menu .subText { font-size: 14px; font-style: ; font-weight: ; }
		#menu .subTextEm { font-size: 14px; font-style: italic; font-weight: ; }
		#menu .foodName { font-size: 18px; }
		#menu .foodDesc {}
		#menu .smallText { font-size: 12px; }

	#cateringMenu .foodName { color: #900; font-size: 18px; font-weight: bold; }

		#printMenu { text-align: center; }
			#printMenu a { text-decoration: underline; }
			#printMenu a:hover { text-decoration: none; }
		#leftMenu { float: left; margin-right: 50px; width: 45%; }
		#rightMenu { float: left; width: 45%; }

#footer { background: url("../images/bkgrnd_footer_shadow_02.jpg") no-repeat center; height: 40px; margin: auto; width: 860px; }
	/*#footer p { color: #DDD; font-size: 12px; font-weight: bold; padding: 5px 0 0 35px; }*/
	#footer p { color: #DDD; float: left; font-size: 12px; font-weight: bold; margin-left: 30px; padding: 5px 0 0 5px; }
	#footer .webdesigner { display: none; }
	#footer .webmail { float: right; margin-right: 35px; }
	#footer .webmail a { color: #FFF; text-decoration: none; }
	#footer .webmail a:hover { border-bottom: 1px dotted #FFF; }

