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

BODY {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Tahoma
}
TD {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Tahoma
}
TH {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Tahoma
}
BODY {
	BACKGROUND-IMAGE:  url("../images/bg.gif"); MARGIN: 0px
}

A:link {
	TEXT-DECORATION: underline
}
A:visited {
	TEXT-DECORATION: underline
}
A:hover {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: underline
}
.style1 {font-size: 11px}

.history{ 
background-image: url("../images/history.gif");
width:444px;
height:47px;
background-repeat:no-repeat;
text-indent:-10000px;
}

.showhorses{
	background-image: url("../images/showhorses.gif");
	width:378px;
	height:46px;
	background-repeat:no-repeat;
	text-indent:-10000px;
}

h1{
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #CD1712;
	text-align: center;
}

.style4 {font-size: 10px}

.style6 {color: #990000; font-weight: bold; }

.offspring{
background-image: url("../images/thatslycat_offspring.gif");
width:358px;
height:51px;
background-repeat:no-repeat;
text-indent:-10000px;
}

.contracts{
background-image: url("../images/breedingcontracts.gif");
width:355px;
height:54px;
background-repeat:no-repeat;
text-indent:-10000px;
}

.formText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:larger;
	
}

.formEm{
		font-family:Arial, Helvetica, sans-serif;
	font-size:larger;	
}

button{
color:#004080;	
}

.contactus{
	background-image: url("../images/contactus.gif");
width:218px;
height:49px;
background-repeat:no-repeat;
text-indent:-10000px;
}

.stallions{	
	background-image: url("../images/stallions.gif");
width:425px;
height:50px;
background-repeat:no-repeat;
text-indent:-10000px;
}

.boons{
background-image: url("../images/mrboonsmaltoyou.gif");
width:324px;
height:42px;
background-repeat:no-repeat;
text-indent:-10000px;
}

.sly{
text-indent:-10000px;
}

.smarts{
margin-right:10px;	
	
}

.heading{
			font-family:Arial, Helvetica, sans-serif;

color: #990000; font-weight: bold;
font-size:17px;
}
/* Define the space for the popout. */
#popout {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 400px;
	left: 0;
	width: 320px;
	height: 350px;
	z-index: 100;
	overflow: hidden; 
	/* Allows us to hide the ad with a negative margin. */ }

/* Basic formatting within the ad space. */
#popout a, #popout a img {
	text-decoration: none;
	border: 0;
	outline: 0; }
#popout a span {
	display: none; }

/* Formatting the "Cap" - the part the user click to open the ad. */
#popout #cap {
	width: 20px;
	height: 350px;
	position: relative;
	left: 0;
	z-index: 102; }

/* Formatting the close button. */
#popout a#close {
	position: absolute;
	background: transparent url(http://www.cssnewbie.com/example/popout-ad/transparent.gif);
	top: 0;
	left: 240px;
	height: 20px;
	width: 60px; }

/* Formatting the ad itself. */
#popout #adbox {
	position: absolute;
	top: 10px;	
	left: 20px;
	margin-left: -300px;
	z-index: 101; }

