/* -------------------------- start basic settings and generic tags */
body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background: #D0EBF8;
	color:#333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.formLabel { font-weight: bold; color: #696969; }

a{
	text-decoration:none;
	font-weight: bold;
	color:#00A1DB;
}
a:hover{
	text-decoration: underline;
}
div.spacerOpen{
	clear: right;
	font-size:0px;
	line-height:0px;
} 
div.spacerClose{
	clear: both;
	font-size:0px;
	line-height:0px;
} 
/*-------------------------- end basic settings and generic tags */
table#topSectionTable , table#topSectionTable td, table#topSectionTable tr
        { border-collapse: collapse; border:0px; margin:0px; padding:0px; }

div#topSection{
	margin:0px;
	padding:0px;
	background:#D3EBED;
}
h1#bannerText {
	display: none;
}
div#topSection h1 span{
	display:none;
}
/*-------------------------- start top menu with chamfer */
ul#navMenu{
	width: 985px;
	z-index:11;
	position:absolute;
	margin:0;
	left:0;
	top: 85px;
	padding: 0px 0px 0px 90px;
	right: 0px;
	white-space: nowrap;
	color : #FFF;
	font-size:10px;
	background: #7EC2EA url(../images/nav-bar-bg.gif) no-repeat;
	height: 25px;
}
ul#navMenu li{
	display : inline;
}
ul#navMenu li a{
	padding: 5px 10px 6px 15px;
	color : #FFF;
	background: #A4CC21 url(../images/nav-menu-icon.gif) no-repeat 3px 5px;
	text-decoration : none;
	border: 1px solid #88B004;
	border-right: 0px;
	float: left;
	text-transform: uppercase;
}
ul#navMenu li a:hover, ul#navMenu li a.menuSelected{
	background-color: #92B816;
	color : #CBE37B;
}
ul#navMenu li a.endChamfer{
	padding-right: 10px;
	border-right: 1px solid #00A1DB;
	vertical-align: top;
}
ul#navMenu li a.endChamfer span{
	margin:0 0 0 12px;
	font-size: 1px;
	line-height: 2px;
	padding:7px 6px;
	overflow:hidden;
	background: #A4CC21;
}
html>body ul#navMenu li a.endChamfer span{
	padding-bottom:5px;
}
ul#navMenu li a.endChamfer:hover span{
	background: #92B816;
}
/*-------------------------- end top menu with chamfer */

/*-------------------------- start office status menu  */

ul#navMenu li.officeStatus{
	padding-left: 5px;
	line-height: 24px;
	width: 100%;
}
/*-------------------------- end office status */

/*-------------------------- start left menu */
div#leftSection {
	margin: 22px 0 0 0;
	padding:0;
	float:left;
	background: url(../images/main-menu-footer.gif) bottom center no-repeat;
	padding-bottom:200px;
}
/*-------------------------- end left menu */

/*-------------------------- start live chat button */
p#liveChat{
	margin:0;
	padding:0;
	text-transform: uppercase;
	width:150px;
	height:40px;
	top: 110px;
	background: #0088B9 url(../images/main-menu-header.gif) top center no-repeat;
/*	position: absolute; */
}
p#liveChat a{
	display:block;
	float:left;
	color:#FFF;
	background: #A4CC21 url(../images/csr-graphic.jpg) top left no-repeat;
	padding: 4px 8px 4px 56px;
	margin:0;
	text-align: right;
}
p#liveChat a:hover{
	color:#CFF;
	text-decoration: none;
}
/*-------------------------- end live chat button */


/*-------------------------- start drug menu div - see javascript/menu/exmplmenu_var.js for further settings */

div#drugMenu{
	width:150px;
	margin:0;
/* 
	height:448px;
	top: 220px;
	left:0;
	position: absolute;
*/
}
/*-------------------------- end drug menu div */

/*-------------------------- start search form */
div#drugSearch{
	background: #A4CC21;
	border-top:1px solid #00698F;
	margin:0;
	padding:0;
	width:150px;
	height:70px;
/*
	top: 150px;
	position: absolute;
*/
	clear:both;
}
.drugBG { background: #A4CC21; }
form.searchForm{
	margin:0;
	padding:4px;
}
form.searchForm h4{
	margin:3 0 4 0;
	font-size:1em;
	font-weight: bold;
	line-height:14px;
	text-transform:uppercase;
	color:#FFF;
	background:#A4CC21 url(../images/search-icon.gif) center left no-repeat;
	padding-left:20px;
}
form.searchForm input{
	border: 1px solid #066;
	width:80px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#008BB3;
	margin:2 4;
	padding:0 1px;
}
form.searchForm input.submitButton{
	border: auto;
	width:auto;
	font-weight: bold;
	background: #008BB3;
	color: #FFF;
}
/*-------------------------- end search form */

/*-------------------------- start offers */
div#offers{
	position:absolute;
	top:103px;
	right:0px;
	padding:10;
	margin:6 6 6 6;
	width:200px;
	clear:left;
}
html>body div#offers{
	width:175px;
}
div#offers ul{
	margin:0;
	padding:0;
}
div#offers li{
	margin:0;
	padding:0;
	
}
div#offers ul li{
	margin: 0 0 8px 0;
	border: 1px solid #0097CF;
	list-style-type: none;
	padding: 6px 0 0 15;
}
div#offers ul li h4{
	margin:0;
	padding:0 0 0 50;
	color:#0097CF;
	font-size: 18px;
	font-weight: bold;
}
div#offers ul li p{
	margin:0;
	padding:0 0 2 50;
	color:#666;
}
div#offers li p.price{
	color:#0097CF;
	font-size: 1.2em;
	font-weight: bold;
}
div#offers table a.addButton{
	margin: 5 0 5 50;
	display:block;
	padding: 1px 6px 5px 20px;
	background: url(../images/glass-icon-add.gif) top left no-repeat;
	white-space:nowrap;
	color:#628000;
	width:100px;
	font-size:9px;
	text-transform:uppercase;
}
div#offers table a.addButton:hover{
	text-decoration:none;
	color:#CBE37B;
	background: url(../images/glass-icon-add-over.gif) top left no-repeat;
}
/*-------------------------- end offers */

/*-------------------------- start content section*/

div#middleSection{
	margin: 49px 210px 10px 162px;
}

div#indexMiddleSection{
	margin: 34px 210px 10px 162px;
}

div#menulessMiddleSection{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 34px 210px 10px 162px;
	margin-right: 1em;
	margin-left:1em;
}

div#menulessMiddleSectionPopup{
        margin: 1em 1em 1em 1em;
        margin-right: 1em;
	margin-left:1em;
}

div#contentSection{
	margin:8px 0 0 0;
	background:#FFF;
	border: none;
	padding:12px;
        line-height: 1.2;
}
div#contentSection h3{
	color:#0097CF;
	margin:0.2em 0 0.4em 0;
	font-size: 1.6em;
}
div#contentSection h5{
	color:#666;
	margin: 0 0 0.4em 2em;
	font-size: 1.0em;
}
div#contentSection h6{
	font-size:1em;
	color:#0097CF;
	text-transform:uppercase;
	margin:0.4em 0 0.2em 0;
}
div#contentSection p{
	margin:0 0 1em 2em;
}
div#contentSection ul{
	color:#0097CF;
}
div#contentSection .emphasisLarge{
	color:#C30;
	font-size:1.4em;
	font-weight: bold;
}
/*-------------------------- end content section*/

/*-------------------------- start news ticker */
div#newsSection{
	margin:0;
	background:#FFF;
	border: 1px solid #A4CC21;
	padding:0;
}
div#newsSection h3{
	margin:0;
	float:left;
	background:#A4CC21;
	padding:2px 4px 2px 4px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
div#newsSection div#newsContent{
	margin:2px;
	border:none;
	height: 13px;
	font-size: 10px;
	overflow:hidden;
	color: #0088B9;
}
/*-------------------------- end news ticker */

/*-------------------------- start bottom 'call-out' boxes */
div#calloutSection{
	margin: 0;
	padding: 0 200px 0 12px;
}
div.bottomBox{
	float:left;
	margin: 0 12px 12px 0;
	background:#DDB;
	border:1px solid #366;
	width:150px;
	padding:8px;
	color:#066;
	height:78px;
}
html>body div.bottomBox{
	height: 62px;
}
div.bottomBox h4{
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	padding-left:24px;
	padding-top:3px;
	padding-bottom:3px;
}
div.bottomBox h4.addressH4{
	background: url(../images/address-icon.gif) top left no-repeat;
}
div.bottomBox h4.callbackH4{
	background: url(../images/callback-icon.gif) top left no-repeat;
}	
div.bottomBox h4.hoursH4{
	background: url(../images/clock-icon.gif) top left no-repeat;
}
div.bottomBox p{
	margin:0 0 0 24px;
}
/*-------------------------- start bottom 'call-out' boxes */

/*-------------------------- start bottom menu */
div#bottomMenu{
	text-align:center;
	margin:2px 210px 12px 12px
}
div#bottomMenu a{
	white-space:nowrap;
	font-weight:normal;
	color:#008BB3;
}
/*-------------------------- end bottom menu */

/*-------------------------- start credit card div */
div#creditCards{
	margin:0;
	padding:20;
	positioning:relative;
	text-align:center;
}
div#creditCards p span{
	display:none;
}

