/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-top: 0px;
}

body {	
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%;
	color: #1F2E54; 
	text-align: left; 
	margin: 0px 0
	scrollbar-3d-light-color : #AE9E9A;
	scrollbar-arrow-color : #DECEBD;
	scrollbar-base-color : #422921;
	scrollbar-dark-shadow-color : #422921;
	scrollbar-face-color : #2B3E73;
	scrollbar-highlight-color : #284B6E;
	scrollbar-shadow-color : #422921;
	scrollbar-track-color : #172240;
}

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/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #E1D8D5; 
	color: #1F2E54; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-image: url('images/design/cream_bk.gif');	
	color: #1F2E54; 
	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: #5C2925; 
	text-align: center; 
	font-size: 30px; 
	font-weight: bold; 
}

h2 {
	font-family: Monotype Corsiva, Verdana,  sans-serif; 
	color: #5C2925; 
	text-align: center; 
	font-size: 40px; 
	font-weight: bold; 
}

h3 {
	font-family: Monotype Corsiva, Verdana,  sans-serif; 
	color: #5C2925;
	text-align: center; 
	font-size: 30px; 
	font-weight: bold; 
}

h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px; 
	font-weight: normal; 
	color: #1F2E54; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #5C2925; 
	text-decoration: underline; 
	font-weight: bold;
}

a:visited {
	color: #6C383A; 
	text-decoration: underline; 
	font-weight: bold;
}

a:hover {
	color: #6C383A; 
	text-decoration: normal; 
	font-weight: bold;
}

a:active {
	color: #5C2925; 
	text-decoration: underline; 
	font-weight: bold;
}


.navigation a:link  {
	color: #5C2925; 
	text-decoration: underline; 
	font-weight: bold;
}

.navigation a:visited {
	color: #6C383A; 
	text-decoration: underline; 
	font-weight: bold;
}

.navigation a:hover {
	color: #6C383A; 
	text-decoration: normal; 
	font-weight: bold;
}

.navigation a:active {
	color: #5C2925; 
	text-decoration: underline; 
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 100%; 
	color: #E1D8D5; 
	text-align: left;
	margin: 0 auto;
}

.header {
	background-image: url('images/design/topborder.jpg');	
	color: #fff;
	text-align: center;
	vertical-align: top;
	height: 118px;
	width: auto;
}

.footer {
	background-image: url('images/design/bottomborder.jpg');	
	text-align: left;
	color: #384641;
	height: 116px;
	width: auto
}

.mainwide {
	background-image: url('images/design/cream_bk.gif');	
	color: #1F2E54;
	padding: 10px 10px; 
	width: auto;
	font-weight: normal; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px; 
}

.left {
	background-image: url('images/design/leftborder.jpg');
	color: #000; 
	text-align: center;
	letter-spacing: 2px
	width: 118px;
}

.right {
	width: 118px;
	background-image: url('images/design/rightborder.jpg');
	color: #000; 
	text-align: center;
	letter-spacing: 2px
}

.pedigree {
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	height: 250px; 
	border: inset 3px #5C2925;	
	border-collapse: separate;
	border-spacing: 6 px;
	vertical-align: middle; 
	text-align: left;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: regular; 
}

.catalog {
	background-image: url('images/design/tan_gray_bk.gif');
	width: 75%;
	vertical-align: middle; 
	text-align: left;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%; 
	font-weight: regular; 
}


.pageheading {
	background-image: url('images/design/leather_natural_bk.gif'); 
	width: 100%;
	vertical-align: middle; 
	text-align: center;
	font-family: Verdana, Arial, sans-serif; 
}

.footerright {
	background-image: url('images/design/rightside2.jpg');
	text-align: center;
	font-size: 90%; 
	font-weight: normal;
	border-top: 2px solid #384641; 
	padding: 10px 0;
}

.bottom_row {
	background-image: url('images/design/bottomborder.jpg');
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	height: 17px;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

/*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 */
