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

/* Colors:

Off White: #efede5
Green: #6aa620
Blue: #3c73b7

*/

/* <-------------- Reset */

* {
	padding: 0;
	margin: 0;
	border:	0;
}

ul,ol { list-style: none; }

html, body { height: 100%; }

html { background: url(../images/bg-html.jpg) repeat-y center top; }

body {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #6e6a6a;
	background-color: #83D8FE;
	background: url(../images/bg-body2.jpg) repeat-x center top;
	text-align: center;
}

/* <-------------- Typography */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../ChunkFive-fontfacekit/Chunkfive-webfont.eot');
	src: local('â˜º'), url('../ChunkFive-fontfacekit/Chunkfive-webfont.woff') format('woff'), url('../ChunkFive-fontfacekit/Chunkfive-webfont.ttf') format('truetype'), url('../ChunkFive-fontfacekit/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#444141;
	letter-spacing: -1px;
	font-weight: 400;
	text-shadow:1px 1px 1px #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.intro_text {
	color:#444141;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:15px;
	display: block;
	padding-top: 14px;
}

#home-copy p { font-size: 14px; }

.mini_heading {
	color:#3E7A25;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 30px;
}

.mini_heading2 {
	color:#444141;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 20px;
}

#inner_content_left p {
	line-height: 1.25em;
}
#inner_content_left li {
	line-height: 1.25em;
}

#inner_content_right p {
	line-height: 1.25em;
}
#inner_content_right li {
	line-height: 1.25em;
}


/* <-------------- Misc classes */


.clear { clear: both; }

.hr {
	height:40px;
	width:100%;
	background-image: url(../images/horizontal_rule.gif);
	border:none;
	clear: both;
	background-repeat:no-repeat;
	background-position:center;
   }

ol.error {
	list-style-position: inside;
	list-style-type: disc;
	background-image:none;
}

.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.float_right {
	float: right;
}

.floatright {
	float: right;
}

.link {
	font-style: italic;
	text-decoration: none;
	text-align: left;
}
.subhead {
	font-weight: bold;
	color: #F15B28;
}
.italics {
	font-style: italic;
}
.blue_p {
	color: #0166CC;
}

.orange_p {
	color: #F15B28;
}

.grey {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
.red_italic {
	font-style: italic;
	color: #FF0000;
}



/* <-------------- Utility Elements & Stuff */

#stretch {
	height: 125px;
	clear: both;
}
#stretch160 {
	height: 160px;
	clear: both;
}

/* Sticky Footer */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* <-------------- Layout Structure */

/* Container */

#container {
	min-height: 100%;
	width: 983px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	margin-bottom: -300px;
	position: relative;
}

* html #container { height: 100%;}

/* <-------------- Header */

/*
#twitter a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	color: #B2E2F8;
}
#twitter a:hover {
	color: #FDBF20;
}
*/

#twitterbird { margin-right: 38px;}

#branding {
	width:600px; 
	float:left;
	
}

#header h1, #header h2 {
	display: none;	
}

#header h3 {
	position:relative;
	top: 157px;
	left: 69px;
	margin-top: -8px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #c7f177;
}

/* Store Box */

#store-box {
	float: right;
	background: url(../images/store-box-2.png) no-repeat;
	height: 161px;
	width: 336px;
	margin-top: 20px;
	margin-right: 38px;	
}

#address { margin: 45px 0 0 120px; }

#address p { color: #42210B; }

/* Directions Form */

#search { margin: 26px 0 0 27px; }

#search input {
	float: left;
	background: url(../images/search-input-bg.png) no-repeat right top;
	width: 210px;
	padding-top: 4px;
	padding-left: 8px;
	border: 1px solid #b48764;
	font-size: 10pt;
	color: #42210B;
}

#search input.btn {
	background: none;
	background-color: #6aa620;
	width: auto;
	height: 30px;
	margin-left: 5px;
	padding: 0 5px;
	border: 0 none;
	font-size: 10pt;	
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10rpx;	
}

/* <-------------- Navs */

#navs {
	width:958px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/bg-navs-li.png);
	padding-left:25px;
}

#navs ul {
	list-style: none;
	line-height: normal;
}

#navs li {
	display: block;
	float: left;
	margin: 0px 1px 0px 1px;
	border-right: 1px solid #CCCCCC;
}

#navs a {
	color:#666666;
	margin-right: 3px;
	padding: 12px 14px;
	text-decoration: none;
	font-size: 14px;
	display: block;
	font-weight: normal;
}

#navs #home a {
	background-image: url(../images/home_off.png);
	width: 15px;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	border-left: 1px solid #CCCCCC;
}
#navs #home a:hover {
	background-image: url(../images/home_on.png);
	width: 15px;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
}

#navs a:hover {
	color: #458F43;
	background-color: #FEFEFE;
}

#navs .current a {
	background: none;
	color: #F15B28;
}
li#last   {
	border-right: 0px;
}
.first {
	border-left: 1px solid #CCCCCC;
}

/* <-------------- Content Layout Structure */

#content_wrap {
	width: 937px;
	margin: 0 auto;
	background-color: #fff;
}
#pageWrap {
	background-image: url(../images/bg-pageWrap.png);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	float: right;
	width: 920px;
	padding: 20px 10px 10px 10px;
	line-height: normal;
	min-height: 600px;
	background: #fff url(../images/bg-content-dropshadow.gif) repeat-x top;
}

#content_pages {
	float: right;
	width: 920px;
	padding: 20px 10px 10px 10px;
	line-height: normal;
	min-height: 600px;
	background: #efede5 url(../images/bg-content-pages-dropshadow.gif) repeat-x top;
}


#content p {
	line-height: 1.5em;
	margin-left: 8px;
}

.tabwrapper { margin: 15px 0; overflow:auto; }

#inner_content_left {
	width:550px;
	float:left;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
}

#inner_content_left_email {
	float:left;
	padding-left:15px;
	padding-top:20px;
	text-align:left;
	width:520px;
}


#inner_content_left ul {
	list-style-type: disc;
	list-style-position: inside;  
	padding-left: 0;
	margin-left: 0;
} 

#inner_content_right {
	background: url(../images/inner_content_right_wood_bg.png) top center no-repeat;
	width: 350px;
	height: 350px;
	float:right;
	text-align: left;
	min-height: 200px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
}

#inner_content_right ul {
	list-style-type: none;
	padding: 10px 25px 0 15px;
	margin-left: 0;
} 

#inner_content_right li {
	background: url(../images/leaf.png) left top no-repeat;
	padding-left: 55px;
	margin-bottom: 20px;
	color: #42210B;
}


/* <-------------- Home Page Layout Structure */


#moved {
	background: url(../images/we-moved.gif) no-repeat left top ;
	background-position: 45px 0;
	padding-left: 45px; 
	height: 360px;
	margin-bottom: 20px;
	border-bottom: dotted 5px #f2efe9;
	text-align: center;
}

	#moved p { 	width: 400px;
				padding-top: 210px;
				margin-left: 20px;
				text-align: center;
	}
	
	#directions-button { display: block; margin-top: 10px;  }
	
	#store-illustration {
		float: right;
		width: 380px;
		margin-right: 30px;
	}

#home-info { width: 900px; margin: 0 auto; }

	h1.fontface {
	font:60px/68px 'ChunkFiveRegular',Arial,sans-serif;
	letter-spacing:0;
	font-size: 40px;
	color: #6aa620;
	}

#home-info h1 {
	background: url(../images/dog-cat-silo.gif) no-repeat left;
	padding: 14px 0 0 133px;
	margin-top:-25px !important;
}

#home-headline { margin-left: 10px; }

#home-copy { margin: 20px 20px 20px 0; }

#home-copy img {
	border-right: dotted 5px #f2efe9;
	padding-right: 20px;
}

#homeTabs a {
	margin: 0 7px 0 0;
}

#home_content_left {
	float:left;
	padding-left:25px;
	padding-top:20px;
	text-align:left;
	width:550px;
}

#home_content_right {
	width:305px;
	float:right;
	text-align: left;
	padding-top: 70px;
	padding-right: 10px;
	background-image: url(../images/contact_form.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	min-height: 200px;
}
#content_left {
	float:left;
	padding-left:25px;
	padding-top:20px;
	text-align:left;
	width:470px;
}

#content_right {
	width:375px;
	float:right;
	text-align: left;
	padding-right: 10px;
	margin-top: 20px;
	min-height: 200px;
}

#content_left_fat {
	float:left;
	padding-left:25px;
	padding-top:20px;
	text-align:left;
	width:600px;
}

#content_right_skinny {
	width:275px;
	float:right;
	text-align: left;
	padding-right: 10px;
	margin-top: 20px;
	min-height: 100px;
}

#home_header {
	width:600px;
	text-align: left;
	height: 110px;
	background-image:url(../images/home_header.png);
	background-repeat:no-repeat;
	clear: both;
	padding-left: 318px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}

#news { 
	border-top: dotted 1px #666; 
	border-bottom: dotted 1px #666; 
	padding: 10px 0;
}

#best-of {
	float: right;
	margin-left:10px;
}

/* <-------------- Contact Us Page Layout Structure */

#contact-moved {
	background: url(../images/we-moved.gif) no-repeat left top #fff;
	background-position: 30px 20px;
	padding-left: 45px; 
	height: 400px;
	margin-bottom: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

	#contact-moved a { float: right; margin: 20px; }
	
	#contact-moved p { padding-top: 240px; width: 425px; font-size: 16px; line-height: 20px; }
	
	#contact-moved span { color: #6aa620!important; }

#please-note {
	padding: 15px 25px 0px 25px;
	margin: 10px 10px 20px 10px;
	border: solid 3px #d0cec7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


#please-note h1 {
	float: left;
	margin-right: 15px;
	margin-top: -10px;
	text-align: right;
	color: #6aa620;
}

#contactus_left {
	width:500px;
	float:left;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
}

#contactus_left_email {
float:left;
padding-left:15px;
padding-top:20px;
text-align:left;
width:520px;
}

#contactus_left ul {
	list-style-type: disc;
	list-style-position: inside;  
	padding-left: 0;
	margin-left: 0;
} 

#contactus_right {
	width:350px;
	float:right;
	text-align: left;
	min-height: 200px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
}

#contactus_right ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
} 

#social { width: 450px; }

#social li { display: inline-block; width: 70px; }

#social li p {
	float: right;
	clear: left;
}

/* <-------------- Thank You page */

#thankYou {
	background-image: url(../images/thank-you.gif);
	background-repeat: no-repeat;
	width: 470px;
	height: 550px;
	padding: 80px 40px 0 40px;
}

/*  <-------------- Sections */

/*Section*/

.section {
	padding: 0px 0px;
	margin-bottom: 0px;
}
#announcement img {
	padding-bottom: 15px;
}

.section .title {
	margin-bottom: 5px;
	padding-bottom: 0px;
	color: #333;
	text-transform: capitalize;
}

.section h1 {
	/*font-size: 20px;*/
	color: #333333;
	/*font-weight: normal;*/
	/*border-bottom: 2px solid #6db025;*/
	padding-top: 0px;
	padding-right: 0;
	padding-left: 25px;
	background-image: url(../images/paw.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.section h2 {
	padding: 0px 0 0 25px;
	/*font-size: 22px;*/
	color: #333333;
	background: url(../images/paw.png) no-repeat left center;
	/*font-weight: normal;*/
}

.section .subSection {
	line-height: normal;
	padding-bottom: 15px;
}

/* <------------------- Home Page */

#new-slider {
	width:900px; 
	height:400px; 
	background: url(../images/new-slider-temp.jpg) no-repeat;
}

/* <------------ Slider*/

#splash {
	height: 320px;
	width:910px;
	clear:both;
}

/* slide viewer classes etc */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer { 
 
position: relative; 
overflow: hidden;  
border: 0px solid #ff0000;   
margin: 0 0 1px 0; 

} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left;
 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none;
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0;
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; 
display: block;
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 
 
#calltoaction{
	z-index:100;
	position: absolute;
	width: 910px;
	top:837px;
	height:150px;
	margin-left: 5px;
	background-image:url(../images/bar.png);
	background-repeat:no-repeat;
}

/* <-------------- Conatct Form */

form {margin:0; padding:0;}
	
#contact_form {
	float:left;
	width:460px;
	text-align: left;
	padding-left: 25px;
	margin-top: 40px;
}
	
.contactform {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	width:300px;
	text-align: left;
}

.contactform textarea {
	padding:2px;
	border:1px solid #d2d1cf;
	width:150px;
	height:50px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0eee7;
}

.contactform label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 25px;
}

.input-submit {
	margin-top:10px;
	margin-left: 130px;
	background: url(../images/submit-button.gif) center top no-repeat;
	width: 94px;
	height: 27px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
}

.input-submit:hover {
	margin-top:10px;
	margin-left: 130px;
	background: url(../images/submit-button.gif) center bottom no-repeat;
	width: 94px;
	height: 27px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
}

.input-textarea {
	padding:2px;
	border:1px solid #d2d1cf;
	width:150px;
	height:18px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0eee7;
}

.input-textarea-directions {
	padding:2px;
	border:1px solid #d2d1cf;
	width:230px;
	height: 22px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0eee7;
}

.input-submit-directions {
	margin-left: 10px;
	background-image: url(../images/submit_small.gif);
	width:103px;
	height:40px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	float: right;
}

.input-submit-directions:hover {
	margin-left: 10px;
	background-image: url(../images/submit_small_over.gif);
	width:103px;
	height:40px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	float: right;
}

/* <-------------- Email Signup Form */

.page a {
	text-decoration:underline;
	color:#84b73a;
}

.page a:hover {
	text-decoration:underline;
	color:#222222;
}

.intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-style:italic;
}	
	
.clear { clear: both; } 	

ol.bullets {
	list-style-position: inside;
	list-style-type: disc;
}

.mc-field-group {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	width:300px;
	text-align: left;
}

.mc-field-group label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 25px;
}

.indicate-required {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
	
/* <-------------- Product Grid (Layout) */

#content ul {
	width: 495px;
	margin-left: 20px;
}
#content li {
	position: relative;
	float: left;
	width: 144px;
	height: 200px;
	background-color: #FFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
img.grid  {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1.5px solid #6DB025;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

li#three, li#six, li#nine, li#twelve, li#fifteen, li#eighteen, li#twentyone, li#twentyfour, li#twentyseven, li#thirty, li#thirtythree, li#thirtysix, li#thirtynine, li#fourtytwo, li#fourtyfive, li#fourtyeight, li#fiftyone, li#fiftyfour, li#fiftyseven, li#sixty, li#sixtythree, li#sixtysix, li#sixtynine {
	border-right: 0 solid #333;
}

.brand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2E69B3;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
}
.brand_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: none;
	font-weight: bold;
}

#content  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.5px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 3px 0px 3px 0px;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 3px 0px 3px 0px;
}
#featured_pet {
	background: url(../images/bg_blue_stripe.png);
	height: 420px;
}
#featured_pet .subSection {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
#featured_pet h2 {
	padding: 5px 0 5px 30px;
	font-size: 22px;
	color: #FFF;
	background: #0166CC url(../images/paw_white.png) no-repeat 5px center;
}
#links a {
	display: block;
	text-decoration: none;
	line-height: 16px;
}

/* <-------------- Sidebar */

#sidebar {
	width: 190px;
	float: left;
	margin: 0;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	overflow: auto;
	background: #F1F1F1 url(../images/bg-sidebar-dropshadow.gif) repeat-x top;
}

#sidebar a {
	font-style: italic;
	color: #00C;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar p {
	line-height: 1.25em;
	text-align: left;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar h2 {
	width: 165px;
	margin-bottom: 10px;
	color: #333;
	padding: 12px 0px 0px 23px;
	background-image: url(../images/paw.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	text-transform: capitalize;
	text-align: left;
	font-weight: normal;
	border-top: 1px dotted #666;
	font-size: 21px;
}
#sidebar .best_of {
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0;
}
/* <-------------- Mailchimp Email signup form*/

.mc-field-group {
	text-align: left;
}

input { 
	width: 100%; 
	height: 25px;
	border:3px solid #f1f1f1;
}

#button {
	width: 80px;
}


.button { 	border: 1px solid #6DB025; 
			background: #458F43; 
			padding: 3px 8px;
			-moz-border-radius: 5px; -webkit-border-radius: 5px;
			color: white;  
			margin-top: 10px;
}
.button:hover { background: #6DB025; }



#rescue {
	margin-bottom: 5px;
	text-align: center;
}


#social li {
	position: relative;
	float: left;
	width: 55px;
	height: 50px;
	background-color: #efede5;
	text-align: center;
	padding: 10px 20px 10px 0;
}

#search h2 {
	margin-bottom: 10px;
}
#search_text {
	width: 130px;
	margin-right: 5px;
	padding: 2px;
}
#search_button {
	padding: 2px;
	border: none;
	border: 1px solid #FFF;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #0166CC;
}

/* <-------------- Email */

#email_text {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #F15B28;
	width: 128px;
	margin-right: 5px;
	padding: 2px;
}
#email {
	text-align: right;
}

#email_button {
	padding: 2px;
	border: none;
	border: 1px solid #FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #F15B28;
}

#safe_tag {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #999;
}

#safe_tag a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration:none;
} 
#add_this {
	text-align: left;
	padding-top: 3px;
}

/* <-------------- Footer */

#footer {
	width: 100%;
	color: #666;
	text-align: center;
	height: 600px;
	padding-top: 3px;
	background: url(../images/bg-footer-new.jpg) no-repeat center top;
	margin-top: -600px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}


.clearfooter {
	height: 600px;
	clear: both;
}


#footer-content {
	width: 920px;
	margin: 0 auto;
	height: 20px;
}

#footer-col1 {
	float: left;
	width: 520px;
	margin-top:235px;
}

	#footer-newsletter {
		background: url(images/footer-newsletter.jpg) no-repeat left;
		height: 108px;
		width: 433px;
	}
	
	#footer-newsletter h1 {
		
	}
	
	#footer-navs {
		margin-left: 45px;
		margin-top:40px;
	}

#footer-col2 {
	float: right;
	width: 340px;
	padding-top: 35px;
}
	
	#footer-facebook { 
		margin-top: 35px;
	}
	
	#facebook-iframe {
		background-color: #fff;
		border: 4px solid #fff!important;
		margin-top: 5px;
	}
	
	#footer-blog { margin-top: 43px; }

#footer_wrap {
	width: 780px;
	margin: 0 auto;
	top: 185px;
	position: relative;
	left: 155px;
}

#footer ul{
	float: left;
	width: 120px;
	margin: 0;	
}

#footer  li {
	text-align: left;
	background: url(../images/paw_small.png) no-repeat left center;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer  li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:hover {
	color: #FFFFFF;
	background-color: #F15B28;
	text-decoration: none;
}

#footer_new {
background: url(../images/bg-footer-blog.png) no-repeat center bottom;
display: block;
}


/* <-------------- Copyright */

#legal {
	bottom: 5px;
	margin-top: 78px;
	background-color: #5a3e38;
	padding: 4px;
	color: #FFF;
}

#legal a { color: #6aa620; }

/* Misc Classes (group together) */

/* Home page styles */

#home_categories {
	display: block;
	height: 190px;
}

#home_categories ul {
	margin: 0px;
	width: 600px;
}
#home_categories   li  {
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	background-color: #FFF;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 25px;
}
#home_categories h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #458F43;
	text-align: center;
}

p.fineprint { font-size: 12px!important; margin: 0!important; padding: 0!important; }
