
@media print {
  html, body { background: none !important; }
  .noPrint { display: none !important; }
  .drugCard { width: 400px !important; display: block; margin: 0 auto; }
}

/* `Main Background Image ------------------------------------------------------------------------*/
body { 
	background: #11353d url('../images/body.gif') repeat-y center top;
}

h3 { font-size: 20px; line-height: 1.2; margin-bottom: 15px; }
p { font-size: 15px; line-height: 1.2; margin-bottom: 15px; }
#contentPrimary ul { list-style: outside square; margin-left: 15px; }
#contentPrimary ul li { font-size: 15px; line-height: 1.2; margin-bottom: 15px; }


/* `Header Logo and Tagline ----------------------------------------------------------------------*/
#header {
	height: 136px;
	background: url('../images/header.jpg') no-repeat;
	border-bottom: 1px solid #7A0C0C;
}
	#header .logo {
		display: block; 
		margin: 0 auto;
		width: 480px;
		padding-top: 18px;
	}
	#header h1 {
		font: normal 15px/17px Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
		color: #212028;
		text-align: center;
		font-style: italic;
		border: none;
		letter-spacing: 1px;
	}
	#header h1 strong {
		font-weight: bold;
		border-bottom: 1px solid #212028;
	}
	
/* `Content (background) -------------------------------------------------------------------------*/
#content {
	background: #FFF url('../images/content.gif') repeat-y center top;
}

#options {
position: relative;
overflow: hidden;
margin: 10px 0px;
}
#options ul {
clear: none;
float: none;
height: 38px;
list-style: none;
position: relative;
left: 0;
text-align: center;
}
#options li {
float: none;
display: inline-block;
height: 36px;
margin: 2px 5px 0;
padding: 0;
position: relative;
right: 0;
overflow: hidden;
}
#options a {
text-decoration: none;
color: black;
display: block;
padding: 0;
line-height: 36px;
margin: 0;
text-indent: -999em;
}
#options li.print a {
background: url("http://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat 0px top;
width: 126px;
}
#options li.text a {
background: url("http://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat -200px top;
width: 107px;
}
#options li.email a {
background: url("http://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat -400px top;
width: 125px;
}
#options li.save a {
background: url("http://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat -600px top;
width: 116px;
}

/* `Highlights (background image, text color, bullet image) --------------------------------------*/
#programHighlights {
	color: #FFF;
	background: url('../images/highlights.jpg') no-repeat;
}
	#programHighlights h2 {
		color: #FFF;
	}
	#programHighlights h3 {
		color: #FFF;
		background: url('../images/bullet-star.gif') no-repeat left top;
	}
	#programHighlights p {
		color: #FFF;
	}

/* `Preferred Pharmacy (margins and image spacing) -----------------------------------------------*/
#preferredPharmacies h2 {
	margin: 20px 70px 3px 70px;
}
#preferredPharmacies ul {
	margin: 0;
}
#preferredPharmacies p {
	padding: 0 70px;
}
#preferredPharmacies img {
	margin: 0;
}
.home #participatingPharmacies img { margin: 4px; }

/* `Featured, As Seen On (image spacing only) ----------------------------------------------------*/
#featured img {
	margin: 0 4px;
	max-height: 44px;
}

/* `Partners (image spacing only) ----------------------------------------------------------------*/
#partners img {
	margin: 0 10px;
	max-height: 75px;
}

/* `Footer (background image) --------------------------------------------------------------------*/
#footer {
	background: url('../images/footer.jpg') no-repeat center bottom;
}
#footerTopBorder { display: none; }
