
#header {
	display: inline-block;
	width: 100%;
	height:160px;
	position:relative;
	top:0px;
	left:0px;
	/*float:left;*/
	/*background-image:url(../graphics/header-background.png);*/
}

#logo {
	position:absolute;
	top:20px;
	left:0px;
}

.tollFree {
	display:inline-block;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	margin:20px 5px 0px 25px;
}

.tollFree span {
	font-size:12px;
}

/***********  TOP Navigation  **********/

.topNav {
	float: right;
	display:inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.topNavCenter {
display:inline-block;
float:left;
background-image:url(../graphics/top-nav-center-off.png);
background-repeat:repeat-x;
font-weight:bold;
color: #6C6C6C;
text-decoration:none;
height:35px;
cursor:pointer;
}

.topNav a {
text-decoration:none;
color:#6C6C6C;
}

.topNav a:hover {
color:#FFFFFF;
}


.topNavCenter span {
	display:inline-block;
	padding:10px 10px 10px 10px;
	cursor:pointer;
}

.topNavCenter:hover{
background-image:url(../graphics/top-nav-center-on.png);
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
cursor:pointer;
}

#topNavLeft {
display:inline-block;
float:left;
height:35px;
width:15px;
background-repeat:no-repeat;
background-position:right;
background-image:url(../graphics/top-nav-left.png);
}

#topNavRight {
display:inline-block;
float:left;
height:35px;
width:15px;
background-repeat:no-repeat;
background-position:left;
background-image:url(../graphics/top-nav-right.png);
}

/***********  Search Cart Navigation  **********/

#searchCart {
	position:absolute;
	top:110px;
	right:0px;
	float: right;
	display:inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 70px;
	}

#searchCartCenter {
display:inline-block;
float:left;
background-image:url(../graphics/search-cart-center.png);
background-repeat:repeat-x;
width:475px;
height:50px;
}

#searchCartLeft {
display:inline-block;
float:left;

height:50px;
width:15px;
background-image:url(../graphics/search-cart-left.png);
background-repeat:no-repeat;
background-position:top;

}

#searchCartRight {
display:inline-block;
float:left;

height:50px;
width:15px;
background-repeat:no-repeat;
background-position:top;
background-image:url(../graphics/search-cart-right.png);
}

#drugSearch {
display:inline-block;
float:left;
padding:14px 0px 0px 0px;
/*width: 200px;*/
}

#drugSearch td {
padding:0px 10px 0px 0px;
}

#drugSearchInput{
color: #6C6C6C;
border:1px solid #6C6C6C;
padding: 5px 5px 5px 5px;

}

#drugSearchButton{
color:#B51C24;
background-color:#ABABAB;
border:1px solid #6C6C6C;
padding: 4px 5px 4px 5px;
cursor:pointer;
}

.smallShoppingCart{
	font-size:10px;
	padding:3px 10px 0px 10px;
	
}

#yourOrder {
display:inline-block;
float:right;

cursor:pointer;
position:relative;
top:12px;
margin-right:15px;
/*width:125px;*/
line-height:1em;
height:30px;
/*border-left:1px solid #6C6C6C;*/
}

#yourOrder span {
padding:0px 15px 0px 0px;
color:#B51C24;
text-align:right;
line-height:1em;

}

#yourOrder span div {
	font-size:10px;
	padding:3px 15px 0px 0px;
}

#login {
display:inline-block;
float:right;
position:relative;
top:12px;
/* width:125px; */
height:30px;
border-left:1px solid #6C6C6C;
cursor:pointer;
}

#login span {
padding:0px 0px 0px 15px;
color:#B51C24;
text-align:right;
}


#login span div {
	font-size:10px;
	padding:3px 0px 0px 0px;
}




/***********  MAIN Navigation  **********/
#mainNav {
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height: 40px;
	/*float: left;*/
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainNav span {
	display: inline-block;
}

.mainNavCell {
	display:inline-block;
	height: 40px;
	float: left;
	cursor:pointer;
	}

#mainNav a {
text-decoration:none;
color:#FFFFFF;
}

.mainNavCell span {
	display:inline-block;
	padding:10px 20px 7px 20px;
	cursor:pointer;
}

.mainNavCell:hover{
background-image:url(../graphics/main-nav-on.png);
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
cursor:pointer;
}