body {
	margin: 0px;
	background-color: #000000;
}

a {
	color: #ff0033
}

/*
	Classes
*/
.form-there-were-errors {
	background-color: #ea0437;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 3px 6px;
}

.form-field-error {
	background-color: #ea0437;
	color: #fff;
	font-size: 11px;
	padding: 3px 6px;
	font-weight: bold;
	margin-left: 8px;
}


/*
	Header IDs
*/

/* Extends to 100% of page width  - this one is used on home page */
#header-container {
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #ffffff;
	padding: none;
	margin: none;
}

/* Extends to 100% of page width  - this one is used on inside pages */
#header-container-inside {
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #ea0437;
	padding: none;
	margin: none;
}

/* 900px width, centered within container */
#header {
	width: 900px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	padding: none;
	border: none;
}

#header:after { 
	content:''; 
	display:block; 
	clear:both; 
} 

#logo {
	float: left;
	width: 125px;
	height: 72px;
	margin-top: 17px;
	margin-left: 0px;
	border: none;
}

#navmenu {
	float: right;
	margin: 38px 0 0 0;
	padding: 0;
	border: none;
}

#navmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#navmenu li {

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: inline;
	padding: 0 22px 0 14px;
	margin: 0;

	background-image: url('/images/nav-menu-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

#navmenu a {
	color: #ffffff;
	text-decoration: none;
}

#navmenu a:hover {
	text-decoration: underline;
}


/* 
	Homephoto IDs
*/


/* Extends to 100% of page width */
#homephoto-container {
	width: 100%;
	height: 211px;
	background-image: url(/images/photo-area-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
	
/* 990px width, centered within container */
#homephoto {
	width: 990px;
	height: 210px;
	border: none;
}

/* 
	Content IDs
*/

/* Extends to 100% of page width */
#content-container {
	width: 100%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ea0437;
}

/* 900px width, centered within container */
#content {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 12px 0 12px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*
	Footer IDs
*/
#footer {
	width: 900px;
	margin: 28px auto 0 auto;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}

#footer a {
	color: #ff0033
}

#footer-credits {
	margin: 6px 0px 0px 0px;
	font-size: 9px;
}

#footer-credits a {
	color: #999999;
	font-size: 10px;
}

/*
	Classes
*/

h1.pagetitle {

	background-color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-left: 4px;
}

.news {
	background-image: url(/images/horizontal-rule-dots.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ea0437;
	line-height: 12px;
}

.news .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	margin: none;
}

.news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.column1 {
	width: 50%;
	float: left;
}

.column2 {
	width: 50%;
	float: right;
}

.clearer {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.flushtop {
	margin-top: 0;
}	

/*
	Mating Sires page
*/

table.mating-sires {
	width: 100%;
	border-collapse: collapse;
}

table.mating-sires tr.odd {
	background-color: #dadada;
}

table.mating-sires tr.even {
	background-color: #efefef;
}


table.mating-sires th {
	background-color: #000000;
	color: #ff0033;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}

table.mating-sires td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 5px 8px;
	text-transform: uppercase;
	text-align: center;
}

p.mating-sires-last-modified { 
	font-size: 11px;
	font-style: italic;
}

/*
	Donors
*/

.donor-outercontainer {
	/* width: 875px; */
/*	border: 1px solid #00ff00; */
	margin: none;
	padding: none;
}

.donor-outercontainer:after { 
	content:''; 
	display:block; 
	clear:both; 
} 

h2.donor-name {
	line-height: 12px;
	margin: 0 0 12px 83px;
	padding: 0;
	color: #c00;
	font-size: 18px;
}

.donor-rule {
	height: 9px; 
	width: 875px;
	background-image: url(/images/horizontal-rule-dots.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 22px 0px;
}

.donor-thumbscontainer {
	width: 80px;
	height: 300px;
	text-align: center;
	float: left;
	line-height: 0px;  /* gets rid of vertical space between images */
	padding-top: 2px;
}

.donor-thumb {
	border: 1px solid #333;
	margin: 0 0 5px 0;
	padding: 0;
}

.donor-mainphotocontainer {
	width: 410px;
	height: 300px;
	float: left;
	text-align: center;
	margin: none;
	padding: none;
	line-height: 0px;  /* gets rid of vertical space between images */
}

.donor-mainphoto {
	border: 1px solid #333;
}

.donor-mainphoto-caption {
	margin: 12px 0 0 0;
	padding: 0;
	font-style: italic;
	font-size: 11px;
	text-align: left;
}

.donor-infocontainer {
	float: left;
	width: 365px;
	padding: 0 0 0 20px;
	font-size: 13px;
}

.donor-fieldcontainer {
	line-height: 16px;
	margin-bottom: 10px;
}

.donor-fieldlabel {
	color: #c00;
	width: 120px;
	font-weight: bold;
	display: inline;
}


/*
	Contact Page
*/


#contact {
}

#contact h3 {
	color: #ea0437;
}

#contact h3.contact-form-title {
	color: #ea0437;
	float: left;
	margin: 0 0 20px 0;
}

#contact .required-field {
	float: left;
	margin: 0 0 0 90px;
	font-weight: normal;
	color: #000;
}

#contact address {
	font-style: normal;
}

#contact address:first-line {
	font-weight: bold;
}

#contact p.less-important {
	font-style: italic;
	font-size: 12px;
}

/* Individual columns */


.contact-col1 {
	width: 34%;
	float: left;
}

.contact-col2 {
	width: 33%;
	float: left;
}

.contact-col3 {
	width: 33%;
	float: left;
}

.contact-rule {
	height: 9px; 
	width: 875px;
	background-image: url(/images/horizontal-rule-dots.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 22px 0px;
}

/*  contact form */

.contact-formfield-container {
	margin-bottom: 14px;
}

.contact-formfield-container label {
	display: block;
	float: left;
	font-weight: bold;
	width: 180px;
	margin: 0 20px 0 0;
}

.contact-formfield-container input {
	width: 220px;
}

.contact-formfield-textarea-container {
	float: left;
}

.contact-formfield-container textarea {
	width: 340px;
	height: 120px;
}

.contact-formfield-textarea-error {
	float: left;
}

#code {
	width: 100px;
	float: left;
}

#contact-captchaimg {
	float: left;
	margin-left: 14px;
}


.contact-form-button-submit {
	margin-left: 200px;
}


/*
	Services page
*/

.services-photos-container {
	float: right;
	margin-left: 50px;
}

.services-photo {
	width: 288px;
	height: 192px;
	border: 2px solid #423836;
	margin-bottom: 12px;
}


/*
	Consignment Sales page
*/

#consignment {
}

#consignment form {
	margin: 30px 0 0 0;
}

#consignment .required-field {
	margin: 0 0 0 500px;
	font-weight: normal;
	color: #000;
}

#consignment fieldset {
	border: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#consignment fieldset legend {
	color: #ea0437;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}

.consignment-formfield-container {
	margin-left: 10px;
	margin-bottom: 14px;
}

.consignment-formfield-container label {
	display: block;
	float: left;
	font-weight: bold;
	width: 180px;
	margin: 0 20px 0 0;
}

.consignment-formfield-container input.textinput {
	width: 220px;
}

#consignment-captchaimg {
	float: left;
	margin-left: 14px;
}

.consignment-formfield-textarea-container {
	float: left;
}

.consignment-formfield-container textarea {
	width: 340px;
	height: 120px;
}

.consignment-formfield-textarea-error {
	float: left;
}

.consignment-form-button-submit {
	margin-left: 10px;
}

