/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 780pt;  /* using 20pt less than a full 800pt width allows for browser chrome and avoids a horizontal scroll bar */
	background:#AC8A2F;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	/*border: 1pt solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	background: #DDDDDD; 
	padding: 0 10pt 0 20pt;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(../gfx/optimal-rx-flash-placeholder.jpg) no-repeat !important;
	text-align:center;
} 

#practitioner-login{
display:none;
}

#wrapper{
background-color:#F3F3F4; !important
}

#header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10pt 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 a{text-decoration:none; color:#652D8A; font-weight:bold; font-size:22pt;}

#left-sidebar,  #right-sidebar {
display:none;
}

 #mainContent { 
}

 #footer { 
	color:#97CA33;	
	font-size:11pt;
	line-height:1.5em;
	height:41pt;
	text-align:left;

} 

a.backtocategory, a#print, a#practitionerdispensingonly,a#practitionerlogin, a#productlogin, a#newsletterblock{display:none;}

#copyright span{
display:none;
}


#email a, #email a:visited{
 color:#97CA33;	
 text-decoration:none;
 font-size:11pt;
}

#email a:hover{
 text-decoration:underline;
}

#phone span#email{
	display:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8pt;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8pt;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1pt;
    line-height: 0pt;
}


ul#menubar{
display:none;
}

span#page_title
{
	font-size: 1.6em;
	display:block;
	text-align:center;
	font-weight: bold;
	padding:10pt 0 0 0;
}


span#tagline
{
	margin-top:5pt;
	margin-bottom: 10pt;
	padding-top:10pt;
	padding-bottom:10pt;
	border-top: 2pt solid #c3b3d5;
	border-bottom: 2pt solid #c3b3d5;
	display:block;
	text-align:center;
	color:#97cb52;
	font-weight: bold;
	font-size: 1.2em;
}

span#content{
font-size:11pt;
font-family:Arial, Helvetica, sans-serif;
line-height:1.7;
}

a#range1, a#range2, a#range3
{
	display:block;
	margin-top: 10pt;
}



a#login,a#login:visited{
background:url(../gfx/btn-pract-login.gif) no-repeat;
width:255pt;
height:29pt;
display:block;
text-indent:-9999pt;
}

a#login:hover{
background:url(../gfx/btn-pract-login-on.gif) no-repeat;
}

#wrapper{
  clear:both;
  padding-top:50pt;
  background:url(../gfx/bg-top-body.jpg) repeat-x #f3f3f4;
}


#email{
display:none;
}

#phone img{
display:none;
}


#copyright img{
display:none;
}
