@CHARSET "UTF-8";

* {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	background-color: #F2F2F2;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
}

#container {
	margin: 0px auto;
	text-align:left;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	clear:both;
	width:752px;
	background-color: #FFF;
	overflow:auto;
}

#menu {
	width:752px;
	height:24px;
	clear:both;
	font-size:10px;
	background-image: url("../images/header-shadow.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#menu ul {
	width:582px;
	height:24px;
	list-style: none;
	float:right;	
	background-image: url("../images/menu-back.png");
	background-position: top left;
	background-repeat: repeat-x;
	padding-top:2px;
}
#menu ul li {
	float:left;
	border-left: 1px solid #fff;
	padding-left:6px;
	padding-right:5px;
	display:block;
	height:13px;
	font-size:10px;
}
#menu ul li.first {
	border-left: 0px;
}

#menu ul li a{
	color:#fff;
	text-decoration:none;
}
#menu ul li.selected a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover {
	text-decoration:underline;
}

#content{
	padding:8px 6px 4px 8px;
	overflow:auto;
	background-image: url("../images/background-fill.png");
	background-position: top left;
	background-repeat: repeat;
	background-color:#fff;
	color:#333333;
	width:738px;
	clear:both;
}

#content a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#content a:hover {
	text-decoration: underline;
}

#content p{
	padding-top:8px;
	padding-bottom:8px;
	color:#333333;
	font-size:11px;
}
#content h1 {
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	margin-bottom:4px;
	color:#000;
}
#content h2 {
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	margin-bottom:4px;
	color:#000;
}
#content img {
	border:1px solid #808080;
}
#content img.left {
	float:left;
	margin-right:10px;
}
#content img.right {
	float:right;
	margin-left:10px;
}
#content div.clear {
	clear:both;
	border:0px;
	height:20px;
	line-height: 0px;
}

#content .awards td{
	height:22px;
	padding:4px;
	width:516px;
	margin:4px;
	background-color: #F7EFD5;
}
#content .awards td.name{
	text-transform: uppercase;
	background-color: #78262A;
	color:#fff;
	width:200px;
	font-size:12px;
	font-weight:bold;
	text-align: center;
}

#footer {
	margin: 0px auto;
	text-align:right;
	border-top: 1px solid #464646;
	clear:both;
	font-size:10px;
	width:746px;	
	background-color: #F2F2F2;
	padding:4px 4px;
	color:#b0b0b0;
}
#links {
	overflow:auto;
	width:100%;
	margin-bottom:32px;
	text-align:center;
}
#links .item {
	text-align:center;
	padding: 4px;
	clear:both;
}

#guest-form {
	width:300px;
	margin:16px auto;
	line-height:30px;	
}
#guest-form label{
	width:150px;
	height:23px;
}
#guest-form .textfield{
	border:1px solid #404040;
	width:150px;
}
#guest-form textarea{
	border:1px solid #404040;			
}
#guest-form #spam{
	border:1px solid #404040;
}
.gbsign {
	margin:16px auto;
	width:300px;
}
.gbsign .gbname {
	color:#000;
	font-weight:bold;
}
.gbsign .gbdate {
	font-weight:bold;
}
.gbsign .gbmessage{
	background-color:#F7EFD5;
	padding: 4px;
	font-style: italic;
}
#content .puppies {
	clear:both;
}
#content .puppies .details {
	float:left;
	width:275;
	overflow:auto;
	height:auto;
}
#content .puppies .details img {
	border:0px;
}
#content .puppies .details table {
	width:320px;
}
#content .puppies .details table td{
	height:22px;
	background-color: #F7EFD5;
	padding:2px;
}
#content .puppies .details table th{
	height:22px;
	background-color: #78262A;
	color:#fff;
	padding:2px;
}
#content .puppies .details table td.name{
	text-transform: uppercase;
	background-color: #F7EFD5;
	width:250px;
	font-size:12px;
	font-weight:bold;
}
#content .puppies .details table td.symbol{
	text-align: center;
	vertical-align: middle;
}
#content .puppies .gallery .item {
	width:108px;
	float:left;
	border:1px solid #e0e0e0;
	padding:2px;
	text-align:center;
	margin:3px;
	background-color:#fff;
	padding-bottom:16px;
}
#content .puppies .gallery {
	width:400px;
	float:right;
}
#content .puppies .gallery img {
	border:1px solid #f0f0f0;
}
#dogs{
	text-align: center;
}
#dogs img {
	margin-right: 25px;
}
#dogs .gender {
	width:350px;
	float:left;
	margin-bottom:16px;
	line-height:30px;
	text-align:center;	
}
#dogs .gender h1 {
	font-size:16px;
}
#dogs .gender a {
	font-size:14px;
	color:#808080;
}

.dog .details {
	margin-bottom:16px;
	margin-top:8px;
}
.dog .details td.content{
	height:22px;
	padding:4px;
	width:516px;
	margin:4px;
	background-color: #F7EFD5;
}
.dog .details td.title{
	text-transform: uppercase;
	background-color: #78262A;
	color:#fff;
	width:200px;
	font-size:12px;
	font-weight:bold;
	text-align: center;
}

.dog .gallery .item {
	width:108px;
	float:left;
	border:1px solid #e0e0e0;
	padding:2px;
	text-align:center;
	margin:3px;
	background-color:#fff;
	padding-bottom:16px;
}
.dog .gallery img {
	border:1px solid #f0f0f0 !important;
}
#links table{
	margin:0px auto;
}
#links caption{
	margin-top:32px;
	margin-bottom:16px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#links table td {
	margin-top:16px;
	margin-bottom:16px;
}