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

a {
	text-decoration:none;
	border:none;
}

#header_menu {
	width:100%;
	height:140px;
	border-bottom:1px solid #273242;
	padding:0px;
	margin:0px auto;
	background-image:url(../img/header_bg.jpg);
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
	z-index:200;
}

#header_menu ul li  a{
	  border:none;	
}

/*buttons*/
#menu{
	width:154px;
	margin-top:-17px;
	margin-left:450px;
	float:left;
}
#menu2{
	width:154px;
	margin-top:-17px;
	margin-left:0px;
	float:left;
}
#menu3{
	width:154px;
	margin-top:-17px;
	margin-left:0px;
	float:left;
}

#navigation { 
    list-style: none;
	padding-top:20px;
}

#home{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/home.png) no-repeat 0 0;
  border:none;
}

#home:hover
{ 
  background-position: 0 -25px;
}

#home span
{
  position: fixed;
  top: -999em;
}

#thefarm{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/thefarm.png) no-repeat 0 0;
}

#thefarm:hover
{ 
  background-position: 0 -25px;
}

#thefarm span
{
  position: fixed;
  top: -999em;
}

#news{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/news.png) no-repeat 0 0;
}

#news:hover
{ 
  background-position: 0 -25px;
}

#news span
{
  position: fixed;
  top: -999em;
}

#stallions{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/stallions.png) no-repeat 0 0;
}

#stallions:hover
{ 
  background-position: 0 -25px;
}

#stallions span
{
  position: fixed;
  top: -999em;
}

#mares{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/mares.png) no-repeat 0 0;
}

#mares:hover
{ 
  background-position: 0 -25px;
}

#mares span
{
  position: fixed;
  top: -999em;
}

#foals{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/foals.png) no-repeat 0 0;
}

#foals:hover
{ 
  background-position: 0 -25px;
}

#foals span
{
  position: fixed;
  top: -999em;
}

#forsale{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/forsale.png) no-repeat 0 0;
}

#forsale:hover
{ 
  background-position: 0 -25px;
}

#forsale span
{
  position: fixed;
  top: -999em;
}

#sold{
  float:left;
  width: 85px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/sold.png) no-repeat 0 0;
}

#sold:hover
{ 
  background-position: 0 -25px;
}

#sold span
{
  position: fixed;
  top: -999em;
}

#contact{
  float:left;
  width: 150px;
  height: 25px;
  margin-top:10px;
  background:url(../img/buttons/contact.png) no-repeat 0 0;
}

#contact:hover
{ 
  background-position: 0 -25px;
}

#contact span
{
  position: fixed;
  top: -999em;
}

#back_btn{
  float:left;
  width: 227px;
  height: 35px;
  margin-top:10px;
  background:url(../img/back_btn.png) no-repeat 0 0;
}

#back_btn:hover
{ 
  background-position: 0 -35px;
}

#back_btn span
{
  position: fixed;
  top: -999em;
}

#logo {
	width:300px;
	height:140px;
	position:absolute;
	z-index:300;
	margin-left:30px;
}

.fb-like {
	position:absolute;
	width:130px;
	right:10px;
	top:85px;
}

/* TinyBox */
.tbox {position:absolute; display:none; z-index:900; }
	
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:rgba(255, 255, 255, 0.0) url(images/preload.gif) no-repeat 50% 50%; border-right:0px solid #333; border-bottom:0px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:10px; right:110px; width:100px; height:30px; cursor:pointer; background:url(../img/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#bluemask {background:#fff;}