@charset "UTF-8";
/* CSS Document */
/* Design and coding by F3 Designs http://www.f3designs.ca */


/* GRID
960 x 520 grid (3 cols, 20px outer and 25px inner margins)*/


/* COLOR PALETTE
brown-dark #3b1c10
brown-light #563418
green-dark #39401e
green-light #bdd264
gold-dark #bea150
gold-dark @ 75% opacity #d0ba7d
gold-light #f6f2a9
orange #d78733
white #f7f7f7
*/


/* POPUP (Added May 31, 2024) */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background: white;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
/* NOWRAP __________________________________________________ */
.nowrap {
	white-space: nowrap;
}


/* 404 (Added October 31, 2017) */
.notfound {
	height: 100%;
}
.notfound-message {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height: 360px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.notfound-message img {
	margin: 0 auto !important;
	text-align: center !important;
}


.sold {
	font-size: 18px;
	font-weight: bold;
}


/* TYPE SELECTORS */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b1c10;
	font-size: 14px;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f2a9;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
h1 {
	font-family: Impact;
	font-size: 32px;
	color: #bdd264;
	text-transform: uppercase;
	background-color: #563418;
	background-image: url(../images/paw.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 45px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
h2 {
	font-size: 28px;
	color: #bdd264;
	font-weight: normal;
	padding: 0px;
	margin: 40px 0px 10px 0px;
}
h3 {
	font-size: 18px;
	color: #563418;
	font-weight: normal;
	border-top: solid 1px #bdd264;
	padding: 10px 0px 0px 0px;
	margin: 40px 0px 5px 0px;
	text-transform: uppercase;
}
h4 {
	color: #bea150;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h5 {
	color: #d78733;
	font-size: 14px;
	font-weight: normal;
}
p {
	padding: 0px 0px 20px 0px;
	margin: 0;
	line-height: 20px;
}
ul {
	margin: 10px 20px 10px 20px;
	line-height: 16px;
}
li {
	padding-bottom: 10px;
	list-style-image:url(../images/bullet-orange.png);
}
.masterbreeder {
	float: left;
	margin-left: 60px;
}


/* DEFAULT LINK STATES */
a:link {
	color: #bea150;
	text-decoration: underline;
}
a:visited {
}
a:hover {
}
a:active {
}


/* DEFAULT TABLE ELEMENTS */
table {
	width: auto;
	vertical-align: bottom;
}
td {
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
}


/* PAGE ID */
#page {
	margin: 0px auto 0px auto;
}


/* CONTENT ID */
#content {
	width: 960px;
	margin: 0px auto 0px auto;
}


/* HEADER ID's */
#header-frame {
	width: auto;
	height: 140px;
	color: #f7f7f7;
}
#header-logo {
	width: 335px;
	height: auto;
	float: left;
}
#header-supplemental {
	width: 625px;
	height: auto;
	float: right;
	text-align: right;
	padding-top: 20px;
}
#header-supplemental p {
	line-height: 0px;
}
#header-supplemental a:link, #header-supplemental a:visited {
	color: #bdd264;
	text-decoration: none;
	font-size: 12px;
}
#header-supplemental a:hover {
	color: #d78733;
}
#header-supplemental a:active {
	color: #bdd264;
}


/* GLOBAL ID's */
#global {
	width: 625px;
	height: 40px;
	color: #f7f7f7;
	background-color: #563418;
	margin-left: 335px;
}


/* BANNER ID's */
#banner-index { /*FOR INDEX ONLY*/
	width: auto;
	height: 290px;
	position: relative; /*REQUIRED SO THAT H1 SITS ON TOP OF THE BANNER*/
	z-index: 1; /*REQUIRED SO THAT H1 SITS ON TOP OF THE BANNER*/
}


/* BREADCRUMB ID's */
#breadcrumbs-page { /*FOR PAGE ONLY*/
	width: auto;
	height: 70px;
	background-color: #f7f7f7;
}
#breadcrumbs-page p {
	padding: 20px 5px 5px 20px;
	color: #563418;
	text-transform: uppercase;
	font-size: 12px;
}
#breadcrumbs-page a:link, #breadcrumbs-page a:visited {
	text-transform: lowercase;
	text-decoration: none;
	color: #d78733;
}
#breadcrumbs-page a:hover {
	color: #bdd264;
}
#breadcrumbs-page a:active {
	color: #563418;
}


/* MAIN ID's */
#main-frame {
	width: auto;
	height: auto;
	background-color: #f7f7f7;
	margin: 0px 0px 80px 0px;
}
#main_index-row1 { /*ROW 1 FOR INDEX ONLY*/
	width: auto;
	height:auto;
}
#main_index-row1 h1 {
	margin: -59px 0px -10px 0px;
	position: relative; /*REQUIRED SO THAT H1 SITS ON TOP OF THE BANNER*/
	z-index: 2; /*REQUIRED SO THAT H1 SITS ON TOP OF THE BANNER*/
}
#main_index-row1 img {
	border-bottom: #d78733 solid 5px;
}
#main_index-row1 a:link, #main_index-row1 a:visited {
	font-family: impact;
	font-size: 24px;
	color: #563418;
	text-transform: uppercase;
	background-color: #bdd264;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#main_index-row1 a:hover {
	color: #bdd264;
	background-color: #563418;
}
#main_index-row1 a:active {
	color: #563418;
}
#main_index-row1_col1 { /*ROW 1, COL 1 FOR INDEX ONLY*/
	width: 290px;
	height: auto;
	margin: 0px 25px 20px 20px;
	float: left;
}
#main_index-row1_col2 { /*ROW 1, COL 2 FOR INDEX ONLY*/
	width: 290px;
	height: auto;
	margin: 0px 25px 20px 0px;
	float: left;
}
#main_index-row1_col3 { /*ROW 1, COL 3 FOR INDEX ONLY*/
	width: 290px;
	height: auto;
	margin: 0px 20px 20px 0px;
	float: right;
}
#main_index-row2 { /*ROW 2 FOR INDEX ONLY*/
	width: auto;
	min-height: 580px;
	background-color: #39401e;
	color: #f7f7f7;
	clear: both; /*important*/
}
#main_index-row2 h2 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}
#main_index-row2 a:link, #main_index-row2 a:visited {
	font-family: impact;
	font-size: 24px;
	color: #563418;
	text-transform: uppercase;
	background-color: #bdd264;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#main_index-row2 a:hover {
	color: #bdd264;
	background-color: #563418;
}
#main_index-row2 a:active {
	color: #563418;
}
#main_index-row2 p a:link, #main_index-row2 p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d78733;
	text-decoration: none;
	text-transform: none;
	background-color: #39401e;
	padding: 0px;
}
#main_index-row2 p a:hover {
	color: #bdd264;
}
#main_index-row2 p a:active {
	color: #d78733;
}
#main_index-row2_col1 { /*ROW 2, COL 1 FOR INDEX ONLY*/
	width: 290px;
	height: auto;
	margin: 40px 25px 0px 20px;
	float: left;
}
#main_index-row2_col2 { /*ROW 2, COL 2 FOR INDEX ONLY*/
	width: 290px;
	height: auto;
	margin: 40px 25px 0px 0px;
	float: left;
}
#main_index-row2_col3 { /*ROW 2, COL 3 FOR INDEX ONLY*/
	width: 290px;
	height: auto;
	margin: 40px 20px 0px 0px;
	float: right;
}
#main_index-row2_col3 a:link, #main_index-row2_col3 a:visited {
	font-family: impact;
	font-size: 24px;
	color: #563418;
	text-transform: uppercase;
	background-color: #bdd264;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#main_index-row2_col3 a:hover {
	color: #bdd264;
	background-color: #563418;
}
#main_index-row2_col3 a:active {
	color: #563418;
}
#main_page-row1 { /*ROW 1 FOR PAGE ONLY*/
	width: auto;
	height:auto;
}
#main_page-row1 img {
	border-bottom: #bdd264 solid 5px;
}
#main_page-row1 a:link, #main_page-row1 a:visited {
	font-family: impact;
	font-size: 24px;
	color: #563418;
	text-transform: uppercase;
	background-color: #bdd264;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#main_page-row1 a:hover {
	color: #bdd264;
	background-color: #563418;
}
#main_page-row1 a:active {
	color: #563418;
}
#main_page-row1_col1 { /*ROW 1, COL 1 FOR PAGE ONLY*/
	width: 605px;
	height: auto;
	margin: 0px 25px 20px 20px;
	float: left;
}
#main_page-row1_testimonials { /*ROW 1, COL 1 FOR TESTIMONIAL PAGE ONLY*/
	width: auto;
	height: auto;
	margin: 0px 25px 20px 20px;
	float: left;
}
#main_page-row1_testimonials a:link, #main_page-row1_testimonials a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d78733;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f7f7f7;
	padding: 0px;
}
#main_page-row1_testimonials a:hover {
	color: #bdd264;
	background-color: #f7f7f7;
}
#main_page-row1_testimonials a:active {
	color: #d78733;
	background-color: #f7f7f7;
}
#main_page-row1_col1 a:link, #main_page-row1_col1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d78733;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f7f7f7;
	padding: 0px;
}
#main_page-row1_col1 a:hover {
	color: #bdd264;
	background-color: #f7f7f7;
}
#main_page-row1_col1 a:active {
	color: #d78733;
	background-color: #f7f7f7;
}
#main_page-row1_col1_enews { /*ROW 1, COL 1 FOR ENEWS PAGE ONLY*/
	width: 915px;
	height: auto;
	margin: 0px 25px 20px 20px;
	float: left;
}
#main_page-row1_col2 { /*ROW 1, COL 2 FOR PAGE ONLY*/
	width: 290px;
	height: auto;
	margin: 0px 20px 20px 0px;
	float: right;
	background-color: #bea150;
}
#main_page-row1_col2 ul { /*LOCAL LEVEL 1*/
	line-height: 18px;
	padding-right: 10px;
	margin-left: -10px;
}
#main_page-row1_col2 li {
	list-style-image: url(../images/bullet-white.png);
	margin: 15px 0px 15px 0px;
}
#main_page-row1_col2 li {
	border-bottom: #d0ba7d solid 1px;
	padding: 5px 0px 5px 0px;
}
#main_page-row1_col2 ul a:link, #main_page-row1_col2 ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b1c10;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #bea150;
	padding: 0px;
}
#main_page-row1_col2 ul a:hover {
	color: #f7f7f7;
}
#main_page-row1_col2 ul a:active {
	color: #d78733;
}
#main_page-row1_col2 ul ul { /*LOCAL LEVEL 2*/
	line-height: 40px;
	padding-right: 10px;
	margin-left: 0px;
}
#main_page-row1_col2 ul ul a:link, #main_page-row1_col2 ul ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bdd264;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #39401e;
	padding: 0px;
}
#main_page-row1_col2 ul ul a:hover {
	color: #f7f7f7;
}
#main_page-row1_col2 ul ul a:active {
	color: #d78733;
}
#main_page-row2 { /*ROW 2 FOR PAGE ONLY*/
	width: auto;
	min-height: 500px;
	background-color: #39401e;
	color: #f7f7f7;
	clear: both; /*important*/
}
#main_page-row2 h2 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}
#main_page-row2_col1 { /*ROW 2, COL 1 FOR PAGE ONLY*/
	width: 605px;
	height: auto;
	margin: 40px 25px 0px 20px;
	float: left;
}
#main_page-row2_col1 img {
	border-bottom: #bdd264 solid 5px;
}
#main_page-row2_col1 table a:link, #main_page-row2_col1 table a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d78733;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #39401e;
	padding: 0px;
}
#main_page-row2_col1 table a:hover {
	color: #bdd264;
}
#main_page-row2_col1 table a:active {
	color: #d78733;
}
#main_page-row2_col1 a:link {
	font-family: impact;
	font-size: 24px;
	color: #563418;
	text-transform: uppercase;
	background-color: #bdd264;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#main_page-row2_col1 a:visited {
	color: #563418;
}
#main_page-row2_col1 a:hover {
	color: #bdd264;
	background-color: #563418;
}
#main_page-row2_col1 a:active {
	color: #563418;
}
#main_page-row2_col2 { /*ROW 2, COL 2 FOR PAGE ONLY*/
	width: 290px;
	height: auto;
	margin: 40px 20px 0px 0px;
	float: right;
}
#main_page-row2_col2 h3 {
	font-size: 12px;
	color: #d78733;
	font-weight: normal;
	border-top: none;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
#main_page-row2_col2 p {
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}
/* MAIN CLASSES */
.index-photostoshare {
	margin-right: 20px;
}
.page-testimonials {
	margin-right: 20px;
}
.birthdate_size {
	text-transform: uppercase;
	color: #bdd264;
}
.pipe {
	margin: 0px 5px 0px 5px;
}
.local-active {
	color: #FFF;
	background-color: #39401e;
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
	margin-left: -15px;
}


 /*ANIMAL ID's*/
#animal-ped_vid {
	min-height: 230px;
	width: auto;
	background-color: #39401e;
	margin-top: 20px;
	color: #f7f7f7;
	padding: 10px 10px 0px 10px;
}
#animal-ped_vid h2 {
	font-size: 22px;
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	padding-right: 30px;
}
#animal-ped_vid p {
	text-transform: uppercase;
	line-height: 11px;
	font-size: 12px;
	margin-bottom: 0px;
}
#animal-ped_vid a:link, #animal-ped_vid a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #d78733;
	text-decoration: underline;
	background-color: #39401e;
	padding: 0px;
	font-size: 12px;
}
#animal-ped_vid a:hover {
	color: #bdd264;
}
#animal-ped_vid a:active {
	color: #d78733;
}
#pedigree {
	text-align: left;
}
#pedigree p {
	line-height: 4px;
}
#video {
	float: right;
	text-align: left;
}
#video img {
	border-bottom: none;
}
#animal-footnote {
	background-color: #563418;
	margin-top: 20px;
	color: #f7f7f7;
	font-size: 12px;
	padding: 10px 10px 0px 10px;
}
#animal-footnote a:link {
	background-color: #563418;
	text-decoration: underline;
	color: #d78733;
}
 /*ANIMAL CLASSES*/
.pedigree-indent {
	margin-left: 15px;
}
.pedigree-animalname {
	color: #bea150;
	font-size: 12px;
	text-transform: uppercase;
}
.video-youtube {
	float: left;
	margin-bottom: 12px;
}


/* FOOTER ID's */
#footer-frame {
	width: auto;
	height: auto;
	background-color: #3b1c10;
	color: #f7f7f7;
	clear: both; /*important*/
}
#footer-frame li {
	padding-bottom: 0px;
	list-style-image: url(../images/bullet-white.png);
}
#footer-centre {
	width: 960px;
	height: 340px;
	margin: 0 auto;
}
#footer-centre p {
	line-height: 16px;
}
#footer-centre h1 {
	color: #bea150;
	background-color: #563418;
	background-image: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#footer-centre h2 {
	font-size: 20px;
	margin: 20px 0px 8px 0px;
}
#footer-centre img {
	float: left;
	padding-right: 5px;
}
#footer-centre ul {
	line-height: 23px;
	margin-left: 0px;
}
#footer-centre a:link, #footer-centre a:visited {
	color: #d78733;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-centre a:hover {
	color: #bdd264;
}
#footer-centre a:active {
	color: #d78733;
}
#footer_col1 {
	width: 270px; /*290 minus right and left padding*/
	height: 310px;
	margin: 0px 25px 0px 20px;
	float: left;
	background-color: #563418;
	padding: 20px 10px 10px 10px;
}
#footer_col2 {
	width: 270px; /*290 minus right and left padding*/
	height: 310px;
	margin: 0px 25px 0px 0px;
	float: left;
	background-color: #563418;
	padding: 20px 10px 10px 10px;
}
#footer_col3 {
	width: 270px; /*290 minus right and left padding*/
	height: 310px;
	margin: 0px 20px 0px 0px;
	float: right;
	background-color: #563418;
	padding: 20px 10px 10px 10px;
}


/* EXTRA CLASSES */
.frieda {
	background-color: #feea63;
}
.image-floatleft {
	float: left;
	margin-right: 10px;
}
.image-floatright {
	float: right;
	margin-left: 10px;
}
.x {
	color: #bea150;
	font-size: 30px;
	padding: 0px 5px 0px 5px;
}
.contactinfo {
	font-size: 12px;
	color: #563418;
	margin-left: 10px;
}
	