@charset "iso-8859-1";
html, body {
    height: 100%;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	border: 0 none #FFFFFF;
	padding: 0px;
	font-size: 75%;
	line-height: 1.7;
}

a:link   {text-decoration:none;color:#000000;}
a:visited{text-decoration:none;color:#333333;}
a:active {text-decoration:none;color:#FF9900;}
a:hover  {color:#000099;}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #666666;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************* #masthead styles **************/
#masthead{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 98%;
	min-width: 760px;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	background-image: url(bg_mast.gif);
	background-repeat: repeat-x;
	margin: -1px;	
	clear: both;
	display: inline-block;
}
#strap{
	z-index: 100;
	width: 270px;
	min-width: 270px;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	margin: -1px;
	display: inline-block;
	float: right;
	padding-top: 50px;
}
/************* #wrap styles **************/
#pagewrap{
	padding: 110px 5px 5px 5px;
	p\adding: 110px 5px 5px 5px;/* IE Hack */
	width: 98%;
	background-color: #ffffff;
	color: #000000;
	margin: 0px 0px 0px 0px;
	m\argin: 0px 0px 0px 0px;
	display: inline-block;
	clear: both;
	min-height: 400px;	
	position: relative;
	z-index: 3;
}
#leftcol{
	float: left;
	width: 200px;
	margin: -1px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	min-height: 400px;
	position: absolute;
	z-index: 100;
	left: 5px;
	
}
#content{
	width: 98%;
	margin: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	height: 1%;
	height: 1%;
	position: absolute;
	z-index: 10;
	left: 10px;
	clear: right;
}
.links{
	width: 450px;
	margin: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	position: relative;
	z-index: 10;
	top: 80px;
}
#quote{
	min-width: 200px;
	width: 200px;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
	height: 1%;
	z-index: 1;
	float: right;
}
#col1{
	position: absolute;
	width: 450px;
	float: left;
	min-height: 300px;
	height: 1%;
	z-index: 1;
	display: block;
}
#col2{
	width: 200px;
	float: right;
	z-index: 1;
}

/***********************************************/
/* Rounded Corner Box left column navigation                              */
/***********************************************/
.nav_body span.divider
{
	display: none;
}

/* set the image to use and establish the lower-right position */ 
.nav, .nav_body, .nav_head, .nav_head h2 {
    background: transparent url(bg_leftcol.gif) no-repeat bottom right; 
} 
.nav { 
    width: 164px !important; /* intended total box width - padding-right(next) */
    width: 164px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.nav_head, .nav_head a {
	background-position: top right;
	margin-right: -15px;
	padding-right: 15px;
	color: #FFFFFF;
} 

/* set the top-left image */ 
.nav_head h2,.nav_head h2 a { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 2px 0px 0px 5px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
} 

/* set the lower-left corner image */ 
.nav_body, .nav_body a { 
    background-position: bottom left; 
    margin-right: 0px; /* interior-padding right */ 
    padding: 1px 0px 15px 1px; /* mirror .cssbox_head right/left */ 
}
.nav_body ul {
	list-style-type: none;
	display: block;
	padding: 1px 1px 1px 5px;
	background-color: #FBE8C3;
	color: #000000;
	margin-left: 1px;
}
.nav_body li{
	list-style-type: none;
	display: block;
	padding: 1px 5px 5px 1px;
	background-color: #EFA40F;
	color: #ffffff;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	line-height: 12px;
	font-size: 11px;
	margin-left: 1px;
}
.nav_body li a{
	list-style-type: none;
	padding: 1px 5px 5px 1px;
	display: block;
	background-color: #EFA40F;
	color: #ffffff;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	font-size: 11px;
}
.nav_body li a:hover{
	list-style-type: none;
	padding: 1px 5px 5px 1px;
	display: block;
	background-color: #EFA40F;
	color: #000000;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

/* set the image to use and establish the lower-right position */ 
.suppliers, .suppliers_body, .suppliers_head, .suppliers_head h2 {
    background: transparent url(bg_leftcol.gif) no-repeat bottom right; 
} 
.suppliers { 
    width: 165px !important; /* intended total box width - padding-right(next) */
    width: 165px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.suppliers_head, .suppliers_head a {
	background-position: top right;
	margin-right: -15px;
	padding-right: 15px;
	color: #FFFFFF;
} 

/* set the top-left image */ 
.suppliers_head h2,.suppliers_head h2 a { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 0px 0px 5px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
} 

/* set the lower-left corner image */ 
.suppliers_body {
	background-position: bottom left;
	margin-right: 0px;
	padding: 5px 0px 15px 5px;
	text-align: center;
}
.suppliers_body ul {
	list-style-type: none;
	display: block;
	padding: 1px 0px 1px 0px;
	background-color: #FBE8C3;
	color: #000000;
}
.suppliers_body li a{
	list-style-type: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #FBE8C3;
	color: #000000;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	line-height: 14px;
	font-size: 11px;
}
.suppliers_body li a:hover{
	list-style-type: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #FFCC00;
	color: #ffffff;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	line-height: 14px;
}

/***********************************************/
/* Rounded Corner Box main column                               */
/***********************************************/


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(bg_box.gif) no-repeat bottom right; 
} 
.cssbox { 
    width: 75% !important; /* intended total box width - padding-right(next) */
    width: 75%; /* IE Win = width - padding */
    padding-right: 5px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px 205px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -5px; /* pull the right image over on top of border */
    padding-right: 10px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0px 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
} 

/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 5px;
	padding: 5px 5px 100px 10px;
	text-align: justify;
}
.cssbox_body ul, .cssbox_body li{
	list-style-type: none;
	display: block;
	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;	
}

/***********************************************/
/* Rounded Corner Box Quote                               */
/***********************************************/


/* set the image to use and establish the lower-right position */ 
.quotebox, .quotebox_body, .quotebox_head, .quotebox_head h2 {
    background: transparent url(bg_rightcol.gif) no-repeat bottom right; 
} 
.quotebox { 
    width: 155px !important; /* intended total box width - padding-right(next) */
    width: 155px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px 15px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.quotebox_head, .quotebox_head a {
	background-position: top right;
	margin-right: -15px;
	padding-right: 15px;
	color: #000000;
} 

/* set the top-left image */ 
.quotebox_head h2,.quotebox_head h2 a { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 5px 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 10px;
	color: #000000;
	font-weight: bold;
} 

/* set the lower-left corner image */ 
.quotebox_body, .quotebox_body p {
	background-position: bottom left;
	margin-right: 0px;
	padding: 5px 10px 10px 5px;
	text-align: right;
	font-size: 10px;
}
.quotebox_body ul {
	list-style-type: none;
	display: block;
	padding: 1px 0px 1px 0px;
	background-color: #FBE8C3;
	color: #000000;
}
.quotebox_body li a{
	list-style-type: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #FBE8C3;
	color: #000000;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	line-height: 14px;
	font-size: 11px;
}
.quotebox_body li a:hover{
	list-style-type: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #FFCC00;
	color: #ffffff;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	line-height: 14px;
}
.gallery{
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 5px;
	padding-top: 5px;
}
.tablehead {
	background-color: #666666;
	color: #FFFFFF;
}
.tableref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.tableref a:link   {text-decoration:none;color:#ffffff;}
.tableref a:visited{text-decoration:none;color:#FFFF66;}
.tableref a:active {text-decoration:none;color:#FFFF66;}
.tableref a:hover  {color:#FFFFCC;}

.shophead {
	background-color: #666666;
	width: 470px;
	border: 1px solid #000000;
}
.shophead h2 {
	font-weight: bold;
	color: #FFFFFF;
}
.shopsub {
	background-color: #000000;
	width: 470px;
	border: 1px solid #000000;
}
.shopsub ul {
	list-style-type: none;
	display: inline;
	padding: 1px 1px 1px 2px;
	color: #ffffff;
}
.shopsub li {
	list-style-type: none;
	padding: 1px 1px 1px 2px;
	display: inline;
	color: #ffffff;
}
.prod {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	border-top-style: none;
	width: 470px;
}
.ref {
	width: 150px;
	padding: 1px 1px 1px 2px;
	display: inline;
	font-weight: bold;
}
.desc {
	padding: 1px 1px 1px 5px;
	display: inline;
}
.prodimg {
	padding-left: 2px;
}
.price {
	display: block;
	vertical-align: top;
	font-weight: bold;
	background-color: #FFFF66;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-right: 5px;
	text-align: right;
}
.pedigree {
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	background-color: #CCCCCC;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.pedigree1 {
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	background-color: #E6E6E6;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.pedigreealt1 {
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFCC;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.pedigreealt2 {
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFF99;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.ped {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	width: 470px;
}
.content {
	width: 580px;
	display: block;
	clear: both;
}
