/*

	DevX Creations Custom CSS File
	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Created by Daniel Dan - DevX Creations

	Email: danieldan@devxcreations.com

	Created:		17/10/2006
	Last Updated:	17/10/2006

	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Example:

		None - Custom CSS

	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

*/

body {
	background-color: #b7af95; 
	
	margin-top: 0px;
	margin-bottom: 20px;
}

#main_shell {
	text-align: center;
}

#main {
	width: 762px;

	text-align: left;
}

#top_hd {
	height: 67px; 

	border-bottom: 3px solid #d1b870; 
	background-color: #3B3D34;
}

#banner_hd {
	height: 224px;

	background-color: #dcdbc9;
	background-position: left top; 
	background-image:url('images/sprys_03.jpg'); 
	background-repeat:no-repeat;
}

#spacer_hd {
	height: 15px;
	
	background-color: #DCDBC9; 
}

#menu_hd {
	height: 30px; 
	
	background-color: #EEEEEE;
	border-bottom: 5px solid #DCDBC9;
}

#menu_hd .menu_hd {
	margin: 0px;
	padding: 8px;
}

#menu_hd .menu_hd li {
	display: inline;
	list-style-type: none;
	position: relative;

	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#menu_hd .menu_hd a, #menu_hd .menu_hd a:visited {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

#menu_hd .menu_hd a:hover {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}

/* s# Drop-down CSS */

	#menu_hd .menu_hd li ul {
		display: none;
		position: absolute;
		top: 26px;
		left: 0;
		line-height: 20px;
		border: 1px solid #ccc;
		background-color: #eeeeee;
		padding: 2px;
		width: 140px;
		z-index: 100;
	}

	#menu_hd .menu_hd li>ul {
		top: 17px;
		/* top: 24px; */
		left: 0;
		z-index: 100;
	}

	#menu_hd .menu_hd li:hover ul, #menu_hd .menu_hd li.over ul {
		display: block;
		margin-left: 0px;
	}

	#menu_hd .menu_hd li ul li, #menu_hd .menu_hd ul li {
		display: block;
	}

/* e# Drop-down CSS */

#body {
	height: 350px;

	background-color: #EEEEEE;

	padding: 60px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;

	font-family: verdana, arial;
	font-size: 12px;
	color: #666666;
}

#body h1 {
	font-family: tahoma, verdana, arial;
	font-size: 22px;
	color: #D45D00;
	margin-bottom: 25px;
}

#body h2 {
	margin-top: 30px;
	font-family: verdana, arial;
	font-size: 15px;
	color: #878668;
	margin-bottom: 5px;
}

#body p, #body span {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	text-align:justify;
}

#body ol {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}

#body ol li {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 6px;
}

#body ul {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}

#body ul li {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 6px;
}

#body ul li a, #body ul li a:visited {
	font-family: verdana, arial;
	font-size: 12px;
	text-decoration: underline;
	color: #878668;
}

#body a, #body a:visited {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}

#body .displayTable {
	width: 100%;
	border-bottom: 1px solid #888888;

	margin-bottom: 15px;
	padding: 5px;
}

#body .displayTable td {
}

#body .displayTable .image {
	width: 110px;
	padding-top: 14px;
}

#body .displayTable img {
	border: 2px solid #878668;
}

#body .displayTable .title {
	font-family: verdana, arial;
	font-size: 17px;
	color: #878668;
	margin-top: 10px;
	margin-bottom: 20px;
}

#body .displayTable .mtitle, #body .displayTable .mtitle:visited {
	font-family: verdana, arial;
	font-size: 15px;
	color: #878668;
	text-decoration: none;
}

#body .displayTable .mtitle:hover {
	font-family: verdana, arial;
	font-size: 15px;
	color: #878668;
	border-bottom: 1px solid #878668; 
}

#body .displayTable .date {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	font-style: italic;
}

#body .displayTable .price {
	font-family: verdana, arial;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	font-weight: bold;
}

#body .displayTable .contact {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}

#body .displayTable .contact_b {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 17px;
	color: #444444;
}

#body .displayTable a {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}

#body .displayTable .text {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}

#body .displayTable .more, #body .displayTable .more:visited {
	font-family: verdana, arial;
	font-size: 12px;
	color: #878668;
}

#body .displayTable .more:hover {
	font-family: verdana, arial;
	font-size: 12px;
	text-decoration: underline;
	color: #878668;
}

#body .displayTable .pedigree {
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	padding-left: 0px;
	font-weight: bold;
}

#body .displayTable .pedigree_p {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	padding-left: 50px;
	font-weight: bold;
}

#body .displayTable .pedigree_p_p {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	padding-left: 90px;
}

#body .displayTable .pedigree_p_p_p{
	font-family: verdana, arial;
	font-size: 9px;
	line-height: 17px;
	color: #666666;
	padding-left: 115px;
}

#spacer_ft {
	background-color: #eeeeee; 
	background-image: url('images/sprys_08.jpg'); 
	background-repeat: repeat-x; 
	background-position: left bottom;
}

#menu_ft {
	height: 26px; 
	
	background-color: #3B3D34;
	background-position: left top; 
	background-image:url('images/spgrys_10.jpg'); 
	background-repeat:no-repeat;
}

#menu_ft .menu_ft {
	margin: 0px;
	padding: 8px;
}

#menu_ft .menu_ft li {
	display: inline;
	list-style-type: none;
	position: relative;

	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#menu_ft a, #menu_ft a:visited {
	font-family: verdana, arial;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

#menu_ft a:hover {
	font-family: verdana, arial;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
}

#pedigree {
	/*background-image: url('images/pedigree.jpg'); 
	* background-image: url('images/pedigree-ie.jpg'); */
	background-repeat: no-repeat; 
	background-position: left center;
}

#pedigree {
	font-size: 10px;
	margin: 10px;
	margin-left: 0px;

	height: 450px;
	* height: 475px;
}

#pedigree .child {
	border: 1px solid #666666;
}

#pedigree .sire {
	border: 1px solid #87A6F8;
}

#pedigree .dam {
	border: 1px solid #F99BAE;
}