/* ------------------------------ */
/* main setup */


*
{
	margin: 0;
	padding: 0;
	border: 0;
 	outline: none;
}

body, html
{
    text-align: left;
    color: #46729f;
    font-family: Trebuchet MS, verdana, helvetica, sans-serif;
    font-size: 1em;

}

.offScreen 
{
	position: absolute;
	left: -5000px;
	padding: 0;
	margin: 0;
}

.clear
{
clear: both;
}

#frame 
{
	width: 715px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-top: 12px;

}

#logo
{
	width: 320px;
	background: url("../graphics/intro/videoDirectLogo.gif");
	height: 81px;
}

#video
{
	float: left;
	width: 320px;
	background: url("../graphics/intro/videoBackground.gif") right bottom no-repeat;
	height: 471px;
	text-align: center;
}

#videoBenefit
{
	float: left;
	width: 320px;
	background: url("../graphics/intro/videoBackgroundBenefit.gif") right bottom no-repeat;
	height: 471px;
	text-align: center;
}

#video #promo
{
	margin-top: 15px;
	height: 254px;
}

#videoBenefit #promo
{
	margin-top: 15px;
	height: 254px;
}

#top10
{
	float: left;
	width: 394px;
	background: url("../graphics/intro/top10reasons.gif");
	height: 471px;
}

#top10Benefit
{
	float: left;
	width: 394px;
	background: url("../graphics/intro/top10reasonsBenefit.gif");
	height: 471px;
}

#top10Web
{
	float: left;
	width: 394px;
	background: url("../graphics/intro/top10reasonsWeb.gif");
	height: 471px;
}

#prices
{
	float: left;
	width: 463px;
	background: url("../graphics/intro/paymentOptions.gif");
	height: 239px;
}

#pricesBenefit
{
	float: left;
	width: 463px;
	background: url("../graphics/intro/paymentOptionsBenefit.gif");
	height: 239px;
}

#contact
{
	float: left;
	width: 251px;
	background: url("../graphics/intro/ContactUs.gif");
	height: 239px;
}

#contactBenefit
{
	float: left;
	width: 251px;
	background: url("../graphics/intro/ContactUsBenefit.gif");
	height: 239px;
}

#email a
{
	display: block;
	height: 200px;
	width: 251px;
}

#diyExtra
{
display: block;
width: 320px;
height: 70px;
float: left;
margin: 70px 0 0 50px;
}

#profExtra
{
display: block;
width: 320px;
height: 70px;
float: left;
margin: 0 0 0 50px;
}




