/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
html, body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
body {
	background-image:url(../fw/background.gif);
	background-position:top;
	text-align:center;
}
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
}
h1 {
	padding:0px 0px 5px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #CCCCCC;
}
h2 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#1A69B9;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;
}
p {
	padding:0px;
	margin:0px 0px 10px 0px;
}
a, a:visited {
	color:#1A69B9;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}


/**************************************************/
/*	PAGE STRUCTURE								  */
/**************************************************/
div.div_Main {
	width:760px;
	background-image:url(../fw/page_bg.gif);
	text-align:left;
	margin:0px auto;
	background-repeat:repeat-y;
	background-position:top;
}
div.div_Main div.header {
	background-position:top;
	background-image:url(../fw/page_topcap.jpg);
	background-repeat:no-repeat;
	padding-top:202px;
}
div.div_Main div.footer {
	background-position:bottom;
	background-image:url(../fw/page_bottomcap.gif);
	background-repeat:no-repeat;
	padding:0px 14px 14px 15px;
}
div.div_Main div.content {
	padding:20px;
}

/**************************************************/
/*	MAIN MENU									  */
/**************************************************/
div.div_MainMenu img {
	border:0px none;
	height:33px;
}
div.div_MainMenu img#menu_home {
	width:73;
}
div.div_MainMenu img#menu_OurHorseFeeds {
	width:137px;
}
div.div_MainMenu img#menu_Products {
	width:89px;
}
div.div_MainMenu img#menu_FeedMill {
	width:90px;
}
div.div_MainMenu img#menu_Locations {
	width:92px;
}
div.div_MainMenu img#menu_ResourcesAndLinks {
	width:148px;
}
div.div_MainMenu img#menu_ContactUs {
	width:102px;
}

/**************************************************/
/*	COPYRIGHT									  */
/**************************************************/
div.div_Copyright {
	text-align:right;
	width:758px;
	margin:0px auto;
	font-size:10px;
	line-height:11px;
	color:#818181;
	height:45px;
}
div.div_Copyright img#n352webmark {
	width:41px;
	height:32px;
	border:0px none;
	margin-left:10px;
}

/**************************************************/
/*	HORSE FEEDS									  */
/**************************************************/
table.table_HorseFeeds {
	width:100%;
}
table.table_HorseFeeds td {
	padding:0px;
	vertical-align:top;
}
table.table_HorseFeeds ul {
	margin:0px;
	padding:0px;
}
table.table_HorseFeeds li {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
table.table_HorseFeeds td.content {
	width:268px;
}

/**************************************************/
/*	FEED MILL									  */
/**************************************************/
table.table_FeedMill {
	width:100%;
}
table.table_FeedMill td {
	padding:0px;
	vertical-align:top;
	width:33%;
}
table.table_FeedMill img {
	border:0px none;
	margin:8px 0px 21px 0px;
}

/**************************************************/
/*	HORSE FEED DETAIL							  */
/**************************************************/
table.table_HorseFeedDetail {
	width:100%;
}
table.table_HorseFeedDetail td {
	padding:0px;
	vertical-align:top;
}
table.table_HorseFeedDetail td.td_image {
}
table.table_HorseFeedDetail ul {
	margin:0px 0px 10px 0px;
	padding:0px;
}
table.table_HorseFeedDetail li {
	list-style-type:disc;
	margin:0px 0px 0px 17px;
	padding:0px;
}
table.table_HorseFeedDetail div.description {
	margin-left:20px;
}
table.table_HorseFeeds .horseCopyCell {
	padding: 10px 15px 10px 0px;
	width: 275px;
	font-size: 12px;
}
table.table_HorseFeeds .horseCopyCell ul li {
	margin: 0px 0px 10px 15px;
	list-style-type: disc;
	}
.horseFeedLinks ul li {
	margin: 20px 0px 25px 0px;
	font-size: 15px;
	}

/**************************************************/
/*	PRODUCT LISTING								  */
/**************************************************/
div.div_productListItem {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
table.table_ProductDetail {
	width:100%;
}
table.table_ProductDetail td {
	padding:0px;
	vertical-align:top;
}
table.table_ProductDetail td.td_image {
}
table.table_ProductDetail ul {
	margin:0px 0px 10px 0px;
	padding:0px;
}
table.table_ProductDetail li {
	list-style-type:disc;
	margin:0px 0px 0px 17px;
	padding:0px;
}
table.table_ProductDetail div.description {
	margin-left:20px;
}

/**************************************************/
/*	SPEC TABLE									  */
/**************************************************/
table.table_specs {
	width:100%;
	margin-top:10px;
}
table.table_specs td, 
table.table_specs th {
	font-size:11px;
	width:50%;
	padding:2px 7px 2px 20px;
	border-bottom:1px solid #FFFFFF;
}
table.table_specs th {
	font-weight:bold;
}
table.table_specs td {
	background-image:url(../fw/bg_fader.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
table.table_specs span.name {
	float:left;
}
table.table_specs span.value {
	float:right;
	font-weight:bold;
	color:#1A69B9;
}

/**************************************************/
/*	PET FOODS    								  */
/**************************************************/
.petFoodCell {
	width: 170px;
	padding: 10px 0px 10px 0px;
}
.petFoodCell2 {
	width: 170px;
	padding: 10px 0px 10px 0px;
}
.petFoodTable {
	width: 100%;
	padding-bottom: 20px;
	border-bottom:1px solid #CCCCCC;
}
/**************************************************/
/*	MISC        								  */
/**************************************************/
.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatRight2 {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: both;
	display: block;
	height: inherit;
}
.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.beddingTable td {
	vertical-align: top;
	padding: 20px 0px 10px 0px;
}