/* Layout styles */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #EDECEB url(../images/body-background.jpg) left -1px repeat-x;
	position: relative;
}



#site-wrap {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	border: 0px solid red;
}

hr {
	display: none;
}

#header-wrap {
	height: 60px;
}

.general-info {
	padding: 0;
	border: 0px solid red;
	overflow: hidden;
	clear: both;
}

.general-info#testimonials,
.general-info#details {
	margin-top: 5px;
	padding: 0;
	border: 0px solid red;
	overflow: hidden;
	clear: both;
}


.general-info#details {
	margin-top: 20px;
}

.photo {
	float: right;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 0 0 0 20px;
}

.testimonial,
.testimonial.last {
	width: 280px;
	padding: 10px;
	margin: 0 20px 10px 0;
	float: left;
	background: #F6F5F4;
	border: 3px double #ccc;
}

.testimonial.last {
	margin: 0;
}

.testimonial p img {
	float: right;
	margin-left: 10px;
}

.left-panel {
	float: left;
	width: 465px;
}

.right-panel {
	float: right;
	width: 465px;
}



#footer-panel {
	margin-top: 15px;
	padding: 1.3em 0 6em 0;	
}

#footer-panel p {
	float: left;
}

p#welcomebrand {
	float: right;
}


#slideshow {
    position:relative;
    height:425px;
	width: 960px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		/*.slider-wrap { 
			margin: 0;
			position: absolute;
			top: 0;
			height: 525px;
			width: 960px;
			border: 0px solid green;
			clear: both !important;
		}*/

		/* These 2 lines specify style applied while slider is loading */
		.csw {margin-top: 0;width: 960px; height: 425px; background: transparent; overflow: hidden; text-indent:-9999px;}
		.csw .loading {margin: auto 0; text-align: center}

		
		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 425px;
			clear: both;
			background: transparent;
			border: 0px solid blue;
			margin-top: 0;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float: left;
			height: 425px;
			position: relative;
			width: 960px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
			height: 425px;
			overflow: hidden;
		}
		.stripViewer .panelContainer .panel .wrapper li {
			font-size: 1.2em;
		}
		
		
.stripViewer .panelContainer .panel .wrapper#one {
	background: url(../banners/1.jpg) left top no-repeat;
}

.stripViewer .panelContainer .panel .wrapper#two {
	background: url(../banners/cat-sitting.jpg) left top no-repeat;
}		

/*.stripViewer .panelContainer .panel .wrapper#three {
	background: url(../banners/3.jpg) left top no-repeat;
}*/

.stripViewer .panelContainer .panel .wrapper#four {
	background: url(../banners/4.jpg) left top no-repeat;
}

.stripViewer .panelContainer .panel .wrapper#five {
	background: url(../banners/5.jpg) left top no-repeat;
}

.stripViewer .panelContainer .panel .wrapper#six {
	background: url(../banners/6.jpg) left top no-repeat;
}

.stripViewer .panelContainer .panel .wrapper#two .cat-sitting { 
	float: right;
	width: 400px;
}

/*.stripViewer .panelContainer .panel .wrapper#three .other-animals { 
	float: left;
	width: 500px;
}*/
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;

			margin-top: -35px;
			margin-bottom: 27px;
			float: right;
			width: 700px !important;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			float: right;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
	float: left;
	margin-right: 1px;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
	-moz-border-radius-topleft: 2px;	
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;	
	-moz-border-radius-bottomright: 2px;
	text-decoration: none !important;
		}
		
		.stripNav a:hover {
			text-decoration: none;
		}
		

		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a:hover ,
		.stripNav li a.current {
				background: #D46516;
				color: #444;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none;
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
			display: none;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
		
table.rates {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	margin: 0 0 1em 0;
	padding: 0;
	border: 1px solid #ddd;
}

table.rates caption {
	text-indent: -999em;
}

table.rates th {
	font-weight: bold;
	background: #FEE5FA;
	text-align: left;
}

table.rates th.header,
table.rates th.header.central {
	background: #D46516;
	padding: 1em .5em;
	font-size: 1.2em;
	text-align: left;
}

table.rates th.header.central {
	text-align: center;
}



table.rates th, table.rates td {
	background: #EDECEB;
	padding: .5em;
	border: 1px solid #eee;	
}		