/* ##### IMPORT OTHER STYLES ##### */
@import url("sIFR-screen.css");

html { margin: 0; padding: 0; }
body {
	background-color: #FFFFFF;
	background-image: url("../images/bar_back.gif");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#page, .wrap {
	background-image: url("../images/page_back.png");
	background-repeat: repeat-y;
	width: 750px;
	padding: 0 13px;
	margin: 0 auto;
	position: relative;
}
#banner {
	border-top: 4px solid #59A15E;
	position: relative;
	background-image: url("../images/banner.gif");
	background-repeat: no-repeat;
}
#logo {
	height: 169px;
	overflow: hidden;
}
#logo a, #logo span {
	height: 160px;
	width: 195px;
	overflow: hidden;
	margin: 0 0 7px 20px;
	display: block;
	background-image: url("../images/life-products.gif");
	background-repeat: no-repeat;
	text-indent: -9114px;
}
#logo img { height: 10px; width: 10px; }
ul#top-nav {
	position: absolute;
	top: 12px;
	right: 12px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
ul#top-nav li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #333333;
	list-style-type: none;
}
ul#navigation {
	margin: 0;
	padding: 0 0 0 20px;
	height: 221px;
	background-image: url("../images/menu_back.jpg");
	overflow: hidden;
}
ul#navigation li {
	margin: 0 0 0 12px;
	border-bottom: 1px solid #CCCCCC;
	width: 200px;
	height: 31px;
	list-style-type: none;
	line-height: 31px;
	font-size: 14px;
	background-image: url("../images/menu_bullet.gif");
	background-repeat: no-repeat;
}
ul#navigation li a {
	font-weight: bold;
	color: #2C2F3A;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block;
	width: 95%;
}
ul#navigation li a:hover { color: #2E8A32; }
#flash-holder {
	height: 1px;
	width: 750px;
	position: absolute;
	top: 169px;
	left: 0;
	overflow: hidden;
}
#content {
	background-image: url("../images/content_back.gif");
	background-repeat: no-repeat;
	padding: 50px 20px;
}

/*###### HEADER STYLES #######*/
h1,h2,h3,h4 { margin: 0; padding: 0; }
#banner h3 {
	position: absolute;
	top: 120px;
	right: 12px;
	background-image: url("../images/h3_banner.gif");
	height: 25px;
	width: 394px;
	text-indent: -9114px;
}

/*###### END HEADERS #########*/

#content ul li {
	background-image: url("../images/bullet.gif");
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 20px;
}
#content ul li ul li {
	background-image: none;
	list-style-type: disc;
	padding-left: 0;
}

ul.buttons { padding: 0; margin: 10px 0; }
ul.buttons li {
	height: 150px;
	width: 120px;
	overflow: hidden;
	background-image: url("../images/li_button.gif") !important;
	background-position: 0 0 !important;
	display: block;
	float: left;
	padding: 0 !important;
	margin: 10px !important;
}
ul.buttons li a {
	display: block;
	height: 130px;
	width: 120px;
	overflow: hidden;
	text-indent: -9114px;
	background-repeat: no-repeat;
}
a#btn-dairy-drench { background-image: url("../images/btn_dairy-drench.gif"); }
a#btn-beef-drench { background-image: url("../images/btn_beef-drench.gif"); }
a#btn-equestrian-drench { background-image: url("../images/btn_horse-drench.gif"); }



/*###### FOOOTER #############*/
#footer { background-color: #3D9243; }
#footer .wrap * { background-color: #59A15E; }
#footer p { padding-left: 20px; color: white; }

/*############ POWER PAGES BADGE ###############*/
#footer p#PPGS {
	width: 94px;
	position: absolute;
	right: 40px;
	top: 10px;
	padding: 0;
	margin: 0;
	border-width: 0;
}
#footer p#PPGS a {
	display: block;
	height: 19px;
	width: 94px;
	background-image: url("../images/ppgs.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9114px;
}
#footer p#PPGS a:hover {
	background-position: 0px -19px;
}