#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* CSS Document */

#info {position:relative;}
p.bold {padding-left:10px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of the dropdown menu stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.

=================================================================== */

.menu 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em; 
	position: absolute;
	left: 13%;
	top: 176px;
	width: 760px;
	z-index:100;
	background:#000;
	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0px;
	margin:0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:75px; 
	height:30px; 
	border:1px solid #000; 
	border-width:1px 0 1px 1px; 
	background:#000000; 
	padding-left:25px; 
	line-height:29px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#000000 ;
}

.menu ul a:hover {visibility:visible;}
/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#000000;
}

.menu ul ul :hover > a.drop 
{
	background:#000000;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#000000;
	
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
	background:#000000;
	z-index: 0;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:30; 
	border-top:1px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:152px; 
	top:-1px; 
	width:100px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background: #000000;
	color: #ffffff;
	height: auto;
	line-height: 1em;
	padding: 5px 5px 10px;
	width: 140px;
	border-width: 0 1px 1px 1px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#9b7754; 
	background:#000000;
}
.menu :hover > a, .menu ul ul :hover > a 
{
	color:#9b7754;
	background:#000000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
	visibility:visible;
}

/* ================================================================ 
End Drop Down Menu stylesheet

=================================================================== */





body {
	background-color: #291403;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.main-body{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 600px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body a:visited {
	color: #6699cc;
}

#flash-header{
	width: 760px;
	height: 176px;
	position: absolute;
	left: 13%;
	top: 0px;
	margin: 0 0 0 0;
	padding: 0;
}

#flash-map{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	width: 760px;
	height: 130%;
	position: absolute;
	left: 13%;
	top: 208px;
	margin: 0 0 0 0;
	padding: 0;
	z-index: 10;
}

#bottom-image{
	background-image: url(images/bottom-image.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 160px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}

.footer{
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	
	
}

.footer a:active, a:focus, a:hover, a:link, a:visited {
	color: #6699cc;
	text-decoration: none;
}



.home-indent{
	padding-left: 10px;
}

.disclaimer-indent{
	padding-left: 20px;
	
	
}

.disclaimer-page-indent{
	padding-left: 20px;
	color: #9b7754;
}

.distribution-indent{
	padding-left: 5px;
}

.page-link{
	color: #9b7754;
}

.body a:active, a:focus, a:link {
	color: #ffffff;
	
}
.body a:visited {
	color: #6699cc;
}

h1{
	font-size: 17px;
	font-weight: bold;
	color: #6699cc;
}

h2{
	font-size: 15px;
	font-weight: bold;
}

h3{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #6699cc;
	text-align: center;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

.field-day{
	position: absolute;
	left: 70px;
}


/*About page*/

.main-body-about{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 850px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-about a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-about a:visited {
	color: #6699cc;
}

/*Catalogue page*/

.main-body-catalogue{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1220px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-catalogue a, a:active, a:focus, a:link {
	color: #ffffff;
}


.catalogue-link{
	text-decoration: underline;
	
	
	
}

.catalogue-header{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #6699cc;
	
}

.catalogue-filler{
	padding-left: 70px;
	
}

/*Disclaimer page*/

.main-body-disclaimer{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 3200px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-disclaimer a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-disclaimer a:visited {
	color: #6699cc;
}



/*Contact page*/

.main-body-contact{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 610px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-contact a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-contact a:visited {
	color: #6699cc;
}


/*Weld Mesh Page*/


.main-body-weld{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 900px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-weld-panels{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 750px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-weld-medium{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1100px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-weld-large{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1300px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-weld a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-weld a:visited {
	color: #6699cc;
}

/*chain Mesh Page*/

.main-body-chain{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1000px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-chain-large{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1300px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-chain a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-chain a:visited {
	color: #6699cc;
}

.table-heading{
	font-weight: bold;
}

/*crushes Page*/

.main-body-crushes{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 5250px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-crushes-individual{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 800px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.new-product{
	position: absolute;
	left: 60%;
	top: 45px;
	width: 113px;
	height: 118px;
	background-image: url(images/new_product.gif);
	background-repeat: no-repeat;
}

.new-product2{
	position: absolute;
	left: 51%;
	top: 45px;
	width: 113px;
	height: 118px;
	background-image: url(images/new_product.gif);
	background-repeat: no-repeat;
}


.main-body-crushes-bail{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 2180px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-crushes-small{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 700px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}


.main-body-crushes a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-crushes a:visited {
	color: #6699cc;
}

/*Domestic Gates Page*/

.main-body-domestic{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1380px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-domestic a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-domestic a:visited {
	color: #6699cc;
}

.main-body-industrial{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1240px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-industrial a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-industrial a:visited {
	color: #6699cc;
}


/*Weigh Box Page*/

.main-body-weigh{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 900px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-weigh a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-weigh a:visited {
	color: #6699cc;
}

.note{
	font-style: italic;
	text-align: center;
}

.bold{
	font-weight: bold;
	font-size: 13px;
}

/*Cattle Yards Page*/

.main-body-yards{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 2750px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-yards-plans{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1300px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-yards a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-yards a:visited {
	color: #6699cc;
}

.center-table{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.center-blue{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #6699cc;
}

.note{
	font-style: italic;
	text-align: center;
}

.bold{
	font-weight: bold;
	font-size: 13px;
}

.label {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.yard-detail {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

/*Cattle Ramps Page*/

.main-body-ramps{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 650px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-ramps a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-ramps a:visited {
	color: #6699cc;
}


/*Dog Pens Page*/

.main-body-dog{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1260px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-dog a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-dog a:visited {
	color: #6699cc;
}



/*Gate Fittings Page*/

.main-body-fittings{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 2400px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-fittings a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-fittings a:visited {
	color: #6699cc;
}


/*10-15 Head Yard Page*/

.main-body-10-15{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 700px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

/*10-15 Head Yard Page*/

.main-body-30{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 700px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

/*Horse Yard Gates Page*/

.main-body-horse{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1080px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-horse a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-horse a:visited {
	color: #6699cc;
}


.main-body-sheep{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1050px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-sheep a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-sheep a:visited {
	color: #6699cc;
}


/*Cattle Yard Gates Page*/

.main-body-cattle-yard{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1150px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-cattle-yard a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-cattle-yard a:visited {
	color: #6699cc;
}


/*Cattle Yard Panels Page*/

.main-body-cattle-panels{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1140px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-cattle-panels a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-cattle-panels a:visited {
	color: #6699cc;
}


/*Temporary Fence Panels Page*/

.main-body-temp-panels{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1040px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-temp-panels a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-temp-panels a:visited {
	color: #6699cc;
}

/*Horse Yard Page*/

.main-body-horse-yard{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1150px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-horse-yard a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-horse-yard a:visited {
	color: #6699cc;
}

/*Horse Chainmesh Rolls*/

.main-body-chainmesh-rolls{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1020px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-chainmesh-rolls a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-chainmesh-rolls a:visited {
	color: #6699cc;
}

/*Industrial fencing and Pipe fittings Page*/

.main-body-post{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 2080px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-post a, a:active, a:focus, a:link {
	color: #ffffff;
}

.main-body-post a:visited {
	color: #6699cc;
}

.main-body-pool{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 900px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-domestic-sliding{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 800px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-industrial-gates{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 900px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-cattle-yards{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 3960px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-horse-crush{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 1150px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-industrial-fencing{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 700px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-sliding-gate{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 920px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}

.main-body-swing-gates{
	background-color: #633e1c;
	background-image: url(images/barbed-background.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
	height: 2600px;
	position: absolute;
	left: 13%;
	top: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	z-index: 50;
}
