@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#mastercontainer {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* HEADER */
#headerAbove {
	background-image: url(../images/LogoText1.png);
	height: 70px;
	background-color: #333745;
	background-repeat: no-repeat;
	background-position: left top;
}
#headerAbove p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BFBBBD;
	text-align: right;
	margin-right: 20px;
	padding-top: 42px;
}
#header {
	background-image: url(../images/TopImageBarF.jpg);
	height: 80px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	clear: both;
} 

#header h1 {
	margin: 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: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#welcomeBar {
	height: 30px;
	background-color: #333745;
}
#headerInfoContainer {
	width: 212px;
	color: #FFFFFF;
	border-left: 2px solid #C0262D;
	float: right;
	background-color: #000000;
	height: 80px;
}
#headerInfoText {
	width: 212px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 10px;
	padding-top: 18px;
	padding-bottom: 0px;
	text-align: center;
}


/* MAIN PRODUCT CONTAINER */
#page-container {
	width: 900px;
	margin: auto;
	padding-top: 20px;
	background-color: #57575A;
	position: relative;
}
#product-sidebar {
	position: absolute;
	top:90px;
	right: 39px;
	width: 136px;
}
#free-stuff-box {
	border: 2px solid #ED1C24;
}
#product-container {
	width: 686px;
	margin-top: 60px;
	font-size: 12px;
	color: #fff;
	padding-bottom: 15px;
}

.hero-description {
	padding: 10px 0 0 50px;
	width: 620px;
	position: relative;
}
.hero-description-text {
	font-size: 11px;
	font-family: Verdana;
	margin: auto 0;
}
#price-match-promo {
	position: absolute;
	bottom: -30px;
	right:10px;
	width: 200px;
	height: 87px;
	background: #333;
	border: 2px solid #000;
	text-align: center;
	color: cyan;
	display: none;
}
#price-match-promo a {
	font-size: 12px;
	outline: none;
}
.hero-description-text h2 {
	font-size: 16px;
	font-family: Arial;
	color: #FDF9A0;
}
.product-bottom-pad {
	clear: both;
	padding-bottom: 30px;
}

/* PRICE TABLE */
.special {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.price-table-wrapper {
	padding: 0 0 0 50px;
	clear: both;
}
.price-table {
	background: #FFFFD7;
	font-size: 11px;
	font-family: Arial;
	color: #000;
}
.price-table td {
	height: 24px;
}
.price-table img {
	width: 50px;
	padding-left: 10px;
}
.price-table-wrapper h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 29px;
	padding-left: 20px;
	color: #8A97A0;
	background: url(../images/table-title-arrow.gif) no-repeat left top;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
.price-table th {
	background-color: #000;
	color: #FFF;
	font-weight: normal;
}
.price-table td, .price-table th  {
	padding: 0;
	text-align: center;
	line-height: 16px;
}
tr.odd {
	background-color: #FFFFE6;
}
tr.odd td {
	border-bottom: 1px solid #fff;
}




/* Navigation */
#product-nav-holder {
	width: 664px;
	height: 38px;
	margin: 0;
	position: absolute;
	top:30px;
	left: 30px;
	z-index: 9999;
}
#product-nav-holder #product-nav {
	margin: 0;
	padding: 0;
}
#product-nav-holder #product-nav li {
	display: inline;
}
#product-nav-holder #product-nav li a {
	float: left;
	height: 0px;
	padding-top: 38px;
	overflow: hidden;
}
#product-nav-holder #product-nav li a,
#product-nav-holder #globalsearch {
	background-image: url(../images/product-nav.png);
	_background-image: url(../images/product-nav.png);
	background-repeat: no-repeat;
	outline: none;
}

/* BUTTONS */
#product-nav-holder #product-nav li#cd-dup a {
	background-position: 0 0;
	width: 166px;
}
#product-nav-holder #product-nav li#cd-rep a {
	background-position: -166px 0;
	width: 166px;
}
#product-nav-holder #product-nav li#dvd-dup a {
	background-position: -332px 0;
	width: 166px;
}
#product-nav-holder #product-nav li#dvd-rep a {
	background-position: -498px 0;
	width: 166px;
}

/* OVER STATES */
#product-nav-holder #product-nav li#cd-dup a:hover {
	background-position: 0 -38px;
	cursor: default;
}
#product-nav-holder #product-nav li#cd-rep a:hover {
	background-position: -166px -38px;
}
#product-nav-holder #product-nav li#dvd-dup a:hover {
	background-position: -332px -38px;
}
#product-nav-holder #product-nav li#dvd-rep a:hover {
	background-position: -498px -38px;
}



/* PRESSED STATES */
#product-nav-holder #product-nav li#cd-dup a:active {
	background-position: 0 -76px;
}
#product-nav-holder #product-nav li#cd-rep a:active {
	background-position: -166px -76px;
}
#product-nav-holder #product-nav li#dvd-dup a:active {
	background-position: -332px -76px;
}
#product-nav-holder #product-nav li#dvd-rep a:active {
	background-position: -498px -76px;
}


/* ON STATES */
#product-nav-holder.cddup #product-nav li#cd-dup a {
	background-position: 0 -76px !important;
	cursor: default;
}
#product-nav-holder.cdrep #product-nav li#cd-rep a {
	background-position: -166px -76px !important;
	cursor: default;
}
#product-nav-holder.dvddup #product-nav li#dvd-dup a {
	background-position: -332px -76px !important;
	cursor: default;
}
#product-nav-holder.dvdrep #product-nav li#dvd-rep a {
	background-position: -498px -76px !important;
	cursor: default;
}



/* FOOTER */		
#footer {
	background-image: url(../images/BGBottomEdge.png);
	height: 20px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin: 0 auto;
} 
#bottomnav {
	white-space: normal;
	display: block;
	font-family: Verdana;
	font-size: 10px;
	margin: 0px auto;
	text-align: center;
	color: #CCCCCC;
	line-height: 150%;
	padding: 10px 0;
}
