* {
 margin: 0;
 outline: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #fff;
}

html, body {
  height: 100%;
  font-family: Myriad Pro, Verdana;
  font-size: 14px;
  color: #000;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  background: #fff;
}

.clear {
  clear: both;
}

/* header */

#headerwrap {
  background: url(images/header_bg.jpg) repeat-x bottom left #6fbecd;
  height: 235px;
  text-align: center;
}

#header {
  text-align: left;
  background: transparent;
  width: 980px;
  margin: 0 auto !important;
  margin: 0;
}

/* content */

#contentwrap {
  background: #fff;
  text-align: center;
}

#content {
  text-align: left;
  background: #f2f2f2;
  padding: 10px 15px 30px;
  width: 950px !important;
  width: 980px;
  margin: 7px auto !important;
  margin: 7px 0;
}

#content #left {
  float: left;
  width: 705px;
  margin-right: 15px;
}

#content #navigation {
  float: left;
  width: 225px;
  background: url(images/nav_bg.jpg) repeat-y 0px 19px #6fbecd;
  margin-top: 20px;
}

#left a {
  color: #000;
  text-decoration: underline;
}

#left a:hover {
  color: #599aa6;
}

#left .error {
  margin-top: 20px;
  text-align: center;
  color: #599aa6;
  font-weight: bold;
  font-size: 21px;
}

#left h1 {
  border-bottom: 5px solid #ddd;
  margin-bottom: 20px;
  color: #599aa6;
  font-size: 15px;
  font-family: Lucida Sans, Myriad Pro, Verdana;
  font-weight: bold;
  padding-bottom: 5px;
}

/* faq-specific */

#left ul.faq {
  margin: 0;
  padding: 0;
}

#left ul.faq li {
  list-style: none;
  padding: 15px 0 0 45px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: Lucida Sans, Myriad Pro, Verdana;
}

#left ul.faq li.answer {
  background: url(images/faq_a.jpg) no-repeat top left transparent;
  color: #666666;
  padding-right: 100px;
  font-weight: normal;
}

#left ul.faq li.question {
  font-weight: bold;
  color: #599aa6;
  background: url(images/faq_q.jpg) no-repeat top left transparent;
}

#left ul.faq li.break {
  border-bottom: 5px solid #ddd;
  margin: 15px 0 40px;
}

#left ul.faq ul.nonfaq {
  margin: 10px 0;
  padding: 0;
}

#left ul.faq ul.nonfaq li {
  list-style-type:square;
  margin: 2px;
  margin-left: 15px;
  padding: 0 5px 0;
}

/* links & guarantee specific */

#left .linksleft {
  float: left;
  width: 350px;
  font-family: Lucida Sans, Myriad Pro, Verdana;
  font-size: 13px;
  color: #666;
}

#left .linksleft h2 {
  color: #599aa6;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}

#left .linksleft a {
  color: #599aa6;
  text-decoration: underline;
}

#left .linksleft a:hover {
  color: #000;
}

#left .lwrap {
  padding: 10px 0;
  border-bottom: 3px dotted #ddd;
  margin-bottom: 10px;
}

#left .lwrap#blue {
  color: #599aa6;
  font-family: Lucida Sans, Myriad Pro, Verdana;
  font-size: 13px;
}

/* Testimonails-specific stuff */

#left .testimonials {
  width: 345px;
  float: left;
}

#left .testimonials img {
  margin-bottom: 10px;
}

#left .testimonials#lhs {
  padding-right: 15px !important;
  padding-right: 9px;
}

/* homepage-specific stuff */

#left .boxwrap {
  margin: 20px 0;
}

#left .boxwrap#lower {
  margin: 30px 0;
}

#left .boxwrap .box {
  color: #fff;
  font-size: 13px;
  font-family: Lucida Sans, Myriad Pro, Verdana;
  margin-right: 15px;
  float: left;
  width: 225px;
  height: 260px;
  display: block;
  background: url(images/home_box_bg.jpg) no-repeat top left transparent;
}

#left .boxwrap .box#end {
  margin-right: 0;
}

#left .boxwrap .box .imagehead {
  text-indent: -99999px;
  margin: 95px 0 0 10px;
  height: 45px;
}

#left .boxwrap .box p {
  padding: 0 5px 0 10px;
}

#left .boxwrap .box .imagehead#minding {
  background: url(images/home_box_header_1.jpg) no-repeat top left transparent;
}

#left .boxwrap .box .imagehead#care {
  background: url(images/home_box_header_2.jpg) no-repeat top left transparent;
}

#left .boxwrap .box .imagehead#boarding {
  background: url(images/home_box_header_3.jpg) no-repeat top left transparent;
}

#left .boxwrap .box a.box_button {
  margin: 10px 0 0 8px;
  display: block;
  width: 209px;
  height: 44px;
  text-indent: -99999px;
  background: url(images/home_box_button.jpg) no-repeat top left transparent;
}

#left .boxwrap .lefts {
  float: left;
  width: 345px !important;
  margin-right: 15px !important;
  margin-right: 7px;
}

#left .boxwrap .lefts#end {
  margin-right: 0 !important;
  margin-right: 0;
}

#left .boxwrap .lefts h3 {
  border-bottom: 5px solid #ddd;
  margin-bottom: 20px;
  color: #999;
  font-size: 15px;
  font-family: Lucida Sans, Myriad Pro, Verdana;
  font-weight: bold;
  padding-bottom: 5px;
}

/* services-specific stuff */

#left .boxwrap2 {
  margin-bottom: 30px;
}

#left .boxwrap2#lower {
  margin-top: 30px;
}

#left .boxwrap2 .box {
  padding: 0;
  background: url(images/services_box_bg.jpg) repeat-y 0px 10px transparent;
  width: 345px;
  float: left;
  color: #fff;
  font-family: Lucida Sans, Myriad Pro, Verdana;
  font-size: 13px;
  height: 555px;
  position: relative;
}

#left .boxwrap2 .box#start {
  margin-right: 15px;
}

#left .boxwrap2 .box #boxheader {
  background: url(images/services_box_header.jpg) no-repeat top left transparent;
  height: 11px; 
  width: 345px;
}

#left .boxwrap2 .box #boxfootersecurity {
  background: url(images/services_box_newfooter_2.jpg) no-repeat top left #f2f2f2;
  height: 78px; 
  width: 345px;
  position: absolute; 
  bottom: -1px;
  left: 0px;
  text-indent: -99999px;
}

#left .boxwrap2 .box #boxfootercat {
  background: url(images/services_box_newfooter_1.jpg) no-repeat top left #f2f2f2;
  height: 79px; 
  width: 345px;
  position: absolute; 
  bottom: -1px;
  left: 0px;
  text-indent: -99999px;
}

#left .boxwrap2 .box .textheader {
  margin: 10px 0 0 15px;
  height: 50px;
  text-indent: -99999px;
}

#left .boxwrap2 .box .textheader#cat {
  background: url(images/services_box_headers_1.jpg) no-repeat top left transparent;
}

#left .boxwrap2 .box .textheader#security {
  background: url(images/services_box_headers_2.jpg) no-repeat top left transparent;
}

#left .boxwrap2 .box p {
  padding: 0 15px;
  font-weight: normal;
}

#left .boxwrap2 .box p#security {
  margin-bottom: 65px !important;
  margin-bottom: 45px;
}

#left .boxwrap2 .box p#cat {
  margin-bottom: 20px;
}

#left .boxwrap2 .box ul {
  margin: 0 15px; 
  padding: 0;
}

#left .boxwrap2 .box ul li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #333;
  font-weight: bold;
  color: #599aa6;
}

#left .boxwrap2 .box img {
  margin: 10px 0 10px 10px;
}

#left .boxwrap2 .box2 {
  position: relative;
  color: #444;
  float: left;
  display: block;
  width: 345px;
  margin: 0 0 30px 0;
  border-bottom: 2px dotted #a9a9a9;
}

#left .boxwrap2 .lhs {
  margin-right: 15px;
}

#left .boxwrap2 .box2#big {
  height: 225px;
}

#left .boxwrap2 .box2#small {
  height: 175px;
}

#left .boxwrap2 .box2 h3 {
  display: block;
  text-indent: -99999px;
  margin-bottom: 10px;
}

#left .boxwrap2 .box2 h3#taxi {
  background: url(images/services_subhead_1.jpg) no-repeat top left transparent;
  height: 31px;
  width: 226px;
}

#left .boxwrap2 .box2 h3#grooming {
  background: url(images/services_subhead_2.jpg) no-repeat top left transparent;
  height: 61px;
  width: 244px;
}

#left .boxwrap2 .box2 h3#boarding {
  background: url(images/services_subhead_3.jpg) no-repeat top left transparent;
  height: 29px;
  width: 167px;
}

#left .boxwrap2 .box2 h3#relocations {
  background: url(images/services_subhead_4.jpg) no-repeat top left transparent;
  height: 29px;
  width: 200px;
}

#left .boxwrap2 .box2 #payment {
  position: absolute;
  left: 0px;
  bottom: 10px;
  color: #599aa6;
  font-weight: bold;
}

#ask {
  text-indent: -99999px;
  color: #666666;
  width: 650px;
  height: 55px;
  background: url(images/services_subhead_5.jpg) no-repeat top left transparent;
}

/* contact specific stuff */

#left .lwrap.nopad {
  padding: 10px 0;
  border-bottom: 3px dotted #ddd;
  margin-bottom: 0px;
}

#left .lwrap.nopad .leftlabel, #left .leftlabel#nowrap {
  display: block;
  width: 75px;
  height: 25px;
  float: left;
}

#left .lwrap.nopad .rightlabel, #left .rightlabel#nowrap {
  color: #599aa6;
}

#left .rightlabel#nowrap a {
  color: #599aa6;
}

/* gallery specific stuff */

#left #gallerywrap img {
  border: 0;
  height: 205px;
  width: 175px;
  float: left;
  margin: 0;
  padding: 0;
}

/* navigation */

#content #navigation #headerr {
  width: 225px;
  height: 19px;
  background: url(images/nav_head.jpg) no-repeat top left transparent;
}

#content #navigation #footer {
  width: 225px;
  height: 15px;
  background: url(images/nav_foot.jpg) no-repeat top left #f2f2f2;
}

#content #navigation #navcontent {
  padding: 5px 10px;
  position: relative;
}

#content #navigation #navcontent a {
  display: block;
  width: 205px;
  margin: 0;
  height: 30px !important;
  height: 35px;
  text-indent: -999999px;
  border-bottom: 5px solid #63abb7;
}

#content #navigation #navcontent a:hover {
  background-position: 0px -30px !important;
}

#content #navigation #navcontent a.selected {
  background-position: 0px -30px !important;
}

#navcontent a#btn_home {
  background: url(images/buttons_home.jpg) no-repeat top left transparent;
}
#navcontent a#btn_services {
  background: url(images/buttons_services.jpg) no-repeat top left transparent;
}
#navcontent a#btn_guarantee {
  background: url(images/buttons_guarantee.jpg) no-repeat top left transparent;
}
#navcontent a#btn_faq {
  background: url(images/buttons_faq.jpg) no-repeat top left transparent;
}
#navcontent a#btn_testimonials {
  background: url(images/buttons_testimonials.jpg) no-repeat top left transparent;
}
#navcontent a#btn_gallery {
  background: url(images/buttons_gallery.jpg) no-repeat top left transparent;
}
#navcontent a#btn_links {
  background: url(images/buttons_links.jpg) no-repeat top left transparent;
}
#navcontent a#btn_contact {
  background: url(images/buttons_contact.jpg) no-repeat top left transparent;
}

#navcontent #newsletterhead  {
  position: absolute;
  right: -15px;
  top: 312px;
  display: block;
  height: 114px;
  width: 230px;
  background: url(images/newsletter_head.jpg) no-repeat top left transparent;
}

#navcontent #newsletter {
  margin-top: 145px;
  color: #fff;
  font-weight: normal;
}

#navcontent #newsletter p {
  margin-bottom: 25px;
}

#navcontent #newsletter label {
  color: #000;
  font-size: 15px;
  font-family: Lucida Sans, Myriad Pro, Verdana;
}

#navcontent #newsletter input#email {
  margin-top: 5px;
  width: 205px;
  height: 22px;
  border: 1px solid #5ea2ae;
  background: url(images/newsletter_input_bg.jpg) repeat-x top left #fff;
}

#navcontent #newsletter input#submit {
  margin: 10px 0 5px 126px;
  padding-top: 44px;
  overflow: hidden;
  background: url(images/newsletter_button.jpg) no-repeat top left transparent;
  display: block;
  width: 79px;
  height: 44px;
  border: 0;
  cursor: pointer;
  cursor: hand; /* for IE 5.x */
}

/* footer */

.footer, .push {
  height: 100px;
}

.footer {
  background: url(images/footer_bg.jpg) repeat-x top left #ddd;
  text-align: center;
}

.footer #foot {
  padding-top: 10px;
  width: 950px;
  margin: 0 auto !important;
  margin: 0;
  text-align: left;
  height: 90px;
  background: transparent;
}

.footer #linebreak {
  padding-top: 15px !important;
  padding-top: 0;
  width: 950px;
  border-bottom: 5px solid #c6c6c6;
}

.footer #details {
  width: 740px !important;
  width: 950px;
  height: 48px;
  padding-right: 205px;
  background: url(images/footer_icon.jpg) no-repeat top right transparent;
  padding-top: 20px;
  font-family: Arial;
  color: #666;
  font-size: 12px;
}

.footer #details a {
  color: #666;
  text-decoration: none;
}

.footer #details a:hover {
  color: #000;
}

.footer #details a.selected {
  text-decoration: underline;
  color: #3a8d9b;
}
