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

div#media_box
{
	height:450px;
	width:1000px;
	margin:0 auto;
	border-bottom:#FFF 1px double;
}

div#media_box object
{
	width:1000px;
	height:450px;
}

div#first_row
{
	float:left;
}

div#featured_products
{
	float:left;
	width:460px;
	height:412px;
	margin:30px 20px 50px 30px;
}

div#featured_products_title
{
	float:left;
	margin-bottom:30px;
}

div#special_offers
{
	float:left;
	width:224px;
	margin:30px 20px 30px 0;
}

div#special_offers_image
{
	float:left;
	width:224px;
	margin-top:30px;
}

div#special_offers_image2
{
	float:left;
	height:120px;
	width:224px;
	padding-left:30px;
	margin-top:15px;
}

div.price
{
	float:left;
	font-size:12px;
	background-image:url(../image/homepage/grunge_tab.png);
	height:30px;
	width:224px;
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-top:18px;
	font-weight:bold;
}

a.new_price
{
	color:#FFF;
}

div#news_events
{
	float:left;
	margin:30px 0 30px 0;
	padding-left:15px;
	width:200px;
	border-left:#666 1px dotted;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

div.news_events_title
{
	float:left;
	border-bottom:#666 1px dotted;
	width:228px;
	color:#900;
	width:200px;
	margin-top:30px;
	padding-bottom:2px;
	font-weight:bold;
}

div.news_events_content
{
	margin-top:10px;
	width:200px;
	float:left;
}

div.news_events_content *
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	font-weight:normal;
}

a.news_link
{
	color:#900;
	cursor:pointer;
}

div#awesometubes
{
	margin:0 0 80px 30px;
	float:left;
	height:360px;
	width:440px;
}

div#awesometubes_title
{
	margin-bottom:30px;	
}

div#awesometubes_image
{
	float:left;
	width:440px;
}

div.video_content
{
	display:none;
}

div#video
{
	float:left;
	margin:72px 0 80px 50px;
	width:460px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

div.video_title
{
	float:left;
	border-bottom:#666 1px dotted;
	width:228px;
	color:#900;
	width:430px;
	margin-top:10px;
	padding-bottom:2px;
	font-weight:bold;
}

div.video_description
{
	margin:3px 0 20px 0;
	width:450px;
	float:left;		
}


