/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background-metal.jpg);
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-attachment:fixed;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a:link {
	color: #081C59;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #081C59;
}
a:hover {
	text-decoration: underline;
	color: #081C59;
}
a:active {
	text-decoration: none;
	color: #081C59;
}

#wrapper {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
}

#headerBox {
	position: absolute;
	z-index: 100;
	width: 970px;
	height: 210px;
	background-image: url(/images/background-header.png);
	background-repeat: no-repeat;
}

#menuBox {
	position: absolute;
	z-index: 125;
	width: 690px;
	height: 145px;
	margin-left: 260px;
}

#homeButton {
	position: absolute;
	z-index: 150;
	width: 13px;
	height: 72px;
	margin-left: 961px;
	margin-top: 73px;
}

#shoppingCart {
	position: absolute;
	z-index: 150;
	width: 150px;
	height: 50px;
	margin-left: 750px;
	margin-top: 145px;
	background-image: url(/images/minicart_bkg.gif);
	background-repeat: no-repeat;
}

#bodyBox {
	position: absolute;
	z-index: 100;
	width: 970px;
	height: 476px;
	top: 210px;
	background-image: url(/images/background-body.png);
	background-repeat: no-repeat;
}

#footerBox {
	position: absolute;
	z-index: 100;
	top: 675px;
	margin-left: 225px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C0008;
	height: 30px;
	text-align: center;
}

.footerSub {
	background-image: url(/images/background-footer.png);
	background-repeat: no-repeat;
}

.footerText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C0008;
}

#homeText {
	width: 400px;
	height: 188px;
	z-index: 200;
	position: absolute;
	top: 160px;
	padding-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

#TextBlock {
	width: 700px;
	z-index: 200;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	top: 164px;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#salsas {
	width: 202px;
	height: 188px;
	z-index: 200;
	position: absolute;
	top: 150px;
	padding-left: 725px;
}

#catering {
	width: 211px;
	height: 95px;
	z-index: 200;
	position: absolute;
	top: 345px;
	padding-left: 724px;
}

#bodySubBox {
	position: absolute;
	z-index: 100;
	width: 970px;
	top: 210px;
	height: 1200px;
}

.redText {
	font-weight: bold;
	color: #7D0008;
}

.pageTitle {
	font-weight: bold;
	color: #7D0008;
	font-size: 18px;
}
hr {
	color: #8A2422;
}
.PageHeading {
	color: #7D0008;
	font-size: 28px;
	font-weight: bold;
}
.PageText {
	font-size: 20px;
}
#footerSub2 {
	background-image: url(/images/background-footer2.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 970px;
	position: absolute;
}
#footer {
	width: 969px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

