@charset "utf-8";

html,body{
	min-height: 100%;
	width: 100%;
}

body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	cursor: default;
}

/* Headings and text */

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

h2{
	font-size: 11pt;
	font-weight: bold;
	color: #c82626;
	margin: 0;
}


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


span.highlight{
	color: #c82626;	
}

span.italic{
	font-style:italic;
}


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

a{
	outline: none;
	color: #555;
}

a:hover{
	color: #c82626;
}

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

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

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

div#contentarea{
	background-image: url("../media/images/web/content_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 300px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 220px;
	padding-right: 20px;
	position: relative;
}

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


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

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

div.margined{
	margin: 10px;	
}

/* Top Navigation */

div#header div#navigation{
	height: 273px;
	background-image: url("../media/images/web/banner.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

div#header div#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}

div#header div#navigation ul li{
	margin-bottom: 10px;
}

div#header div#navigation ul li a{
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	background-color: #fff;
	padding: 4px 5px;
	filter: alpha(opacity=50);
	opacity: 0.5;

}

div#header div#navigation ul li a:hover{
	color: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

div#header div#navigation ul li a.selected{
	color: #c82626;	
	cursor: default;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

/* Bottom Navigation */
div#footer{
	position: relative;	
	background-image: url("../media/images/web/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 80px;
	padding-top: 30px;
}
div#footer div#navigation{
	height: 20px;
	padding-bottom: 5px;
	text-align: center;
}

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

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

div#footer div#navigation ul li a{
	font-size: 10pt;
	text-decoration: underline;
	color: #555;
}

div#footer div#navigation ul li a:hover{
	color: #c82626;
}

div#footer div#navigation ul li a.selected{
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

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

div.preeologo{
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}

/*News*/
div.news{
	margin-top: 20px;	
}

div.news img{
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	max-width: 200px;
	max-height: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


div.news p{
	text-align: justify;	
}

/* Contact */

div.contactdetails{
	padding-left: 100px;
	overflow: auto;
	width: 500px;
}


/*Guestbook */

div.moveleft{
	position: relative;
	left: -210px;
	width: 880px;
}

div.listitem{
	padding: 10px;
	background-color: #fff;
	border: 3px solid #eee;
	position: relative;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

span.author{
	color: #c82626;
	font-size: 9pt;
	font-weight: bold;
}

div.commentform{
	padding-left: 100px;
	width: 500px;
}

div.footnote{
	border: 1px solid #eee;
	border-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: right;
	font-size: 9pt;
	color: #000;
	background-color: #eee;
}

/* Form */

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

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

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

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

div.commentform table{
	width: 95%;
}

table.enquiryForm{
	width: 95%;	
}

.enquiryForm td{
	vertical-align: top;	
}
textarea.commentbody{
	width: 100%;
	height: 50px;
}

textarea.enquiryBody{
	width: 100%;
	height: 50px;
}

/* PAGING */
div.paging{
	padding: 10px;
	text-align: right;
}

div.paging a{
	background-color: #eee;
	color: #555;
	margin-right: 2px;
	padding: 3px 5px;
	text-align: center;
}

div.paging a:hover{
	background-color: #ccc;	
	color: #c82626;
}

div.paging a.selected{
	background-color: #c82626;
	color: #fff;
}

div.paging a.selected:hover{
	background-color: #c82626;
}

/* Horses */
div.horses{
	overflow: auto;
	padding-bottom: 20px;
}

div.horseplc{
	width: 208px;
	float: left;
	text-align: center;
	height: 180px;
	padding-top: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div.horse{
	text-align: center;

	cursor: pointer;
}

div.horseplc:hover{
	border: 1px solid #555;	
}

div.horse:hover a{
	color: #c82626;
}

div.horse img{
	height: 150px;
	max-width: 200px;

}

div.horse a{
	display: block;
	padding: 5px;	
}

div.horsedetails{
	padding: 20px 5px;
	overflow: auto;
	line-height: 20pt;
	text-align: left;
}

div.horsedetails img{
	border: 1px solid #ccc;
	margin: 10px 0px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 5px;
	max-width: 500px;
}

div.notice{
	text-align: center;
	background-color: #eee;
	padding: 50px 0px;
	margin-bottom: 20px;
}