@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #BDC6C5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

td {
	padding-top:8px;
	border-top:thin solid #999999;
	font-size:11px;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#nav {
	height: 35px;
	width: 980px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-color: #412925;
}

#nav ul{
	width: 100%;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#nav li a{
	color: #FFFFFF;
	margin: 0px;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight: bolder;
}

#nav li a:hover{
	border-bottom-width: medium;
	border-bottom-style: solid;
	background-color: #006600;


}

.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 247px;
	width: 980px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 940px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 500px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 960px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
} 

.thrColFixHdr #mainContent h1{
	padding-left: 20px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 55px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;


}

.thrColFixHdr #mainContent h2{
	padding-left: 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;


}

.thrColFixHdr #mainContent p{
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-top: 2px;
	font-size: 16px;
	padding-right: 5px;

}

.thrColFixHdr #mainContent h3
{
	font-size: 20px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	font-weight:bold;
	color: #006600;
}
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer2.jpg);
	/*height: 200px;*/
	padding-top: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





.thrColFixHdr #footer-epona {
	background-color: #DDDDDD;
	background-image: url(../images/footer3.jpg);
	/*height: 200px;*/
	padding-top: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
.thrColFixHdr #footer-epona p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#menu2 {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	background-image: url(../images/menu_bg.png);
}
#menu2 li {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 18%;
}
#menu2 a {
	border-bottom: 1px solid #393939;
	color: #34221F;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#menu2 a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

.banner_image{
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;


}

.image_right{
	width:220px;
	height:293px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-right: 10px;


}


.side_logo{
	width:150px;
	height:150px;
	margin-top:0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;


}

.main_hoof_image{
	width:350px;
	height:350px;
	float:right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;

}


.about-img1{
	width:350px;
	height:238px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.about-img3{
	width:350px;
	height:250px;
	float:right;
	    border: solid #999999;
    border-width: 5px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 20px;

}

.about-img2{
	width:350px;
	height:238px;
	float:left;
		    border: solid #999999;
    border-width: 5px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;

}
.about-img4{
	width:350px;
	height:238px;
	float:left;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
.about-img5{
	width:350px;
	height:238px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.whattoexpect-image1{
	width:280px;
	height:342px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.whattoexpect-image2{
	width:250px;
	height:190px;
	float:left;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.faq-img1{
	width:173px;
	height:130px;
	float:left;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.faq-img2{
	width:120px;
	height:250px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 20px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}

.faq-img3{
	width:160px;
	height:290px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 20px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}


.epons-shoe-image1{
	width:250px;
	height:144px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.epons-shoe-image2{
	width:250px;
	height:150px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.epons-shoe-image3{
	width:200px;
	height:178px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.epons-shoe-image4{
	width:380px;
	height:195px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}

.frog-box1{
	width:100px;
	height:40px;
	float:left;
	margin-left: 9px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}



.frog-box2{
	width:130px;
	height:40px;
	float:left;
	margin-left: 13px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}

}

.frog-box3{
	width:100px;
	height:50px;
	float:left;
	margin-left: 15px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}

.frog-box4{
	width:120px;
	height:30px;
	float:left;
	margin-left: 15px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}

.epons-shoe-image5{
	width:250px;
	height:188px;
	float:left;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.epons-shoe-image6{
	width:310px;
	height:120px;
	float:right;
	border: thin solid #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.epons-shoe-image7{
	width:400px;
	height:300px;
	float:right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;

}

.faq-epona-image1{
	width:150px;
	height:150px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	float: right;
	border: thin solid #999999;

}

.faq-epona-image2{
	width:293px;
	height:103px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	float: right;
	border: thin solid #999999;

}

.faq-epona-image3{
	width:200x;
	height:128px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 15px;
	float: left;
	border: thin solid #999999;

}

.faq-epona-image4{
	width:200px;
	height:220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	float: right;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}

.faq-epona-image5{
	width:300px;
	height:240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	float: right;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}

.map {
	width:400px;
	height:600px;
	border: thin solid #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}

#farrier-contacts{
	width:530px;
	/*height:800px;*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
	float: left;
	

}

.photogallery-container{
	width: 940px;
	height:410px;
	margin: 3px 20px 5px 20px;

}

.photogallery-container2{
	width: 940px;
	height:205px;
	margin: 3px 20px 5px 20px;

}

.image1-photo{
	width:auto;
	height:200px;
	padding:2px;
	

}

.contact-text{
	font-family:"Courier New", Courier, monospace;
	font-weight:bolder;
	font-variant: normal;
	text-transform: uppercase;

}

.pg_pic1{
	width:100px;
	height:128px;
	margin-right:10px;
	margin-left:15px;
	float:left;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}

.pg_pic2{
	width:100px;
	height:143px;
	margin-right:15px;
	margin-left:10px;
	margin-top:10px;
	float:right;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}

.pg_pic3{
	width:150px;
	height:163px;
	margin-right:10px;
	margin-left:15px;
	margin-top:5px;
	float:left;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}
.pg_pic4{
	width:121px;
	height:100px;
	margin-right:10px;
	margin-left:15px;
	margin-top:5px;
	float:left;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;
	

}
.pg_pic5{
	width:100px;
	height:128px;
	margin-right:10px;
	margin-left:15px;
	margin-top:5px;
	float:right;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}
.test1{
	width:200px;
	height:150px;
	margin-right:10px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:5px;
	float:left;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}
.pg_pic6{
	width:100px;
	height:118px;
	margin-right:10px;
	margin-left:15px;
	margin-top:5px;
	float:left;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}

.pg_photogroup4{
	width:100px;
	height:143px;
	margin-right:0px;
	margin-left:5px;
	margin-top:0px;
	float:right;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;

}

.pg_photogroup5{
	width:100px;
	height:136px;
	margin-right:0px;
	margin-left:5px;
	margin-top:0px;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;
	float:left;

}

.pg_photogroup6{
	width:113px;
	height:136px;
	margin-right:0px;
	margin-left:5px;
	margin-top:0px;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;
	float:left;
}

.pg_photogroup7{
	width:150px;
	height:150px;
	margin-right:0px;
	margin-left:5px;
	margin-top:0px;
	border: thin solid #999999;
	text-align:center;
	font-style:italic;
	font-size:12px;
	float:left;
}


#group_container{
	width:600px;
	height:140px;
	margin-left:auto;
	margin-right:auto;

}

#group_container2{
	width:650px;
	height:160px;
	margin-left:auto;
	margin-right:auto;

}



.photo-padding{
padding-bottom:4px;
}

.logo1 {
    width: 300px;
    height: 270px;
    content: url(http://hoof-help.co.uk/images/IMG_3198.JPG);
    border: solid #999999;
        border: solid #999999;
    border-width: 5px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 20px;
}
.logo2 {
    width: 300px;
    height: 270px;
    content: url(http://hoof-help.co.uk/images/IMG_3210.JPG);
    border: solid #999999;
    border-width: 5px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}

p.logoHeader {
    font-size:12px;
    vertical-align: middle;
    text-align: center; 

}

.floatLeft { float: left; }

.floatRight { float: right; }