@charset "utf-8";
/* CSS Document */

.header {
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 241px;
	width: 100%;
}
.header-container {
	margin: auto;
	height: 241px;
	width: 1000px;
}
.header-top {
	float: left;
	height: 23px;
	width: 1000px;
	color: #FFFFFF;
	padding-top: 10px;
}
.site-header {
	background-image: url(images/header.jpg);
	float: left;
	height: 163px;
	width: 1000px;
}
.navigation {
	float: left;
	height: 35px;
	width: 990px;
	padding-left: 10px;
}
.wrapper {
	margin: auto;
	height: auto;
	width: 1000px;
}
.cage-container {
	float: left;
	height: auto;
	width: 990px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.cage-header {
	background-image: url(images/cage-header.jpg);
	float: left;
	height: 37px;
	width: 990px;
	color: #000000;
}
.cage-content {
	float: left;
	height: auto;
	width: 990px;
	padding-top: 4px;
	text-align: center;
}.cage-content2 {
	float: left;
	height: auto;
	width: 990px;
	padding-top: 4px;
	text-align: center;
}
.thumbpic {
	float: left;
	height: 215px;
	width: 190px;
	margin: 3px;
	border: 1px solid #CCCCCC;
}
.thumbpic:hover {
	float: left;
	height: 215px;
	width: 190px;
	margin: 3px;
	border: 1px dashed #cbccc5;
}
.cage-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 28px;
	width: 390px;
	padding-left: 10px;
	padding-top: 9px;
}
.link
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	width: 98px;
	height: 35px;
	background-image: url(images/navbg-b.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFF00;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.link a
{
	display: block;
	color: #f9a20a;
	font-size: 11px;
	width: 98px;
	height: 35px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link a:hover
{
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 98px;
	height: 35px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: underline;
}

.link img
{
	width: 98px;
	height: 35px;
	border: 0
}

* html a:hover
{
visibility:visible
}

.link a:hover img
{

visibility:hidden
}

.link span
{
	position: absolute;
	left: 19px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 60px;
	text-align: center;
} 
.friend-link {
	float: left;
	height: auto;
	width: 192px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 3px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #200A16;
}
.friend-link a
{
	color: #FFFFFF;
}
.friend-link a, .friend-link a:link {
	text-decoration: none;
} 
.friend-link a:active, .friend-link a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer {
	background-image: url(images/footerbg.jpg);
	float: left;
	height: 18px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 17px;
}
.footer-content {
	color: #FFFFFF;
	height: auto;
	width: 980px;
	font-size: 11px;
	font-weight: normal;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright {
	float: left;
	height: auto;
	width: 400px;
}
.footer-links {
	float: right;
	height: auto;
	width: 400px;
	text-align: right;
}
.footer-links a
{
	color: #FFFFFF;
}
.footer-links a, .footer-links a:link {
	text-decoration: none;
} 
.footer-links a:active, .footer-links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.welcome-text {
	float: left;
	height: auto;
	width: 400px;
	font-size: 11px;
	padding-left: 10px;
}
.header-links {
	text-align: right;
	float: right;
	height: auto;
	width: 400px;
	padding-right: 10px;
	font-size: 11px;
}
.header-links a
{
	color: #FFFFFF;
}
.header-links a, .header-links a:link {
	text-decoration: none;
} 
.header-links a:active, .header-links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
