@charset "UTF-8";
/* CSS Document */

/* /////////////////////////// FONT FAMILY //////////////////////////////// */

/* 'Titillium Web', sans-serif;*/

/* /////////////////////////// HIDE THE ORIGINAL BC ICONS //////////////////////////////// */

/*.literature-container .icon img {
     display: none;
}*/

/* /////////////////////////// SHOW THE NEW ICONS WITH JQUERY //////////////////////////////// */
 
/*.literature-container.loaded .icon img {
     display: block;
}*/

/* /////////////////////////// RESET //////////////////////////////// */

#preloader {
	width: 500px;
	height: 75px;
	background-image: url(../images/icons/topHover.gif), url(../images/icons/mudmapHover_blue.png), url(../images/icons/linkHover_blue.png), url(../images/icons/tellafriendHover_blue.png), url(../images/icons/pedigreeHover_blue.png), url(../images/icons/videoHover_blue.png), url(../images/icons/altImagesHover_blue.png), url(../images/icons/linkHover_white.png), url(../images/icons/downloadHover_white.png), url(../images/icons/downloadHover_lightOrange.png), url(../images/icons/mudmapHover_lightOrange.png), url(../images/icons/linkHover_lightOrange.png), url(../images/icons/reverseTopHoverBlue.png), url(../images/icons/reverseTopOrange.png), url(../images/icons/mudmapHover_white.png), url(../images/icons/readmoreHover_white.png), url(../images/icons/readmoreHover_lightOrange.png), url(../images/icons/readmoreHover_blue.png), url(../images/icons/readmore.png), url(../images/icons/viewHover_white.png), url(../images/icons/viewHover_lightOrange.png), url(../images/icons/viewHover_blue.png), url(../images/icons/view.png), url(../images/icons/printHover_blue.png), url(../images/icons/print.png);
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	left: 0px;
	top: -100px;
}
html,body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0 none;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Titillium Web', sans-serif;
	color: #000000;
	font-smooth: always; 
	-webkit-font-smoothing: antialiased; 
	-moz-font-smoothing: antialiased; 
	-ms-font-smoothing: antialiased; 
	font-smoothing: antialiased; 
}
h1, h2, h3, h4, h5, h6 {
	color: #EE7029;
	margin: 0 0 0px;
	padding: 0px;
	font-smooth: always; 
	-webkit-font-smoothing: antialiased; 
	-moz-font-smoothing: antialiased; 
	-ms-font-smoothing: antialiased; 
	font-smoothing: antialiased; 
}
h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	font-weight: 600;
}
h3 {
	font-size: 20px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
.orangeBkgd {
	background-color: #EE7029;
}
.whiteBkgd {
	background-color: #FFFFFF;
}
.reverseWhiteText  {
	color: #FFFFFF;
}
.reverseWhiteText a:link      {
	color: #FC0;
}
.reverseWhiteText a:visited {
	color: #FC0;
}
.reverseWhiteText a:hover {
	color: rgb(49,58,88);
}
.reverseWhiteText h1, .reverseWhiteText h2, .reverseWhiteText h3, .reverseWhiteText h4, .reverseWhiteText h5, .reverseWhiteText h6  {
	color: #FFF;
}
p {
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
a:link {
	color: #EE7029;
	text-decoration: none;
}
a:visited {
	color: #EE7029;
	text-decoration: none;
}

/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #313A58;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#content ul {
	list-style: square;
	padding-left: 45px;
	padding-bottom: 40px;
}
#content ol {
	list-style: decimal;
	padding-left: 45px;
	padding-bottom: 40px;
}
img {
	border:none
}
.clear {
	clear: both;
}
br {
	margin: 0px;
	padding: 0px;	
}

/* /////////////////////////// LAYOUT //////////////////////////////// */


#frame {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	min-width: 1024px;
	position: relative;
}
#blue_decorative_strip {
	background-color: #313A58;
	height: 15px;
}
#graphic_frame {
}
#graphic {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-image: url(../images/layout/rockyrepro_lg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav_frame {
}
nav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5000;
	min-height: 36px;
}
#header_frame {
	height: 450px;
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #FFF;
	background-color: #EE7029;
	border-top: 2px solid #EE7029;
}
header {
	min-width: 1024px;
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: 2000;
	background-repeat: repeat-x;
	background-image: url(../images/layout/main_transparent_bg_150.png);
	background-position: bottom;
	top: 0px;
}
#searchArea {
	border-bottom: 2px solid rgb(49,58,88);
}
#search {
	min-height: 70px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
.orangeLine {
	border-bottom: 2px solid #EE7029 !important;
}
.whiteLine {
	border-bottom: 2px solid #FFFFFF !important;
}
#textWrapFrame {
	min-width: 1024px;
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 40;
	background-repeat: no-repeat;
	background-image: url(../images/layout/indexBulls.png);
	background-position: 90% bottom;
}
#textWrap {
	width: 944px;
	height: 100px;
	position: relative;
	z-index: 80;
	top: 350px;
	margin-right: auto;
	margin-left: auto;
}
#frame #header_frame header #textWrapFrame #textWrap p {
	font-size: 30px;
	color: #FFF;
	line-height: 30px;
	padding-top: 15px;
	text-shadow: 0px 0px 5px #000;
	-webkit-text-shadow: 0px 0px 5px #000;
}
#frame #header_frame header #textWrapFrame #textWrap p span {
	font-weight: 700;
	color: #EE7029;
	font-size: 36px;
}
#content_frame {
}
#content {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	padding-top: 20px;
	padding-bottom: 450px;
}
#halfContent {
	width: 634px;
	float: left;
}
#frame #content_frame #content .reverseWhiteText img {
	border: thin solid #FFFFFF;
}
#frame #content_frame #content img {
	border: thin solid #EE7029;
	margin-bottom: 20px;
	float: right;
	clear: both;
	margin-left: 20px;
	position: relative;
	display: block;
	-moz-box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
	-ms-box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
	box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;
	height: 240px;
	width: 320px;
}
#frame #content_frame #content .single img {
	border: thin solid #CC6600;
	height: 240px;
	width: 320px;
}
#frame #content_frame #content .single img:hover {
	border: thin solid #313A58;
}
#frame #content_frame #content .reverseWhiteText .single img {
	border: thin solid #FFFFFF;
}
#frame #content_frame #content .reverseWhiteText .single img:hover {
	border: thin solid #313A58;
}
aside {
	float: right;
	width: 270px;
}
aside .announcement {
	position: relative;
	margin-bottom: 30px;
	border-bottom: thin solid rgb(255,255,255);
}
aside .announcement p {
	line-height: 22px;
	text-align: justify;
	margin-bottom: 10px;
}
.announcementButtonFrame a:link {
	font-size: 16px;
	text-align: right;
	line-height: 20px;
	margin: 0px;
	padding: 0px 18px 0px 0px;
	display: block;
	color: #FFF;
	position: relative;
	font-weight: 400;
	background-image: url(../images/icons/readmoreHover_white.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: thin solid rgb(255,255,255);
}
.announcementButtonFrame a:hover {
	color: rgb(49,58,88);
	background-image: url(../images/icons/readmoreHover_blue.png);
	border-bottom: thin dashed rgb(49,58,88);
}
#home #frame #content_frame #content .reverseWhiteText #google_translate_element{
	display: block !important;
	height: 25px !important;
	min-width: auto !important;
	max-width: none !important;
	max-height: 25px !important;
	min-height: 25px !important;
	visibility: visible;
}
#frame #content_frame #content aside.reverseWhiteText #google_translate_element {
	display: block !important;
	height: 25px !important;
	line-height: 20px !important;
	float: left !important;
	padding: 0px !important;
	overflow: hidden !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	max-height: 25px !important;
	min-height: 25px !important;
	visibility: visible;
}
#frame #content_frame #content #google_translate_element {
	visibility: hidden;
}
article {
	clear: none;
	padding-bottom: 20px;
}
#footer_frame {
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid rgb(49,58,88);
	height: 350px;
}
#footer_contact_frame {
	border-bottom: 2px solid #FFFFFF;
}
#footerContact {
	min-height: 200px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#footerContact #contactDetails {
	position: relative;
	padding-bottom: 5px;
}
#footerContact #contactDetails p {
	line-height: 20px;
	margin-bottom: 15px;
}
/*#footerContact #contactDetails .bigPhoneNuber {
	font-size: 24px;
	line-height: 24px;
}*/
#footerContact #contactDetails .details {
	width: 182px;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#footerContact #contactDetails div .rockyReproAddress {
	text-align: left;
}
#footerContact #contactDetails .contactDetailsCity #contactDetailsCityName {
	padding-left: 4px;
	margin-bottom: 5px;
}
#footerContact #contactDetails .contactDetailsCity {
	float: left;
}
#footerContact #contactDetails .contactDetailsCity #contactDetailsCityGympie {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: rgb(0,0,0);
}
.reverseWhiteText #contactDetails .contactDetailsCity #contactDetailsCityGympie {
	border-left-color: rgb(255,255,255) !important;
}

#footerContact #contactDetails .contactDetailsCity h3 {
	text-transform: uppercase;
	color: rgb(0,0,0);
	line-height: 16px;
	margin-bottom: 10px;
}
#footerContact #contactDetails .contactDetailsCity .details h3 {
	line-height: 22px;
	margin-bottom: 0px;
	text-transform: none;
	color: #EE7029;
}
.reverseWhiteText #contactDetails .contactDetailsCity h3 {
	color: rgb(255,255,255) !important;
}

#footerContact #contactDetails .contactDetailsCity .details p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 16px;
}
#footerContact #contactDetails #maps {
	clear: both;
}
#footerContact #contactDetails #maps p {
	clear: none;
}
#contactDetails #mudmap a {
	padding-right: 23px;
	background-image: url(../images/icons/mudmap.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	clear: none;
}
#contactDetails #mudmap a:hover {
	padding-right: 23px;
	background-image: url(../images/icons/mudmapHover_blue.png);
}
.reverseWhiteText #contactDetails #mudmap a {
	background-image: url(../images/icons/mudmapHover_white.png);
	color: #FFFFFF;	
}
.reverseWhiteText #contactDetails #mudmap a:hover {
	background-image: url(../images/icons/mudmapHover_blue.png);
	color: rgb(49,58,88);
}
#contactDetails #downloadMudmap a {
	padding-right: 23px;
	background-image: url(../images/icons/download.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding-left: 40px;
	clear: none;
}
#contactDetails #downloadMudmap a:hover {
	padding-right: 23px;
	background-image: url(../images/icons/downloadHover_blue.png);
}

.reverseWhiteText #contactDetails #downloadMudmap a {
	color: #FFFFFF;
	background-image: url(../images/icons/downloadHover_white.png);
}
.reverseWhiteText #contactDetails #downloadMudmap a:hover {
	color: rgb(49,58,88);
	background-image: url(../images/icons/downloadHover_blue.png);
}
#topLink {
	display: block;
	height: 40px;
	width: 40px;
	top: 0px;
	float: right;
	right: 0px;
}
#topLink a {
	background-image: url(../images/icons/top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 40px;
}
#topLink a:hover {
	background-image: url(../images/icons/topHover.gif);
}

#frame #footer_frame #footer_contact_frame .reverseWhiteText #topLink a {
	background-image: url(../images/icons/reverseTopOrange.png);
}
#frame #footer_frame #footer_contact_frame .reverseWhiteText #topLink a:hover {
	background-image: url(../images/icons/reverseTopHoverBlue.png);	
}
#footer_search_frame {
	background-color: #313A58;
	min-height: 150px;
}
#footerSearch {
	min-height: 150px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 27px;
}
#footerSearch #searchFrame {
	float: right;
	width: 200px;
}
#footerSearch #mailingFrame {
	min-height: 150px;
	width: 720px;
	border-right: thin dashed rgba(255,255,255,1);
}
#copyright_content {
	position: absolute;
	bottom: 5px;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	color: #CCC;
	text-align: center;
}
#copyright_content a {
	color: #CCC;
}
#copyright_content a:hover {
	color: #EE7029;
}
#copyright_content strong {
	font-weight: bold;
	color: rgb(204,204,204);
	font-size: 14px;
}
/* ////////// VISIBLE ////////// */
.Visible {
	visibility: visible;
}
.Hidden {
	visibility: hidden;
	display: none;
}

/* ////////// THIS IS IMPORTANT ////////// */

article, aside, figure, footer, header, nav, section {
	display: block;
}



/*////////// START MEDIA APPS LAYOUT //////////*/

.mediaLink {
	background-image: url(../images/icons/link.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.mediaLink:hover {
	background-image: url(../images/icons/linkHover_blue.png);
}

.reverseWhiteText .mediaLink_download .mediaLink {
	background-image: url(../images/icons/linkHover_white.png);
	color: #FFFFFF;
}
.reverseWhiteText .mediaLink_download .mediaLink:hover {
	background-image: url(../images/icons/linkHover_blue.png);
	color: rgb(49,58,88);
}
.mediaDownload {
	background-image: url(../images/icons/download.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	
}
.mediaDownload:hover {
	background-image: url(../images/icons/downloadHover_blue.png);
}
.reverseWhiteText .mediaLink_download .mediaDownload {
	background-image: url(../images/icons/downloadHover_white.png);
	color: #FFFFFF;
}
.reverseWhiteText .mediaLink_download .mediaDownload:hover {
	background-image: url(../images/icons/downloadHover_blue.png);
}
.mediaLink_download {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.unitOfMeasure {
	font-size: 10px;
}

/*////////// START SERVICES APPS LAYOUT //////////*/

.services {
	margin-bottom: 40px;
}
.services .txt {
	width: 600px;
}
/*////////// CUSTOM STYLING OPTIONS //////////*/

.reverseWhiteText .orange_bold_highlight_txt {
	color: rgb(255,255,255);
}
.orange_highlight_txt {
	color: #EE7029;
}
.orange_bold_highlight_txt {
	color: #EE7029;
	font-weight: 700;
}
.grey_highlight_text {
	color: #666;
}
.reverseWhiteText .grey_highlight_text {
	color: #EEC6AF;
}
.bold900 {
	font-weight: 900;
}
.bold700 {
	font-weight: 700;
}
.bold600 {
	font-weight: 600;
}
.bold300 {
	font-weight: 300;
}
.bold200 {
	font-weight: 200;
}



/*////////// BANNER LAYOUT //////////*/

#frame #header_frame .slideshow {
	height: 450px;
	width: 100%;
}

#frame #header_frame #imageLow_1 {
	height: 450px;
	width: 100% !important;
	display: inherit;
	background-image: url(../images/banners/banner01_high.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


#frame #header_frame #imageLow_2 {
	height: 450px;
	width: 100% !important;
	display: inherit;
	background-image: url(../images/banners/banner02_high.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*////////// ANIMAL APP MAIN LIST VIEW LAYOUT //////////*/
.animalFrame {
	min-height: 244px;
	position: relative;
	margin-bottom: 40px;
}
.animalFrame .animalContentFrame {
	float: right;
	width: 610px;
}
.animalFrame .animalContentFrame h1 {
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 20px;
	text-transform: uppercase;
}
.animalFrame .animalContentFrame .pedigree {
	margin-bottom: 5px;
	line-height: 21px;
}
.animalFrame .animalContentFrame .dob {
	margin-bottom: 5px;
	line-height: 21px;
}
.animalFrame .animalContentFrame p {
	padding: 0px;
	margin-bottom: 0px;
	line-height: 22px;
}
.animalFrame .animalContentFrame .notes  {
	max-height: 68px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: normal;
	display: block;
}
.animalFrame .animalContentFrame .notes p {
	padding: 0px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: left;
}
.animalFrame .animalContentFrame .price {
	max-height: 46px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: left;
}
.animalFrame .animalContentFrame .exportPrice {
	max-height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: left;
}
.animalFrame .animalContentFrame .clear {
	height: 25px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#frame #content_frame #content .animalFrame img {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}
.animalFrame .animalDetailFrame  {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 610px;
	float: right;
	right: 0px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.animalFrame .animalDetailFrame a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-align: right;
	background-image: url(../images/icons/view.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	border-bottom: thin solid #ee7729;
}
.animalFrame .animalDetailFrame a:hover {
	background-image: url(../images/icons/viewHover_blue.png);
	border-bottom: thin dashed #495888;
}
.newsletterSpace {
	height: 40px;
	border-top: thin solid #ee7729;
	display: none;
	visibility: hidden;
}
.newsletterSpace img {
	margin: 0px !important;
	padding: 0px !important;
	float: none !important;
	height: 40px !important;
	width: 200px !important;
	border-style: none !important;
}

/*////////// DETAILED "ANIMAL" VIEW LIST TEMPLATE LAYOUT //////////*/
.detailedAnimalViewFrame {
	position: relative;
	margin-bottom: 40px;
}
.detailedAnimalViewFrame h1  {
	font-size: 30px;
	margin-bottom: 5px;
	line-height: 26px;
	text-transform: uppercase;
}
.detailedAnimalViewFrame .animalContentFrame {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
}
.detailedAnimalViewFrame .animalContentFrame p {
	padding: 0px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
}
.detailedAnimalViewFrame .animalContentFrame .notes  {
	margin-top: 5px;
	margin-bottom: 10px;
}
.detailedAnimalViewFrame .animalContentFrame .notes p {
	line-height: 25px;
	margin-bottom: 15px;
}
.detailedAnimalViewFrame .animalContentFrame .price  {
	margin-top: 5px;
	margin-bottom: 10px;
}
.detailedAnimalViewFrame .animalContentFrame .exportPrice {
	margin-bottom: 10px;
}
#frame #content_frame #content .detailedAnimalViewFrame img {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.detailedAnimalViewFrame .animalContentFrame .secondGeneration {
	text-indent: 40px;
}
.detailedAnimalViewFrame .animalContentFrame .thirdGeneration {
	text-indent: 80px;
}
.detailedAnimalViewFrame .animalContentFrame .pedigreeSpace {
	height: 35px;
}
.detailedAnimalViewFrame #iconFrame {
	width: 100%;
	display: block;
	clear: both;
}
.detailedAnimalViewFrame img {
	width: 100%;
}
.detailedAnimalViewFrame #iconFrame #altImages {
	background-image: url(../images/icons/altImages.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedAnimalViewFrame #iconFrame #altImages:hover {
	background-image: url(../images/icons/altImagesHover_blue.png);
}
.detailedAnimalViewFrame #iconFrame #video{
	background-image: url(../images/icons/video.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedAnimalViewFrame #iconFrame #video:hover {
	background-image: url(../images/icons/videoHover_blue.png);
}
.detailedAnimalViewFrame #iconFrame #alt_video:hover {
	background-image: url(../images/icons/videoHover_blue.png);
}
.detailedAnimalViewFrame #iconFrame #alt_video{
	background-image: url(../images/icons/video.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedAnimalViewFrame #iconFrame #pedigree{
	background-image: url(../images/icons/pedigree.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedAnimalViewFrame #iconFrame #pedigree:hover {
	background-image: url(../images/icons/pedigreeHover_blue.png);
}
.detailedAnimalViewFrame #iconFrame #sirelink{
	background-image: url(../images/icons/link.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedAnimalViewFrame #iconFrame #sirelink:hover {
	background-image: url(../images/icons/linkHover_blue.png);
}
.detailedAnimalViewFrame #iconFrame #print{
	background-image: url(../images/icons/print.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedAnimalViewFrame #iconFrame #print:hover {
	background-image: url(../images/icons/printHover_blue.png);
}
.detailedAnimalViewFrame #iconFrame #tellafriend {
	float: left;
}
.detailedAnimalViewFrame #iconFrame #tellafriend a {
	background-image: url(../images/icons/tellafriend.png);
	background-repeat: no-repeat;
	background-position: right 45%;
}
.detailedAnimalViewFrame #iconFrame #tellafriend a:hover {
	background-image: url(../images/icons/tellafriendHover_blue.png);
}

/*////////// HOME PAGE "SEMEN SPECIALS" LIST VIEW LAYOUT //////////*/
.semenSpecialsFrame {
	min-height: 115px;
	position: relative;
	margin-bottom: 40px;
	font-size: 14px;
	float: left;
	display: block;
	width: 100%;
	clear: both;
}
.semenSpecialsFrame .animalContentFrame {
	float: right;
	width: 470px;
}
.semenSpecialsFrame .animalContentFrame h1 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 18px;
	text-transform: uppercase;
}
.reverseWhiteText .semenSpecialsFrame .animalContentFrame h1 a:link {
	color: #FFF;
}
.reverseWhiteText .semenSpecialsFrame .animalContentFrame h1 a:hover {
	color: rgb(49,58,88);
}
.semenSpecialsFrame .animalContentFrame p {
	padding: 0px;
	line-height: 14px;
	margin-bottom: 3px;
	text-align: left;
}
.semenSpecialsFrame .animalContentFrame .price  {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 30px;
}
#frame #content_frame #content .semenSpecialsFrame img {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	height: 113px;
	width: 150px;	
}
.semenSpecialsFrame .animalDetailFrame  {
	position: absolute;
	bottom: 0px;
	width: 470px;
	float: right;
	right: 0px;
}
.semenSpecialsFrame .animalDetailFrame a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: block;
	color: rgb(255,255,255);
	text-align: right;
	background-image: url(../images/icons/viewHover_white.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	border-bottom: thin solid #FFFFFF;
}
.semenSpecialsFrame .animalDetailFrame a:hover {
	color: rgb(49,58,88);
	background-image: url(../images/icons/viewHover_blue.png);
	border-bottom: thin dashed rgb(49,58,88);
}


/*////////// "PRODUCT FRAME" LIST VIEW LAYOUT //////////*/
.productFrame {
	min-height: 244px;
	position: relative;
	margin-bottom: 40px;
}
.productFrame .animalContentFrame {
	float: right;
	width: 610px;
}
.productFrame .animalContentFrame h1 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
.productFrame .animalContentFrame p {
	padding: 0px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
}
.productFrame .animalContentFrame .notes  {
	/*height: 135px;*/
	height: 120px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
}
.productFrame .animalContentFrame .price  {
	/*height: 25px;*/
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
}
.productFrame .animalContentFrame .superSpecial {
	margin-bottom: 5px;
	height: 25px;
	overflow: hidden;
}
#frame #content_frame #content .productFrame img {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}
.productFrame .animalDetailFrame  {
	background-color: #CCCCCC;
	position: absolute;
	bottom: 0px;
	width: 610px;
	float: right;
	right: 0px;
}
.productFrame .animalDetailFrame a {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	float: right;
	display: block;
	bottom: 0px;
	position: absolute;
	right: 0px;
}
.productFrame .animalDetailFrame .detailButtonLine {
	border-bottom: thin solid #EE7029;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 83%;
}

/*////////// DETAILED "PRODUCT" VIEW TEMPLATE LAYOUT //////////*/
.detailedProductViewFrame {
	position: relative;
	margin-bottom: 40px;
}
.detailedProductViewFrame h1  {
	font-size: 30px;
	margin-bottom: 5px;
	line-height: 26px;
	text-transform: uppercase;
}
.detailedProductViewFrame .animalContentFrame {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
}
.detailedProductViewFrame .animalContentFrame .availbleUntil {
	margin-bottom: 20px;
}
.detailedProductViewFrame .animalContentFrame p {
	padding: 0px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
}
.detailedProductViewFrame .animalContentFrame .notes  {
	margin-top: 5px;
	margin-bottom: 20px;
}
.detailedProductViewFrame .animalContentFrame .notes p {
	line-height: 25px;
	margin-bottom: 15px;
}
.detailedProductViewFrame .animalContentFrame .price  {
	margin-top: 5px;
	margin-bottom: 10px;
}
#frame #content_frame #content .detailedProductViewFrame img {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.detailedProductViewFrame #iconFrame a, .detailedAnimalViewFrame #iconFrame a {
	text-transform: uppercase;
	margin-right: 10px;
	padding-right: 20px;
	font-weight: 700;
}
.detailedProductViewFrame #iconFrame {
	width: 100%;
	display: block;
	clear: both;
	background-color: rgb(255,255,255);
}
/*.detailedProductViewFrame #iconFrame a {
	text-transform: uppercase;
	margin-right: 20px;
	padding-right: 20px;
}*/
.detailedProductViewFrame img {
	width: 100%;
}
.detailedProductViewFrame #iconFrame #tellafriend {
	float: left;
}
.detailedProductViewFrame #iconFrame #tellafriend a {
	background-image: url(../images/icons/tellafriend.png);
	background-repeat: no-repeat;
	background-position: right 45%;
}
.detailedProductViewFrame #iconFrame #tellafriend a:hover {
	background-image: url(../images/icons/tellafriendHover_blue.png);
}
.detailedProductViewFrame #iconFrame #print{
	background-image: url(../images/icons/print.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	float: left;
}
.detailedProductViewFrame #iconFrame #print:hover {
	background-image: url(../images/icons/printHover_blue.png);
}

/*////////////// ANIMAL CATALOGUE SEARCH ///////////////*/

form .formFields {
	float: left;
	margin-right: 5px;
}
form .cat_textbox{
	width: 120px;
}
form .cat_dropdown{
	width: 120px;
}
form .formFields #formLabel {
}

/*////////////// NEWSLETTER AND SEARCH FORM ///////////////*/
.newsletterFrame  {
	position: relative;
}
.newsletterItems  {
	width: 520px;
}
.item  {
	display: block;
	line-height: 20px;
}
.captchaFrame {
	position: absolute;
	width: 190px;
	top: 0px;
	right: 0px;
}
.item #formLabel {
	margin-right: 10px;
	width: auto;
}
.item #screenSearch {
	width: 100%;
}
