@charset "utf-8";
/* CSS Document */

html {

  filter: expression(document.execCommand("BackgroundImageCache", false, true));

}

html, body {
	width:100%;
	height:100%;
	width:100%;
    margin:0px;
    padding:0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size:0px;
    background-color:#fff;
}

#wrapper_top {
	width:100%;
	margin:0px; padding:0px;
	background:url('../images/bg_contents-bottom.jpg') no-repeat center bottom;
}

#contents {
	width:958px;
	margin:0px auto;
	height:100%;
	/*border:1px solid red;*/
}

#header {
	width:100%;
	/*border:1px solid blue;*/
}

#mainContent {
	text-align:left;
	}

a.healthcare-professionals-button {
	background:url('../images/btn_Healthcare_Professionals.jpg') no-repeat 0 -31px;
	width:178px;
	height:31px;
	display:block;
	margin-top:9px;
	
}

a.healthcare-professionals-button:hover
{
	background-position:0 0px;
}

a.hcp-button {
	
	background-image: url('images/btn_Healthcare_Professionals.jpg');
	background-repeat: no-repeat;
	width:178px;
	height:31px;
	margin-top:23px;s
}


a.btn-coupons {
	background:url('../images/btn_coupons.gif') no-repeat;
	width:198px;
	height:34px;
	display:block;
}

a.btn-coupons:hover
{
	background-position:0 -34px;
}

a.btn-newsletter {
	background:url('../images/btn_newsletter.gif') no-repeat;
	width:199px;
	height:34px;
	display:block;
}

a.btn-newsletter:hover
{
	background-position:0 -34px;
}

a.btn_test-your-knowledge {
	background:url('../images/btn_test-your-knowledge.gif') no-repeat;
	width:199px;
	height:34px;
	display:block;
}

a.btn_test-your-knowledge:hover
{
	background-position:0 -34px;
}

a.btn_tell-a-friend {
	background:url('../images/btn_tell-a-friend.gif') no-repeat;
	width:199px;
	height:34px;
	display:block;
}

a.btn_tell-a-friend:hover
{
	background-position:0 -34px;
}

a.dulcolax-search-button {
	background:url('../images/btn_search.jpg') no-repeat 0 -22px;
	width:44px;
	height:22px;
	display:block;
}


a.dulcolax-search-button:hover
{
	background-position:0 0;
}

.dulcolax-search-terms
{
background:url('../images/bg_search-field.gif') no-repeat top left; 
display:inline;
}



#footer { 
	width:958px; 
	height:175px;
	margin:0px auto;
	}
	
#wrapper_bottom {
	width:100%;
	margin:0px; padding:0px;
	background:url('../images/bg_footer.jpg') no-repeat top center;
}

div#footer-buttons {
	width:100%;
	margin-top:59px auto 0px auto;
	}

.bottom-footer-spacer
{
	width:20px;
	height:11px;
	border:none;
}

#footer-links{
font-family:Arial,Helvetica,Sans-Serif;
line-height:12pt;
}

#footer-links p
{
margin-left:33px;
}

#footer-links a, #footer-links a:visited
{
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
	
.leftside 
{
	background:url('../images/home_left_wing.jpg') no-repeat;
	display:block;
	}	
	
.rightside 
{
	background:url('../images/home_right_wing.jpg')  no-repeat;
		
}

#popup-Coupon
{
	display:none;
	visibility:hidden;
	position:absolute;
	top:-10px;
	left: 78px;
	z-index:200;
}

#popup-Newsletter
{
	display:none;
	visibility:hidden;
	position:absolute;
	top:-10px;
	left: 277px;
	z-index:200;
}

#popup-TestYourKnowledge
{
	display:none;
	visibility:hidden;
	position:absolute;
	top:-11px;
	left: 478px;
	z-index:200;
	}
	
#popup-TellAFriend	
{
	display:none;
	visibility:hidden;
	position:absolute;
	top:-9px;
	left:680px;
	z-index:200;
}
