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

body { 
	background-color: #2d2d2d;
	background-image: url(../images/grey_satin_back.gif);
	margin: 1em auto;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
}

.nopadding {
	padding-top: 0;
	margin-top: 0;
	border: 0;
}

#container {
	margin: 0em auto;
	width: 800px;
	text-align: left;
	background-color: #efe9d9;
	padding: 10px;
	overflow: hidden;
	border: 5px solid #2d2d2d;
}

.nav { 
	color: #959595;
	list-style-type: none;
	font-weight: bold;
	line-height: 25px;
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 150px;
}

.nav a:link { 
	color: #2d2d2d;
	list-style-type: none;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

.nav a:visited { 
	color: #2d2d2d;
	list-style-type: none;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

.nav a:hover { 
	color: #cccccc;
	list-style-type: none;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

.nav a:active { 
	color: #2d2d2d;
	list-style-type: none;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

#content {
	background-image: url(../images/container_background.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 595px;
	padding-left: 10px;
}

.clear {
	clear: both;
	padding-top: 40px;
}

.clear2 {
	clear: both;
}

.center {
	text-align: center;
}

.center2 {
	text-align: center;
	margin-bottom: 200px;
}

.center3 {
	text-align: center;
	margin-top: 40px;
}



.banner {
	text-align: center;
	padding-bottom: 10px;
}

.help span { /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
}

.help span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.help:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 21px;
	left: 510px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-align: center;
}

h1 {
	color: #2d2d2d;
	font: 150% georgia, arial, sans-serif;
	padding-top: 15px;
	text-align: center;
}

h2 {
	color: #2d2d2d;	
	font: 120% georgia, arial, sans-serif;
	padding-bottom: 10px;
	text-align: center;
}

h3 {
	color: #2d2d2d;	
	font: 110% arial, helvetica, sans-serif;
	padding-bottom: 1px;
	text-align: center;
}

.leftimage {
	float: left; 
	margin-right: 20px;
}

a:link { 
	color: #2d2d2d;
	text-decoration: none;
}

a:visited { 
	color: #2d2d2d;
	text-decoration: none;
}

a:hover { 
	color: #cccccc;
	list-style-type: none;
	text-decoration: none;
}

a:active { 
	color: #2d2d2d;
	text-decoration: none;
}

.mininav {
	color: #959595;
	text-align: center;
	margin-right: 15px;
	padding-bottom: 20px;
	font-weight: bold;
}

.gallerycontainer {
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.imagecontainer {
	float: left; 
	width: 78px; 
	padding: 0px; 
	margin: 0px; 
	overflow: hidden;
}

.imagecontainer2 {
	float: left; 
	width: 103px; 
	padding: 0px; 
	margin: 0px; 
	overflow: hidden;
}

.thumbnail img {
	border: 1px solid #2d2d2d;
	overflow: hidden;
	margin: 0 1px 1px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 1px solid #cccccc;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #efe9d9;
	padding: 5px;
	left: -1000px;
	border: 1px solid #2d2d2d;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 250px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-align: center;
}

.thumbnail2 img {
	border: 1px solid #2d2d2d;
	overflow: hidden;
	margin: 0 1px 1px 0;
}

.thumbnail2:hover {
	background-color: transparent;
}

.thumbnail2:hover img {
	border: 1px solid #cccccc;
}

.thumbnail2 span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #efe9d9;
	padding: 5px;
	left: -1000px;
	border: 1px solid #2d2d2d;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail2 span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail2:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 225px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-align: center;
}

.thumbnail3 img {
	border: 1px solid #2d2d2d;
	overflow: hidden;
	margin: 0 1px 1px 0;
}

.thumbnail3:hover {
	background-color: transparent;
}

.thumbnail3:hover img {
	border: 1px solid #cccccc;
}

.thumbnail3 span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #efe9d9;
	padding: 5px;
	top: 0;
	left: -1000px;
	border: 1px solid #2d2d2d;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail3 span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail3:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 250px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-align: center;
}

.placeholder {
	background-image: url(../images/PlaceHolder.gif);
	background-repeat: no-repeat;
	height: 133px; 
	width: 325px; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	float: right; 
	display: inline; 
	margin-right: 5px; 
}

#emailform {
   display: block;
   text-align: left;
}

#emailform form label {
   font-size: 12px;
   font-weight: bold;
   display: block;
   text-align: left;
   float: left;
   margin: 0px;
   width: 105px;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 3px;
   padding-left: 0px;
}

.acheive { 
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 5px;
}

.pages {
	clear: both;
	padding-top: 80px; 
	text-align: center;
	color: #666666;
}

.addinfo {
	margin-top: 485px;
	text-align: left;
}

.artindex {
	list-style-position: inside;
	list-style: none;
	margin-left: -10px;
	margin-right: 65px;
	float: left;
}

.pedigree {
	width: 575px;
	color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 500;
	font-family: verdana, helvetica, arial;
}

.pedigree a:link { 
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
}

.pedigree a:visited { 
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
}

.pedigree a:hover { 
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.pedigree a:active { 
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
}

.maternal {
	background-color: #464343;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.paternal {
	background-color: #2d2d2d;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.foals { 
	background-color: #efe9d9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	width: 120px;
	font-size: 65%; 
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	display: inline;
}

.foals img { 
	border: 1px solid #CCCCCC;
	vertical-align: middle; 
	margin-bottom: 3px; 
}

.siredam {
	background-color: #efe9d9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	width: 100px;
	font-size: 65%; 
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	display: inline;
}

.siredam img { 
	border: 1px solid #CCCCCC;
	vertical-align: middle; 
	margin-bottom: 3px; 
}

.updated {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.updated2 {
	clear: both;
	padding-top: 340px;
}

.updated3 {
	clear: both;
	padding-top: 140px;
}
.bottombar {
	text-align: center;
	padding-top: 10px;
}

.micetype {
	font-size: 10px;	
}

.micetype a:link {
	color: #efe9d9;
	text-decoration: none;
	font-weight: bold;
}

.micetype a:visited {
	color: #efe9d9;
	text-decoration: none;
	font-weight: bold;
}

.micetype a:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.micetype a:active {
	color: #efe9d9;
	text-decoration: none;
	font-weight: bold;
}

hr {
	clear: both;
	float: left;
	width: 235px; 
	margin-top: 40px;
}

.clearstrong {
	clear: both;
	font-weight: bold;
	padding-top: 40px;
}

.details {
	width: 325px; 
	font-size: 10px;
}

.notshown { 
	font-size: 90%;
}

.photos {
	background-color: #efe9d9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	width: 182px;
	font-size: 60%; 
	text-align: center;
	margin-top: 10px;
	margin-right: 8px;
	float: left;
	display: inline;
}

.photos img { 
	border: 1px solid #CCCCCC;
	vertical-align: middle; 
	margin-bottom: 3px; 
}