@charset "UTF-8";

/*
 *	content.css
 *
 *	This file defines any special case styles
 *	for the main content area as well as any
 *	unique style for secondary content areas.
 */

#home_extras
{
	position: relative;
	margin-top: -30px;
	width: 1017px;
	padding: 0 0 0 79px;
}
#home_extras .round_box
{
	width: 455px;
	height: 126px;
	position: relative;
	overflow: hidden;
	float: left;
}
#home_extras .offer
{
	background: url(../cmsimages/bg_offer.jpg) no-repeat;
	margin-right: 33px;
}
#home_extras .offer .copy
{
	position: absolute;
	left: 153px;
	top: 30px;
}
#home_extras .offer h2
{
	color: #3995cc;
	font-size: 32px;
	margin-bottom: 0;
}
#home_extras .offer p,
#home_extras .offer p a
{
	color: #6d6e71;
	font-size: 20px;
}
#home_extras .quotes
{
}
#home_extras .feedback
{
	clear: both;
	width: 865px;
	padding-top: 25px;
}
#home_extras .feedback p
{
	font-size: 12px;
}
#home_extras .feedback p strong
{
	font-size: 15px;
	color: #3995cc;
}

.videoBox
{
	float: left;
	width: 100%;
}
.videoImage
{
	float: left;
	width: 156px;
	padding-right: 15px;
}
.videoText
{
	float: left;
	width: 198px;
	padding-left: 15px;
}

#coupon
{
	width: 576px;
	height: 303px;
	margin: 0 auto 30px;
	position: relative;
}
#coupon img
{
	position: absolute;
	left: 0;
	top: 0;
}
#coupon .expires
{
	position: absolute;
	top: 40px;
	left: 29px;
	font-size: 9px;
}
#coupon .customer
{
	position: absolute;
	top: 58px;
	left: 188px;
	font-size: 14px;
	color: #000;
}

#rebate
{
	width: 500px;
	margin: 0 auto;
}
#rebate h2
{
	text-align: center;
}
#rebate form .text,
#rebate form .select
{
	float: left;
	width: 600px;
	clear: both;
	margin-top: 10px;
}
#rebate form .text label,
#rebate form .select label
{
	text-align: right;
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #3995cc;
	padding-right: 10px;
}
#rebate form .text input,
#rebate form .select select
{
	float: left;
}
#rebate form .select select
{
	width: 140px;
}
#rebate form .checkbox
{
	float: left;
	clear: both;
	margin-top: 10px;
	width: 600px;
}
#rebate form .checkbox input
{
	float: left;
}
#rebate form .checkbox label
{
	float: left;
	width: 520px;
	padding-left: 5px;
}
#rebate .submit,
#rebate .share
{
	text-align: center;
	margin-top: 20px;
}
#rebate form label.error
{
	float: none;
	font-size: 13px;
	color: #f00;
}

form div.url
{
	display: none;
}
