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

/*************
 Standard Tags
*************/
html{	
	background-color: #eaf3f8;
}

body {
	width: 100%;
	color: #7d7d7d;
	font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


a:link, a:visited, a:hover, a:active{
	color: #64b8d7;
}

a.greyLink:link, a.greyLink:visited, a.greyLink:hover, a.greyLink:active{
	color: #7d7d7d;
}

h2 {
	position:relative;
	font: 25px/35px Georgia, "Times New Roman", Times, serif;
	color: #64b8d7;
	font-style: italic;
	z-index: 10;
}

li{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 28px;
	margin-left: 15px;
}

input, textarea, select {
	position: relative;
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	z-index: 10;
}

p {
	position: relative;
	margin-top: 20px;
	z-index: 9;
}
.siteblue {
	color: #64b8d7;
}

.green{
	color: #19af23;	
}

.grey{
	color: #7d7d7d;
}

.red{
	color: #de0707;
}

.subHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	color: #64b8d7;
}

.soldOut{
	color:#ff8c8c;
}

/*************
 Page Tags
*************/
#outerFrame {
	width: 100%;
	padding-bottom: 25px;
	z-index: 2;
	background-color: #eaf3f8;
	background-image: url('../images/common/bg-tile.jpg');
	background-repeat: repeat-x;
}

#outerFrame:after { /* forces the contentContainer div to stretch with floating content (FF fix) */
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both;
	visibility: hidden;
}


#frame {
	margin: 0 auto;
	width: 1007px;
	z-index: 3;
}

#frame:after { /* forces the contentContainer div to stretch with floating content (FF fix) */
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both;
	visibility: hidden;
}


#page {
	margin-left: -19px;
	width: 1007px;
	z-index: 4;
}


#outerBg {
	position: absolute;
	top: 388px;
	margin: 0 auto;
	/*background: url(../images/common/bg-pattern.jpg) no-repeat top center;*/
	width: 100%;
	
	z-index: -1;
}
#headerBg {
	position: absolute;
	top:0px;
	background: url(../images/common/header-tile.jpg) no-repeat top center;
	height:333px;
	width: 100%;
	z-index: 5;
}


a.buttonLink{
	display: block;
	color: #FFF;
	background-color: #5ca9cf;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	border: none;
	text-align: center;
	text-decoration: none;
	margin: 0px auto;
}


#registrationMenu{
	height:70px; 
	text-align: right; 
	padding-top: 10px;
}

a.registrationMenuItem{
	float: right;
	display: block;
	height: 35px;
	width: 120px;
	color: #FFF;
	background-color: #5ca9cf;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 35px;
	border: none;
	text-align: center;
	text-decoration: none;	
	margin-left: 20px; 	
}

/*************
 Header Tags
*************/
#header {
	height:333px;
	width: 1024px;
	z-index: 5;
}


#menu {
	position: absolute;
	margin: 333px 0px 0px 0px;
	width: 1024px;
	height: 52px;
	text-align: center;
	z-index: 999;
}
.menu-button {
	cursor: pointer;
}
#logo {
	position: absolute;
	margin: 0px 0px 0px 410px;	
	width: 310px;
	height: 238px;
	cursor: pointer;
	background:url(../images/common/logo.png) no-repeat;
	z-index: 10;
}

h1 {
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 5px;
	z-index: 10;
	color:#FFF;
	width: 200px;
	text-align: center;
	background-color: #64b8da;
	line-height: 48px;
	height: 48px;
}
#h1-bg {
	position: absolute;
	margin: 0px 0px 0px -64px;
	background:url(../images/common/h1-bg.png) no-repeat;
	width: 200px;
	height: 68px;
	z-index: 1;
}

/*************
 Content Tags
*************/
#content {
	float: right;
	margin-right: 25px;
	width: 480px;
	line-height: 22px;
	background-color:#FFF;
	border: 13px #b5e1f1 solid;
	z-index: 5;
	padding: 30px;
	position: relative;
}

#contentFull {
	margin-right: 25px;
	margin-left: 100px;
	width: 907px;
	line-height: 22px;
	background-color:#FFF;
	border: 13px #b5e1f1 solid;
	z-index: 5;
	padding: 30px;
	position: relative;
}

#contentMiniVet{
	float: right;
	margin-right: 25px;
	width: 480px;
	line-height: 22px;
	background-color:#FFF;
	border: 13px #a3d49c solid;
	z-index: 5;
	padding: 30px;
	position: relative;
}

#contentMiniVet h2{
	color:#3a7185;
}

#contentMiniVet a:link, #contentMiniVet a:visited, #contentMiniVet a:hover, #contentMiniVet a:active{
	color: #3a7185;
}

#contentMiniVet .subHeader{
	color:#3a7185;
}

#content-footer, #subcontent-footer, #subcontent-footerMiniVet {
	background: url(../images/common/content-footer.png) no-repeat; 
	width: 215px; 
	height:215px; 
	position:absolute; 
	bottom: -35px;
	right: -35px; 
	z-index: 1;
}

#content-footerMiniVet {
	background: url(../images/common/contentMV-footer.png) no-repeat; 
	width: 215px; 
	height:215px; 
	position:absolute; 
	bottom: -35px;
	right: -35px; 
	z-index: 1;
}

#contentText{
	position: relative;
	z-index: 999999;
	margin-left: 75px;
	width: 400px;
}

#content-spacer {
	float: left; 
	height:420px; 
	width:75px;
}

.inputStyle{
	height: 30px;
	color: #737373;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 10px;
	border: 1px solid #64b8d7;
	padding-left: 5px;
}


.alertField{
	height: 30px;
	color: #737373;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 10px;
	border: 1px solid red;
	padding-left: 5px;
}


/*************
 Sidebar Tags
*************/
#sidebar {
	float: left;
	margin-top: -30px;
	width: 270px;
	vertical-align: top;
	z-index: 7;
	position: relative;
}
#gallery{
	position: absolute;
	top: 135px;
	left: 45px;
	background:url(../images/gallery/gallery.png) no-repeat;
	width: 478px;
	height:479px;
	z-index: 999;
}
#gallery-placeholder {
 	position: absolute;
	width: 478px;
	height:479px;
	z-index: 999;
}
.gallery-buttons {
	position: absolute;
	cursor: pointer;
	width: 26px;
	height:27px;
	z-index: 999999;
}
#gallery-next {
	background:url(../images/gallery/gallery-next.png) no-repeat;
	margin-top: 335px;
	margin-left: 400px;
}
#gallery-prev {
	background:url(../images/gallery/gallery-prev.png) no-repeat;
	margin-top: 365px;
	margin-left: 110px;
}
#subcontent {
	background-color:#FFF;
	border: 13px #b5e1f1 solid;
	z-index: 5;
	padding: 10px;
	width: 275px;
	margin: 490px 0px 0px 50px;
	position: relative;
}


#subcontent a:link, #subcontent a:visited, #subcontent a:active {
	color: #64b8d7;
	text-decoration: underline;
}
#subcontent a:hover {
	color: #8d7ebb;
	text-decoration: underline;
}

#subcontentMiniVet{
	background-color:#FFF;
	border: 13px #a3d49c solid;
	z-index: 5;
	padding: 10px;
	width: 275px;
	margin: 450px 0px 0px 50px;
	position: relative;
}

#subcontentMiniVet a:link, #subcontentMiniVet a:visited, #subcontentMiniVet a:active {
	color: #3a7185;
	text-decoration: underline;
}
#subcontentMiniVet a:hover {
	color: #ef4f95;
	text-decoration: underline;
}

h3 {
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 7px auto 25px auto;
	z-index: 10;
	color:#FFF;
	width: 167px;
	text-align: center;
}
#h3-bg {
	position: absolute;
	margin: 10px 0px 0px -38px;
	background:url(../images/common/h3-bg.png) no-repeat;
	width: 167px;
	height: 57px;
	z-index: 1;
}
#h3-bgMiniVet{
	position: absolute;
	margin: 10px 0px 0px -38px;
	background:url(../images/common/h3MV-bg.png) no-repeat;
	width: 167px;
	height: 57px;
	z-index: 1;
}

#subcontent h2 {
	margin: 0px 0px 20px 20px;
}

#subcontentMiniVet h2 {
	margin: 0px 0px 20px 20px;
}

#subcontent-footer {
	background: url(../images/common/subcontent-footer.png) no-repeat; 
	bottom: -47px;
	right: -44px; 
}

#subcontent-footerMiniVet{
	background: url("../images/common/subcontentMV-footer.png") no-repeat; 
	bottom: -47px;
	right: -44px; 
}


/*****************
* Animals
*****************/
.header-animal {
	position: absolute;
	z-index: 9999;
}
#bird {
	width: 49px;
	height:56px;
	margin: 170px 0px 0px 900px;
}
#cat {
	width: 132px;
	height:102px;
	margin: 190px 0px 0px 95px;
}
#dog {
	width: 137px;
	height:111px;
	margin: 230px 0px 0px 325px;
}
#hampster {
	width: 61px;
	height:58px;
	margin: 235px 0px 0px 535px;
}
#lizard {
	width: 104px;
	height:78px;
	margin: 215px 0px 0px 710px;
}
#mouse {
	width: 77px;
	height:65px;
	margin: 250px 0px 0px -305px;
}
#pig {
	width: 88px;
	height:49px;
	margin: 195px 0px 0px 1060px;
}
#locationSign {
	width: 137px;
	height: 94px;
	margin: 239px 0px 0px 865px;
}


/*************
 Footer Tags 
*************/
#footer {
	width: 100%;
	height: 462px;
	background: url(../images/common/footer-tile.jpg) repeat-x bottom center;
}

#footer-content {
	margin: 0 auto;
	width: 1007px;
	height: 462px;
}
.footer-tab {
	width: 249px;
	height: 249px;
	background:url(../images/common/footer-bubble.png) no-repeat;
	position: absolute;
	margin-top: 50px;
	padding: 20px;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer-tab-text{
	width: 200px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
}

#footer-tab-1 {
	margin-left: 51px;
}
#footer-tab-2 {
	margin-left: 395px;
}
#footer-tab-3 {
	margin-left: 749px;
}



#footer-menu {
	position: absolute;
	margin-top: 375px;
	margin-left: 16px;
	color: #fff;
	font-size: 16px;
}

#footer-menu a{
	margin-right: 25px;
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

#footer-menu a:hover{
	text-decoration:underline;
}

#footer-legal {
	position: absolute;
	margin-top: 400px;
	margin-left: 16px;
	color: #fff;
}
#footer-legal span, #footer-legal span a {
	font-size: 8px;
}

#footer-legal a{
	color: #FFF;
	font: 10px Verdana, Geneva, sans-serif;	
	text-decoration: none;
}
#footer-legal a:hover{
	color:#FFF;
	text-decoration:underline;
}

/*
	-- POP UP DIV STUFF
*/


#blackBackground{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999999;	
		background-color: #000;
		text-align:center;
		vertical-align: middle;
		padding-top: 15px;			
		opacity: .75; 
		filter:alpha(opacity=75);  /*IE's opacity */
	}
	
	#floatingDivContainerContainer{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 99999999;
	}
	
	#floatingDivContainer{
		width: 613px;
		height: 517px;
		background-image: url('../images/common/divBackground.png');
		background-repeat: no-repeat;
		margin: 150px auto;
		text-align: left;	
		position: relative;
		opacity: 1; 		
		z-index: 99999999;
	}
	
	#floatingDivContainerRefund{
		width: 613px;
		height: 721px;
		background-image: url('../images/common/divRefundBackground.png');
		background-repeat: no-repeat;
		text-align: left;	
		position: fixed;
		top: 10px;
		left: 50px;
		opacity: 1; 		
		z-index: 99999999;
	}
	
	#floatingDiv{
		width: 630px;	
	}
	
	#floatingDivCentered{
		width: 513px;
		padding: 120px 50px 30px 50px;
		text-align: center;
		position: relative;
		z-index: 99999999;
		font-size: 16px;
		line-height: 22px;
	}
	
	#floatingDivClose{
		position: absolute;
		bottom: -5px;
		right: 0px;
		z-index: 99999999;
	}
	
	#whimzPlaneContainer{
		width: 418px;
		height: 144px;
		position: absolute;
		top: -45px;
		right: 0px;
	}
	