/*----------------------------------------------
	HOMEPAGE.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
----------------------------------------------*/

/*---------------------
	HOTDOG PROMO
	Because of overflow issues, this is completely outside
	of the page layout and positioned absolutely from the
	center using negative margins.
---------------------*/




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------
	PROMO PANEL
-------------------------------*/

#promo_panel{
	position:relative;
	width:867px;
	height:226px;
	margin-bottom:5px;
	z-index:100;
	overflow:visible;
}


/*---------------------
	SLIDER AND CONTENT
*/

#promo_window{
	position:relative;
	width:867px;
	height:226px;
	overflow:hidden;
}

#promo_slider{
	position:absolute;
	left:0;
	top:0;
	width:10000px;
	height:226px;
	z-index:100;
}

#promo_slider .promo_content {
	float:left;
	width:867px;
	height:226px;
	margin:0 5px 5px 0;
}

#promo_slider .promo_content img.preload {
	display:none;
}


/*---------------------
	NEXT AND PREVIOUS
*/

#promo_nav li{
	display:block;
	position:absolute;
	top:60px;
	width:76px;
	height:76px;
	z-index:4;
}
#promo_nav li.prev{
	left:-39px;
}
#promo_nav li.next{
	right:-77px;
}

#promo_nav li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
}


#promo_nav li.prev a{
	background:url(../../img/hp/inactive_07.png);
	width:34px;
	height:106px;
}
#promo_nav li.prev a:hover{
	background:url(../../img/hp/active_07.png);
	width:34px;
	height:106px;
}
#promo_nav li.next a{
	background:url(../../img/hp/inactive_09.png);
	width:32px;
	height:107px;
}
#promo_nav li.next a:hover{
	background:url(../../img/hp/active_09.png);
	width:32px;
	height:107px;
}


/*---------------------
	CORNER OVERLAYS
*/


#wrapper {
	width: 867px;
	margin: auto;
	text-align: left;
	z-index:1;
	padding-right:6px;
	padding-top:3px;
}


