@charset "utf-8";
/* CSS Document */


 
#splashnav {
margin: 0;
  float: right; 
  position:relative; 
  width:798px; 
  height:706px;  
  z-index:1; 
  }

#topleft_splashnav {
margin: 0;
  float: left; 
  position:relative; 
  width:413px; 
  height:426px;  
  z-index:1; 
  }
  
  #topright_splashnav {
margin: 0;
  float: right; 
  position:relative; 
  width:385px; 
  height:426px;  
  z-index:1; 
  }
  
  #bottomsplashnav {
margin: 0;
  float: left; 
  position:relative; 
  width:798px; 
  height:280px;  
  z-index:1; 
  }
  
#retail {
margin: 0;
	position:relative;
	float: left;
	background-image: url(images/pharmacy_up.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 413px;
  }
  
#compound {
margin: 0;
	position:relative;
	float: right;
	background-image: url(images/compounding_button_up.jpg);
	background-repeat: no-repeat;
	height: 426px;
	width: 385px;
  }
  
#medsup {
margin: 0;
	position:relative;
	float: left;
	background-image: url(images/med_supplies_up.jpg);
	background-repeat: no-repeat;
	height: 291px;
	width: 413px;
  }
  
  
  	 #movie {
	position:relative;
	float: left;
	height: 128px;
	width: 	230px;
	background-image: url(images/america.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	 }
	 

	  
	 #movie-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #060;
	text-align: center;
	font-variant: small-caps;
	 }
	 
#smanimal {
margin: 0;
	position:relative;
	float: left;
	background-image: url(images/small_animals_up.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 388px;
  }
  
#lrganimal {
	position:relative;
	float: left;
	background-image: url(images/large_animal_up.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 410px;
  }
  
#retail:hover {
	background-image: url(images/pharmacy_over.jpg);
}

#compound:hover {
	background-image: url(images/compounding_over.jpg);
}

#medsup:hover {
	background-image: url(images/med_supplies_over.jpg);
}
#smanimal:hover {
	background-image: url(images/small_animal_over.jpg);
}
#lrganimal:hover{
	background-image: url(images/large_animal_over.jpg);
}
 
 
 

 

