@import "menu.css";
html {
	overflow-x: auto;
}
html, body {
	height: 99.5%;
}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #ac3c0a url('images/bg-pattern.jpg') repeat-x top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
img {
	border: none;
}
a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
}
html > body div#allAreas {
	height: auto;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
.Body_Text {
	color: #fff;
}
.Big_Heading {
	color: #fff7bf;
}
.Small_Heading {
	color: #fff7bf;
}
div#allAreas {
	position: relative;
	width: 817px;
	margin: 0px auto;
	text-align: left;
	background: #170902 url('images/allareasbg.jpg') repeat-x 0px 86px;
}
div#headerArea {
	position: relative;
	height: 397px;
	background: url('images/headerbg.jpg') no-repeat top center;
}
div#headerArea object {
	position: absolute;
	left: 26px;
	top: 113px;
}
div#leftArea {
	position: relative;
	float: left;
	width: 145px;
}
div#shoppingCart {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #f6c894;
	font-size: 11px;
}
div#shoppingCart legend {
	color: #ff5b02;
	font-weight: bold;
	font-size: 12px;
}
div#shoppingCart fieldset {
	border: 1px solid #ff5b02;
	padding: 8px;
}
div#shoppingCart div.figure {
	text-align: right;
	font-weight: bold;
	color: #fff59e;
}
div#shoppingCartBtns {
	margin: 10px 0px 0px 5px;
}
div#rightArea {
	float: right;
	width: 670px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
div#contentArea {
	margin: 15px 15px 80px 15px;
}
div#footerArea {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 817px;
	height: 60px;
	color: #fff;
	font-size: 0.7em;
	background: #ad3c0a url('images/footer-bg.jpg') no-repeat;
}
div#footerArea div {
	margin: 17px 0px 0px 10px;
}
div#footerArea p {
	margin: 0px;
	padding: 0px;
}
div#footerArea a {
	color: #fff;
	text-decoration: none;
}
