/*********************************************
File: stylesheet_screen.css
Application: Lucinda Russell website
Created: 15th Dec 2008
Author: Colin Abercrombie, 5th Column
*********************************************/
/********************************************
General
*********************************************/
body	{
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:80%;
	color:#fff;
	background: #fff url("../graphics/bg.gif") top left repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h1	{
	font-size:1.9em;
	font-weight:bold;
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 10px 0px;
	color:#3e4cc2;
	background-color:transparent;
}
h2	{
	font-size:1.6em;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	color:#3e4cc2;
	background-color:transparent;
}
h3	{
	color:#3e4cc2;
	font-weight:normal;
	font-size:1.3em;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	background-color:transparent;
}
h4	{
	color:#3e4cc2;
	font-size:1.1em;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
}

a	{
	color:#3e4cc2;
	text-decoration:none;
	font-weight:bold;
}
a:link	{
	color:#3e4cc2;
	background-color:transparent;
	text-decoration:none;
}
a:visited	{
	color:#1f2c97;
	background-color:transparent;
	text-decoration:none;
}
a:active	{
	color:#3e4cc2;
	background-color:transparent;
	text-decoration:none;
}
a:hover	{
	color:#5e6ce3;
	background-color:transparent;
	text-decoration:underline;
}
p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.8em;
}
hr {
	border-top: 1px solid #536f3d;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
}
/********************************************
Containers
*********************************************/
.sitecontainer {
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.pagecontainer {
	color: #000;
	background-color: transparent;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.titlecontainer {
	color: #000;
	background: transparent url("../graphics/lrbanner.jpg") top left no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height: 200px;
  width: 800px;
}
.titlecontainer img {
	color: #000;
	float: right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: 0px;
  
}
.headercontainer {
	color: #000;
	background: transparent;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float: left;
}
.navigationcontainer {
	padding:0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.contentcontainer {
	color: #000;
	background-color: transparent;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
.contentcontainerleft {
	float: left;
	color: #000;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 17px 0px 0px;
	width: 520px;
}
body#comp .contentcontainerleft {
	float: left;
	color: #000;
	background: transparent url("../graphics/bottlebg.jpg") top center no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 17px 0px 0px;
	width: 520px;
}
.contentcontainerleftgallery {
	float: left;
	color: #000;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 650px;
}
.contentcontainerright {
	float: right;
	color: #000;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 370px;
}
.contentcontainerrightgallery {
	float: right;
	color: #000;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 300px;
}
.contentcontainerright img {
	color: #000;
	background-color: transparent;
	padding: 1px;
	margin: 20px 0px 0px 0px;
	border: 8px solid #3e4cc2;
	width: 350px;
	float: right;
}
.contentcontainerleft .mainimage {
	color: #000;
	background-color: transparent;
	padding: 1px;
	margin: 10px 0px 0px 0px;
	border: 8px solid #3e4cc2;
	width: 350px;
}
.footercontainer {
	color: #666666;
	background: transparent url("../graphics/footerbg.gif") bottom left repeat-x;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: center;
	font-size:0.9em;
	height: 161px;
}
/********************************************
Content
*********************************************/
.contentcontainer ul {
	list-style-type: square;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.contentcontainer ol {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.contentcontainer li {
	padding:0px 0px 10px 0px;
	margin: 0px 0px 0px 30px;
}
img {
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 0px 0px;
}
img.collection {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #fff;
}
img.noborder {
	border: 0px solid #fff;
float: left;
	margin: 0px 0px 20px 0px;
}
.rightimg {
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	float: right;
}
.leftimg {
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	float: left;
}
.pagetint {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #000;
	background-color: #c3d7e5;
}
.error {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: #000;
	background-color: #c3d7e5;
}
.errors {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: #000;
	background-color: #c3d7e5;
}
.disclaimer {
	font-size: 0.9em;
}
.panel {
	padding: 5px 10px 30px 10px;
	margin: 10px 0px 20px 0px;
	text-align: left;
	color: #000;
	background: #fbfcf0 url("../graphics/panelbg.gif") bottom left repeat-x;
}
.gallerycontainer {
float: left;
width: 215px;
margin: 0px;
padding: 0px;
text-align: center;
margin-right: 20px;
}
.contentcontainer .gallerycontainer img {
width: 200px;
height: 160px;
}
.sponsorspanel {
	padding: 10px 10px 30px 10px;
	margin: 10px 0px 20px 0px;
	color: #000;
	background: #fbfcf0 url("../graphics/panelbg.gif") bottom left repeat-x;
}
.sponsorspanel img {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	width: 150px;
	border: 0px solid #3e4cc2;
}
.sponsorspanel td {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
img.mainimage {
	color: #000;
	background-color: transparent;
	padding: 1px;
	margin: 20px 0px 0px 0px;
	border: 8px solid #3e4cc2;
}
.quote {
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	color: #8490f1;
	background: transparent;
	font-weight: bold;
	font-style: italic;
}
.quote2 {
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	color: #8ba17a;
	background: transparent url("../images/quotepanel3.png") top left no-repeat;
	height: 135px;
	font-weight: bold;
	font-style: italic;
}
.quote3 {
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	color: #8ba17a;
	background: transparent url("../images/quotepanel4.png") top left no-repeat;
	height: 190px;
	font-weight: bold;
	font-style: italic;
}
.quote p, .quote2 p, .quote3 p {
	padding: 20px 90px 0px 80px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
}
p.site {
	padding: 8px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	color: #8ba17a;
	background: transparent;
	font-weight: normal;
}
p.papersite {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	text-align: right;
	color: #8ba17a;
	background: transparent;
	font-weight: bold;
}
ul.testimonial {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
ul.testimonial li {
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 20px 0px;
	list-style: none;
	background-color: #d6cfc0;
border: 6px solid #c2baa8;
}
#mainimage {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 8px solid #3e4cc2;
	width: 934px;
	height: 228px;
	background: transparent url("../graphics/lrbanner.jpg") top left no-repeat;
}
#mainimage img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.intimage {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 250px;
}
.intimage img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 250px;
	border: 8px solid #3e4cc2;
}
.logo {
	font-size: 0.9em;
}
#horses {
  margin: 10px 0px 0px 0px;
	padding: 0px;
}
#horses tr {
  margin: 0px 0px 20px 0px;
	padding: 0px;
}
#horses td {
  margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	vertical-align: center;
}
.horseThumb {
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.horseThumb img {
	width: 100px;
	height: 100px;
  padding: 0px 20px 0px 0px;
}
.horsesaleThumb {
  margin: 0px 0px 0px 0px;
	padding: 0px;
float: left;
width: 30%;
}
.horsesaleThumb p {
  margin: 5px 0px 0px 0px;
	padding: 0px;
}
.horsesaleThumb img {
  float: left;
  width: 100px;
}
.staffThumb {
  margin: 0px 0px 0px 0px;
	padding: 0px;
}
.staffThumb p {
  margin: 5px 0px 0px 0px;
	padding: 0px;
}
.staffThumb img {
  float: left;
  width: 200px;
  height: 133px;
}
.sold {
  font-weight: bold;
  font-size: 1.2em;
  color: red;
}
.LatestNews {
  margin: 20px 0px 0px 0px;
	padding: 0px;
}
/********************************************
Footer
*********************************************/
.footercontainer p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.footerbg {
	background: transparent url("../graphics/footerhorses.gif") top center no-repeat;
    height: 61px;
    margin:0px 0px 0px 0px;
}
.footercontainer a, .footercontainer a:link, .footercontainer a:visited, .footercontainer a:active	{
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
.footercontainer a:hover	{
	color:#666;
	background-color:transparent;
	text-decoration:underline;
}
.footercontainer img {
	padding: 2px 2px 2px 0px;
	margin: 0px 0px 0px 0px;
}
/********************************************
Pagination
*********************************************/
.ditto_paging {
  border-top: 1px solid #ccc;
  padding: 10px;
  font-size: 86%;
  color: black;
  margin-top: 20px;
}
#ditto_pages {
  text-align: center;
}
#ditto_pages .ditto_currentpage {
  border: 1px solid black;
  padding: 1px 5px 2px;
  margin-right: 1px;
  background-color: #008CBA;
  color: #fff;
}
#ditto_pages .ditto_off {
  border: 1px solid #ccc;
  padding: 1px 5px 2px;
  margin-right: 1px;
  color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
  border: 1px solid #008CBA;
  padding: 1px 5px 2px;
  margin-right: 1px;
  text-decoration: none !important;
  color: black;
}
#ditto_pages a:hover {
  background-color: #fff;
  color: #000;
}
/********************************************
Hidden
*********************************************/
.hidden {
	display:none;
}
.spacer {
	clear: both
}
/********************************************
News
*********************************************/
.listing {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	text-align: left;
}
.listing p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.listing h3 {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: left;
}
.caldate {
	float: left;
	padding: 5px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	background-color: #3e4cc2;
	border: 0px solid #076c8d;
	color: #fff;
	width: 50px;
}
/********************************************
Tables
*********************************************/
table.content {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	color:#000000;
	background-color:#a1bf92;
	width: 100%;
	border-bottom: 1px solid #000;
}
table.content caption {
	display:none;
}
table.content th {
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	color:#fff;
	background-color: #536f3d;
	text-align: left;
}
table.content td {
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	color:#000;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
}
/*********************************************
Form
*********************************************/
table#contactform caption {
	display: none;
}
table#compForm {
	margin: 15px 0px 0px 0px;
}
table#contactform th {
	vertical-align: top;
	width: 25%;
	padding: 5px 5px 5px 0px;
}
table#contactform td {
	padding: 5px 0px 5px 0px;
}

table#compForm caption {
	display: none;
}
table#compForm th {
	vertical-align: top;
	width: 25%;
	padding: 5px 5px 5px 0px;
}
table#compForm td {
	padding: 5px 0px 5px 0px;
}


#show {
margin: 0px 0px 0px 22px;
padding: 0px;
border: 8px solid #a1bf92;
width: 888px;
height: 325px;
}
#show img {
margin: 0px 0px 0px 0px;
padding: 0px;
}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.winners {
width: 100%;
}
.winners th {
background-color: #3e4cc2;
padding: 5px;
font-size: 1.2em;
color: #fff;
text-align: center;
}
.winners td {
margin: 0px;
padding: 3px 0px;
font-size: 1.2em;
border-bottom: 1px solid #3e4cc2;
text-align: center;
}
.winners img {
width: 125px;
border: 3px solid #3e4cc2;
margin: 0px;
}
