/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0px;
	padding: 0px;
}

/* Basic elements */

body, html {
 	text-align: center;
 	background-color: #000000;
 	color: #444444;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 14px;
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	margin: 2px 0px 2px 0px;
 	font-size: 160%;
 	font-weight: bold;
 	color: #000000;
}

h2{
	margin: 2px 0px 2px 0px;
 	font-size: 134%;
 	font-weight:lighter;
 	color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ol{
	margin-left:20px;
}

ul{
	list-style-type: square;
	margin-left:20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	margin-bottom:4px;
}

img {
	border: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#breedUsage {
	width: 100%;
	border-collapse:collapse;	
	vertical-align: top;
	text-align: center;	
}

#breedUsage td {
	width: 50%;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
}

#content {
	width: 700px;
	min-height: 450px;
	padding: 25px 30px 25px 30px;
	background: #f7f8f8 url('/media/images/bg_main_content.gif') repeat-y;
	text-align: left;
}

#contentBottom {
	width: 100%;
	height: 10px;
	background: url('/media/images/bg_main_contentBottom.gif') no-repeat;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 17px;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	background: url('/media/images/bg_main_footer.gif') no-repeat;
	overflow: hidden;
	text-align: center;
	color: #474747;
	font-size: 11px;
}

#footer a {
	color: #474747;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #7e7e7e;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 125px;
	overflow: hidden;
}

#main {
	position: relative;
	margin: 0px auto 0px auto;
  width: 760px;
	height: 125px;
  text-align: left;
}

#navigation {
	width: 100%;
	height: 12px;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	background: url('/media/images/bg_main_navigation.gif') no-repeat;
	text-align: center;
	overflow: hidden;
}

#navigation a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	margin: 0px 18px 0px 18px;
}

#product {
	width: 235px;
	height: 185px;
	border-collapse:collapse;	
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

#product .top {
	height: 16px;
	background: url('/media/images/bg_main_productTop.gif') no-repeat;
}

#product .middle {
	height: 123px;
	vertical-align: top;
	background: url('/media/images/bg_main_productMiddle.gif') repeat-y;
}

#product .bottom {
	height: 46px;
	padding: 4px 15px 15px 15px;
	vertical-align: top;
	background: url('/media/images/bg_main_productBottom.gif') no-repeat;
	overflow: hidden;
}

#product a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#product a:hover {
	color: #000000;
	text-decoration: underline;
}

#product .imgSizer {
	/* This class is neccessary to solve a bug in IE7 which adds an invisible bottom margin to the image */
	height: 123px;
	overflow: hidden;
}

#productCategories {
	width: 100%;
	border-collapse:collapse;	
	vertical-align: top;
	text-align: center;	
}

#productCategories td {
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

/***********************************************/
/* Classes                                */
/***********************************************/

.floatLeft {
	float: left;
}

.borderPic {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.borderBottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.categoryBox {
	cursor: pointer;
}

.detailZoom{
	border: 1px solid #FFFFFF;
	background-color: #D5D8BB;
	visibility: hidden;
	position:absolute;
	padding: 10px;
	z-index:10;
}

.formButton { 
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: outset 1; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.formButtonOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: outset 1;
	color: #444444;
	height: auto;
	width: auto;
}
.formField {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	background-image: url(../imgSource/shadeform.gif);	
}
.formFieldOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	background-image: url(../imgSource/shadeform.gif);	
}

.tdNews {
	padding: 5px;
}

.textError {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

.textGrey {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textGrey a:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.textGrey a:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.textGrey a:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}