/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #175072;}
a:hover {color: #94621a;}

img {
border: none;
}

body {
	background: #FFFFFF;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h4 {
	font: normal 1.5em Tahoma,sans-serif;
	color: #057e77;
	margin-bottom: 4px;
}


h1,h2,h3 {padding-top: 6px;}



/* misc */
.clearer {clear: both;}

.left {float: left;}

.center {float: center;}

.right {float: right;}

/* structure */
.container {
	background-color: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 3px 3px 3px;
	width: 1016px;
	border: 2px solid #336666;
}

/* header */
.top {
	padding: 5px 5px 0;
	
}

/* title */
.header {
	background-color: #336666;
	height: 105px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	width: 1016px;
}

.header ul {float:left; padding-left:1px; padding-top:2px;}
.header li {display:inline; list-style:none;}


.header .left, .header .middle, .header .right {
	background-color: #336666;
	height: 105px;	
}

.header .left {
	width: 230px;
	height: 100px;
	margin: 0;
	background-image: url(img/logo.gif);
	background-color: #336666;
}
.header .middle {
	position-absolute: 0 238px 0 0;
	background-color: #336666;
	height: 100px;
	width: 580px;
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
	
}
.header .middlefish {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/fishheader.gif);
	background-repeat: repeat-x;
}
.header .middlereptile {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/reptileheader.gif);
	background-repeat: repeat-x;
}
.header .middlebird {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/birdheader.gif);
	background-repeat: repeat-x;
}
.header .middleother {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/otherheader.gif);
	background-repeat: repeat-x;
}
.header .middleequine {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/equineheader.gif);
	background-repeat: repeat-x;
}
.header .middlecanine {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/canineheader.gif);
	background-repeat: repeat-x;
}
.header .middlefeline {
	background-color: #336666;
	height: 105px;
	width: 564px;
	background-image: url(img/felineheader.gif);
	background-repeat: repeat-x;
}
.header .right {
	width: 200px;
	height: 100px;
	background-image: url(img/giftcard.gif);
	background-color: #336666;
}



/* navigation */
.navigation {	
	background: transparent url(img/nav.gif) left bottom;
	border: 1px solid #ffffff;
	height: 41px;
}
.navigation a {
	background: transparent url(img/nav.gif) left top repeat-x;
	border-right: 2px solid #d8ebd8;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 38px;
	padding: 0 60px;
	text-decoration: none;
}
.navigation a:hover {
	background: transparent url(img/nav.gif) left bottom; 
	color: #336666;
}


/* main */
.main { 
	width: 1016px;
	border-top: 10px solid #336666; 
	background-color: #ffffff
	
}

/* sub navigation */
.sidenav {
	padding-top: 2px;
	background-color: #ffffff;
	float: left;
	width: 157px;
	border: 1px solid #006666;
}
.sidenav h1 {
	background-color: #006666;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 16px;
	text-decoration: strong;
	margin-bottom: 1px;
	padding-left: 6px;
	padding-bottom: 6px;
	border: 1px solid #000000;
}
.sidenav h2 {
	color: #006666;
	font-size: 1.5em;
	line-height: 25px;
	text-decoration: strong;
	margin-bottom: 4px;
	padding-left: 6px;
}
.sidenav ul {
	padding: 0;
	
}

.sidenav li a{
	font: bold 1.1em sans-serif;
	color: #000000;
	display: block;
	padding: 8px 0 8px 5.5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #669999;
	color: #ffffff;	
}


/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 1px;
	width: 852px;
	background-color: #FFFFFF;
}
.content .descr {
	color: #1c455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contentlink{
	color: #1c455E;
	font-size: 1.8em;
	margin-bottom: 6px;
}
.contentlink a:hover {
	color: #1c455E;
	font-size: 1.8em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .img {
padding: 2px;
border: none;
margin-left: 4px;
float: right;
}

.content p
{
color: #333333;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
