@import url("reset.css");
@import url("menu.css");

A:link {color: #731913; text-decoration: underline}
A:visited {color: #731913; text-decoration: underline}
A:hover {
	color: #731913;
	text-decoration: none;
}
A:active {color: #731913; text-decoration: underline} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;

}

.wrap {
	background: url("../images/bg.gif") top center no-repeat;
	width: 100%;
	height: 100%;
}

.container {
	width: 800px;
	margin: 0 auto;
}

.main {
	width: 800px;
	background: #fff;
	float: left;
}

.footer {
	width: 800px;
	height: 100px;
	background: url("../images/footer.png") no-repeat;
	float: left;
	clear: both;
	padding-top: 77px;
	color: #efa276;
	font-size: 11px;
}

.footer A:link {color: #efa276; text-decoration: underline}
.footer A:visited {color: #efa276; text-decoration: underline}
.footer A:hover {
	color: #efa276;
	text-decoration: none;
}
.footer A:active {color: #efa276; text-decoration: underline} 

.logoArea {
	width: 800px;
	height: 100px;
	float: left;
}

.logo {
	text-align: left;
	margin-left: -100px;
	width: 400px;
	height: 100px;
	background: url("../images/logo.png") no-repeat;
	float: left;
}

.addy {
	text-align: right;
	width: 500px;
	height: 100px;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.2em;
}

.content {
	width: 770px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.contentArea {
	width: 730px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	text-align: left;
}

.menuBar {
	width: 800px;
	height: 50px;
	text-align: right;
	background: url("../images/menuBar.gif") no-repeat;
}

.hLeft {
	width: 170px;
	float: left;
	padding-top: 30px;
	padding-left: 15px;
	text-align: left;
}

.hRight {
	width: 575px;
	float: left;
	text-align: right;
}

.mid {
	width: 770px;
	padding-left: 15px;
	float: left;
	text-align: left;
}

.coupon {
	text-align: center;
	margin-top: 20px;
}

.clear { clear: both; }

h1 { 
	color: #13733a; 
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 4px;
}

h2 { 
	color: #ec1d25;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 14px;
}

h3 { color: #33C06C; }

h4 { color: #C01B10; }


.header {
	width: 980px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}