/*
Title:      CritterGone Styles
Author:     Pedro
Copyright:  2009, Critter Gone  All rights resevered (please don't re-use without permission).
*/

/* --- Reset --- */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* --- Main --- */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	background: #666 url(../img/body-bg.jpg) repeat-x left top;
}
#wrapper {
  position: relative;
  margin: 50px auto 10px;
  width: 912px;
}
#header {
  position: relative;
  height: 200px;
}
h1 {
  background: url(../img/logo.png) no-repeat left top;
  width: 364px;
  height: 31px;
  text-indent: -9999px;
}
h1 a {
  display: block;
  width: 363px;
  height: 32px;
}
#h-tagline {
  font-size: 20px;
  font-weight: bold;
  color: #da0000;
  position: absolute;
  right: 0;
  top: 5px;
}
/*#h-phone {
  background: url(../img/h-phone.png) no-repeat left top;
  text-indent: -9999px;
}*/
#h-other-tag {
  background: url(../img/tagline-bg.png) no-repeat left top;
  position: absolute;
  top: 51px;
  left: -1px;
  width: 556px;
  height: 20px;
  padding: 5px 0 0 10px;
  font-size: 16px;
  color: #39503f;
  font-weight: bold;
}
#h-phone {
  font-size: 40px;
  font-weight: bold;
  color: #fefe00;
  position: absolute;
  right: 0px;
}
.h-phone {
  font-size: 17px;
  font-weight: bold;
  color: #fefe00;
  position: absolute;
  right: 240px;
  top: 40px;
}
p.phone-fl {
  right: 120px;
}
p.phone-pb {
  right: 0;
}
strong.phone-city{
  display: block;
  font-size: 14px;
  color: #fff;
}

#photos {
  position: absolute;
  bottom: 0;
  background-color: #faf6f5;
  width: 912px;
}
#photos img {
  margin: 0;
  padding: 5px 0 5px 5px;
  border: none;
  float: left;
}
#photos img.last {
  padding-right: 5px;
}

#nav {
  background: #fff url(../img/nav-bg.jpg) repeat-x left bottom;
  list-style: none;
  height: 30px;
  border-bottom: 1px solid #c7c7c7;
}
#nav li {
  display: inline;
  line-height: 30px;
}
#nav li a {
  padding: 12px 20px;
  border-right: 1px solid #c7c7c7;
}
#nav a:link, #nav a:visited {
  color: #2e2e2e;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
#nav a:hover {
  text-decoration: underline;
}

#content {
  background: #fff url(../img/orlando-animal-trapper.jpg) no-repeat 30px bottom;
  position: relative;
}
#content a {
  text-decoration: underline;
  color: #2b2b2b;
}
#content a:hover {
  text-decoration: none;
}

#c-main {
  padding: 35px 0 60px 240px;
  width: 400px;
}
#c-main h2 {
  color: #980808;
  font-size: 18px;
}
#c-main h3 {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}
#c-main p {
  margin: 12px 0;
  line-height: 16px;
}
#c-sidebar {
  width: 210px;
  right: 20px;
  position: absolute;
  top: 35px;
  line-height: 16px;
}
#c-sidebar h3 {
  text-transform: uppercase;
  margin: 8px 0;
}
#footer {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#footer a{
  color: #ccc;
  font-size: 11px;
}
#contact #content, #about #content, #faq #content, #south-florida #content{
  height:375px;
}