/* 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;
}
.clear {
	clear:both;
}


/**************************************************/
/*	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:69;
}
div.div_MainMenu img#menu_news {
	width:54;
}
div.div_MainMenu img#menu_OurHorseFeeds {
	width:126px;
}
div.div_MainMenu img#menu_Products {
	width:78px;
}
div.div_MainMenu img#menu_FeedMill {
	width:81px;
}
div.div_MainMenu img#menu_Locations {
	width:82px;
}
div.div_MainMenu img#menu_ResourcesAndLinks {
	width:139px;
}
div.div_MainMenu img#menu_ContactUs {
	width:102px;
}

/**************************************************/
/*	COPYRIGHT									  */
/**************************************************/
div.div_Copyright {
	text-align:right;
	width:718px;
	margin:0px auto;
	padding:0 20px 10px 20px;
	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;
}

/**************************************************/
/*	HOME PAGE       							  */
/**************************************************/
.featureTop {
	background:url(/images/feature-top.gif) top left no-repeat; 
	width:692px; 
	height:4px; 
	margin-top:18px;
}
.featureBG {
	background:url(/images/feature-bg.gif) top left repeat-y; 
	width:666px; 
	padding:13px;
}
.featureBottom {
	background:url(/images/feature-bottom.gif) top left no-repeat; 
	width:692px; 
	height:5px; 
	margin-bottom:18px;
}
.featureContainer {
	float:left; 
	width:310px;
}
.featureContainer strong {
	color:#1A69B9;
}
.featureContainer img {
	float:right;
	margin:0 0 13px 13px;
}
.left {
	}
.right {
	margin-left:46px;
}
.featureHeadline {
	font: 18px/27px 'CartoGothicStdBook', Arial, sans-serif;
	color:#333333;
	margin-bottom:14px;
	text-shadow:1px 2px 1px #c0c4c7;
	text-align:center;
}

/**************************************************/
/*	EMBEDDED FONTS   							  */
/**************************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 7, 2011 03:19:16 PM America/New_York */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('/fonts/CartoGothicStd-Book-webfont.eot');
    src: url('/fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('/fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('/fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('/fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('/fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('/fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('/fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


