﻿/* FlashBox */
DIV.FlashBox 
{
	float:left;
	margin:8px 0 0 0;
}

/* NewsBox */
DIV.NewsBox 
{
	float:right;
	width:161px;
	height:266px;
	margin:8px 0 0 0;
	background-image:url(../../images/layout/home_news_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

DIV.NewsBox DIV.NewsBoxTitle 
{
	float:right;
	width:161px;
	height:35px;
	margin:0 0 10px 0;
	background-image:url(../../images/layout/home_news_title_bg.gif);
}

DIV.NewsBox DIV.NewsBoxTitle P 
{
	margin:20px 0 0 7px;
	font-weight:bold;
	color:#FFF;
	font-size:11px;
}

DIV.NewsBox DIV.NewsItem 
{
	padding:8px 3px 4px 5px;
}

/* BottomPane */
DIV.BottomPane 
{
	clear:both;
	float:left;
	width:100%;
	background-image:url(../../images/layout/hp_content_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:5px 0 0 0;
}

/* Homepage content */
DIV.HomepageContent 
{
	float:left;
	width:422px;
	padding:24px 18px 0 21px;
	
	line-height:130%;
}

DIV.HomepageContent P
{	
	margin:16px 0 0 0;
}

/* PromotionsBox */
DIV.PromotionsBox
{
	float:right;
	width:290px;
	margin:18px 12px 0 0;
	color:#1C60AB;

}

DIV.PromotionsTitle 
{
	float:left;
	width:100%;
	height:26px;
	margin:0px 0 10px 0;
	background-image:url(../../images/layout/promotions_bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
DIV.PromotionDiv1
{
	float:left;
	width:209px;
	height:65px;
	padding:10px 0px 0px 80px;
	background-image:url(../../images/layout/flash_bg2.gif);
	background-repeat:no-repeat;
}

DIV.PromotionDiv2
{
	float:left;
	width:209px;
	height:65px;
	padding:10px 0px 0px 80px;
	background-image:url(../../images/layout/flash_bg1.gif);
	background-repeat:no-repeat;
}

DIV.PromotionDiv3
{
	float:left;
	width:209px;
	height:65px;
	padding:10px 0px 0px 80px;
	background-image:url(../../images/layout/flash_bg3.gif);
	background-repeat:no-repeat;
}

