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


/* Main Image */
div#main {
	width:790px;
	height: 348px;
	background-image:url(../images/home/hero.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

/* Notice */

div#notice {
	position:relative;
	top:140px;
	left:500px;
	border:solid 3px #F7901E;
	background-color:#FFFFFF;
	width: 250px;
}
div#notice h1 {
	text-align:center;
	margin-top:5px;
	margin-bottom:3px;
	color:#0000FF;
}
div#notice p {
	margin-left:5px;
	margin-right:5px;
	font-size:.8em;
}

div.video {
	position:relative;
	top:90px;
	left:510px;
	width:258px;
	height:221px;
}

/* Promos */

div#promos {
	padding-top:25px;
	width: 791px;
	margin: auto;
}

div.promo_content {
	font-size:.7em;
	height:114px;
}

/* Bad Habbit Promo */
div#badhabbit {
	width:247px;
	height:134px;
	background-image:url(../images/badhabbits_bg.gif);
	background-repeat:no-repeat;
	border:1px #000 solid;
	float:left;
}
div#badhabbit div.promo_content div{
	position:relative;
	left:100px;
	top:28px;
	width: 145px;
}
/* Top Ten Promo */
div#topten {
	width:246px;
	height:134px;
	background-image:url(../images/top10_bg.gif);
	background-repeat:no-repeat;
	border:1px #000 solid;
	float:left;
	margin-left:20px;
}
div#topten div.featured {
	padding:0;
	margin:0;
}
div#topten h3 {
	position:relative;
	left:75px;
	padding:0;
	margin:0;
	height:15px;
	font-size:1.2em;
	top: 26px;
}
div#topten div.promo_content div{
	position:relative;
	width:150px;
	left:90px;
	top:44px;
}
/* Choose DA Promo */
div#chooseda {
	width:246px;
	height:134px;
	background-image:url(../images/chooseda_bg.gif);
	background-repeat:no-repeat;
	border:1px #000 solid;
	float:right;
	margin-left:20px;
}
div#chooseda div.promo_content div{
	position:relative;
	left:90px;
	top:44px;
	width: 155px;
}

/* Promo Buttn */
div#badhabbit div.arrow, div#topten div.arrow, div#chooseda div.arrow {
	margin:0;
	padding:0;
	position:relative;
	text-align:right;
	margin-right:3px;
}


div.col1
{
	float:left;
	width:542px;
	margin-left:20px;
	margin-top:10px;
}

div.news
{
	background-image:url(../images/home/newsbg.gif);
	border:1px #000 solid;
	height:105px;
	width:515px;
	overflow:hidden;
	margin-bottom:12px;
}

div.news h1
{
	margin:0px;
}

div.news h2
{
	margin:0px;
	margin-top:8px;
	color:#001676;
	padding-left:25px;
	letter-spacing:-1px;
	font-size:14px;
	font-weight:bold;
}

div.news p
{
	margin:0px;
	color:#000;
	margin-top:4px;
	padding-left:25px;
	letter-spacing:-1px;
	font-size:14px;
}


div.offers
{
	background-image:url(../images/home/specialoffersbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width:246px;
	height:253px;
	background-color:#FFF;
	border:1px #000 solid;
}

div.offers h1
{
	margin:0px;
}

div.col2
{
	float:left;
	width:247px;
	margin-top:10px;
}


div.offers h2
{
	margin:0px;
	margin-top:8px;
	color:#001676;
	padding-left:15px;
	padding-right:15px;
	letter-spacing:-1px;
	font-size:14px;
	font-weight:bold;
}

div.offers p
{
	margin:0px;
	color:#000;
	margin-top:4px;
	padding-left:15px;
	padding-right:15px;
	letter-spacing:-1px;
	font-size:14px;
}


div.offers div.promo_content {
	font-size:inherit;
	height:234px;
}
div#topten div.promo_content div{
	position:relative;
}

/* Promo Buttn */
div.offers div.arrow {
	margin:0;
	padding:0;
	position:relative;
	text-align:right;
	margin-right:3px;
}


