body{
	margin: 0;
	padding: 0;
	font-family: georgia, times, serif;
	font-size: 10px;
	text-align: center;
	border: 0;
	text-decoration: none;
	background: #fff url(bgTile.gif) top center;
}

h1{
	font-size: 2em;
}

h2, .menuId{
	clear: left;
	font-size: 1.5em;
}

p, li, td, dt, dd, #cartContainer label{
	font-size: 1.2em;
	list-style: none;
}

legend, label, input{
	font-size: 1.3em;
}

legend{
	color: #000;
}

form{
	clear: left;
}

fieldset{
	margin: 10px 0;
	padding: 4px;
	clear: left;
	border: 0;
}

fieldset fieldset{
	border: 2px solid #ccc;
}

img{
	border: 0;
}

a{
	color: #da0000;
}

input, select{
	font-family: georgia, times, serif;
	border: 1px solid #ccc;
}

input[type=submit]{
	border: 2px solid #ccc;
	margin: 0 1em 0 0;
}

input[type=radio]{
	border: 0;
}

input[type=text]:focus,
input[type=text]:active,{
	background: #da0000;
	color: #fff;
}

.price{
	background: transparent bottom center no-repeat;
	width: 40px;
	padding: 20px 10px 15px 10px;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.addChild{
	background-image: url(iconChild.gif);
}

.addStandard{
	background-image: url(iconStandard.gif);
}

.addFamily{
	background-image: url(iconFamily.gif);
}

.addKebab{
	background-image: url(iconKebab.gif);
}

.addSalad{
	background-image: url(iconSalad.gif);
}

.dishMenuIdHeader{
	text-align: center;
	width: 43px;
	background: transparent url(dishMenuIdHeader.gif) top left no-repeat;
}

.dishMenuNameHeader{
	width: 251px;
	background: transparent url(dishMenuNameHeader.gif) top left repeat-x;
}

.dishMenuPriceHeader{
	width: 184px;
	text-align: center;
	background: transparent url(dishMenuPriceHeader.gif) top right no-repeat;
}

.dishMenuIdHeader, .dishMenuNameHeader, .dishMenuPriceHeader{
	color: #fff;
	font-weight: bold;
	padding: 0 0 12px 0;
}

.dishMenuIdHeader p, .dishMenuNameHeader p, .dishMenuPriceHeader p{
	margin: -1em 0;
}

.dishMenuId{
	text-align: center;
	padding-bottom: 12px;
	background: transparent url(dishMenuTileLeft.gif) bottom left repeat-y;
}

.dishMenuName{
	padding-bottom: 12px;
	background: transparent url(dishMenuTileCenter.gif) bottom left;
	color: #da0000;
	font-weight: bold;
	font-size: 1.35em;
}

.dishMenuPrice{
	text-align: center;
	background: transparent url(dishMenuTileRight.gif) bottom right repeat-y;
}

.dishMenuPrice a{
	text-decoration: none;
}

.dishMenuBottomLeft{
	background: transparent url(dishMenuBottomLeft.gif) bottom left no-repeat;
}
.dishMenuBottomCenter{
	background: transparent url(dishMenuBottomCenter.gif) bottom left repeat-x;
}
.dishMenuBottomRight{
	background: transparent url(dishMenuBottomRight.gif) bottom right no-repeat;
}

.menuId{
	font-size: 300%;
	font-weight: bold;
}

.ingredients{
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

.loginFormList dt{
	width: 30%;
	clear: left;
	float: left;
	margin: 10px 0 0 0;
}

.loginFormList dd{
	width: 50%;
	float: left;
	margin-left: 20%
	margin: 10px 0 0 0;
}

.loginFormList dd input{
	width: 13em;
}

.sizes{
	color: #fff;
	font-size: 0.95em;
}

.dishMenuShortcuts{
	padding: 2px 0 40px 0;
}

.dishMenuShortcuts li{
	float: left;
	margin: 0 5px 0 10px;
	list-style: none;
	font-size: 1.1em;
}

dl.del{
	clear: left;
}

.del dt{
	margin: 0 0 6px 0;
	padding: 0;
	clear: left;
	float: left;
	width: 7%;
}

.del dd{
	margin: 0 0 12px 0;
	float: left;
	width: 80%;
	line-height: 1.4em;
}

.del dd:focus{
	background: #b79797;
}

.del dd input{
	margin: 4px 0 3px 0;
}

.addedIngredient{
	margin-left: 20px;
	font-weight: bold;
	font-size: 95%;
	color: #00b200;
}

.removedIngredient{
	margin-left: 20px;
	font-weight: bold;
	font-size: 95%;
	color: #da0000;
}

fieldset.notChosen{
	border-color: #da0000;
}

p.notChosen{
	color: #da0000;
}

#mainContainer{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000;
	border-top: 0;
	background: transparent url(bgFade.gif) top center repeat-x;
}

#header{
	float: left;
	width: 100%;
	background: transparent url(header.gif) repeat-x top left;
	font-size: 93%;
	line-height: normal;
}

#header #nightLogo{
	position: relative;
	margin-left: -18px;
}

#header #contact{
	margin: 20px 20px 0 300px;
}

#header ul{
	margin: -10px 0 0 0;
	padding: 10px 10px 0;
	list-style: none;
}

#header li{
	float: left;
	background: url(tabLeft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #a80000;
}

#header a{
	float: left;
	display: block;
	width: .1em;
	background: url(tabRight.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#header > ul a{width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a{float:none;}
/* End IE5-Mac hack */
#header a:hover{
	color: #333;
}

#header #current{
	background-position: 0 -150px;
	border-width: 0;
}

#header #current a{
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #ddd;
}

#header li:hover, #header li:hover a{
	background-position: 0% -150px;
	color: #ddd;
}

#header li:hover a{
	background-position: 100% -150px;
}

#header #logOut{
	float: right;
}

#extraInfo{
	height: 3em;
	background: transparent;
	clear: both;
	padding: 2em 1em 1em 1.5em;
	margin: 0 0 1em 0;
	color: #000;
	border-top: 4px solid #a80000;
	font-weight: bold;
}

#extraInfo a, #extraInfo label{
	color: #000;
	font-weight: bold;
}

#extraInfo a, #extraInfo label, #extraInfo option, #extraInfo input{
	font-size: 1.1em;
}

#offers{
	clear: right;
	float: right;
	margin: 3em 70px 0 0;
}

#cartContainer{
	clear: both;
	width: 276px;
	float: right;
	margin: 0 1em 0 0;
}

#cartTop{
	margin: 0;
	padding: 22px 0;
	text-align: center;
	color: #fff;
	background: transparent url(cartTop.gif) top center no-repeat;
}

#cartContent{
	width: 276px;
	padding: 10px 0;
	background: transparent url(cartTile.gif) top center repeat-y;
}

#cartContainer ul, #cartContainer p{
	margin: 0 13px;
	padding: 0;
}

#cartContainer p{
	margin: 1em 1.3em 0 1.3em;
}

#cartContainer input{
	font-size: 1em;
}

#cartContainer .cartItem{
	margin: 0;
	padding: 0;
	list-style: none;
}

#cartContainer hr{
	text-align: center;
	margin: 5px auto;
	width: 80%;
	color: #666;
	border: 1px solid #666;
}

#cartFooter{
	background: transparent url(cartBottom.gif) bottom center no-repeat;
	height: 20px;
	margin-bottom: -10px;
}

#dishContainer{
	clear: left;
	width: 500px;
	font-size: 0.9em;
	margin: 0 0 0 10px;
	padding: 10px 0;
}

#dishContainerHeader{
	background: transparent url(dishMenuTop.gif) top center no-repeat;
	height: 70px;
	margin: -10px 0 -14px 0;
	text-align: center;
	padding: 1em 0;
}

#dishContainerHeader h2{
	color: #fff;
}

#dishContent{
	background: transparent url(dishMenuTile.gif) top center repeat-y;
	padding: 20px;
	margin-bottom: -10px;
}

#dishContainerFooter{
	background: transparent url(dishMenuBottom.gif) bottom center no-repeat;
	height: 17px;
}

#dishMenu{
	width: 480px;
	border-collapse: collapse;
	margin: -10px 0;
}

#dishMenu tr{
	height: 6em;
}

#footer{
	clear: both;
	height: 20px;
	width: auto;
}

#newStreetNumber, #newFloor, #newAptNumber{
	width: 2em;
}

#newDoorCode{
	width: 4em;
}

#newZipCode{
	width: 5em;
}

#loggedOut{
	clear: both;
	width: 50%;
	border: 1px solid #ccc;
	margin: 30px auto 15px auto;
	padding: 5px;
	background: #da0000;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#returnToMenu{
	margin-left: 5em;
}
