/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td {
	font: normal 12px tahoma;
	color: #333333;
}

/* Defines the body tag */
body#main {
	margin: 0;
	padding: 0;
	background:;
	background:#000 url(images/bg.jpg) repeat-x;
}

div {
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {
}

/* GENERAL H1 TAG */
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color:#990000;
	}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0px auto;
	width: 770px;
	background: url(images/content.gif) repeat-y;
	
	
	}

/* DIV HEADERS */
div#header {
	width: 770px;
	height: 100px;
	background-color:;
	background: url(images/header1.jpg) no-repeat;	
	}	
	div#header2 {
	width: 770px;
	height: 145px;
	background: url(images/header2.jpg) no-repeat;
	background-color:;}


div#hours {
	position: absolute;
	top: 152px;
	left: 550px;
	font-size: 11px;
	width: 180px;
	color: #000000;
	border: 0px solid #6989B5;
	padding: 3px;
}

 ul#paw {
margin: 0;
padding:0px 0px 0px 0px;
}

 ul#paw, li#paw {
line-height:24px;
margin: 0px 0px 0px 0px;
padding:5px 10px 10px 20px;
list-style:none;
list-style-image:url(images/bullet.gif);

}

div#cc {
	position: absolute;
	top: 244px;
	left: 332px;
	font-size: 11px;
	width: 37px;
	color: #000000;
	border: 0px solid #6989B5;
	padding: 3px;
}

div#flash {
	position: absolute;
	top: 18px;
	left: 226px;
	font-size: 11px;
	width: 37px;
	padding: 3px;
}

div#address {
	position: absolute;
	top: 150px;
	left: 334px;
	font-size: 11px;
	width: 196px;
	color: #000000;
	border: 0px solid #6989B5;
	padding: 3px;
}
	#address span {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
	#address strong {
	color: #000000;
	font-size: 12px;
}
	#address a {
		color: #000000;}
	#address a:hover {
		color: #990000;}

/* DIV BODY */
div#body {

	width: 770px;
	padding: 0;

	}

div#content {
	width: 770px;
	background: none;
	padding: 15px 17px 10px 20px;
	}
	
	
	

	
	
	
	#content h1{
	position:relative;

	font-size: 24px;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	color: #000;
	left: 18px;
	margin-left:30px;
	margin-bottom:10px;

}
	#content h2 {
		margin: 0 10px;}
	#content p {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
}

	#content strong {
color:#000000;
}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	height: 80px;
	text-align: center;
	font-size: 10px;
	background: url(images/footer.gif) no-repeat left top;
	
	
	}

	/* DIV UTILITY NAV */
	div#utilnav {
		clear: both;
		text-align: center;
		font-size: 10px;
		padding: 15px 0 5px;
		color:#fff;
	
		
		}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color:#000;}
		#utilnav a:hover {
			text-decoration: underline;
			color:#000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	clear: both;
	font-size: 9px;
	color:#000;
	padding: 3px 0;
	text-align: center;
}
		#copyright a {
			text-decoration: none;
			color:#000;}
		#copyright a:hover {
			text-decoration: underline;
			color:#000;}


/* ----------------- images ----------------- */

img.left {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom:30px;
	clear:both;
	}
img.right {
	float: right;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px dashed #ccc;
}

img.right2 {
	float: right;
	clear: both;
	margin-right: 80px;
	margin-bottom:0px;
	margin-left:0px;
	border: 1px dashed #ccc;
}
clear {
	clear: both;}



/* -----------------  nav ----------------- */


/* NAVIGATION CONTAINER */
div#nav {
	width: 770px;
	height: 35px;
	background:url(images/nav.jpg);
}
	
div#nav li a#current{
	color:#fff;
	text-transform: uppercase;
	background:url(images/over.jpg) repeat-x left top;

}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding:0;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;} 

div#nav li {
	float:right;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding: 10px 6px 6px;
	color:#000;
	text-decoration:none;
	background: none;
	font-weight: bold;
	margin: 0px;
}



div#nav li a:hover {
	color:#fff;
	background:url(images/over.jpg) repeat-x left top;
	
}

/*---------------------Intro Page---------------------*/

body.intro {
	margin: 0;
	padding: 0;
}


div#all {
				width:100%;
				text-align:left;
				margin: 0 auto;
				margin-top: 20px;
				padding: 0px;
				background-color:#;
				position: relative;
				
				
}
div#footerintro { 
			font-size: 10px;
			font-weight:bold;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:uppercase;
			width: 100%;
			height: 20px;
			color:#000;
			clear:both;
			background-color:;
}

div#footerintro a {
					font-size: 10px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #000;
				   text-decoration: underline;
}

div#copyrightintro {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 100%;
				height: 50px;
				background:#;
				color:#000;
				line-height: 19px;
				background-color:;
							
}

div#copyrightintro a {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;

}

#admin {
			font-size: 6px;
			text-align:center;
			padding: 10px 0;
			color:#000;
			text-transform:uppercase;
			background-color:#fff;
			margin: 0px;
			}

#admin a {
			font-size: 10px;
			color:#fff;

			}


/* ----------------- custom ----------------- */

applet {
	position:absolute;
	left: 65px;
	top: 244px;

	
}
div#footerright {
	width: 770px;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div#footerright a{
	color: #fff;

}
div#iframe {

	text-align: center;
	margin-left:20px;
}

div#coupon {text-align:center;}
div#cta {
	position: absolute;
	top: 165px;
	left: 275px;
}
.textcenter {
	text-align: center;
}
.clearboth {
	clear: both;
}

.divider {    
    width:85%;	
    border-top:1px dashed #000;
	margin-left:50px;
	}


	span {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.col2 {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 10px;
	width: 200px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}



div#map {margin-left:60px;}
