/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-repeat: repeat-x;
	background-color: #F3F1E9;
	background-position: left bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: #333;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 1.8em;
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 0px;
}

/* Commonly used to style page titles. */
h1 {
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 10px;
	font-style: normal;
	text-align: right;
	line-height: 1.8em;
}
/* Commonly used to style section titles. */
h2 {
	color: #433A2B;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.8em;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 15px;
	margin-top: 5px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0px;
}
h3 {
	color: #8A954A;
	font-size: 0.82em;
	font-weight: normal;
	line-height: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	display: inline-block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
h4 {
	color: #433A2B;
	font-size: 0.82em;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #7D8A44;
	text-decoration: underline;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	background-color: #F3F1E9;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 55px;
	background-color: #433A2B;
	background-image: url(../../images/borderfarmsupplies_logo_tg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #topnav {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-image: url(../images/contentwrapper_bkg.jpg);
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 240px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#outerWrapper #footer {
	height: 50px;
	background-color: #EDE9DC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}
#outerWrapper #register {
	height: auto;
	margin-bottom: 20px;
	background-color: #F3F1E9;
	padding: 0px;
	color: #B7B7B7;
}

.promotion {
	height: auto;
	width: 210px;
	margin-left: 10px;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.leftnav {
	background-color: #E7DFCE;
	height: 370px;
	width: 240px;
	margin-top: 0px;
	padding-top: 40px;
	background-image: url(../../images/borderfarmsupplies_logo_lg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerImage {
	background-image: url(../../images/aberdeenangus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
}
#headerImageFeed {
	background-image: url(../../images/animalfeed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
}
#headerImageHealth {
	background-image: url(../../images/animalhealthproducts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
}
#headerImageEquestrian {
	background-image: url(../../images/equestrian.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
}
#headerImagePet {
	background-image: url(../../images/petsupplies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
}

#headerImageIronmongery {
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
}
#headerImageClothing {
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
	background-image: url(../../images/countryclothing.jpg);
}
#headerImageGardening {
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	margin-bottom: 18px;
	background-image: url(../../images/gardening.jpg);
}






.white {
	color: #FFF;
	text-align: right;
	margin-right: 15px;
}

.headertag {
	font-style: italic;
	line-height: normal;
	color: #FEFEBE;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.paraCol {
	width: 230px;
	position: relative;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.phone {
	height: 382px;
	width: 210px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/shopinstore_bkg.jpg);
}
.directtofarm {
	height: 145px;
	width: 224px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/address_bkg.jpg);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.whitefooter {
	color: #FFF;
}
.whitefooter a {
	color: #CAD2A3;
}

.whitefooter a:hover{
	color: #FFF;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.brands {
	height: 180px;
	width: 180px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.highlightgreen {
	background-color: #FFF;
	display: block;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #D1D9B0;
	color: #716248;
}
.highlightgreentop {
	background-color: #FFF;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	border: 1px solid #D1D9B0;
	color: #716248;
	padding: 5px;
}
.manufacturerlinks {
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #716248;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EEE9;
}

#footer #getintouch {
	float:left;
	width:600px;
}


#footer	div					{
	float:left;
	width:280px;
	margin: 0px;
	padding: 0px;
}
#footer div h6				{
	color:#8A954A;
	font-size:1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer div ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}


#footer div ul li			{
	float:left;
	width:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	list-style-position: outside;
	margin-left: 5px;
}
#footer div ul li a			{
	color:#800000;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer div ul li a:hover	{
	color:#7D8A44;
}

#copyright					{
	clear:right;
	float:right;
	line-height:1.6em;
	text-align:right;
	width:300px;
	margin-top: 70px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.getintouch {
	font-weight: bold;
	font-size: 11px;
}
.limited {
	font-weight: bold;
	font-size: 11px;
}
.categorytitle {
	display: block;
	margin-top: 225px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	padding: 0px;
	float: right;
	height: auto;
}
.paraColBFS {
	width: 240px;
	position: relative;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: 150px;
}
.thumb {
	margin-right: 10px;
	margin-bottom: 5px;
}
.paraCol2 {
	width: 250px;
	position: relative;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subbrands {
	height: 100px;
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.currentnewsletter {
	background-color: #FFF;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #D1D9B0;
	color: #716248;
}

#newsletter				{
	float:left;
	width: 435px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #E6E5D1;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#newsletter h6				{
	color:#8A954A;
	font-size:0.82em;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#newsletter ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: disc;

}


#newsletter ul li			{
	float:left;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
}
#newsletter div ul li a			{
	color:#800000;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newsletter ul li a:hover	{
	color:#7D8A44;}
	
.formtitles {
	color: #716248;
	font-weight: bold;
}
.sublink {
	padding-top: 10px;
}
.holdingtitles {
	font-weight: bold;
	color: #423829;
}
.duns {
	height: 150px;
	width: 224px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/address_bkg.jpg);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
