body{
	padding:0;
	margin:0;
	background: #000 url(../images/bg.jpg) no-repeat center top;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

img{
	border:0;
}

h1{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h2{
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h3{
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
}


a:link {color: #000; text-decoration: none; font-weight: normal; font-style: normal;}
a:visited {color: #000; text-decoration: none; font-weight: normal; font-style: normal;}
a:hover {color: #900; text-decoration: underline; font-weight: bold;}
a:active {color: #000; text-decoration: none; font-weight: normal; font-style: normal;}

#wrapper {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#home_pic {
	width: 975px;
	height: 208px;
	float: left;
	
}

#top_band {
	width: 975px;
	height: 47px;
	float: left;
}

/* --- main nav --- */


#mainnav {
	width: 975px;
	height: 60px;
	float: left;
}

#star {
	width: 17px;
	height: 60px;
	float: left;
	background: url(../images/nav/star_02.png) no-repeat;
}

#logotop {
	width: 246px;
	height: 60px;
	float: left;
}


/* --- page lower --- */

#home_body {
	width: 975px;
	float: left;
	background: url(../images/body_bg.jpg) repeat-y center;
}

#main_body {
	width: 550px;
	float: left;
	padding-right: 25px;
	padding-left: 35px;
}


/* --- product page body --- */

#prod_body {
	width: 975px;
	background: #fff url(../images/body_bg2.jpg) repeat-x;

}


/* --- body right --- */

#right_well {
	width: 275px;
	float: left;
	margin-left: 50px;
}


/* ------------ Footer ------------ */

#bottom_logo {
	width: 975px;
	height: 147px;
	float: left;
}



#footer {
	width: 975px;
	text-align: center;
	color: #fff;
	font: 10px/12px Georgia, "Times New Roman", Times, serif;
	float: left;
}

#footer a:link {color: #fff; text-decoration: none; font-weight: normal; font-style: normal;}
#footer a:visited {color: #fff; text-decoration: none; font-weight: normal; font-style: normal;}
#footer a:hover {color: #c89558; text-decoration: underline; font-weight: normal; font-style: normal;}
#footer a:active {color: #fff; text-decoration: none; font-weight: normal; font-style: normal;}


/* ------------ start top nav roll ------------ */

.rollover,
.cycleimg{
	cursor:pointer;
 
}

* {
}

.topnavitemwrapper{
	float:left; 
	position:relative;
	z-index:9998;
}

.drop{
	position:absolute; 
	overflow:hidden; 
	width:140px; 
	display:none; 
	z-index:2000; 
	opacity:0;
	top:60px; 
	left:-1px;
}

.drop div{
	width:140px; 
	float:left;
	padding:1px 11px 10px 9px;
	margin-left: 5px;
	background-color: #000;
}

.drop a{
	color:#c89558;
	font-family:Tahoma;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}

.drop a:hover{
	color:#fff;
	font-weight: normal;
}

.drop a:visited{
	color:#c89558;
	font-weight: normal;
}

.drop a:active{
	color:#c89558;
	font-weight: normal;
}

.drop ul{
	list-style: none;
	margin: 0;
	padding:0;
}

.drop ul li{
	margin: 0;
	padding:6px 0 9px 0;
	background:bottom left no-repeat url(../images/navunders.gif);
	width:118px;
	line-height:11px;
}

.drop ul li.bottomli{
	background-image:none;
}

.topnavdiv{
	float:left;
	margin-top:6px;
}



/* ------------ end top nav roll ------------ */

.smtext4{
	color: #000;
	font: 11px/15px Georgia, "Times New Roman", Times, serif;

}

.text4{
	color: #666;
	font-size: 11px;

}

.text5{
	color: #000;
	text-align: left;
	font: 12px Georgia, "Times New Roman", Times, serif;

}

.text6{
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

.left{
	float:left;
}

.right{
	float:right;
}
.automarg{
	margin-left: auto;
	margin-right: auto;
	
}

.centercopy{
	text-align: center;
}


.none{
	float:none;
}

.clear{
	clear:both;
}

.tenpadtop{
	padding-top: 10px;
}

.padtop{
	padding-top: 10px;
	padding-bottom: 10px;
}

.l_marg{
	margin-left: 13px;
}

.r_side_images{
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

.animal_images{
	margin-right: 10px;
	float: left;
	border: 1px solid #666;
	margin-top: -10px;
}

.bbb{
	margin-left: 60px;
}

/* --------- form stuff --------- */

#formbox1 {
	float: left;
	width: 255px;
	text-align: left;
	color: #000;
	font: 11px Georgia, "Times New Roman", Times, serif;
	height: 50px;

}

#formbox2 {
	float: left;
	width: 255px;
	text-align: left;
	color: #000;
	font: 11px Georgia, "Times New Roman", Times, serif;
	height: 125px;
	margin-bottom: 5px;
}

#contactpills {
	float: left;
	width: 450px;
	text-align: left;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	padding-top: 5px;
}
#contactpills:hover {
	background-color: #f5f9f2;
	
}


input,
textarea { 
	font: 12px "Tahoma", Geneva, sans-serif;
	background-color: #ccc;
	padding: 4px;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, 
textarea:focus {
	background: #cfc2a6;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	font: 12px "Tahoma", Geneva, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.formborder{
	height:20px;
	width:200px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}

.formborder1{
	height:200px;
	width:400px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}

.formborder2{
	height:20px;
	width:400px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
}

.formborder3{
	height:15px;
	width:255px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}

.formborder4{
	height:20px;
	width:180px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
}

.formborder5{
	height:100px;
	width:255px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}

.minicontact1{
	height:15px;
	width:255px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}

.minicontact2{
	height:15px;
	width:180px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}

.minicontact3{
	height:75px;
	width:255px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-bottom: 15px;
}
.petnameform{
	height:20px;
	width:250px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
}
.petinfo{
	height:20px;
	width:200px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.petpull{
	height:20px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-top: 10px;
}

.mulchinfo{
	height:20px;
	width:50px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
	margin-top: 10px;
}

.mulchtots{
	height:20px;
	width:30px;
	background-color: #a28e61;
	border: 1px solid #2d220e;
}



.clear{
	clear:both;
}

