/*_______________________________
STRUCTURE */

html, body {
	height: 100%;
}

body {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #fff;
	background: #000 url(../images/bg-main.jpg) repeat-x;
}

#outerwrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background: #000 url(../images/bg-tile-scanlines.png);
}

*html #outerwrap {
	height: 100%;
}

#innerwrap {
	width: 960px;
	padding-bottom: 184px;
	overflow: auto;
}

#edgel {
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 100%;
	background: url(../images/left-border.png) repeat-y 0 0;
}

*html #edgel {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left-border.png',sizingMethod='scale');
}

#edger {
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 10px;
	height: 100%;
	background: url(../images/right-border.png) repeat-y 0 0;
}

*html #edger {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/right-border.png',sizingMethod='scale');
}

/*
_______________________________
CENTER COLUMNS */

#primary .content {
	margin: 0;
	padding: 32px 32px 0;
	overflow: auto;
}

#secondary .content {
	margin: 0;
	padding: 32px 32px 0;
	overflow: auto;
}

#tertiary .content {
	margin: 0;
	padding: 32px 0 0;
	overflow: auto;
}

#primary, #secondary, #tertiary {
	position: relative;
	float: left;
}

* html #primary, * html #secondary, * html #tertiary {
	display: inline;
}

/*
_______________________________
L1 */

body.l1 #primary {
	width: 636px;
}

body.l1 #secondary {
	width: 324px;
}

/*
_______________________________
L2 */

body.l2 #primary {
	width: 636px;
	margin-left: 324px;
}

body.l2 #secondary {
	width: 324px;
	margin-left: -960px;
}

/*
_______________________________
HEADER */

#header {
	height: 140px;
	background: #000 url(../images/header-new.gif);
}

#logo {
	padding: 0 0 0 8px;
}

/*
_______________________________
MAIN PROMOTION */

#promomain {
	height: 400px;
	background: #ccc;
	margin-top: 10px;
}

#promomain .left {
	float: left;
	height: 400px;
	background: #ccc;
	margin-top: 10px;
}

/*
_______________________________
FOOTER */

#footer {
	clear: both;
	width: 960px;
	height: 160px;
	position: relative;
	margin: -160px auto 0;
	background: #000 url(../images/bg-footer.jpg);
}

#footer .content {
	padding: 50px 0 0 0;
	font: 10px "Courier New", Courier, monospace;
	text-align: center;
	color: #3aff3a;
}

/*
_______________________________
GENERAL */

p {
	margin: 0 0 18px 0;
}

h1, h2, h3, h4, h4, h6 {
	font-family: "Courier New", Courier, monospace;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 12px;
	color: #3aff3a;
}

h1 a {
	color: #e10000;
	text-decoration: none;
}

h2 {
	font-size: 21px;
	line-height: 28px;
	margin: 0 0 12px;
	color: #3aff3a;
}

h2 a {
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
	color: #3aff3a;
}

h3 a {
	color: #3aff3a;
	text-decoration: none;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
	color: #3aff3a;
	font-style: italic;
}

h4 a {
	color: #3aff3a;
	text-decoration: none;
}

h5, h5 a, h5 a:hover {
	font-size: 21px;
	line-height: 28px;
	margin: 0 0 12px;
	text-align: center;
	color: #3aff3a;
}

hr {
	clear: both;
	display: block;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
	border-style: none none solid;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ol {
	list-style-type: none;
	list-style: decimal outside;
}

ul, ol {
	margin: 0 0 18px 0px;
}

ul li {
	margin: 0 0 10px 0;
	font: bold 16px/25px "Courier New", Courier, monospace;
	background: url(../images/bullet-checkbox.png) left top no-repeat;
	padding: 5px 0 0 36px;
}

blockquote {
	padding: 18px 16px 24px;
	margin: 0 0 18px;
	font: bold 16px/21px "Courier New", Courier, monospace;
	color: #000;
	border: 1px solid #000;
	background: #ffffcc;
}

table {
	width: 100%;
	margin: 0 0 12px 0;
}

td {
	padding: 2px;
}

.hours td {
	padding: 0;
}

.day {
	width: 90px;
}

a {
	color: #3aff3a;
	text-decoration: underline;
}

a:hover {
	color: #3aff3a;
}

strong, th, thead td, dt {
	font-weight: bold;
}

small {
	font: 10px "Courier New", Courier, monospace;
}

.center {
	text-align: center;
}

/*
_______________________________
BUTTONS */

.buttonwide a {
	display: block;
	margin: 0 0 18px 0;
	width: 572px;
	height: 64px;
	background: url(../images/button-wide.png) left top;
	text-align: center;
	font: bold 19px/62px "Courier New", Courier, monospace;
	color: #fff;
	text-decoration: none;
}

.buttonwide a:hover {
	background-position: left bottom;
	color: #fff;
	text-decoration: none;
}

.buttonnarrow a {
	display: block;
	margin: 0 0 18px 0;
	width: 260px;
	height: 64px;
	background: url(../images/button-narrow.png) left top;
	text-align: center;
	font: bold 19px/62px "Courier New", Courier, monospace;
	color: #fff;
	text-decoration: none;
}

.buttonnarrow a:hover {
	background-position: left bottom;
	color: #fff;
	text-decoration: none;
}

/*
_______________________________
FLOATED IMAGES */

.imageleft {
	float: left;
	margin: 0 12px 12px 0;
	padding: 0;
	line-height: 0;
}

.imageright {
	float: right;
	margin: 0 0 12px 12px;
	padding: 0;
	line-height: 0;
}

/*
_______________________________
END */