.IntroPanel
{
	position:relative;
	float:left;
	width:780px;
	height:210px;
	background:url(../Images/IntroPanelBack.png) top left no-repeat;
}

.IntroPanelText
{
	position:absolute;
	top:40px;
	left:430px;
	width:320px;
	height:150px;
	overflow:hidden;
	font-weight:bold;
}

.FindLocalContactPanel, .FindLocalContactPanelResults
{
	position:relative;
	float:left;
	width:188px;
	height:57px;
	padding:349px 22px 14px 30px;	
	background:url(../Images/FindLocalContactPanelBack.png) top left no-repeat;
	font-size:110%;
	color:#FFFFFF;
}

.FindLocalContactPanel
{
	background:url(../Images/FindLocalContactPanelBack.png) top left no-repeat;
}

.FindLocalContactPanelResults
{
	background:url(../Images/FindLocalContactPanelResultsBack.png) top left no-repeat;
}




.FindLocalContactPanel input[type=text]
{
	position:relative;
	border:2px solid #6CCEF5;
	top:2px;
	width:100px;
	padding:2px;
	margin:8px 0px 4px 0px;
	font-size:110%;
}

.FindLocalContactPanelResultsInsert
{
	position:absolute;
	top:114px;
	left:16px;
	width:200px;
	height:200px;
	color:#000000;
}

.NewsPanel
{
	position:relative;
	float:left;
	width:540px;
	height:200px;
	background:url(../Images/NewsPanelBack.png) top left no-repeat;
	font-size:80%;
}

.NewsPanelScrollUp
{
	position:absolute;
	top:60px;
	left:480px;
	width:36px;
	height:41px;
}

.NewsPanelScrollUp:hover
{
	background:url(../Images/NewsPanelScrollUpHover.png) top left no-repeat;
}

.NewsPanelScrollDown
{
	position:absolute;
	top:101px;
	left:480px;
	width:36px;
	height:41px;
}

.NewsPanelScrollDown:hover
{
	background:url(../Images/NewsPanelScrollDownHover.png) top left no-repeat;
}
	
.NewsPanelRotatorContainer
{
	position:absolute;
	top:42px;
	left:24px;
	width:400px;
	height:126px;
}

.NewsPanelDate
{
	clear:both;
	text-align:center;
	color:#999999;
}

.NewsPanelHeadline
{
	font-size:150%;
	font-weight:bold;
	color:#00AEEF;
	margin-bottom:4px;
}

.NewsPanelStoryFrame
{
	position:relative;
	float:left;
	width:336px;
	height:86px;
	padding:20px;
	overflow:hidden;
}

.NewsPanelStoryFrame img {
	float:left;
	margin-right:10px;
}

.NewsPanelStoryFrame p {
	margin: 0.1em 0 0.1em 0;
}

.NewsPanelSideFrame 
{
	position:relative;
	float:right;
	width:60px;
	height:106px;
	padding:10px;
	overflow:hidden;
}

.ProductPanel
{
	position:relative;
	float:left;
	width:540px;
	height:220px;
}

.ProductPanel a
{
	text-decoration:none;
}

.ProductPanel img
{
	border:none;
}

.ProductPanelProductImage
{
	position:relative;
	float:left;
	width:250px;
	height:200px;
}

.ProductPanelProductImage img
{
	display:block;
	margin:0 auto;	
}

.ProductPanelDescription
{
	position:relative;
	float:left;
	width:286px;
	height:200px;
	padding: 0 4px 0 0;
	overflow:auto;
	font-size:90%;
}

.ProductPanelDescription ul
{
	margin-top:.5em;
}


.ProductPanelDescription li
{
	margin: 0 0 .5em -20px;
	padding:0;
}

.ProductPanelDescriptionProductName
{
	font-size:150%;
	font-weight:bold;
	color:#00AEEF;
}

.ProductPanelLinkContainer
{
	position:relative;
	float:left;
	width:540px;
	height:20px;
}