/* CSS Document */
	.bb_body {
		background-image: url(images/bgPink.jpg);
		background-repeat: repeat;
	}
	.bb_bgWhite {
		background-image: url(images/bgWhite.png);
		background-repeat: repeat;
	}

/* Style the masthead zone. */
	.bb_masthead {
		height: 110px;
		text-align: center;
		padding-left: 30px;
	}
	.bb_mastheadBlockLeft {
		width: 915px;
		height: 110px;	
	}
	.bb_mastheadBlockRight {
		float: right;
		width: 205px;
		height: 110px;
	}

/* Style the top main nav bar */
	.bb_navbartopOuter {
		padding: 15px 0px;
	}
	.bb_navbartopInner {
		height: 25px;
		width: 100%;
		background-color: #ffffff;
		padding: 6px 0px 2px 0px;
	}

/* Main Content Row */
	.contentRowOuter {
		padding: 0px 40px 20px 40px;
		height: 200px;
	}
	.contentRowInner {
		background-color: #ffffff;
		height: 200px;
	}
	/* This is the main content zone. */
	.bb_content {
		width: 719px;
		padding: 10px;
	}

/* Style the left nav bar zone. */
	.bb_navBarLeft {
		width: 225px;
		padding: 10px;
	}

/* Style the footer */	
	.bb_footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #512800;	
		text-align: center;
		vertical-align: top;
		padding: 10px;
	}
	
	
/* Style the top nav bar links */
	a.bbMenuTop, a.bbMenuTop:link, a.bbMenuTop:visited, a.bbMenuTop:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #512800;
		text-decoration: none;
		padding-left: 11px;
		font-weight: bold;
	}
	a.bbMenuTop:hover {
		color: #FF0000;	
	}
	
/* Headlines, Title, Large */	
	.titleLarge {
		font-weight: bold;
		font-size: 18pt;
		color: #FF828B;
		font-family: Compass, Arial, Helvetica, sans-serif;
	} 
	
/* Headlines, Title, Medium */	
	.titleMedium {
		font-weight: bold;
		font-size: 16pt;
		color: #FF828B;
		font-family: Compass, Arial, Helvetica, sans-serif;		
	}
	
/* Home page */
	.infoBox {
		float: left; 
		border: 1px solid #000000; 
		background-color: #FFC8CC; 
		width: 200px; 
		height: 123px; 
		padding-top: 40px; 
		font-size: 18px;
	}
	
	.prodSpotLightBox { 
		z-index: 200; 
		width: 200px; 
		height: 290px; 
		border: 1px solid #FFC8CC; 
		background-color: #FFC8CC;
	}
		
/* Links Page */	
	.bbInfoBoxLinks {
		margin: 10px auto;
	 	width: 500px; 
		padding: 10px 20px 20px 40px; 
		border: 1px solid #000000;
		background-image: url(images/bgInfoBox.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

.imglook {

}
		

