/* GENERAL FORMATTING */
body
{
	font: normal 12px arial;
	color: #0696CA;
	scrollbar-face-color: #C0D9E3;
	scrollbar-darkshadow-color: #0696CA;
	scrollbar-track-color: #E6F4F9;
	scrollbar-arrow-color: #0696CA;
}
img
{
	border: none;
	padding: 6px;
}
h1
{
	font: bold 16px arial;
	margin: 0;
}
h2
{
	font: bold 15px arial;	
	margin: 0;
}
h3
{
	font: bold 14px  arial;	
	margin: 0;
	margin-bottom: -6px;
}
th
{
	font: bold 12px Arial, Helvetica, sans-serif;
}
label
{
	font: normal 12px Verdana;
}
desc
{
	font: normal 12px Verdana;
	display: block;
}
mark
{
	color: #EE0090;
	font-weight: bold;
}
p
{
	display: block;
	margin:10px 0 0 0;
}
.left
{
	float: left;	
}
input, textarea, select
{
	border: solid 1px #95BECB;
	font: normal 12px verdana;
	color: #5F5F5F;
	padding: 2px;
}
.select
{
	border: solid 1px #95BECB;
	font: normal 12px verdana;
	color: #5F5F5F;
	padding: 2px;
}
.button
{
	border: outset 2px #FCF0C9;
	color: #0066CC;
	background-color: #FFFFF0;	
}
a, a:visited
{
	text-decoration: none;
	color: #0696CA;	
}
a:hover, a.static:hover
{
	color: #EE0090;
}
a.static
{
	font: normal 14px arial;
	color: #068FCA;
	text-decoration:underline;	
	cursor: pointer;
}
#divMenuLow a:hover
{
	color: #EE0090;
}
#divMenuLow a
{
	font: normal 14px arial;
	color: #068FCA;
/*	text-decoration:underline;	*/
	padding: 5px 0;
}
.right
{
	float: right;
}
.yellowBorder
{
	border: solid 3px #FCF0C9;
}
.yellowThickBlue
{
	border: solid 3px #FCF0C9;
	background-color: #E8F5FD;
}
.yellowThinBlue
{
	border: solid 2px #FCF0C9;
	margin: 8px;
}
.justify
{
	text-align:justify;
}
.validation-advice
{
	background-color: #EE0090;
	padding: 4px;
	color: #FFFFFF;
	font: normal 12px verdana;
	-moz-border-radius: 0 0 7px 7px;	
	width: 180px;

}
.invisible
{
	background-color: #EE0090;
	padding: 4px;
	color: #FFFFFF;
	font: normal 12px verdana;
	-moz-border-radius: 0 0 7px 7px;	
	display: none;
}
#flashMessage
{
	text-align: center;
	position:absolute;
	top: 150px;
	left: 250px;
	width: 590px;
	padding: 20px;
	margin: 20px;
	z-index: 24;
}
a.tooltip img
{
	border: solid 1px #FCF0C9;
	padding: 0;
}
a.tooltip
{
    position:relative; /*this is the key*/
    z-index:24;	
    text-decoration:none;
	padding: 0;
	
}
ul li a:hover
{
	color: #0696CA;
}
a.tooltip:hover
{
	z-index:25;
	background-color: #E8F5FD;
	padding: 0;
	color: #0696CA;
}
a.tooltip span
{
	display: none
}
a.tooltip:hover span
{
    display:block;
    position:absolute;
	width: 75px;
    top:22px; 
	left: -20px;
	font: normal 11px arial;
    border:1px solid #84673C;
	background-color:#FFFFCC;
	padding: 2px;	
}
/*  MAIN DIVS*/
#whole
{
	position: absolute;
	width: 940px;
	top: 50%;
	left: 50%;
	margin: -305px 0 0 -470px;
}
#header
{
	padding: 0;
	margin: 15px 15px 5px 15px;	
	background-color: #00ADEF;
	height: 120px;
}
#content
{
	margin: 0 15px;	
	height: 430px;
}
#footer
{
	margin: 8px 15px;	
/*	background-image: url(../img/liveFooter.jpg); */
	background-color: #00adef;
	height: 38px;
	color: #003366;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 2;
}
#footerLeft
{
	margin: 10px;
	font: bold 12px verdana;	
	color: #F5F07D;
}
#leftPane
{
	float: left;
	width: 220px;
	height: 425px;
}
#rightPane
{
	float: right;
	width: 670px;
	height: 427px;
}
#formLogin
{
	position: absolute;
	top: 453px;
	width: 185px;
}
#insideLeft
{
	margin: 35px 15px 15px 15px;
	height: 380px;
	border: solid 1px #E8F5FD;
}
#insideRight
{
	font: normal 12px verdana;
	margin: 0;
	padding: 7px;
	width: 655px;
	height: 410px;
	overflow: auto;
}
#divMenuHigh
{
	text-align: left;
	height: 250px;
	margin-top: 10px;
}
#divMenuLow
{
	text-align: left;
	height: 250px;
	margin-top: 30px;
}
#divMenuLow ul li
{
padding-left: 4px;
	padding-bottom: 15px;
	list-style-image: url(../img/pawNormal.gif);
}
#divMenuLow ul li:hover
{
	list-style-image: url(../img/pawOver.gif);
	color: #EE0090;
}
#upperRight
{
	background-color: #E8F5FD;
	height: 220px;
	margin: 8px 8px 0 8px;
	border: solid 2px #FCF0C9;
}
#lowerRight
{
	height: 190px;
	overflow: hidden;
}
/* NAV LINKS */
.navBlank
{
	width: 88px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
}
#header ul
{
	margin-right: 5px;
	margin-top: 2px;
	float: right;
}
#header ul li
{
	display: inline;
	padding: 0;
}
#header a img
{
	background-position: left;	
}
#header a:hover img
{
	background-position: -97px;
	background-repeat: no-repeat;
	
}
#navProd img
{
	background: url(../img/navProd.jpg) ;
}
#navAbout img
{
	background: url(../img/navAbout.jpg) ;
}
#navDogcare img
{
	background: url(../img/navWheels.jpg) ;
}
#navClub img
{
	background: url(../img/navClub.jpg) ;
}
#navNews img
{
	background: url(../img/navNews.jpg) ;
}
#navGallery img
{
	background: url(../img/navGallery.jpg) ;
}
#navContact img
{
	background: url(../img/navContact.jpg) ;
}
/* CMS CONTENT*/

.triviaPic
{
	border: solid 3px #FCF0C9;
	height: 95px;	
	width: 95px;
	padding: 0;
}
#previewBox
{
	border: none;
	width: 670px;
	height: 193px;
	overflow: hidden;		
}
#previewBox td
{
	width: 190px;
	vertical-align: top;
	text-align: left;
	border: solid 2px #FCF0C9;
	overflow: hidden;	
	font: normal 12px arial;	
}
.eventDiv
{
	text-align: center;
	padding-top: 20px;
}
.newslist li
{
	margin: 15px;
}
.newslist a:hover
{
	color: #EE0090;	
}
#postTable
{
	border-right: solid 1px #B4DEF8;
	border-bottom: solid 1px #B4DEF8;	
}
#postTable th
{
	background-color: #E8F5FD;
	
}
#postTable td, #postTable th
{
	text-align: left;
	vertical-align: top;
	border: none;
	border-left: solid 1px #B4DEF8;
	border-top: solid 1px #B4DEF8;	
	padding: 5px;
}
/*  HIT COUNTER */
#visits
{
	float:right;
	margin: 15px 10px 10px 10px;
	font: bold 11px verdana;	
	color: #F5F07D;

}
/*  DROP-IN BOX */
#dropinboxv2cover{
width: 210px; 
height: 100px;
position:absolute;
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
color: #ED00A0;
font: normal 11px arial;
border: dotted 1px #ED00A0;
background-color: #FCF8B0;
padding: 10px;
line-height:14px;
position:absolute;
left: 0;
top: 0;
}
#prodBox
{
color: #ED00A0;
border: dotted 1px #ED00A0;
background-color: #FCF8B0;
padding: 3px;
z-index: 30; 
position: absolute; 
top: 155px; 
left: 24px; 
width: 200px;
text-align: left;
}
/* TRIVIA SECTION */
#prev0, #gostp0, #next0
{
margin: 0;
padding: 1px;
font: small-caps 10px arial;
height: 20px;
cursor: pointer;
}
