﻿body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;

	
}

#header
{
	width:716px;
	height:216px;
	/*background: transparent url( "..images/m14.gif" ) no-repeat bottom left;
	background-repeat: no-repeat;
	background-position: left bottom;*/

}

SpotlightContainer
{ padding: 10px  0 0 0;
	width: 500px;
}
#NavContainer
{
	float:left;
	width: 217px;
}
	
#Nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul#Nav li a
{
	display: block;
	width: 217px;
	padding: 0 0 7px 0;
	background: transparent url( "../images/MenuImage.gif" ) no-repeat bottom left;
	text-decoration: none;
	color: White;
}
ul#Nav li a:hover
{
	text-decoration:underline;
	background-color
}

ul#Nav li a span
{
	display: block;
	padding: 0 0 0 40px;
	font-weight: bold;
}

ul#Nav .before span
{
display: block;
background: transparent url( "../images/m08.gif" ) no-repeat bottom left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height:16px;
}
ul#Nav .after span
{
display: block;
	background: transparent url( "../images/m09.gif" ) no-repeat bottom left;
	background-repeat: no-repeat;
	background-position: left top;
	height:16px;
}


		.DealContainer {border:2px solid #CCC; margin-bottom:10px;}
		.deal { vertical-align:top; padding-left: 5px; }
		.deal h2
{
	border-bottom: 1px solid #FF6600; /*background: #FFF url(h2bg.png) no-repeat;*/
	font-size: medium;
	color: navy;
}
		
		.deal_description { float:left;margin-bottom:10px; padding:  0 5px 5px 5px; border:1px solid #F0F0F0;width: 350px; height:auto; color:Black; /*background: #FFF url(h2bg.png) no-repeat;*/ }

		/*.deal_description ul { list-style-type:none;}*/
		.deal_image { float:left; width:120px; height:auto; margin: 0; text-align:center; vertical-align:middle;margin-left:5px;}
		.deal_link {float:left;border:1px solid #FF6600;width: 110px; text-align:center; margin-left:5px;/*background: #FFF url(h2bg.png) no-repeat;*/}
		
