/*CSS BY PHASE NEW MEDIA COPYRIGHT 2007*/

/*------------Scrollers-------------------------------------------*/
html
{
	height: 101%; /* add scrollbars to borwsers that do not have them - this eliminates page shift between long and short pages */
}


/*------------Body-------------------------------------------*/
body
{
	background: #000/*#C51E86*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* CLEARER STYLE used to clear nested divs */
.clear { clear: both; }	
.clearleft { clear: left; }	

#footersection {
            clear: both;
            width: 817px;
            overflow: auto;
	height: 150px
}


/*------------Container-------------------------------------------*/
/* Centre Page */
#centrer {
	width: 817px;
	margin: 0 auto;
	position: relative;
	z-index:1
	}

/*------------My Rewards Form-------------------------------------------*/

.myrewards_txt{
	color: #fff;
	font-size:85%;
	text-decoration:none;
	}
	
.home_service {
	paddind: 0;
	margin: -5px 13px 0 0;
}
	 
/*----------------Footer-------------------------------------------*/


#footer {
	clear: both;
	background-color: #000;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 85%;
	width: 817px;
	}

	
.bluetxt{
	color:#3F66AE;
	}

#footer ul { 
	margin: 0;	
	padding: 20px 20px 0 20px; 
	list-style: none; 
	color: #585858; 
	}
	
#footer a { 
	color: #cccccc; 
	text-decoration: none; 
	}
	
#footer a:hover { 
	color: #fff; 
	}
	
#breast_cancer { padding:0 0 0 14px;}
/* FLOAT FOOTER ITEMS LEFT AND RIGHT */
.float_left { 
	float: left; 
	padding: 10px 0 0 0;
	}
	
.float_right { 
	float: right; text-align: right; 
	margin-top: 16px;
	padding: 0 0 15px 0;
	}
/*------------------------------- Xmas Graphic ------------*/
#graphic{
	position:relative;
	width:152px;
	height:140px;
	left:750px;
	top:-22px;
	z-index:-1
}

/*------------------------------- Popup box ------------*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
