@charset "utf-8";

body{
	background-color: #d8d8d8;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	cursor: default;
}

/* Headings and text */

h1{
	font-size: 15pt;
	font-weight: bold;
	color: #791526;
	margin: 0px;
}

h2{
	font-size: 15pt;
	font-weight: bold;
	color: #ac2038;
	margin: 0;
}

h3{
	font-size: 10pt;
	font-weight: bold;
	color: #ac2038;
	margin: 0;
}

p.important{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}


span.highlight{
	color: #f07e19;	
}

span.italic{
	font-style:italic;
}


/* Common */
a img{
	border: 0;	
}

a{
	outline: none;
	color: #5454fd;
}

a:hover{
	color: #791526;
}

/* Layout */
div.layoutwrap{
	margin: 0px auto;
	width: 1000px;
	min-height: 400px;
}

div#logo{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#banner{
	background: #FFF;
	margin-top: 5px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

div#footer{
	margin-top: 5px;
	padding: 5px 0px;
	min-height: 60px;
	clear: both;
}

div#contentarea{
	margin-top: 5px;
	padding: 1px 5px 5px 5px;
	background: #FFF;
	overflow: auto;
	min-height: 300px;
}

div#leftcontent{
	width: 710px;
	padding: 20px;
	float: left;
}


div#rightcontent{
	margin-left: 5px;
	width: 225px;
	float: left;
	padding: 20px 0px;
}

div#galleryleft{
	width: 610px;
	padding: 20px 5px;
	float: left;
}


div#galleryright{
	margin-left: 5px;
	width: 340px;
	float: left;
	padding-top: 20px;
}


div.rightpanel{
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 10px;
}

div.boxeditem{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 10px;
}

div.margined{
	margin: 10px;	
}

div.heading{
	background-color: #ccc;
	color: #222;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	text-indent: 10px;
	padding: 5px 0px;
}


div.horsepreview
{
	width: 239px;
	max-height: 270px;
	min-height: 230px;
	margin: 0px 2px 4px 2px;
	float: left;
	text-align: center;
}

textarea.commentbody
{
	width: 205px;
	height: 100px;
}

div.contactgrid
{
	width: 314px;
	float: left;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

div#address, div#telephone
{
	margin-right: 10px;
}

table#horsedetails
{
	margin-right: 20px;
	margin-left: 30px;
	width: 200px;
}

div.horseimage img
{
	border: 8px solid #ddd;
	margin: 5px;
}

table#horsedetails th
{
	text-align: right;
	font-size: 10pt;
}

table#horsedetails
{
	font-size: 10pt;
}

/* Top Navigation */

div#header div#navigation{
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFF;
}

div#header div#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#header div#navigation ul li{
	float: left;
	margin-left: 33px;
}

div#header div#navigation ul li a{
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #5c5c5c;
}

div#header div#navigation ul li a:hover{
	color: #791526;
}

div#header div#navigation ul li a.selected{
	color: #791526;	
	cursor: default;
}

/* Bottom Navigation */
div#footer{
	position: relative;	
}
div#footer div#navigation{
	height: 20px;
	padding-bottom: 5px;
}

div#footer div#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#footer div#navigation ul li{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}

div#footer div#navigation ul li a{
	font-size: 9pt;
	text-decoration: underline;
	color: #5c5c5c;
}

div#footer div#navigation ul li a:hover{
	text-decoration: underline;
}

div#footer div#navigation ul li a.selected{
	color: #791526;	
	cursor: default;
	text-decoration: none;
}

div#footer div#navigation ul li a.selected:hover{
	text-decoration: none;
}

div.preeologo{
	position: absolute;
	top: 0px;
	right: 20px;
}
/* Form */

input.error{
	border: 1px solid #f07e19;
	background-color: #FFC;
}

select.error{
	background-color: #FFC;
}

textarea.error{
	border: 1px solid #f07e19;
}

input.formEmail{
	width: 300px;	
}
div.formErrorDiv{
	display: inline; 
	margin-left: 30px;	
	color: #555;
	font-weight: bold;
}
td.leftFormColumn{
	width: 150px;	
}

.enquiryForm{
	width: 90%;
}

.enquiryForm td{
	vertical-align: top;	
}
.enquiryBody{
	width: 100%;
	height: 200px;
}

table.listitem
{
	width: 100%;
	margin: 5px 0px;
	border: 1px solid #ccc;
}

table.listitem td.date
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: 40px;
}

table.listitem td.content{
	padding: 5px;
	vertical-align: top;
	text-align: justify;
	padding-right: 15px;
}

table.listitem td.content h3{
	margin-bottom: 5px;	
}
div.day{
	width: 40px;
	border: 1px solid #222;
	font-size: 9pt;
	padding: 3px;
	color: #222;
}

div.day small{
	font-size: 6pt;	
}
div.month{
	border: 1px solid #222;
	background-color: #222;
	color: #fff;
	padding: 3px;
	width: 40px;
	font-size: 8pt;
}

div.details{
	float: left;
	width: 20%;
	margin-right: 100px;
	margin-bottom: 20px;
}

div#videos ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#videos ul li{
	margin: 10px;
}

div#sponsors
{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}