@charset "UTF-8";
@import url("menu.css");
/* CSS Document */

body {
	font-family: Times New Roman, Times, serif;
}
body {
	margin-top: 0px;
	margin-bottom: 20px;
	min-width: 850px;
	font-size: medium;
	background: #1e2a80 url(graphics/header.jpg) center top no-repeat;
}
td,th {
	font-size: small;
	background-color: #cccccc;
}
a:link {
	color: #9f2f3c;
	text-decoration: none;
	font-variant: small-caps;
	font-size: small;
}
a:visited {
	color: #9f2f3c;
	text-decoration: none;
	font-variant: small-caps;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-variant: small-caps;
}
h1,h2,h3 {
	font-weight: bold;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
	font-variant: small-caps;
	color: #9f2f3c;
	text-align: center;
	line-height: 35px;
	border-bottom: 2px solid #1e2a80;
	border-top: 2px solid #1e2a80;
}
h2 a {
	color: #c15b33;
}
h2 a:visited {
	color: #CC6600;
}
<!---------------  MAIN LAYOUT TEMPLATE  --------------!>
#container {
	width: 851px;
	position: relative;
	left: 50%;
	margin-left: -426px;
}
#header {
	position: relative;
	float: left;
	width: 850px;
	height: 382px;
}
#menu {
	float: left;
	width: 807px;
	height: 50px;
	padding-left: 43px;
	background: url(graphics/menu-bg.gif);
	line-height: 15px;
}
#body {
	float: left;
	width: 810px;
	text-align: justify;
	background-image: url(graphics/body-bg.gif);
	padding: 20px;
}
#wrapper {
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
}
#copyright {
	width: 850px;
	text-align: right;
	font-size: x-small;
	color: #ffffff;
}
#rightcontent {
	width: 576px;
	padding-left: 20px;
	float: right;
}
#leftcontent {	
	float: left;
	width: 190px;
	padding: 10px;
	font-size: small;
	border: 2px solid #c15b33;
	text-align: right;
	background-color: #ffffff;
}
<!---------------  CONTENT STYLING  ----------------!>
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header a {
	position: absolute;
	width: 335px;
	height: 50px;
	text-indent: -2000em;
}
#header .supplement a {
	top: 5px;
	left: 0px;
}
#header .mareandfoal a {
	top: 65px;
	left: 0px;
}
#header .appleasses a {
	top: 125px;
	left: 0px;
}
#header .llamaplus a {
	top: 180px;
	left: 0px;
}
ul {
	list-style: none;
}
.sweepl {
	float: left;
}
.sweepr {
	float: right;
}
.padl {
	float: left;
	padding: 15px;
	padding-left: 0px;
}
.padr {
	float: right;
		padding: 15px;
		padding-right: 0px;
}
.clear {
	clear: both;
}
/*--------------pop-out images on hover-----------*/
#sales-main {
	width: 355px;
	height: 340px;
	overflow: auto;
	margin-right: 10px;
	float: left;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #c15b33;
padding: 5px;
left: -1000px;
border: 2px solid #1e2a80;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}