@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 1000%;
}

body {
	background-color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #464646;
	font-weight: regular;
}

a, a:visited, a:active {
	color: #CC0000;
}

a:hover, a:visited:hover {
	color: #CC0000;
}

a.jumpdown:link, a.jumpdown:visited, a.jumpdown:active {
	color: #464646;
	text-decoration: none;
}

a.jumpdown:hover, a.jumpdown:visited:hover {
	color: #CC0000;
	text-decoration: none;
}

h2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
p.bullet {
	margin-left: 12px;
	text-indent: -12px;
}
p strong {
	font-weight: bold;
}
p strong.head {
	color: #CC0000;
	font-weight: bold;
}
p strong.head2 {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
}
p strong.subhead {
	color: #000000;
	font-weight: bold;
}

#bodyWrapper {
	width: 981px;
	margin: 7px auto 0 auto;
	float: none;
	clear: both;
}

/* Hide Action Tag Image */

#actionTag {
	display: none;
	visibility: hidden;
}

/* Header Nav */

#headerNav {
	background: url(http://www.replaytv.com/images/hnav_bg.jpg) repeat-x;
	height: 33px;
	float: none;
	clear: both;
	padding-right: 18px;
}

/* Section Header */

#headerExternal {
	width: 979px;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}
#headerExternal #headerLogo {
	float: left;
	pading: 0;
	margin: 0;
	width: 300px;
}
#headerExternal #headerLogo img {
	padding: 0 0 8px 24px;
	margin: 0;
}
#headerExternal #headerText {
	float: right;
	padding: 12px 0 0 0;
	margin: 0;
	width: 450px;
}

/* External Usage */

#contentExternal {
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #D9D9D9;
	float: none;
	clear: both;
	overflow: auto;
}

/* Footer */

#footerWrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: auto;
}

#footerNav {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	width: 539px;
	float: left;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active {
	text-decoration: underline;
	color: #CCCCCC;
}

a.footerLink:hover, a.footerLink:visited:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#footerCopyright {
	font-size: 10px;
	font-weight: regular;
	color: #999999;
	padding-bottom: 26px;
	padding-top: 4px;
	width: 539px;
	float: left;
}

/* IE 6 Hack */
.spacer {  
	clear: both;
	float: none;
	height: 1px;
	margin:0;
	padding:0;
	overflow:hidden;
}

/* BEGIN: drop-down nav styles */
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}

.nav {
	/*line-height:32px;  */
}

.nav ul {
	position:absolute; 
	top:-999em; 
	width:181px; 
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}
.nav ul li,
.nav a { 
	width: 100%;
	}

.nav li {
	float:left; 
	position:relative; 
	z-index:99; 
}

.nav a {
	display:block; 
}

.nav li:hover ul, 
ul.nav li.hnavHover ul 
{
	left:0px; 
	top:32px;
}

.nav li:hover li ul,
.nav li.hnavHover li ul {
	top:-999em; 
}
.nav li li:hover ul, 
ul.nav li li.hnavHover ul 
 {
	top:-1px; 
}

.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; 
}

embed, object {
	position: relative;
	z-index: 0;
	}

.nav {
	float:right; 
	margin:0; 
	}
.nav li {
	background:#000000; 
	margin-right: 4px;
	height: 32px;
}
.nav a {

}
.nav li:hover, .nav li.hnavHover,
.nav a:focus, .nav a:hover, .nav a:active {
	
}
.nav li li {
	height: auto;
	border-bottom: #353535 1px solid;
	margin: 0;
	padding: 0;
}
a.hnavSub, a.hnavSub:visited, a.hnavSub:active {
	background: url(http://www.replaytv.com/images/hnav_drop_bg_off.jpg) no-repeat;
	text-decoration: none;
	padding: 3px 0 2px 0;
	color: #999999;
}
a.hnavSub:hover, a.hnavSub:visited:hover {
	background: url(http://www.replaytv.com/images/hnav_drop_bg_on.jpg) no-repeat;
	text-decoration: none;
	padding: 3px 0 2px 0;
	color: #FFFFFF;
}
a#hnavBuyNowLink:hover {
	border-bottom: #FFFFFF 1px solid;
}
#havSubSection {
	background: url(http://www.replaytv.com/images/hnav_drop_bg_off.jpg) no-repeat;
	text-decoration: none;
	padding: 3px 0 2px 0;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
/* END: drop-down nav styles */