/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html {

	font-size: 62.5%;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
	margin-top: -1px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color: #7FB439;
}

a:hover {
	color: #7FB439;
	text-decoration: none;
}

strong {
	color: #3B2A20;
}

img { -ms-interpolation-mode: bicubic; }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 3.4em;
	display: block;
	font-weight: bold;
	line-height: 0.8em;
	letter-spacing: -0.1em;
	color: #666666;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}



#navigation {
	margin-top: 6px;
	margin-bottom: 6px;

	
}


#navigation ul {
	margin: 0px;
	padding: 0px;
}


#navigation ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	display: block;
	width: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 2px;
}
#navigation li a:hover {
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}

#navigation li.one a:hover, #navigation li.one a.active {
	border-bottom-color: #4A4016;
}
#navigation li.two a:hover, #navigation li.two a.active {
	border-bottom-color: #A80B0D;
}
#navigation li.three a:hover, #navigation li.three a.active {
	border-bottom-color: #6F9D0A;
}
#navigation li.four a:hover, #navigation li.four a.active {
	border-bottom-color: #817A68;
}
#navigation li.five a:hover, #navigation li.five a.active {
	border-bottom-color: #0474A4;
}
#navigation li.six a:hover, #navigation li.six a.active {
	border-bottom-color: #AD9818;
}
#navigation li.seven a:hover, #navigation li.seven a.active {
	border-bottom-color: #664060;
}
#navigation li.end a {
	margin-right: 0px;
}
#subnavigation h2 {
	margin-bottom: 5px;
	padding-bottom: 6px;
}
#subnavigation ul {
	padding: 0px;
	margin: 0px;
}
#subnavigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnavigation li a {
	display: block;
	width: 217px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 8px;
	padding-bottom: 7px;
	text-decoration: none;
	padding-left: 3px;
	font-size: 1.3em;
	font-weight: bold;
	color: #769750;
}
#subnavigation li a:hover, #subnavigation li.selected a {
	text-decoration: none;
	color: #444;
}

#subnavigation li ul li a {
	display: block;
	width: 202px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 8px;
	padding-bottom: 7px;
	text-decoration: none;
	padding-left: 18px;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
/*	background-image: url(minus.png);
	background-position: left 50%;
	background-repeat: no-repeat;*/
}



#header {
	margin-top: 12px;
	background-color: #fff;
	height: 305px;
	background-repeat: no-repeat;
}
#logo {
	background-image: url(../Images/Website-Logo-1.png);
	background-repeat: no-repeat;
	height: 101px;
	margin-top: 40px;
	z-index: 10;
	position: absolute;
	left: -12px;
	top: 0px;
	width: 310px;
	text-indent: -9999px;
}

#content {
	margin-top: 20px;
	padding-bottom: 20px;
}
#footer {
	background-color: #dedede;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 130px;
}
#bottom  a {
	color: #666666;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}


#bottom {
	background-color: #eeeeee;

}
#footer-links {
	margin-top: 20px;
	padding-bottom: 20px;
}
#copyright p {
	margin: 0px;
	padding: 0px;
}
#footer-links #links {
}
.footer-sn {
	float: right;
	width: 260px;
	height: 92px;
	position: relative;
	text-align: right;
}


.no-margin {
	margin-top: 0px;
}
#left_col div {
    margin-bottom: 20px;
}
#mid_col {
	padding-bottom: 20px;

}
#right_col div{
    margin-bottom: 20px;
}
 

.tabs {
        float:left;
        background:url(/themes/zoo/images/slidingdoors/bg.gif) repeat-x bottom;
        line-height:normal;
        }
.tabs h2 {
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}

      .tabs ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
        }
      .tabs ul li {
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/themes/zoo/images/slidingdoors/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
        }
.tabs ul a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(/themes/zoo/images/slidingdoors/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.6em;
}
      /* Commented Backslash Hack
         hides rule from IE5-Mac \*/
      .tabs a {float:none;}
      /* End IE5-Mac hack */
      .tabs a:hover {
        color:#333;
        }
      .tabs ul .current {
        background-image:url(/themes/zoo/images/slidingdoors/left_on.gif);
        border-width:0;
        }
      .tabs ul .current a {
	background-image:url(/themes/zoo/images/bg-tabs.gif);
	color:#333;
	padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: right top;
        }
		.tabs .current-info,
        .tabs .accessibletabsanchor{
            position:absolute;
            left:-999em;
        }
        .tabs .content{
	clear:both;
	margin: 0px;
        }
        .tabs{
            width:460px;
        }
.tabbody {
	padding-top: 5px;
	
	margin: 0px;
	position: relative;
}
.tabbody h3 {
	margin-bottom: 10px;
	margin-top: 15px;
}
.tabbody img {
	float: left;
	padding-right: 10px;
	display: inline;
}

.pics {
	padding: 0;
	margin:  0;
	height: 305px;
	width: 940px;
	overflow: hidden;
} 
 
.pics img {
	top:  0;
	left: 0;
} 




.boxgrid{ 
				width: 220px; 
				height: 106px; 
 
				float:left; 
				background:#fff; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
.zootique a {
	display: block;
	height: 51px;
	width: 203px;
	margin: 0px;
	padding-top: 65px;
	padding-left: 17px;
	font-size: 1.6em;
	color: #FFFFFF;
}
#webcam a {
	margin: 0px;
	font-size: 1.6em;
	height: 130px;
	width: 220px;
}
.guess a {
	display: block;
	height: 116px;
	width: 310px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.6em;
	color: #FFFFFF;
}

				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #fff; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 106;
 					left: 0;
 				}
				/*.zootique {
	background-image: url(/themes/zoo/images/Zootique2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.guess {
	background-image: url(/themes/zoo/images/guess-who-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}*/

.directLinks li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.directLinks li a {
	background-image: url(/themes/zoo/images/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: auto;
	padding-left: 20px;
	margin-right: 15px;
	text-decoration: underline;
	color: #769750;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#links li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#links ul {
	
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#search {
	margin-bottom: 20px;
	border: 1px solid #999999;
	width: 218px;
}
#search #ctl00_searchbox {
	width: 160px;
	padding: 8px;
	float: left;
	border: 1px dashed #FFFFFF;
}
#search #ctl00_searchbutton {
	background-color: transparent;
	background-image: url(/themes/zoo/images/bg-search.gif);
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 36px;
}

#bgchange li {
	display: block;
	float: left;
	height: 60px;
	width: 60px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bgchange li.bg1 {
	background-image: url(/themes/zoo/images/icon-bg1.jpg);
	background-repeat: no-repeat;
}
#bgchange li.bg3 {
	background-image: url(/themes/zoo/images/icon-bg3.jpg);
	background-repeat: no-repeat;
}
#bgchange li.borders {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(/themes/zoo/images/icon-bg2.jpg);
	background-repeat: no-repeat;
}

#bgchange {
	width: 220px;
	height: 125px;
}
#bgchange li a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 60px;
}
h2 {
	font-size: 1.7em;
	letter-spacing: -0.1em;
}




.photo {
	position: relative;
	width: 180px;
	height: 130px;
}

p img

{
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #cccccc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #cccccc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border: 1px none #cccccc;
	float: right;
	margin-bottom: 20px;
	margin-left: 15px;
}
.product-holding {
	display: inline;
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.product-holding img {
	float: left;
}
.product-holding a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #769750;
}
.product-holding a:hover {
	text-decoration: underline;
}
#basket {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/themes/zoo/images/cart-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#basket strong {
	padding-left: 40px;
}
#basket a {
	color: #769750;
	text-decoration: none;
}
img.right {
	float: right;
	margin-bottom: 4px;
	margin-left: 12px;
}
img.left {
	float: left;
	margin-bottom: 4px;
	margin-right: 12px;
}
a.siteLink {
	display: inline;
	color: #FFFFFF;
	background-color: #769750;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a:hover.siteLink {
	color: #FFFFFF;
	background-color: #769750;
	text-decoration: underline;
}
a.siteLink2 {
	display: inline;
	color: #FFFFFF;
	background-color: #C161A5;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a:hover.siteLink2 {
	color: #FFFFFF;
	background-color: #672F58;
	text-decoration: underline;
}

.tbls {
	width: 458px;
	padding: 0;
	margin: 0;
}

.tbls th {
	color: #4f6b72;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
	font-weight: normal;
}

.tbls th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ddd;
	background: none;
}

.tbls td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #333;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-weight: bold;
}


.tbls td.alt {
	background: #f9f9f9;
	color: #333;
}

.tbls th.spec {
	border-left: 1px solid #ddd;
	border-top: 0;
	background: #fff;
}

.tbls th.specalt {
	border-left: 1px solid #ddd;
	border-top: 0;
	background: #f9f9f9;
	color: #797268;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
}
.imgteaser a .desc { display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #fff;
	color: #333;
	position: absolute;
	bottom: 18px;
	right: 12px;
	padding: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 0;
	margin-right: 0;

}
.imgteaser a:hover .desc strong {
	display: block;
	font-size:0.8em;
	color: #333333;
}

a.newsLink {
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ddd;
	padding-top: 5px;
	margin-top: 10px;
	width: 250px;
} 
table#Calender2 {
	background-color: #0000CC;
}
#form {
	margin-left: 40px;
}
#details {
	width: 360px;
	margin-left: 0px;
}
a.iconAdopt {
	background-image: url(../Images/iconAdoptBkg.gif);
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 100px;
	float: left;
	background-position: left top;
}
a:hover.iconAdopt {
	background-position: left bottom;
}
a.iconExp {
	background-image: url(../Images/iconExpBkg.gif);
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 20px;
	background-position: left top;
}
a:hover.iconExp {
	background-position: left bottom;
}
a.iconMem {
	background-image: url(../Images/iconMemberBkg.gif);
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 220px;
	float: left;
	margin-right: 20px;
	background-position: left top;
	margin-top: 20px;
}
a:hover.iconMem {
	background-position: left bottom;
}

input.loginText {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	width: 190px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}

#ctl00_MainContent_ctl00_Login1 table td {
	text-align: left;
	vertical-align: 50%;
}

#ctl00_MainContent_ctl00_Login1 span {
	margin-left: 6px;
}

.loginSubmit {
	background-color: #943018;
	color: #FFFFFF;
	font-size: 1.2em;
	border: 1px solid #943018;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	display: block;
	float: left;
}


a.loginbutton2 {
	background-color: #769750;
	color: #FFFFFF;
	font-size: 1.2em;
	border: 1px solid #769750;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 8px;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}
ul.searchList {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

ul.searchList li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#mothersday a {
	background-image: url(/themes/zoo/images/button-mothersday.gif);
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 66px;
	width: 220px;
}
#mothersday a:hover {
	background-position: left bottom;

}#freebus a {
	background-image: url(/themes/zoo/images/button-freebus.gif);
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 66px;
	width: 220px;
}
#freebus a:hover {
	background-position: left bottom;

}
#moreLogos {
	text-align: right;
}
