/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3f114b;
	line-height: 140%;
	margin: 0px 10px 0 10px;
	background-color: #e2fbe9;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.nopad {
	margin-left: 12px;
}
.mainpic {
	float: left;
	padding-left: 50px;
}
.titlepic {
	float: right;
}
p {
	padding: 6px 20px 6px 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 150%;
	color: #000;
	padding: 10px 20px 10px 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 150%;
	color: #000;
	padding: 0px 20px 10px 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	line-height: 19px;
	color: #663366;
	padding: 20px 20px 10px 20px;
}
.horsetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	padding: 0px 20px 10px 20px;
}

.bar {
	border-left: 5px double #3f114b;
}
.price {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-left: 15px;
}
#horsesale {
	font-size: 90%;
	border: 1px solid #3f114b;
	margin-left: 15px;
}
#horsesale tr, td {
	border-bottom: 1px solid #3f114b;
}
.horsepics {
	margin: 8px;
	border: 1px solid #3f114b;
}
.horsepicbg {
	background-color: #CC99CC;
}

#menu {
	font-size: 120%;
	margin-left: 20px;
}
#menu td, th, tr {
	padding: 6px;
	border-bottom: none;
}
#other {
}
#other td, th, tr {
	border-bottom: none;
}

.copyright {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.blue {
	color: #5b77ab;
}
.indented {
	padding: 8px 40px 8px 60px;
}
.blackline {
	font-size: 12px;
	color: #000000;
	background-color: #e3f1fa;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #f9fdff;
}
.mainbullet {
	margin-left: 110px;
	padding: 3px 5px 3px 5px;
	color: #712351;
}
/* Set layout styles */
#page {
	margin: 0 auto;
	width: 785px;
	background-color: #FFF;
	border: 2px solid #663366;
}
#header {
	width: 785px;
	height: 139px;
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#bars {
	width: 785px;
}
#menubar {
	width: 785px;
	height: 34px;
	background-image: url(images/menu_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#titlebar {
	width: 785px;
	height: 44px;
	background-image: url(images/title_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
}
#divtitle {
	width: 200px;
	float: right;
}
#maincontent {
	width: 785px;
}
#mainpic {
	width: 160px;
	margin: 10px;
	float: left;
}
#content1 {
	width: 540px;
	background-color: #e8f1fb;
	margin: 10px;
	float: right;
}
#contactbar {
	width: 540px;
	height: 30px;
	background-color: #5b77ab;
	background-image: url(images/corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#contactbar p {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
#contactbar a {
	color: #FFFFFF;
	font-weight: bold;
}
#contactbar a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content2 {
	width: 765px;
	font-size: 80%;
	background-color: #e8f1fb;
	margin: 10px;
	clear: both;
}
#footer {
	width: 765px;
	height: 30px;
	background-color: #663366;
	background-image: url(images/corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 10px;
	clear: both;
}


/* CSS navigation styles */
#menubar, #menubar ul {
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	line-height: 150%;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menubar a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 10px 6px 40px;
	margin-left: 20px;
	text-transform: uppercase;
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
}

#menubar a:hover { 
	color: #663366;
}

#menubar li {
	float: left;
	padding: 0;
}
#testi {
	width: 180px;
	background-color: #FFF;
	line-height: 125%;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	border: 1px solid #663366;
	float: right;
}
#testi p {
	padding: 10px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #3f114b;
}
a:hover {
	color: #3f114b;
}
a:active {
	color: #3f114b;
}


.formtable{
	padding-left: 92px;
}

.picpos{
	float: right;
	background-position: right bottom;
}
.flashpos{
	float: right;
}
ul {
	list-style-type: square;
}
.bullets {
	list-style-type: square;
	margin-left: 50px;
	padding: 3px 5px 3px 12px;
}
#bullets {
	list-style-type: square;
	margin-left: 50px;
	padding: 3px 5px 3px 12px;
}
#bullets2 {
	list-style-type: square;
	margin-left: 50px;
	padding: 3px 5px 3px 12px;
}
.horses {
	list-style-type: square;
	margin-left: 20px;
	padding: 3px 5px 3px 12px;
}
.bulletsq {
	list-style-type: square;
	margin-left: 37px;
	padding: 3px 5px 3px 8px;
}

.numbers {
	margin-left: 145px;
	margin-right: 20px;
	padding: 5px 20px 0 10px;
}

#lwd {
	margin: 0 auto;
	margin-top: 30px;
	width: 785px;
	height: 80px;
}
