body {
	background-image: url(../media/graphics/bg.jpg);
	margin: 0px;
	padding: 0px;
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #404041;
}

/* Structure */

#top {
	background-image: url(../media/graphics/header_bg.png);
	height: 131px;
	width: 100%;
}

#header {
	height: 131px;
	width: 1000px;
	margin: 0px auto;
}

#logo {
	float: left;
	height: 68px;
	width: 378px;
	margin-top: 18px;
}

#nav ul {
	margin: 38px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
	width: 560px;
}

#nav li {
	display: block;
	float: left;
}

#nav li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 9px;
	display: block;
	float: left;
	text-shadow:0px -1px 0 #2c8283;
	text-transform:uppercase;
}

#nav li a:hover,
#nav li.active a {
	color: #a5e1e2;
	text-shadow:0px -1px 0 #0f5354;
}

#middle {
	margin: 0px auto 15px;
	width: 1000px;
	padding-top: 15px;
}

.full-content {
	float: left;
	width: 1000px;
	margin: 15px 0px;
}

.left-content {
	float: left;
	width: 610px;
}

.right-content {
	float: right;
	width: 355px;
}

.left-content-alt {
	float: right;
	width: 610px;
}

.right-content-alt {
	float: left;
	width: 355px;
}

#footer {
	margin: 0px auto;
	width: 1000px;
	clear: both;
	text-align: center;
	padding: 60px 0px 30px;
	background-image: url(../media/graphics/divider.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#footer p {
	line-height: 24px;
}

/* Typography */

p {
	line-height: 20px;
	margin: 0px 0px 15px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0px 0px 10px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	font-family: "AnnabelLee", "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

h1 a {
	color: #404041;
	text-decoration: none;
}

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

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#middle ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}

#middle li {
	margin-bottom: 5px;
	line-height: 20px;
}

.content-feature {
	margin: 10px 0px 30px;
	padding: 15px;
	border: solid 1px #FFFFFF;
	background-image: url(../media/graphics/trans_50.png);
}


.vert-frame {
	background-image: url(../media/graphics/vert_frame_bg.png);
	background-repeat: no-repeat;
	height: 480px;
	width: 327px;
	padding-top: 28px;
	padding-left: 27px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.frame {
	background-image: url(../media/graphics/frame_bg.png);
	background-repeat: no-repeat;
	height: 633px;
	width: 950px;
	float: left;
	padding: 25px;
	margin: 5px 0px;
}

.frame div {
	height: 633px;
	width: 950px;
}

p.caption {
	text-align: center;
	font-size: 12px;
}

.frame_home,
.frame_praise {
	background-repeat: no-repeat;
	height: 500px;
	width: 950px;
	float: left;
	padding: 25px;
	margin-bottom: 40px;
}

.frame_home {
	background-image: url(../media/graphics/frame_bg_home.png);
	margin: 20px 0px 25px;
}

.frame_praise {
	background-image: url(../media/graphics/frame_bg_praise.png);
}

#praise_slideshow_holder {
  float: left;
  height: 550px;
  position: relative;
  width: 1000px;
  margin-bottom: 25px;
}

#prev_scroll, #next_scroll {
  background-position: center center;
  background-repeat: no-repeat;
  height: 51px;
  position: absolute;
  text-indent: -9999px;
  top: 250px;
  width: 35px;
  z-index: 100;
}

#next_scroll {
  background-image: url("../media/graphics/right_arrow.png");
  right: 0px;
}

#prev_scroll {
  background-image: url("../media/graphics/left_arrow.png");
  left: 0px;
}


.divider {
	background-image: url(../media/graphics/divider.png);
	background-repeat: no-repeat;
	margin: 20px 0px;
	float: left;
	height: 26px;
	width: 1000px;
}

.gallery_intro {
	background-color: #FFFFFF;
	height: 250px;
	width: 465px;
	float: left;
	padding: 13px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(204,204,204,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(204,204,204,0.8);
	box-shadow: 0px 0px 5px rgba(204,204,204,0.8);
}

.gallery_intro img {
	border-width: 0px;
	border-style: none;
}

.go_right {
	float: right;
}

.breed_search {
	background-image:url(../media/images/gallery_search.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 13px 13px;
	width: 431px;
	height: 156px;
	float: right;
	padding: 100px 20px 20px 40px;
	margin-bottom: 15px;
}
	

/* Contact Form */

fieldset p {
	margin: 0px 0px 8px;
}

fieldset label {
	width: 170px;
	float: left;
}

fieldset input,
fieldset textarea {
	background: #ffffff;
	padding: 6px;
	border-width: 0px;
	border-style: none;
	width: 380px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

fieldset {
	padding: 15px 15px 10px;
	border: solid 1px #FFFFFF;
	background-image: url(../media/graphics/trans_50.png);
}

fieldset legend {
	color: #333333;
	font-size: 13px;
}

select {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 190px;
}	

input.radio_btn {
	background: #FFFFFF;
	width: 14px;
	border-width: 0px;
	border-style: none;
}

.submitB {
  float: right;
  margin-top: 10px;
}

.error {
	display: inline-block;
	padding-left: 170px;
	color:#4AC1C3;
	font-weight: bold;
}

.frame_loader {
	display: none;
}

.cleaner {
	clear: both;
}

.alignbetter {
	position: relative;
	top: 3px;
}

/* Mail Chimp Subscribe Form */

#mc_embed_signup {
	width: 950px;
	padding-left: 50px;
	height: 55px;
}

#mc_embed_signup label,
#mc_embed_signup input,
#mc_embed_signup a {
	float: left;
	padding: 5px;
}

#mc_embed_signup label {
	margin-top: 3px;
}

#mc_embed_signup a {
	margin-top: 4px;
	margin-left: 5px;
	display: block;
}

#mc_embed_signup #mce-EMAIL {
	margin: 5px;
    background: url(../media/graphics/trans_50.png);
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #FFFFFF;
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 220px;
}


/* Client Forms */

.client_form legend {
	font-size:22px;
}

.client_form fieldset {
	margin-bottom: 20px;
}

.client_form label {
	float: left;
	width: 360px;
	padding-right: 10px;
}

.client_form fieldset input,
.client_form fieldset textarea {
	width: 570px;
}

.client_form .error {
	padding-left: 370px;
}


.client_form p.cb {
	float: left;
	width: 190px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.client_form p.cb label {
	width: 120px;
	padding-right: 15px;
}

.client_form p.cb input,
.client_form p.longcb input {
	width: 15px;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
}

.client_form p.longcb {
	margin-top: 5px;
	display:block;
	float:left;
	width:320px;
}

.client_form p.longcb label {
	width: 200px;
	padding-right: 15px;
}

.client_form input.submit_btn {
	width: 120px;
}

.client_form p.item-list input {
	width: 15px;
	background-color: #FFFFFF;
}

.client_form div {
	float: left;
	width: 420px;
	margin-bottom: 10px;
}

.client_form div input {
	width: 390px;
}

.left-col {
	margin-right: 25px;
}

.info {
	color: #7F7F7F;
}

.client_form textarea.full-width {
	width: 940px;
}

.client_form div.spacer {
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	float: none;
}

