/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 0px;
}

body {
	background-image: url('images/design/basketandrope_tiled_horiz3.jpg'); 
	font-size: 100%;
	text-align: center; 
	margin: 5px 0
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/design/bullet_smaller.gif'); 
	font-size: 100%;
}

hr {
	background-color: #dc7c44; 
	color: #dc7c44; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 0px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #303030; 
	color: #fff; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 0px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Verdana, Arial, sans-serif; 
	color: #87453B; 
	text-align: left; 
	font-size: 36px; 
	font-weight: bold; 
}

h2 {
	font-family: Verdana, Arial, sans-serif; 
	color: #87453B; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #87453B; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 
}

h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #87453B; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #87453B; 
	text-decoration: underline; 
	font-weight: bold;
}

a:visited {
	color: #B65F56; 
	text-decoration: underline; 
	font-weight: bold;
}

a:hover {
	color: #B65F56; 
	text-decoration: none; 
	font-weight: bold;
}

a:active {
	color: #87453B; 
	text-decoration: none; 
	font-weight: bold;
}


.navigation a:link  {
	color: #87453B; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:visited {
	color: #B65F56; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:hover {
	color: #B65F56; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:active {
	color: #87453B; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #FFDEC7;
	color: #000000; 
	text-align: left;
	margin: 0 auto;
}

.header {
	background-image: url('images/design/sidecurved_concho_top3.jpg');
	color: #FFDEC7;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	height: 79px;
	width: 750px;
}

.header H1 {
	font-family: Verdana, Arial, sans-serif;
	color: #b86039; 
	text-align: left; 
	font-size: 26px; 
	font-weight: bold;
	margin: 20px 0 40px 0; 
}

.header H2 {
	font-family: Verdana, Arial, sans-serif; 
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0 10px 0; 
}

.header p {
	color: #fff;
	font-size: 125%;
	line-height: 20px;
}

.navigation {
	background-image: url('images/design/sidecurved_matching_texture.gif');
	color: #000; 
	text-align: center;
	height: 30px;
	letter-spacing: 0px;
}

.sidebar {
	background-image: url('images/design/sidecurved_matching_texture.gif');	width: 250px; 
	padding: 0px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
	border-right: 2px solid #8C3E3A;
}

.maintext {
	background-image: url('images/design/sidecurved_matching_texture.gif');
	width: 750px; 
	padding: 10px 10px; 
	vertical-align: top; 
	text-align: justify; 
}

.pedigree {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: solid 3px #8C3E3A;
	border-collapse: separate;
	vertical-align: middle; 
	text-align: left;
	font-size: 90%; 
	font-weight: normal;
}

.catalog {
	width: 100%;
	vertical-align: middle; 
	text-align: left; 
	border: solid 3px #8C3E3A;
	border-collapse: separate;
	font-size: 100%; 
	font-weight: regular; 
}

.mainwide {
	background-image: url('images/design/sidecurved_matching_texture.gif');
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}

.footerwide {
	background-image: url('images/design/sidecurved_matching_texture.gif');	text-align: center;
	font-size: 90%; 
	font-weight: normal;
}

.footerleft {
	background-image: url('images/design/sidecurved_matching_texture.gif');	text-align: center;
	font-size: 90%; 
	font-weight: normal;
}

.footerright {
	background-image: url('images/design/sidecurved_matching_texture.gif');	text-align: center;
	font-size: 90%; 
	font-weight: normal;
	border-top: 0px solid #8C3E3A; 
	padding: 10px 0;
}

.bottom_collage {
	background-image: url('images/design/sidecurved_concho_bottom3.jpg');
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	height: 79px;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	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 */
