@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* ====== RESET =============================================== */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* ====== TYPOGRAPHY =============================================== */
body { font-size: 0.75em /* 12px */; background: white; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }

#content h1 { font-size: 1.6em /* 18px */; color: #d31820; padding-bottom: 10px; line-height: 1.1em; font-weight: 500;}
h2 { font-size: 1.3em /* 15px */; color: #d31820; padding-bottom: 6px; line-height: 1.1em; font-weight: 500; }
h3 { font-size: 1.2em /* 14px */;  text-transform:uppercase;}
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
ul {margin-top: 0;}
li { margin-bottom: 0.5em; }

a, a:visited { color: #85a3bc; text-decoration:none;}
a:hover, a:active { color: #d31820; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* ===== LAYOUT =============================================== */

/* header */
#branding-wrapper {width: 100%; background: url(/images/design/header-bg.gif) repeat; height: 140px;}
#branding { position:relative; width: 960px; margin: 0 auto; height: 140px; }
#branding h1 {background: url(/images/design/logo.png) center left no-repeat; width: 518px; float: left; margin: 35px 0;}
#branding h1 a {display: block; height: 42px; width: 518px; text-indent: -9999px;}
#branding .contact {clear: left; float: left; color: #fff; font-size: 1.1em; margin-bottom: 0; width:700px;}
#branding .contact a {color: #fff; text-decoration: underline;}
#branding .contact a:hover {text-decoration: none;}
#branding span {display: block; width: 255px; height: 162px; background: url(/images/design/header-pets.png) no-repeat; position: absolute; right: 0; bottom: -28px; z-index: 200;}

/* containers */
#container {width: 960px; margin: 0 auto; padding-top: 30px;}
#leftcol {width: 210px; float: left;}
#rightcol {width: 720px; float: right;}

#content { padding-top: 20px; width:720px;}
.home #content {width: 450px; float: left;}

/* navigation */
#nav {width: 207px; background: url(/images/design/nav-top.gif) top center no-repeat; padding-top: 30px; margin-bottom: 20px;}
#nav div { background: url(/images/design/nav-mid.gif) repeat-y; padding-top: 5px;}
#nav ul {background: url(/images/design/nav-bottom.gif) bottom center no-repeat; padding:0 15px 30px 15px; list-style: none; margin: 0;}
#nav li { position: relative; padding: 0; margin: 0;}
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #fff; text-decoration: none; display: block; padding-left: 25px; padding-top: 5px; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.boarding #nav #nav-boarding a,
.grooming #nav #nav-grooming a,
.daycare #nav #nav-daycare a,
.training #nav #nav-training a,
.services #nav #nav-services a,
.events #nav #nav-events a,
.specials #nav #nav-specials a,
.rates #nav #nav-rates a,
.gallery #nav #nav-gallery a,
.testimonials #nav #nav-testimonials a,
.pom #nav #nav-pom a,
.articles #nav #nav-articles a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { color: #a7cbea; background: url(/images/design/paw.png) center left no-repeat;}

/* sidebar form */

div.button {float: right; padding-top: 5px;}

.btnsubmit {background: url(/images/design/btn-submit.png) top center no-repeat; border: 0px solid #fff; width:88px; height:21px; float:right; margin-right:0; text-indent: -9999px;}


/* right side callouts */
#callout {width: 256px; float: right; padding-top: 20px;}
#callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#callout h3, #callout p, #callout li a {text-indent: -9999px;}
#callout li {position: relative; margin-bottom: 20px;}
#callout li#callout-contact {background: url(/images/design/callout-contact.gif) top center no-repeat; height: 106px;}
#callout li#callout-save {background: url(/images/design/callout-save.gif) top center no-repeat; height: 106px;}
#callout li#callout-animal {background: url(/images/design/callout-animal.gif) top center no-repeat; height: 106px;}
#callout li a {display: block; background: url(/images/design/btn-learnmore.png) 0 0 no-repeat; height: 21px; width: 88px; margin: 0 auto; margin-top: 35px;}
#callout li a:hover {background: url(/images/design/btn-learnmore.png) 0 -23px no-repeat;}
#callout div#tour {background: url(/images/design/callout-tour.gif) 50% 50% no-repeat; width: 256px;}
#callout div#tour a {display: block; width: 168px; height: 156px; text-indent: -9999px;}

/* footer */
#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #000; clear: both; padding-top: 20px; }
#footer a, #footer a:visited { color: #000; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #d31820;  }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* ===== FORMS =============================================== */

/* sidebar form*/

#sidebar {background: url(/images/design/form-mid.gif) 1px center repeat-y;}
#sidebar h3 {background: url(/images/design/form-top.gif) top center no-repeat; padding-top: 20px; padding-bottom: 10px; font-family: Georgia, Times, serif; color: #cc0000; text-align: center; font-size: 1.4em;}
#sidebar form {padding-left: 15px;background: url(/images/design/form-bottom.gif) bottom center no-repeat; padding-bottom: 40px; margin-bottom: 15px;}
#sidebar form p {clear: both; margin-bottom: 8px; overflow: hidden;}
#sidebar label {font-size: 0.9em; width: 100%; color: #333; display: block;}
#sidebar label.error {width:160px; display:block; color:red;}
#sidebar input {width: 160px; }
#sidebar span.bottom {display:block; }

em.required {color: red;}

/* reservation form */
form#reservation, #reservation fieldset, #reservation input { margin : 0; padding : 0; }
form#reservation { width: 38em; margin-left: 5px; }
form#reservation p { font-size: 100%; padding: 2px; margin-bottom: 2px; clear:left;}

#reservation fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }
#reservation legend { font-weight: bold; color: #0567ae; }

#reservation label { float: left; width: 14em; }
#reservation label .required { font-size: 0.9em; font-style: normal; color: red; }
#reservation label.error, #reservation input.submit { color: #F00; margin: 5px 0 0 0; }
#reservation input { width: 225px; }
#reservation input.radio, #reservation input.submit { width: auto; }
#reservation textarea { width: 225px; height: 100px; padding:0; }

form#reservation div input, form#reservation div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #d31820; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

.home ul.offerings {list-style-image: url(/images/design/check.gif);}
div.logos {clear: both; text-align: center; padding: 20px 0;}

.about table#affils td {padding-right: 10px; vertical-align:middle;}
.about table#affils img {padding:5px; border:1px solid #eee;}
