/* STRUCTURE */

/* HEADER */
body{
  background: #EDF0F2;
  margin:0px;
  padding:0px;
}


#wrapper{
  background:url(../images/bg_header_gradient.gif) repeat-x;
}

#header_top{
  width:1000px;
  margin:auto;
}

div#mini_nav{
  float:right;
  margin-top: 46px;
  margin-right: 24px;
}


#mini_nav ul{
  list-style:none;
  margin: 0px;
  padding:0px;
  
}

#mini_nav ul li{
  display:block;
  float:left;
  margin-left:10px;
  padding:0px;
  _width: 60px; /* ie6 hack */
}

#mini_nav ul li a.mini_link{
  background-repeat:no-repeat;
  display:block;
  height: 11px;
  font-size: 11px; 
  color: #A7A7A7; 
  margin-left: 10px;
  margin-top: 3px;
}
#mini_nav ul li a:hover{
  color: navy;
}

a#logo{
  height:66px;
  width:200px;
  background:url(../images/nexus_data_limited_logo.gif) 8px 10px no-repeat;
  display:block;
}
#header_nav{
  background:url(../images/bg_nav.gif) repeat-x;
  height: 27px;
  padding:3px 0px;
}
#header_nav table{
  margin:auto;
}

#input_search{
  height:19px;
  padding:2px;
  border:1px solid #666;
  background:url(../images/bg_search_box.gif) no-repeat;
}
#button_search{
  width:70px;
  height:25px;
  display:block;
}
#banner{
  height:234px;
  background:url(../images/banner_default_bg.gif) repeat-x;
}
#banner.jpg{ /* Uses a jpg images as the repeating bg to match a jpg banner. Use this class if your banner is jpg */
  background:url(../images/banner_default_bg.jpg) repeat-x;
}
#banner img{
  margin:auto;
  display:block;
}
/* END HEADER */

/* CONTENT */
#content_wrapper{
  background: url(../images/gradient_content_top.gif) repeat-x;
  min-height: 200px;
  padding: 10px 5px;
  _padding-top: 25px;
}
#content{
  width: 1000px;
  margin:auto;
}
.content_right{
  margin-left: 340px;
  margin-right: 25px;
}


/* END CONTENT */

/* FOOTER */
#footer_tagline{
  text-align:center;
  color: #fff;
  font-size: 16px;
  background:#0065BF;
  line-height: 36px;
  height: 36px;
  background: url(../images/bg_footer_tagline.gif) repeat-x bottom;
}
#footer_wrapper{
  background:#fff;
  height:235px; 

}
#footer{
  margin:auto;
  width:1000px;
}


#footer_img{
  background:url(../images/footer_pharmacy.jpg);
  height:235px;
  width:419px;
  float:left;
}
#footer_text{
  padding:15px;
  float:left;
  margin-left:70px;
  color: #005FBA;
  font-size: 16px !important;
}
#img0800141114{
  margin: 20px 0px;
}
#footer_address{
  background:url(../images/nz_made_logo.gif) no-repeat top right;
  line-height: 20px;
  width: 340px;
  font-size: 14px;
  height: 84px;
}


/* END FOOTER */

/* END STRUCTURE */