/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margins: 0px;
}

body {	
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px;
	color: #DBBAAF; 
	text-align: left; 
	margin: 0px;
	scrollbar-3d-light-color : #DBBAAF;
	scrollbar-arrow-color : #303B5E;
	scrollbar-base-color : #561106;
	scrollbar-dark-shadow-color : #303B5E;
	scrollbar-face-color : #C6866B;
	scrollbar-highlight-color : #C26556;
	scrollbar-shadow-color : #401C16;
	scrollbar-track-color : #303B5E;}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

td.pedigree {
	border: 2px #5C2925;
}

ul li {
	list-style-image: url('images/design/bullet3.gif'); 
	font-size: 100%;
}


img {
	border: none;
}

form {
	margin: 0 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-image: url('images/design/ttaupe_tiled.gif');	
	color: #ffffff; 
	border: 1px solid #1E3346; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Verdana, Arial, sans-serif; 
	color: #9F4A3F; 
	text-align: center; 
	font-size: 30px; 
	font-weight: bold; 
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #B96855; 
	text-align: center; 
	font-size: 26px; 
	font-weight: bold; 
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #4C1C16;
	text-align: center; 
	font-size: 22px; 
	font-weight: bold; 
}

h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px; 
	font-weight: normal; 
	color: #4C1C16; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #B96855; 
	text-decoration: underline; 
	font-weight: bold;
}

a:visited {
	color: #B96855; 
	text-decoration: underline; 
	font-weight: bold;
}

a:hover {
	color: #B96855; 
	text-decoration: normal; 
	font-weight: bold;
}

a:active {
	color: #B96855; 
	text-decoration: none; 
	font-weight: bold;
}


.navigation a:link  {
	color: #B96855; 
	text-decoration: underline; 
	font-weight: bold;
}

.navigation a:visited {
	color: #B96855; 
	text-decoration: underline; 
	font-weight: bold;
}

.navigation a:hover {
	color: #B96855; 
	text-decoration: normal; 
	font-weight: bold;
}

.navigation a:active {
	color: #B96855; 
	text-decoration: underline; 
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 100%; 
	color: #170B0D; 
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
}

.top {
	background-image: url('images/design/topborder.jpg');	
	height: 110px;
	padding: 0px 0px; 
	width: auto;
	font-weight: normal; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #170B0D; 
	vertical-align: top;
}

.mainwide {
	background-image: url('images/design/blue_bk.jpg');	
	padding: 10px 10px; 
	width: auto;
	font-weight: normal; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #C5816E; 
}

.bottom {
	background-image: url('images/design/bottomborder.jpg');
	height: 110px;
	padding: 0px 0px; 
	width: auto;
	font-weight: normal; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #170B0D; 
	vertical-align: bottom;
}


.left {
	background-image: url('images/design/left.jpg');
	color: #000; 
	text-align: center;
	letter-spacing: 2px
	width: 47px;
}

.right {
	width: 47px;
	background-image: url('images/design/right.jpg');
	color: #000; 
	text-align: center;
	letter-spacing: 2px
}


.catalog {
	width: 100%;
	vertical-align: middle; 
	text-align: left;
	font-weight: normal; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #C5816E; 
	border: solid 3px #9F4A3F;
	border-collapse: separate;
}

.pedigree {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: solid 3px #9F4A3F;
	border-collapse: separate;
	vertical-align: middle; 
	text-align: left;
	font-weight: normal; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #C5816E; 
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #9F4A3F;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 90px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}

/* smart image enlarger ends here */

