@charset "utf-8";
body {
	background-color:#FC0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	color:#333;
	margin: 0px;
	padding: 0px;
}
.header {
	padding-bottom:10px;
	text-align:center;
	background:url(bg.jpg) no-repeat center;
	height:150px;
}
a {
	color:#c7fd02;
	text-decoration:underline;
}
a:hover {
	color:#0C0;
}
.menu {
	background:#EEE;
	border-left:3px solid #c7fd02;
	padding:0;
	font-weight:bold;
	width:210px;
	color: #000;
}
.menu ul, .menu li{
	padding:0;
	margin:0;
	list-style:none;
}
.menu li {
	border-bottom:1px solid #CCC;
}
.menu li li {
	font-weight:normal;
}
.menu li li a {
	padding-left: 15px;
}
.menu .active li a {
	color:#000;
	background-color:#eee;
}
.menu .active li a:hover{
	color:#000;
	background-color:#c7fd02;
}

.menu .active a {
	color:#000;
	background-color:#FC0;
}
.menu a {
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	display:block;
	background-color:#EEE;
	color:#777;
}
.menu a:hover{
	background-color:#c7fd02;
	color:#000;
}
.content {
	background-color:#FFF;
	padding:0 20px;
	margin:0;
}

.content h1 {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size:170%;
	padding:5px 0 15px 0;
	margin:0;
	color:#669900;
}
.imagine {
	padding-right:15px;
	}
.horses {
	padding:0;
}
.horses ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.horses li {
	width:110px;
	height:150px;
	background-color: #EEE;
	display: inline;
	margin: 5px;
	padding: 4px;
	float: left;
}
.horses img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.horses a {
	font-size: 11px;
	color: #777;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	border-color: #ffcc00;
}
.horses a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.horses a img{
	border-color: #ffcc00;
}
.horses a:hover img{
	border-color: #000;
}
.inputfield {
	width:100%;
	}
.copy {
	clear:both;
	margin-top:15px;
	text-align:right;
	border-top:1px solid #999;
}
.copy a{
	color:#333;
}