@charset "utf-8";
/* CSS Document */
* {
  margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#centered {
  margin:0 auto;
	width:990px;
}
#head {
  background:url(images/headbg.gif) repeat-x;
	height:166px;
}
h1 {
  display:block;
	background:url(images/logo.gif) no-repeat;
	width:237px;
	height:149px;
	text-indent:-999999px;
	overflow:hidden;
	float:left;
}
#container {
  width:990px;
} 
#content {
  background:url(images/contentbg.gif) repeat-x;
	width:767px;
	float:left;
}
#sidebar {
  width:223px;
	float:left;
}
ul#side {
  background:url(images/sidebar-ul.gif) no-repeat;
	width:223px;
	list-style:none;
}
ul#side li {
  background:url(images/sidebar-li.gif) no-repeat;
	height:29px;
	padding-left:8px;
	line-height:29px;
}

ul#side li a {
  color:#a5a4a4;
	text-decoration:none;
}
ul#side li a:hover {
  color:#f78622;
}
ul#side li.head {
  margin-top:0px;
	font-weight:Bold;
	height:34px;
	background-position:bottom;
	line-height:37px;
}
ul#menu {
  height:34px;
	width:586px;
	list-style-type:none;
	background:url(images/menu-ul.gif) no-repeat;
	float:right;
	margin-top:123px;
	font-size:11px;
}
ul#menu li {
  float:left;
	background:url(images/menuitem.gif) no-repeat;
	padding-left:35px;
	margin-left:15px;
	margin-top:8px;
	height:20px;
	line-height:20px;
}
ul#menu li a {
  color:#f78622 ;
	text-decoration:none;
	font-weight:bold;
}
ul#menu li a:hover {
  color:#fe0000;
}
#sbtm {
  background:#f5f5f5 url(images/sidebar-ul.gif) no-repeat top;
}
#sbtm span {
  height:37px;
	line-height:39px;
	padding-left:8px;
	font-weight:Bold;
	background:url(images/sidebar-li.gif) no-repeat bottom;
	display:block;
}
h2 {
 padding:5px 5px;
 color:#f78622;
}
h3 {
 margin:15px 10px 0 10px;
 border-top:2px dotted #e6e6e6;
 padding:15px 5px 5px;
 color:#f78622;
 font-size:16px;
}
p {
  padding:5px 5px;
}
form {
  margin:0px 15px;
	color:#f78622;
}
form label {
  font-size:12px;
	font-weight:bold;
}
form input {
  color:#fe0000;
	font-weight:bold;
	padding:0 10px;
}
p.small {
  padding:5px 15px;
	font-size:10px;
	color:#fe0000;
}
span.rating {
  color:#F78622;
	font-size:15px;
	font-weight:bold;
}
span.percent {
  color:#000000;
	font-size:16px;
	font-weight:bold;
}
p.percent {
  color:#F78622;
}
table.breeds {
  margin-left:15px;
  font-size:12px;
}
table.breeds a, table.breeds a:active, table.breeds a:visited {
  color:#000000;
  text-decoration:none;
}
table.breeds a:hover {
  color:#F78622;
  font-weight:bold;
}

table.breeds td.middle a, table.breeds td.middle a:active, table.breeds td.middle a:visited {
  color:#F78622;
  text-decoration:none;
}
table.breeds td.middle a:hover {
  color:#000000;
  font-weight:bold;
}
table.breeds tr {
  margin-bottom:4px;

}
p.breeds {
  margin-left:15px;
}
p.breeds a, p.breeds a:visited, p.breeds a:active {
  text-decoration:none;
  color:#000000;
  font-weight:bold;
}
p.breeds a:hover {
  color:#F78622;
  font-weight:bold;
}
p.breeds a.switch, p.breeds a.switch:visited, p.breeds a.switch:active {
  text-decoration:none;
  color:#F78622;
  font-weight:bold;
}
p.breeds a.switch:hover {
  color:#000000;
  font-weight:bold;
}

form select{
  color:#000000;
  font-weight:bold;
  background:#cccccc;
}








