/* CSS Document */

body {
	background-color: #333325;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
}
#header {
	background-color: #5a4d36;
}
#head {
	background: url(mainHead.jpg) no-repeat;
	width: 780px;
	height: 106px;
	margin: 0 auto;
}
#login {
	font-size: 11px;
	width: 16em;
	color: #dcdcdc;
	float: right;
	margin-top: 56px;
}
#login a {
	line-height: 18px;
	color: #FFCC33;
	text-decoration: none;
}
#login a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
#bar {
	height: 5px;
	background: url(goldBar.gif) repeat-x;
	width: 100%;
	overflow: hidden;
	clear: both;
}
#subNav {
	height: 32px;
	background: url(topShadow.gif) top repeat-x;
	clear: both;
	background-color: #6a5b40;
}
#contentWrap {
	background: url(contentBack.gif) top center no-repeat;
}
#content {
	width: 780px;
	background: #dbdbb6;
	margin: 0 auto 32px auto;
	height: auto;
	clear: both;
	padding-bottom: 5px;
}
#flashFeature {
	width: 770px;
	height: 320px;
	padding: 5px;
	clear: both;
}
#ownitFeature {
	background: url(ioin_countdown_back_plain.jpg) no-repeat 5px 5px;
	width: 770px;
	height: 320px;
	padding: 5px;
	clear: both;
	font-family: Helvetica, sans-serif;
}
#featureA {
	width: 382px;
	height: 129px;
	margin-left: 5px;
	clear: left;
}
#featureB {
	width: 382px;
	height: 129px;
	float: right;
	padding-right: 5px;
}
#featureD {
	clear:both;
	padding:16px;
	margin: 5px 5px 0 5px;
	height:24px;
	background-color: #222;
	color:#ccc;
	font-weight:bold;
	font-size :18px;
}
#featureD a:link, #featureD a:visited {
	color:#eee;
	border: 1px solid #eee;
	text-decoration:none;
	background-color:#06c;
	padding: 4px 10px;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}
#featureD a:hover {
	background-color: #cc0000;
}
#featureD span {
color: #ffff99;
}
#featureZ {
	width: 367px;
	height: 120px;
	margin-left: 5px;
	clear: left;
	padding: 6px 12px;
	background: url(mliFeatureZnosound.gif) 0 0 no-repeat;
	text-align: right;
}
#featureWide {
	width: 744px;
	height: 166px;
	background-color: #484634;
	color: #ffffff;
	margin-left: 5px;
	text-align: right;
	padding: 5px 20px 5px 5px;
	background: url(mliZbanner112k9.jpg) top left no-repeat;
}
#gapFill {
	background-color: #6a5b40;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	text-indent: -999em;
	clear: both;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	text-indent: -999em;
	clear: both;
}
#mainNav {
	width: 100%;
	height: 2em;
	background: url(navBack.gif);
	clear: both;
	background-color: #6a5b40;
	border-bottom: solid #660000 1px;
}
#nav, #nav ul { /* all lists */
	width: 63em;
	list-style: none;
	line-height: 1;
	background: none;
	padding: 0;
	border: solid #990000;
	border-width: 0;
	font-family: "Trebuchet MS";
	font-size: 1em;
	margin: 0 auto;
}
#nav a {
	color: #FFFFCC;
	text-decoration: none;
	padding: 0.5em;
	display: block;
	width: 8em;
	text-align: center;
}
#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed for Opera */
}
#nav li ul { /* second-level lists */
	position: absolute;
	border-width: 2px;
	background: #660000;
	width: 11.3em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li {
	width: 11.3em;
}
#nav li ul a {
	width: 10.3em;
	text-align: left;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #990000;
}
#sponsorWrap {
	background: url(footShadow.gif) top repeat-x;
	background-color: #484634;
	border-bottom: #5b5949 solid 1px;
}
#sponsors {
	width: 780px;
	margin: 0 auto;
	clear: both;
	height: auto;
	padding-top: 20px;
	color: #dcdcdc;
	font-size: 0.8em;
	line-height: 1.6em;
}
#logos {
	text-align: center;
}
#footNavWrap {
	background-color: #484634;
}
#siteMap {
	width: 780px;
	margin: 0 auto;
	clear: both;
	height: auto;
	padding-top: 30px;
	line-height: 1.6em;
	font-size: 0.8em;
	padding-bottom: 30px;
}
#siteMap a {
	color: #dcdcdc;
	text-decoration: none;
}
#siteMap a:hover {
	text-decoration: underline;
}
#siteMap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footWrap {
	height: auto;
	clear: both;
}
#footer {
	width: 780px;
	height: 10em;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
	font-size: 0.8em;
	line-height:1.8em;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
td {
	width: auto;
	margin: 0;
	padding: 0;
}
.firstSpacer {
	width: 80px;
	margin: 0;
	padding: 0;
}
.spacer {
	width: 55px;
	margin: 0;
	padding: 0;
}
.catg {
	font-weight: bold;
	color: #FFFF99;
}
.countdown {
	line-height: 1em;
	width: 770px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	color: #fc0;
	font-size: 70px;
	text-align: center;
	clear: both;
}
.countdown a:link, .countdown a:visited {
	color:#eee;
	text-decoration: none;
}
.countdown a:focus {
	outline: 0 none;
}
.salecopy {
	padding: 30px 0 0 350px;
	font-weight: bold;
	margin: 0;
}
.salecopy h3 {
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	color: #FFa;
}
.salecopy p {
	color: #eeeeee;
	font-size: 22px;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.5em;
}
.salecopy a:link, .salecopy a:visited {
	color: #ddd;
	text-decoration: none;
	padding: 0;
}
.salecopy a:hover {
	color: #FC0;
}
.salecopy a:focus {
	outline: 0 none;
}
.countTagline {
	color: #bbb;
	text-align: center;
	padding: 22px 0 0 0;
	line-height: 1em;
	font-size: 16px;
	clear: both;
}
.shadow {
	text-shadow: 1px 1px 1px #000;
}

