@charset "utf-8";
/* CSS Document */


/* GENERAL PAGE STYLES */

body {
margin: 0; 
font-family: verdana, Arial, Helvetica, sans-serif; 
font-size: 62.5%; 
background-image:url(/images/global/bg_pfh.gif); 
background-repeat: repeat;
background-color: #bbbaba;

}

a:link, a:visited {
	color: #666;
	
	text-decoration: dotted; 
}

a:active, a:hover {
	color: #000; 
	
	text-decoration: underline;
}

.clear {clear: both;}

.right {float: right;}

.center {text-align: center;}

img {border: none;}

.divider {border-bottom: 1px dotted #666; }

/*TEXT STYLES */

h1 {
	font-size: 2em; 
	margin-top:0px;
	margin-bottom: 0px;
	
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: #666;
}

.ferretname {
	font-size: 1.1em; 
	font-weight: bold; 
}

#footer a, #footer a:visited {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #FF9; 
	text-decoration: none; 
}




/* PAGE STRUCTURE */

#header {
	width: 890px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding: 5px;
	
}

#header_home {
	width: 890px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding: 5px;
	
}

#bodyframe {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e1e1e1;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	
}

#bodycopy {
	font-size: 1.4em;
	margin-left: 170px;
	margin-right: 15px;
	padding: 5px;
}
#sidebar {
	float: left;
	width: 150px;
	padding: 5px;
	margin-top: 10px;
	
	font-size: 1.2em;
	
}

.pairingsframe {
	
	width: 600px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	
	
}

.pairingsleft {
	float: left;
	width: 260px; 
	padding: 5px;
	text-align: center;
	
	
	
}

.pairingsright {
	float: right;
	margin-right: 50px;
	width: 260px;
	padding: 5px;
	text-align: center;
	
	
}

.pairingsbot {
	border-top: 1px solid #ccc;
	
}

.litterframe {
	width: 600px;
}

.litterleftframe {
	float: left; 
	width: 300px;
}

.litterrightframe {
	float: right;
	width: 300px; 
}

.litterpicsleft {
	float: left;
	width: 140px; 
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
}

.litterpicsright {
	float: right;
	width: 140px; 
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
}




#footer {
	width: 890px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding: 10px 5px 5px 5px;
	font-size: .9em; 
	color: #e1e1e1;
	text-align: center;
	
}


/* SIDEBAR NAVIGATION */

#sidebar ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	list-style-position: inside; 
}

#sidebar li {
	margin-bottom: 0px; 
	list-style-position: outside;
	border-bottom: 1px solid #999;
	font-weight: bold;
	background-image: url(/images/global/bg_li_single.gif);
	
}


#sidebar li a, #sidebar li a:visited {
	color: #000;
	position:relative;
	display:block;
	text-decoration: none;
	height: 20px;
	
	padding: 5px 5px 0px 5px;
	
	
	
}

#sidebar li.double a, #sidebar li.double a:visited {
	color: #000;
	position:relative;
	display:block;
	text-decoration: none;
	height: 35px;
	padding: 5px 5px 0px 5px;
	
}

#sidebar li a:hover {
	color: #FFC;
	position:relative;
	display:block;
	
	height: 20px;
	
	padding: 5px 5px 0px 5px;
}

#sidebar li.double a:hover {
	color: #FFC;
	position:relative;
	display:block;
	
	height: 35px;
	padding: 5px 5px 0px 5px;
}

.application h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
	

table.application {
	width: 600px;
	table-layout: fixed;
	font-size: 0.8em; 
	background-color: #CCCCCC;
	
}




