
#homeFlash{
	height: 400px;
	width: 600px;
	background-image:url(../../images/homevideoCallout.jpg);
	background-repeat:no-repeat;
	float:left;
}

#homeWelcome{
	height: 400px;
	width: 255px;
	float:right;
	/*background-image: url(images/homeSlideshowRight.jpg);*/
}

#homeWelcomePadding{
	padding: 40px 20px 0 10px;
}

#homeBestSellersTable{
	width: 100%;
	background-color: #101010;
	background-image: url(images/tableHeader.gif);
	background-repeat: repeat-x;	
}

#homeBestSellersTable td{
	padding: 14px 10px 14px 10px;
}

.midLine{
	border-left: solid 1px #000000;
}

#homeBestSellersTable img{
	height: 100px;
}

#displayHomeBody{
	width: 605px;
	float: left;
	margin: 0;
}

#bestSellersHeader{
	margin-top: 15px;
	
}
#welcomeInfo{
	padding:10px;
	margin-bottom:10px;
}
/********FREE DISPLAY STYLING ON HOME PAGE******/
#freeDisplayContainer{
	margin-left:12px;
	margin-bottom:20px;
	margin-top: 20px;
	height:450px;
	width:590px;
	background: url(images/webHomePage.jpg) no-repeat;
}
#freeDisplayContent {
  font-family:Verdana, Geneva, sans-serif;
  height:100px;
  width:570px;
  position:absolute;
  top:510px;
  left:195px;
  text-align:center;
  line-height:250%;
  

}

/*********STYLING FOR FREE PROMOTION ON USERHOME PAGE********/
#freePromo {
/*background: url(images/ICEStands.jpg) no-repeat;*/
width: 375px;
height:700px;
float: left;


}
#freePromo p#promoHeader {
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	top:208px;
	left:208px;
	height:50px;
	width:350px;
	text-align:center;
	font-style:italic;
	/*color:#0f2846;*/
	
	
}
#freePromo p#promoText {
	font-family:Verdana, Geneva, sans-serif;
	width:350px;
	height:375px;
	position:absolute;
	top:490px;
	left:208px;
	text-align:center;
	
	font-size:16px;
}
#promoNote{
	font-size:10px;
	position:absolute;
	top:790px;
	left:208px;
	width:350px;
	text-align:center;
}

