@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(assets/wildman_back.jpg);
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #coupon   {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(assets/wildman_back.jpg);
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 0 20px 0;
	clear: right;
}
#container    #mapBtn  p   {
	padding: 5px 0;
	float: right;
	margin: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.oneColFixCtrHdr #header h3 {
	margin: 5px 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
#header img {
	padding: 0;
}
.oneColFixCtrHdr   #navigation  {
	background: #000000;
	color: #FFFFFF;
	padding: 0 10px 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#navigation  img {
	margin: 0 10px 0 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FF0000;
	margin: 0;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #redMain {
	height: 300px;
}
#redMain p {
	padding: 0 10px;
	font-size: .95ems;
	font-size: 1em;
	text-align: justify;
	line-height: 1.25em;
}
#redMain  #rightBlack {
	color: #FFFFFF;
	height: 250px;
	width: 450px;
	margin: 25px 20px 0 0;
	float: right;
	background-image: url(images/right_float_back.jpg);
}
#rightBlack img {
}
#redMain   #leftFlt {
	float: left;
	background: #FF0000;
	height: 250px;
	width: 450px;
	margin: 25px 0 0 20px;
}
#redMain h2 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0 0 30px;
}
.oneColFixCtrHdr #bottomMain {
	height: 142px;
	background: #000000;
	clear: both;
}
.oneColFixCtrHdr #container #footer {
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	font-size: 0.85em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .15em;
	margin: 30px 0 30px 0;
	background: #000000;
}
#tidal {
	color: #333333;
	font-size: .85ems;
	font-size: 0.75em;
	text-align: center;
	margin: 30px 0;
	clear: both;
}
#dealer  {
	color: #CCCCCC;
	font-size: 0.75em;
	text-align: center;
}
#dealer img {
	margin: 0 0 5px 0;
}
.emBold {
	font-style: italic;
	font-weight: bold;
}
.grayTxt {
	color: #666666;
}
.sound {
	background: #000000;
}
body a:link {
	color: #FFFFFF;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
body a:hover {
	text-decoration: underline;
	color: #FF0000;
}
body a:active {
	text-decoration: none;
	color: #BBBBBB;
}
#mapBtn a:link {
	color: #FF0000;
	text-decoration: underline;
}
#mapBtn a:visited {
	text-decoration: underline;
	color: #FF0000;
}
#mapBtn a:hover {
	text-decoration: none;
	color: #111111;
}
#mapBtn a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#tidal a:link {
	color: #333333;
	text-decoration: none;
}
#tidal a:visited {
	text-decoration: none;
	color: #333333;
}
#tidal a:hover {
	text-decoration: underline;
	color: #0066FF;
}
#tidal a:active {
	text-decoration: none;
	color: #666666;
}
