@charset "utf-8";
/* CSS Document */

#featured
{
	width: 985px;
	height: 370px;
	position: relative;
	background: url(../images/feature-backgrounds/shore.jpg) top no-repeat;
}
#quote
{
	text-align: right;
	line-height: 118%;
	/*color: #af350a;*/
	color: #fff;
	width: 403px;
	height: 117px;
	left: 239px;
	top: 75px;
	font-weight: bold;
	font-size: 16px;
}
#quote blockquote
{
	font-style: italic;
	margin-bottom: 8px;
}
#featured .featuredContent
{
	position: absolute;
	display: block;
}
#featured .cta
{
	position: absolute;
	top: 250px;
	width: 170px;
	margin: 0px;
}
#buyNow
{
	left: 270px;	
}
#learnMore
{
	left: 460px;
}
#featuredProduct
{
	top: 32px;
	right: 60px;
}
#featuredProductTitle
{
	text-align: right;	
	/*color: #8bd7fe;*/
	color: #fff;
	text-transform: uppercase;
	width: 235px;
	right: 60px;
	top: 254px;
	line-height: 2em;
}
#featuredProductTitle h1
{
	font-size: 21px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;

}