/*********************************************************************
LAYOUT FRAMEWORK - main containers specific to the homepage
**********************************************************************/
#billboard 
	{
	position: relative; 
	top: -5px;
	}

#content 
	{
	float: left;
	margin: 0 0 52px 0;
	padding: 0 5px 5px 5px;

	}
	
/*********************************************************************
CALLOUTS
**********************************************************************/

.links
	{
	float: left;
	width: 32%;
	}
	
.overview
	{
	float: left;
	width: 39%;
	margin: 0 35px 0 0;
	padding: 12px 0 0 0;
	}

.news
	{
	float: left;
	width: 24%;
	padding: 12px 0 0 0;
	}

.links img
	{
	margin-bottom: -5px;
	}

.news .newsItem
	{
	margin: 0 0 10px 0;
	}

.news .date
	{
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	color: #DDCFC2;
	}

.news .title
	{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
	display: block;
	color: #DDCFC2;
	}

.news .title a
	{
	color: #DDCFC2;
	}

.news .title a:hover
	{
	color: #89C542;
	}

.news p
	{
	line-height: 1.3em;
	}
	
	
/*********************************************************************
BILLBOARD SLIDESHOW
**********************************************************************/	
#slideshowContent
	{
	float: left;
	height: 347px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 5px;
	background: url(../images/bkg_slideshow.png) bottom center no-repeat;
	}
			
#slideshowContent .pics 
	{
	width: 687px; 
	height: 297px;
	overflow: hidden;
	}

#slideshowContent #nav 
	{
	padding: 10px 0 0 90px;
	position: relative;
	top: 0;
	z-index: 2000;
	}

#slideshowContent #nav #numbers 
	{
	float: left;
	padding: 0 6px 0 6px;
	}

#slideshowContent #nav #numbers a 
	{
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
	color: #fff;
	}

#slideshowContent #nav #numbers a:hover, #slideshowContent #nav #numbers a.activeSlide 
	{
	color: #A7F257;
	}

#slideshowContent #nav #prev, #slideshowContent #nav #next  
	{
	float: left;
	padding: 3px 0 0 0;
	}	

#slideshowContent #info
	{
	position: relative;
	z-index: 500;
	padding: 2px 0 0 0;
	left: 40px;
	color: #534741;
	font: 13px Arial, Helvetica, sans-serif;
	}
	
/*********************************************************************
BILLBOARD Brands
**********************************************************************/	

#brandsContent
	{
	float: left;
	width: 255px;
	height: 348px;
	padding: 5px 5px 0 4px;
	background: url(../images/bkg_brands.png) bottom center no-repeat;
	}

/*#brandsContent #brands
	{
	margin: 0 auto;
	margin-top: 8px;
	width: 223px;
	height: 264px;
	color: #0283BA;
	}*/
#brandsContent #brands
	{
	margin: -21px auto 0;
	width: 223px;
	height: 305px;
	color: #534741;
	z-index: 100;
	}

/*#brandsContent #brands div
	{
	padding: 15px 0px 10px 18px;
	background: #fff;
	width: 100%;
	}*/
#brandsContent #brands div 
	{
	top: 43px !important;
	padding: 15px 0px 10px 18px;
	background: transparent;
	width: 100%;
	}
	
/*#brandsContent .bottle
	{
	float: right;
	position: relative;
	top: -255px;
	z-index: 2000;
	right: 7px;
	}*/
	
#brandsContent .bottle
	{
	float: right;
	position: relative;
	top: -248px;
	z-index: 2000;
	right: 7px;
	}

#brandsContent .score
	{
	font: 45px Georgia;
	margin: 0px 10px 0 0px;
	font-weight: bold;
	line-height:40px;
	}

#brandsContent p
	{
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
	width: 53%;
	height:113px;
	}
	
/*#brandsContent #brandsNav
	{
	margin: 0 auto;
	margin-top: 14px;
	padding: 6px 5px 0 5px;
	width: 230px;
	height: 40px;
	background: url(../images/bkg_brandsNav.png) top center no-repeat;
	}*/
	
#brandsContent #brandsNav
	{
	margin: 0 auto;
	margin-top: 0;
	padding: 6px 5px 0 5px;
	width: 230px;
	height: 40px;
	background: url(../images/bkg_brandsNav.png) top center no-repeat;
	}

#brandsContent #brandsNav a
	{
	float: left;
	}

#brandsContent #brandsNav #prevBrand, #brandsContent #brandsNav #nextBrand
	{
	padding: 7px 10px 0 10px;
	}