@charset "UTF-8";
/* CSS Document */

img {
display:block;
}

#homeContent
{

	padding:20px;
	overflow:hidden;
	background-color:#FFFFFF;

}

#homeContent #productImages
{

	float:left;
	

}


#homeContent #productImages .mainImage
{
	margin-bottom:20px;
}

#homeContent #productImages .thumbImage
{
	
	float:left;
	margin-right:20px;

}


#homeContent #news
{

	float:right;
	width:289px;
	height:600px;
	background-image:url(../images/home/news-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}

#homeContent #news #newsInner
{

background: #000;
	height:540px;
	padding:20px;
	overflow:auto;

}

#homeContent #news a 
{

	color:#FFFFFF;
	text-decoration:none;

}

div.newsItem
{
	clear:both;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px dashed #ffffff;
	color:#FFFFFF;
}

div.newsItem img {
float:left;
margin-right:20px;
}

div.newsItem div.newsText
{
	float:right;
	width:140px;
	
}
div.newsItem .newsTitle
{
	color:#BF0008;
	text-transform:uppercase;
}


/*home page text*/
#homePageText
{
	float:left;
	margin-top:20px;
	width:445px;
	margin-right:20px;
	margin-top: 31px;
}

#homePageText h1
{
	background-color:#bf0008;
	font-size:16px;
	color:#ffffff;
	height:17px;
	padding:3px 3px 0px 3px;
	text-transform:uppercase;
	
}

#divHomeFooter {
	
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 22px;
	font-size: 11px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	vertical-align: middle;
	text-align: center;
	text-indent: 2pt;
	clear: both;
}
#divHomeFooter a:link, #divFooter a:hover, #divFooter a:visited{
	text-decoration: underline;
	font-weight: normal;
	color: #003366;



}
