@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: #ceddf0; color: #333; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #9cb1ce; margin-bottom: 10px; }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; margin-bottom: 5px; }
h4, h5, h6 { font-size: 1.1em /* 13px */; margin-bottom: 0; }

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

a, a:visited { color: #002c5f; text-decoration: underline; }
a:hover, a:active { color: #002c5f; text-decoration: none; }

/* 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 */
#branding { position:relative; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; padding-left: 20px; _display: block; height: 31px; font-size: 95%; }
#nav li ul { position: absolute; display: none; top: 0; left: 210px; z-index: 999 }
#nav li ul a {  width: 190px; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { text-decoration: none; display: block; height: 31px; width: 195px; color: #fff; background: url(/design/nav.gif) no-repeat; line-height: 31px; padding-left: 20px; padding-right: 22px; }
#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,
.training #nav #nav-training a,
.day-care #nav #nav-day-care a,
.extras #nav #nav-extras a,
.services #nav #nav-services a,
.rates #nav #nav-rates a,
.seminars #nav #nav-seminars a,
.faq #nav #nav-faq a,
.articles #nav #nav-articles a,
.testimonials #nav #nav-testimonials a,
.request #nav #nav-request a,
.employment #nav #nav-employment a,
.contact #nav #nav-contact a { color: fuchsia; text-decoration: none; color: #36719e; background: url(/design/nav-active.gif) no-repeat }

.home #nav #nav-home,
.about #nav #nav-about,
.boarding #nav #nav-boarding,
.grooming #nav #nav-grooming,
.training #nav #nav-training,
.day-care #nav #nav-day-care,
.extras #nav #nav-extras,
.services #nav #nav-services,
.rates #nav #nav-rates,
.seminars #nav #nav-seminars,
.faq #nav #nav-faq,
.articles #nav #nav-articles,
.testimonials #nav #nav-testimonials,
.request #nav #nav-request,
.employment #nav #nav-employment,
.contact #nav #nav-contact { background: url(/design/blue-paw.gif) left center no-repeat; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #4d4f60; font-family: Arial, sans-serif; padding: 15px; }
#footer a, #footer a:visited { color: #002c5f; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #002c5f; text-decoration: none; }

.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 */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #002c5f; }

/* style for  labels */
label { float: left; width: 14em; }

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

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

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

											Custom Styles

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

#container { display: block; width: 832px;background: #fff url(/design/foot.gif) bottom no-repeat; margin: 0 auto;padding: 10px 7px }
#branding { width: 832px; height: 224px; display: block; margin: 0 auto; background: url(/design/head.jpg) no-repeat; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; height: 140px; text-indent: -99999px; }
#branding #addy { position: absolute; top: 170px; left: 20px; color: #6f4c23; }
#branding #email { position: absolute; top: 170px; left: 320px; color: #125687; text-decoration: none; }
#branding #phone { position: absolute; top: 155px; left: 600px; font-size: 1.3em; color: #dfe5e6; }

#leftcol, #rightcol, #tertiary { float: left;clear: none; display: inline; }
#leftcol { width: 254px; }
#rightcol, #tertiary {width: 535px; padding-top: 8px; }

#callout { padding: 20px 20px 20px 45px }
#callout h3 { color: #002c5f; padding-left: 30px; background: url(/design/blue-paw.gif) no-repeat; position: relative; left: -30px; }
#callout p { color: #666; }

.home #rightcol table { width: 90%; margin: 0 auto; }
.home #rightcol table td, .home #tertiary table td { vertical-align: middle; }
.home #rightcol table ul { padding-left: 0; list-style: none; }
.home #rightcol table ul li { padding-left: 30px; background: url(/design/yellow-paw.gif) left center no-repeat; }

.home #rightcol table ol { list-style: none; padding-left: 0; }
.home #rightcol table ol li { padding-left: 20px; background: url(/design/cgeck.gif) left center no-repeat; }


.rates table {
margin-bottom:20px;
}

.rates table td {
border: 1px solid #c4d1e4;
}
