/* start home page special styles*/

.homePageProduct
 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	clear: both;
}

.homePageItem {
	background:url(../_graphics/_images/TopNav_Background.jpg) no-repeat;
}

.section2 {
	width: 954px;
	padding: 0 0 0 5px;
	height: 240px;
}


.section2col1 {
	float: left;
	width: 196px;
	height: 200px;
	border-right: 1px solid #000000;
}

.section2col2 {
	background: url(../_graphics/_home/specialOffers.jpg) top left no-repeat;
	height: 100%;
	margin: 0px 0 0px 196px;
	padding: 35px 0 0 13px;
	height: 200px;
}

.section3 {
	width: 954px;
	height: 160px;
	padding: 0 0 0 0;
}

.section3Items {
	display: inline-block;
	float: left;
	height: 100%;
	padding: 0 0px 0 0px;
	width: 201px;
}

.section3Item2Box {
	float: left;
	width: 208px;
	height: 100%;
	padding: 0 0px 0 0px;
}

.section3Item3Box {
	float: left;
	height: 100%;
	width: 174px;
	padding: 0 0px 0 5px;
	border-top: 1px solid #000000;
}
.section3Item4Box {
	width: 366px;
	height: 100%;
	background:url(../_graphics/_home/fitnessCalculatorArea.jpg) top left no-repeat;
	float:right;
	
}

.section3Item4Text {
	margin: 40px 10px 0px 130px; 	
}

.homePageSpecials {
	height: 200px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.section2Hed {
	padding: 10px 0 0 0;
	display: inline-block;
	
}

img {border: 0;}

.section2Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 5px 0 0;
}

.homePageOffers {
	/*background: #FF0000;  url(../_graphics/homeProductBox.jpg) top left no-repeat; */
	padding: 5px 5px 10px 5px;
	margin: 0px 0 0px 0;
	float: left;
	width: 237px;
}

.homePageOffersPic {
	margin: 0 10px 0 5px;
	border: 1px solid #e1e1e1;
	float: left;
}

.homePageOffersBtn {
	background: url(../_graphics/homeBuyBtn.jpg) no-repeat 0 0;
	height: 20px;
	color: #000;
	margin: 3px 0 3px 94px;
	padding: 3px 0 0 0px;
	display: block;
}

.homePageOffersBtn a {
	background-position: 0 -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

.homePageOffersBtn a:hover {
	color: #666;
}
	

.footer {
	background:url(../_graphics/_home/footerBackground.jpg) no-repeat;
	height: 36px;
	padding: 5px 0 0 5px;
}

 for modal window 
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}
