/* @override http://petsittersanfrancisco.com/css/global.css */

/* @group Reset Reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Global Definitions */

body {
	background: #000000 url(../img/bg.png) repeat;
	font: 13px/1 Helvetica, Arial, Geneva, sans-serif;
	color: #442c29;
	line-height: 1.2em;
}

a {
	color: #99202c;
}

a:hover {
	color: #ee2743;
}

h1 {	
	font-size: 1.6em;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #99202c;
	letter-spacing: -0.07em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #704a46;
}

h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #704a46;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	color: #704a46;
}

.clearfix:after, .entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p#oneem {
	margin-top: 1em;
}

/* @end */

/* @group Default Body */

#main_body {
	display: block;
	width: 835px;
	margin: auto;
	background-color: #fbe9e6;
	overflow: hidden;
}

#body_left {
	width: 250px;
	float:  left;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

#menu ul {
	margin: 20px 0 20px 20px;
}

#menu li {
	margin: 5px 0;
}

#menu li:hover {	
	list-style-image: url(../img/paw.png);
	list-style-position: outside;
}

#menu a:hover {
	font-weight: bold;
}

#reservation {
	margin: 20px;
}

#reservation p {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

#body_right {
	padding: 25px 35px 25px 25px;
	width: 525px;
	float: right;
	background: #ffffff;
/*	margin-bottom: -1000px;
	padding-bottom: 1000px;
*/
}

#bgfix {
	background: ;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	margin: auto;
	width: 835px;
	overflow: hidden;
	background-color: #871824;
	background-image: url(../img/footer_bg.png);
}

#footer a {	
	color: #fffeff;
	font-weight: bold;
	text-decoration: none;
}

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

#footernav li {
	margin: 20px 0 20px 20px;
	float: left;
	display: inline;
}

/* @end */

/* @group Homepage */

span#homecontent{
	display: block;
	width: 260px;
}

span#tagline {
	color: #f98d8e;
	font-size: 0.7em;
	letter-spacing: 0em;
}

span#welcome {
	display: block;
	margin-bottom: 2em;
}

#homedog {
	float: right;
	margin: 0 0 1.2em 1.2em;
}

ul.home_lists {
	margin: 0 0 1.2em 0;
	padding: 0 1.5em 0 0;
	position: relative;
	left: 17px;
}

ul.home_lists li {
	margin: 5px 0;
	list-style-image: url(../img/paw.png);
	list-style-position: outside;
}

#motto {
	margin: 3em;
	font-weight: bold;
}

/* @end */

/* @group FAQ */

ul#questions {
	margin-bottom: 2em;
	padding: 0 1.5em 0 0;
	position: relative;
	left: 16px;
	line-height: 1.2em;
}

#questions li {
	margin-bottom: 1em;
	list-style-image: url(../img/paw.png);
	list-style-position: outside;
}

ul#answers {
	margin: 2em 0;
}

#answers li {
	margin-bottom: 0.7em;
}

li.faqq {
	font-weight: bold;
}

li.faqtop a {
	display: block;
	margin: 1.5em 0;
}

/* @end */

/* @group Services */

ul#ratesnav {
	margin-bottom: 2em;
}

#ratesnav li {
	margin: 0 2em 0 0;
	display: inline;
}

.services li {
	margin-bottom: 0.5em;
	padding-right: 2em;
}

li.service {
	margin-top: 1.5em;
	font-weight: bold;
}

span.price {
	float: right;
	padding-left: 2em;
}

.ratesquestions {
	margin: 2em 0;
}

.ratesquestions p {
	margin-bottom: 1em;
}

.bulleted li {
	list-style-image: url(../img/paw.png);
	list-style-position: outside;
	position: relative;
	left: 16px;
	margin-bottom: 0.5em;
	padding-right: 2em;
}

li.servicedesc {
	padding-right: 5em;
}

.services_img {
	float: right;
	margin: 0 1.2em 1.2em 3em;
}
	
#img1 {
	padding-bottom: 18em;
}

#img4 {
	padding-bottom: 18em;
}

}

/* @end */

/* @group Testimonials */

div#jFlowSlide {
	overflow: auto;
}

div.testimonial {
	height: 400px;
	overflow: auto;
	padding-right: 1em;
}

.testimonial img {
	float: right;
	margin: 0 0 0.5em 1.5em;
}

.testimonial p {	
	line-height: 1.7em;
	text-align: justify;
}

/* @group jflow */

.hidden
{
display: none;
}

div#prevNext {
	margin-bottom: 2em;
}

#prevNext a {
	text-decoration: underline;
}

a.jFlowNext {
	float: right;
}

/* @end */

/* @end */

/* @group Reservation */

table#reservationform {
	width: 100%;
}

td.formleft {
	padding-right: 2em;
}

table#reservationform td {
	padding-bottom: 1.5em;
}

table#reservationform input[type="text"] {
	float: right;
	width: 142px;
}

#reservationform textarea {
	margin-top: 1.5em;
	width: 100%;
	height: 80px;
}

td.formbreak {
	padding-top: 1em;
}

/* @end */

/* @group Contact */

#contactform {
	margin-top: 3em;
}

#contactform input {
	margin-right: 2em;
}

#contactform select {
	float: right;
	margin-right: 2em;
	width: 149px;
}

#contactform li {
	display: inline;
}

#reservationform td#formlocation input  {
	float: none;
	margin-left: 1em;
}

/* @end */

/* @group About */

img#clay {
	float: left;
	margin: 0 1.5em 1em 0;
}

p.about {
	line-height: 1.5em;
	margin: 1em 0 0 0;
}

/* @end */
