/* YUI CSS */
body{color:#000;background:#111;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* Global Styles */

h1 {
margin: 0 20px 20px 20px;
line-height: 20px;
font-size: 15px;
font-weight: bold;
color: #fff;
}

h2 {
margin: 0 20px 5px 20px;
line-height: 20px;
font-size: 13px;
font-weight: bold;
color: #fff;
}

p {
margin: 0 20px 5px 20px;
line-height: 16px;
font-size: 12px;
color: #fff;
}

ul {
margin: 0 20px 5px 20px;
line-height: 16px;
font-size: 12px;
color: #fff;
}

a:link {
text-decoration: none;
color: #c5264e;
}

a:visited {
text-decoration: none;
color: #c5264e;
}

a:hover {
text-decoration: none;
color: #c5264e;
}

a:active {
text-decoration: none;
color: #c5264e;

}

/* Page Styles */

#container {
width: 750px;
margin: 0 auto;
background-color:#4f4b4c;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


#header {
width: 750px;
height: 140px;
background-color: #000;
}

#header img.logo {
margin: 20px 0 0 20px; 
}

#menu {
width: 750px;
margin: 20px 0 0 0;
}

#menu ul {
margin: 0;
height: 30px;
line-height: 30px;
border-top: 1px #fff solid;
border-bottom: 1px #fff solid;
}

#menu li {
float: left;
width: 124px;
color: #c5264e;
text-align: center;
border-right: 1px #fff solid;
}

#menu li.lastlink {
border-right: none;
}

#menu li.lastlinkActive {
border-right: none;
background-color: #261B1F;
}

#menu li:hover {
background-color: #261B1F;
}

#menu li.active {
background-color: #261B1F;
}

#menu a:hover {
color: #fff;
}

#content {
width:750px;
min-height: 500px;
margin: 20px 0 0 0;
background-image: url(../images/horsesBg.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#gallery {
width: 700px;
margin: 0 auto;
}

#gallery img {
width: 149px;
height: 112px;
margin: 0 0 10px 10px;
padding: 4px;
background-color: #fff;
border: 1px #c5264e solid;
}

#left {
float: left;
width: 520px;
}

#right {
float: left;
width: 230px;
}

#contactLeft {
float: left;
width: 400px;
}

#contactRight {
float: left;
width: 350px;
}

#map {
margin: 10px 0 0 20px;
}

.clear {
clear: both;
}

#footer {
clear: both;
height: 30px;
background-color: #000;
}

#footer p {
line-height: 30px;
font-size: 10px;
text-align: center;
}

#footer p a{
color: #fff;
}

#footer p a:hover{
color: #c5264e; /* pink */
}