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

/* -------------------------------CSS ------------------------------------------------------*/
div#leftBlock{
	width:750px;
	height:700px;
	float:left;
	margin:0;
	padding:0;
}
.flashcontent {
	position: relative;
	border: 0 solid red;
	background: #FFF;
	margin: 0;
	padding: 0;
	left: 0;
	width: 100%;
	clear: both;
}
div#frontPageFlash{
   border:0px solid blue;
   width:562px;
   float:left;	
   padding: 0;
}
/*--------------------------------css for the Promo page Slider---------------------------------*/
#fW_Content {
	top:0px;
	left:0;
	MARGIN: 0;
	WIDTH: 562px;
	HEIGHT: 216px;
	z-index:1;
	line-height:100%;
}
#fW_Content IMG {
	WIDTH: 562px; HEIGHT: 216px;
}
#fW_Controls {
	margin:0;
	HEIGHT: 20px;
	position:absolute;
	bottom:10px;
    left:5px;
	z-index:999;
    bottom:1px;

}
#fW_Controls A {
	FONT-WEIGHT:normal; FONT-SIZE: 12px;
	BACKGROUND: url(../images/promo/off.gif) no-repeat;
	WIDTH: 20px;
	COLOR: white;
	PADDING-TOP: 2px;
	HEIGHT: 20px;
	text-align:center; 
	float:left; 
	margin-left:1px;
	text-decoration:none;
	line-height:100%;
}
#fW_Controls A.activeSlide {
	 BACKGROUND: url(../images/promo/on.gif) no-repeat;
}
#fW_Controls A:hover {
	 BACKGROUND: url(../images/promo/off.gif) no-repeat;
}
#sliderContent{
    position:relative;
	width:562px;
	height:216px;
	margin:0 0 0 0;
	overflow-y:hidden;
	overflow-x:hidden;

}