/* Body
----------------------------------------------- */
body{
	background: #fff url("../imgs/homepage/bg-body.gif") top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	width: 761px;
	margin: 0 auto;
}

#masthead{
	width: 761px;
	height: 139px;
	background: url("../imgs/homepage/bg-masthead.jpg") top left no-repeat;
}

#left{
	position: relative;
	float: left;
	width: 259px;
	/* height: 287px; */
	background: url("../imgs/homepage/bg-left.jpg") 0 6px no-repeat;
}

#left #date{
	position: absolute;
	margin-top: 13px;
	/* margin-left: 23px; */
	left: 23px;
	font-size: 12px;
	color: #666;
}

#content{
	position: relative;
	float: left;
	width: 502px;
	height: 287px;
	padding-bottom: 50px;
	background: url("../imgs/homepage/bg-content.gif") top left no-repeat;
}

#microphone{
	width: 100%;
	clear: both;
	background: #1296EA url("../imgs/homepage/bg-microphone.gif") 50% 0px no-repeat;
	border-bottom: solid 3px #fff;
}

#microphone-interior{
	width: 761px;
	height: 475px;
	margin: 0 auto;
	background: url("../imgs/homepage/img-microphone.jpg") 80px 0 no-repeat;
}

#hot{
	float: left;
	display: inline;
	width: 287px;
	height: 117px;
	margin-top: 344px;
	margin-left: 80px;
	background: url("../imgs/homepage/bg-hot-home.jpg") top left no-repeat;
}

#youtube{
	float: left;
	width: 344px;
	margin-top: 344px;
}

#footer{
	position: relative;
	background-color: #1296EA;
	border-top: solid 1px #000;
	width: 100%;
	float: left;
}



/* Paragraphs and Headings
----------------------------------------------- */
#content h1{
	margin-top: 72px;
	margin-bottom: 10px;
}

#content p{
	font-size: 11px;
	color: #333;
	margin: 0 40px 31px 27px;
}

#hot p{
	padding-left: 82px;
	margin-top: 17px;
}

#hot strong,
#youtube strong{
	font-size: 18px;
	color: #fff;
}

#youtube p{
	font-size: 11px;
	margin-top: 10px;
}

#footer p{
	font-size: 10px;
	color: #fff;
	line-height: 19px;
}

#footer p#copy{
	float: left;
	margin-left: 12px;
}

#footer p#credit{
	float: right;
	margin-right: 12px;
}



/* Lists
----------------------------------------------- */
#nav ul{
	float: left;
	font-size: 1px; /* IE 6 */
}

#nav li{
	float: left;
	list-style-type: none;
	line-height: 0;
}

.sidenav{
	margin-top: 185px;
	margin-left: 61px;
}

.sidenav li{
	list-style-type: none;
	margin-bottom: 31px;
}



/* Links
----------------------------------------------- */
#microphone a{
	color: #333;
	text-decoration: none;
}

#hot a{
	font-size: 11px;
	font-weight: bold;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

/* Forms
----------------------------------------------- */
#content form{
	float: left;
	display: inline;
	background: url("../imgs/homepage/bg-form.gif") top left no-repeat;
	width: 186px;
	margin-right: 45px;
	margin-left: 27px;
}

#content form table{
	margin-top: 74px;
	margin-left: 4px;
	font-size: 11px;
	font-weight: bold;
}

#content form select{
  font-size:10px;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#sales img{
	margin-top: 44px;
}

#youtube img{
	float: left;
	margin-right: 10px;
}



/* Promo
----------------------------------------------- */
.promo{
	font-size: 11px;
	position: relative;
}

.promo img{
	float: left;
	margin-right: 10px;
}

.promo span{
	position: absolute;
	width: 60px;
	top: 13px;
	/* left: 105px; */
}

.promo span a{
	display: block;
	margin-top: 8px;
	color: #C08040;
	text-decoration: none;
}