body {
	background: #320000;
	margin: 0;
	padding: 0;
}

#wrapper 	{	
	width: 1024px; 
	margin: 0 auto; 
	position: relative;
}
			
/* ---------------- header ---------------- */

#header {
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-image: url(../images/red/homeHeaderBground.png);
	background-color: #000000;
	height: 190px;
	border-top: 10px solid #990000;
}

#navigation {
	width: 1024px;
	height: 126px;
	margin: 0 auto;
	position: relative;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 109px;
	width: 1024px;
	overflow: hidden;
	position: absolute;
	top: 15px;
}

#navigation ul a {
	display: block;
	text-decoration: none;
	padding: 0;
}

#navigation ul li {
	float: left;
}

#hnav-bsc a{
	margin-left: 198px;
	background-image: url(../images/red/baltimoreStreet-h.png);
	background-repeat: no-repeat;
	height: 109px;
	width: 202px;
	text-indent: -9000px;
}

#hnav-catering a{
	margin-left: 30px;
	background-image: url(../images/red/jaysCatering-h.png);
	background-repeat: no-repeat;
	height: 109px;
	width: 396px;
	text-indent: -9000px;
}

.bsc #hnav-catering a {
	background-image: url(../images/red/jaysCatering-h60.png);
}

.catering #hnav-bsc a {
	background-image: url(../images/red/baltimoreStreet-h60.png);
}

#current {
	background-image: url(../images/red/navPointer2.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 14px;
	position: absolute;
	top: 126px;
}

.bsc #current {
	left: 274px;
}

.catering #current {
	left: 603px;
}

/* ---------------- main ---------------- */

#main {
	background: #eeeeee;
	width: 100%;
}

#main-wrapper {
	margin: 0 auto;
	padding: 1px;
	width: 1024px;
	min-height: 380px;
	position: relative;
}

#main-box {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin: 64px 81px 40px 81px;
	padding: 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	width: 860px;
}

/* ---------------- main - coda ---------------- */

#coda-box {
	background: #ffffff;
	margin: 20px;
	padding: 0 10px;
	overflow: auto 
	}
	
.coda-slider-wrapper { 
	clear: both; 
	overflow: auto 
} 

.coda-nav-left a { 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-image: url(../images/red/leftArrow.png); 
	height: 53px; 
	width: 53px;
	margin: 0;
	text-indent: -9000px;
	position: absolute;
	top: 95px;
	left: 18px;
}

.coda-nav-right a { 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-image: url(../images/red/rightArrow.png); 
	height: 53px; 
	width: 53px;
	margin: 0;
	text-indent: -9000px;
	position: absolute;
	top: 95px;
	right: 18px;
}

#coda-nav-1 {
	width: 818px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 81px;
}

#coda-nav-1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#coda-nav-1 ul a {
	display: block;
	text-decoration: none;
	padding: 0px;
}

#coda-nav-1 ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}

.bsc #coda-nav-1 ul li.snav-about a {
	margin-left: 152px;
	background-image: url(../images/red/snav-about.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 51px;
	text-indent: -9000px;
}

.bsc #coda-nav-1 ul li.snav-menu a {
	margin-left: 10px;
	background-image: url(../images/red/snav-menu.png);
	background-repeat: no-repeat;
	width: 84px;
	height: 51px;
	text-indent: -9000px;
}

.bsc #coda-nav-1 ul li.snav-contact a {
	margin-left: 10px;
	background-image: url(../images/red/snav-contact.png);
	background-repeat: no-repeat;
	width: 181px;
	height: 51px;
	text-indent: -9000px;
}

.catering #coda-nav-1 ul li.snav-about a {
	margin-left: 125px;
	background-image: url(../images/red/snav-about.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 51px;
	text-indent: -9000px;
}

.catering #coda-nav-1 ul li.snav-menu a {
	margin-left: 10px;
	background-image: url(../images/red/snav-menu.png);
	background-repeat: no-repeat;
	width: 84px;
	height: 51px;
	text-indent: -9000px;
}

.catering #coda-nav-1 ul li.snav-order a {
	margin-left: 10px;
	background-image: url(../images/red/snav-order.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 51px;
	text-indent: -9000px;
}

.bsc #coda-nav-1 ul li.snav-gallery a, .catering #coda-nav-1 ul li.snav-gallery a {
	margin-left: 10px;
	background-image: url(../images/red/snav-gallery.png);
	background-repeat: no-repeat;
	width: 122px;
	height: 51px;
	text-indent: -9000px;
}
	
/* ---------------- main - index ---------------- */

#homeLeft {
	margin: 25px 0 0 76px;
}

#homeCenter {
	margin: 25px 0px 0px 24px;
}

#homeRight {
	margin: 25px 0px 0px 23px;
}

/* ---------------- footer ---------------- */

#footer {
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	background-image: url(../images/red/footerBground.png);
}

#footer-wrapper {
	width: 862px;
	height: 126px;
	margin: 0 auto;
	padding: 0;
	position: relative;
} 

#footer-navigation {
	width: 862px;
	height: 126px;
	margin: 0 auto;
	position: relative;
}

#footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 104px;
	width: 862px;
	overflow: hidden;
	position: absolute;
	top: 35px;
}

#footer-navigation ul a {
	display: block;
	text-decoration: none;
	padding: 0;
}

#footer-navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fnav-jaysjhu a{
	margin: 5px 0 0 55px;
	background-image: url(../images/red/fnav-JaysJHU60.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 235px;
	text-indent: -9000px;
}
#fnav-jaysjhu a:hover{
	background-image: url(../images/red/fnav-JaysJHU.png);
}

#fnav-jaysumd a{
	margin-left: 30px;
	background-image: url(../images/red/fnav-JaysUMD.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 186px;
	text-indent: -9000px;
}
#fnav-jaysumd a:hover{
	background-image: url(../images/red/fnav-JaysUMD.png);
}
#fnav-xs a{
	margin-left: 30px;
	background-image: url(../images/red/fnav-XS60.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 51px;
	text-indent: -9000px;
}
#fnav-xs a:hover{
	background-image: url(../images/red/fnav-XS.png);
}
#fnav-turps a{
	margin-left: 30px;
	background-image: url(../images/red/fnav-Turps60.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 64px;
	text-indent: -9000px;
}
#fnav-turps a:hover{
	background-image: url(../images/red/fnav-Turps.png);
}
#fnav-viccino a{
	margin-left: 30px;
	background-image: url(../images/red/fnav-Viccino60.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 91px;
	text-indent: -9000px;
}
#fnav-viccino a:hover{
	background-image: url(../images/red/fnav-Viccino.png);
}

/* ------ */

h2 {
	border-bottom: solid 1px #d2d2d2;;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #990000;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	margin: 20px 0;
}

h2 a {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333
}
	
h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 700;	
	margin-top: 5px;
	color: #333333	
}

p, ul, li {
	font-family: "Times New Roman", Times, serif;
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

p i {
	font-family: inherit;
}

p sup {
	font-family: inherit;
	font-size: .7em;
	vertical-align: text-top;
}

ul {
	margin-bottom: 10px;
}

li {
	font-size: 1.1em;
	margin: 0 0 4px 0;}
	
hr {
	height: 1px;
	width: 100%;
	color: #d2d2d2;
	margin: 20px 0;
}

.col1_3 {
	width: 205px;
	float: left;
}
.col2_3 {
	width: 570px;
	float: right;
}
.col1_2l {
	width: 365px;
	float: left;
}
.col1_2r {
	width: 365px;
	float: right;
}

.clear {
	clear: both;
}

#catering-sub-nav {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#catering-sub-nav ul {
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
}

#catering-sub-nav li {
	font-size: 100%;
	display: inline;
	padding: 0 4px 0 0;
	margin: 0px;
}

p a, #catering-sub-nav li a {
	font-family: inherit;
	color: #990000;
	text-decoration: none;
	border-bottom: solid 1px #d2d2d2;
}

p a:hover, #catering-sub-nav li a:hover {
	border-bottom: solid 1px #990000;
}

h2 {
	text-shadow: rgba(55,55,55,.5) 1px 1px 2px; 
}

.four_column {
	float: left;	
	width: 149px;
	padding: 0 19px;
}

#additional-wrapper p, #additional-wrapper a {
	font-weight: normal;
	font-family: arial;
	font-size: 0.9em;
	color: #994e4e;
	margin: 25px 10px 20px 10px;
	padding: 0;
}

#additional-wrapper img {
	margin: 20px 6px 10px -4px;
	padding: 0;
}

#additional-wrapper :hover {
	color: #990000;
}

.four_column h3 {
/*	color: #1C4882; */
	color: #990000; 
	font-family: Garamond,Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 1.3em;
	padding: 10px 0 2px 0;
	line-height: 1.1em;
}

.four_column p {
	font-family: arial, sans-serif;
	font-size: .85em;
}

.four_column p.desc {
}

.four_column p.cost {
	font-weight: bold;
}

.four_column p.add {
	font-style: italic;
}

.four_column p.centerbi {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.four_column p.center {
	text-align: center;
}

.four_column .new {
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 1em;
	color: #990000;
}

.four_column img {
	width: 90%;
	height: 90%;
}

.catering ol {
}

.catering li {
}

.catering .extraTall {
	margin: 0 0 60px 0;
}

#contact-area {
	width: 750px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

input.submit-button {
	width: 100px;
	float: right;
	margin: 0 225px;	
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 400px;
	padding-top: 5px;
}

.catering em {
	font-size: .7em;
}

.catering .required {
	font-family: times, serif;
	font-style: italic;
	color: #990000;
	font-size: .8em;
	margin: 0 0 0 5px;
}

.top-wrapper {
	position: relative;
	height: 20px;
}

.top {
	color: #bcbcbc;
	font-size: .8em;
}

.top:hover {
	color: #999999;
}

.top-icon {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0;
	padding: 0 0 5px 16px;
}

.headertwo-section {
	position: relative;
}

.headertwo-section .top {
	margin-top: 4px;
}

.orderNow {
	background-image: url(../images/orderNow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 50px;
	width: 75px;
	height: 20px;
	text-indent: -9000px;
}

.orderNow:hover {
	background-image: url(../images/orderNow-over.png);
}

.download_menu {
	color: #999999;
	font-size: .8em;
}

.download_menu:hover {
	color: #990000;
}

.download_menu-icon {
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	right: 10px;
	padding: 0 0 5px 20px;
}

.indent50 {
	margin: 0 50px;
}

#orderForm {
}

#orderForm ol {
	list-style: none;
}

