body { background: url("/images/bg.jpg"); color: #292929; }
#main { width: 969px; margin: 30px auto; }
#main .top {
  height: 18px;
  background: url("/images/main-top.png") no-repeat;
}
#main .bottom {
  height: 18px;
  background: url("/images/main-bottom.png") no-repeat;
}
#main .text {
  background: url("/images/main-center.png") repeat-y;
}
/**************************************/
/*              GLOBALS               */
/**************************************/
h1, h2, h3 { color: #292929; }
h1 a, h2 a { color: #292929; text-decoration: none; }
a { color: #5e919e; cursor: pointer; }
a.button { margin-left:380px; width: 92px; height: 22px; line-height: 22px; text-decoration: none; color: #000; font-size: 0.8em; text-align: center; background: url("../images/button.jpg") no-repeat; display: block; }
p { text-align: justify; }
p.sight { color: #898989; font-style: italic; text-align: right; }
strong { color: #5e919e; }
.alignleft { float: left; margin: 0 8px 0 0; }
.margin-1 { margin-left: 150px; }
.hidden{ display:none; }
h1.pagetitle {margin:0 20px 20px;border-bottom:4px solid #656565;padding-top:230px;}
h1.pagesubtitle {margin:-15px 20px 0px;font-size:18px;}
.center { text-align:center; }

/**************************************/
/*              HEADER                */
/**************************************/
.header {
  background: url("/images/header3.jpg") no-repeat;
  height: 205px;
  margin: 8px 0 0 20px;
  position: relative;
}
.logo {
  position: absolute; top: 8px; left: 340px;
}
.menu {
  position: absolute; top: 20px; left: 0;
  margin: 0;
  list-style: none;
}
.menu li a {
  background: #766b62;
  font-size: 1.2em; font-weight: bold; letter-spacing: 1px;
  margin: 0 0 4px 0; padding: 5px 8px 5px 20px;
  color: #fff;
  text-decoration: none; text-transform: lowercase;
  filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.menu li {
  margin-bottom: 10px;
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
  background: #F07800 ;
  color: #656565;
  text-decoration: none!important;
}
.menu2 {
  position: absolute; 
  top: 20px;
  margin: 0 0 0 785px;
  list-style: none;
  text-align:right;
  width:125px;
}
.menu2 li a {
  background: #766b62;
  font-size: 1.2em; font-weight: bold; letter-spacing: 1px;
  margin: 0 0 4px 0; padding: 5px 8px 5px 20px;
  color: #fff;
  text-decoration: none; text-transform: lowercase;
  filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.menu2 li {
  margin-bottom: 10px;
}

.menu2 li a:hover, .menu li a:active, .menu li a:focus {
  background: #F07800 ;
  color: #656565;
  text-decoration: none!important;
}

.menu, .menu2 {
  top:10px; 
  font-size:16px;
}

.flags {
  float:right;
  margin-top:164px;
}
/**************************************/
/*             PANEL                  */
/**************************************/
.panel {

  width: 340px;
  margin: 20px 0 20px 10px;
  float: left;
}
.panel .panel-top {
  background: #ffbd67;
  padding: 5px 5px 10px 5px;
}
.panel a { color: #f30000; }
.panel strong { color: #292929; }
.panel h2 { color: #000000; }
.panel h3 { font-size: 1.2em; font-weight: bold; }
.panel h3 a { color: #292929; text-decoration: none; }
.panel p { font-size: 0.9em; margin: 0;}
.panel p.archive { color: #343333; font-size: 1.2em; text-align: right; }
.panel p.archive a { color: #343333; text-decoration: none; }
.panel .newsletter {
  background: #9b9b9a;
  padding: 10px 20px;
  border-top: 5px solid #fff; 
  margin-bottom:20px;}
.panel .newsletter h2 { color: #fff; margin-bottom: 5px; }
.panel .newsletter form {
  position: relative;
  padding: 35px 0 0 0;
}
.panel .newsletter input.MailPressFormEmail {
  width: 160px; height: 22px;
  border: 2px solid #7b7b7b;
  background: url("/images/input.jpg");
  position: absolute; top: 0; left: 0;
}
.panel .newsletter input.MailPressFormSubmit {
  height: 28px; line-height: 22px;
  background: #7b7b7b;
  border: 2px solid #bbbbbb;
  color: #fff; font-weight: bold;
  margin: 0 0 0 10px;
  cursor: pointer;
  position: absolute; top: 0; left: 165px;
}
.panel .newsletter p {
  width: 300px;
  color: #000;
  font-size: 0.8em;
}
.panel .footer {
  margin: 10px 0 0 0;
}
.panel .footer p {
  font-size: 0.8em;
  text-align: center;
}
.panel .footer .powered {
  margin: 10px 0 0 70px;
}
.panel-top h2 { 
  text-align:center; 
}

.panel-top img {
	width:330px;
}

.panel-top h3 {
	text-align:center;
	font-size: 18px;
	padding-top:2px;
}

.panel-top .award {
	background: url(/images/medal.png) no-repeat;
	padding-left: 20px;
	display: block;
	font-size: 12px;
	line-height: 23px;
}

.panel-bottom .more{
  text-align:right;
}

.panel-bottom a {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.panel-bottom h2 {
	margin: 0;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.content {
  width: 510px;
  margin: 30px 0 20px 20px;
  padding: 0 30px 0 20px;
  float: left;
}
.aboutus {
  width: 93%;
  height: 200px;
  padding: 0 25px 0 20px;
  float: left;
}
.aboutus p {
  font-size: 0.9em;
  margin: 0;
}
.news {
  text-decoration:none;
  padding:10px;
  background-color:#FFE9CC;
  margin-bottom:20px;
  margin-top:10px;
}
.news li {
  list-style: none;
}

.news_date { font-weight:bold; text-decoration:underline; }

.news a{ color:#292929; text-decoration:none; }

.news h2 { margin-bottom:.35em; }

.full-content{
  width: 860px;
  margin: 0 0 20px 20px;
  padding: 0 30px 0 20px;
  float: left;
}

/**************************************/
/*            GALLERY                 */
/**************************************/
#gallery_big { 
  float:right;
  margin-right:-10px;
}

.gallery_main { 
  width:430px;
  border:2px solid #FFBD67;
  height:325px;
}

#gallery_tbs { 
  text-align:center; 
  width:80px;
  cursor:pointer;
}

.gallery_tb { 
  width:70px; 
  text-align:center;
  margin:0 0 11px 0;
  border:2px solid #FFBD67;
}

#galleryMain {
  width:100%;
}

#galleryMain img {
  border:2px solid #BBBBBB;
  width:636px;
  height:477px;
}

#videos object {
	margin:10px;
}

#pictures h2{
  font-size:30px;
  font-weight:bold;
  margin-bottom:-25px;
}

#videos h2{
  font-size:30px;
  font-weight:bold;
  margin-bottom:10px;
}
/**************************************/
/*            PAGE BOTTOM             */
/**************************************/
.lower hr { 
  width:95%; 
  text-align:center; 
  margin-left:2%; 
}
.footer { 
  text-align:center; 
  width:96%; 
  margin:0 2%; 
}

.footer hr {
	margin-bottom: 10px;
}

/**************************************/
/*            LINKS                   */
/**************************************/

.link {
	text-align:center;
	width:154px;
	float:left;
	margin-left:50px;
	font-size:11px;
}
.link-thumb {
	width:150px;
	border:2px solid #E1E1E1;
	display:block;
}
.link-group {
	width:910px;
	height:200px;
}

/**************************************/
/*            NEWS                    */
/**************************************/

.left-col{
	width:450px;
    float:left;
	margin-left:20px;	
}

.right-col h2,.left-col h2 {
  text-decoration:underline;
  text-align:center;
}

.right-col{
	width:450px;
    float:right;
	margin-right:20px;
}

#table-dogcross {
  border:1px solid #000000;
}

#table-dogcross tr.last{
  margin-bottom: 5px;
}

.td-date{
  text-align:center;
  font-weight:bold;
}

td.td-dogcross-left{
  text-align:right;
  width:100px;
}

td.td-dogcross-right{
  text-align:left;
  width:100px;
}

/**************************************/
/*            CONTACT                 */
/**************************************/

.contactForm {
  width:400px;
  float:left;
}
 
.contactField {
  border:1px solid #BBBBBB;
  width:300px;
}

textarea.contactField {
 width:290px;
}

.contactField:focus {
  border:1px solid #000000;
}

.contactImage {
  float:right;
  border:3px solid #BBBBBB;
  margin-right:50px;
}

.error_list {
  list-style-type:none;
  color: #FF0000;
  margin: 0;
}

.thankyou-text {
	text-align:center;
	font-size:20px;
}

/**************************************/
/*            ABOUT US                */
/**************************************/

#image-about-home {
  border:3px solid #BBBBBB;
}

.aboutImage {
  float:left;
  margin: 18px 24px 0 0;
  width:385px;
  border:3px solid #BBBBBB;
}

.signature {
  float:right;
  font-size:20px;
  font-style:italic;
}

/**************************************/
/*            TEAM                    */
/**************************************/

#male-dogs, #female-dogs {
  width:860px;
  display:block;
}

#male-dogs h2, #female-dogs h2{
  margin: 0 0 5px 15px;
  font-weight:bold;
  text-decoration:underline;
}

.team-dog {
  text-align:center;
  width:154px;
  float:left;
  margin-left:50px;
  margin-bottom:20px;
}

.team-dog img {
  border: 3px solid #BBBBBB;
  text-decoration:none;
}

.team-dog img:hover {
  border: 3px solid #FFBD67;
}

.team-dog a {
  color: #000000;
  text-decoration:none;
}

.team-dog a:hover{
  font-weight:bold;
}

#dog-info {
  text-align:left;
  font-size:12px;
  width:230px;
  vertical-align:top;
}

#dog-info h2, #dog-pedigree h2 {
  font-size:20px;
  font-weight:bold;
  margin-bottom:0;
}

#dog-pedigree {
}

#dog-pedigree table {
	width:600px;
	float:right;
}
#dog-pedigree td{
  padding:0;
  text-align:center;
}

td.male-cell {
	background-color:#DBE3F3;
	border:1px solid black;
}

td.female-cell {
	background-color:#FFD2FF;
  	border:1px solid black;
}

td.male-cell, td.female-cell {
  text-align:center;
  font-size:10px;
  padding:0;
}

td.male-cell a, td.female-cell a{
  text-decoration:none;
  color:#000000;
}

.dog-detail {
	text-align:center;
	display:none;
	width:250px;
}

#back-link{
  margin:-46px 25px 10px 0;
  text-align:right;
  font-size:16px;
}

#back-link a {
  text-decoration:none;
}

#slideshow {
	zoom:0! important;
}

span.champion-dog {
  color:#FF0000;
  font-weight:bold;
}

#fancy_ajax h2 {
	margin:0;
}
/**************************************/
/*            THE BREED               */
/**************************************/

.breed h2 {
	margin:0;
	font-size:18px;
}

/**************************************/
/*               SALE                 */
/**************************************/

#puppies, #youngs, #adults {
  width:860px;
  display:block;
}

#puppies h2, #youngs h2, #adults h2{
  margin: 0 0 5px 15px;
  font-weight:bold;
  text-decoration:underline;
}

