body {
	background: #482f20;
	margin: auto;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 18px;
	margin: 25px 10px 0 20px;
	padding: 0;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 16px;
	margin: 0 10px 10px 20px;
	padding: 0;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	margin: 0 10px 10px 20px;
	padding: 0;
}

p {
	margin: 10px 10px 10px 20px;
	line-height:16px;
}

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

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

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

input, textarea {
	border:1px solid #aa9f55;
	margin:0;
	padding:0;
}

.noborder {
	border:0;
}

.label {
	font-weight:bold;
	text-align:right;
}

.button {
	background:#4a7b52;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
}

.largephotos {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

.smallphotos {
	margin: 15px 0px 15px 40px;
	border:1px solid #482f20;
}
/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width:707px;
	position: relative;
}


.top {
	position:relative;
	background:url(../images/top.gif) no-repeat;
	width:707px;
	height:149px;
	z-index:101;
}

.address {
	position:absolute;
	top:40px;
	left:490px;
	
}

.main_nav_1 {
	width:457px;
	height:29px;
	margin:0;
	float:left;
	position:relative;
	top:120px;
	z-index:1001;
	background:url(../images/bg_main_nav_1.gif) no-repeat;
}

.main_nav_2 {
	width:228px;
	height:29px;
	margin:0;
	float:right;
	position:relative;
	top:120px;
}

#content {
	width:707px;
	position:relative;
	background:url(../images/bg_content_long.gif) repeat-y;
}

.container {
	background:url(../images/bg_content.gif) no-repeat top left;
	width:707px;
}

.col_1 {
	width:430px;
	float:left;
	position:relative;
}

.col_2 {
	width:267px;
	float:left;
	position:relative;
	margin:0;
}

ul.gen {
	list-style:none;
	margin: 0 10px 10px 20px;
}

ul.gen li {
	padding-left:23px;
	background:url(../images/bullet.gif) no-repeat 0 2px;
	margin:2px 0 5px 0;
}

/*ol.list {
	list-style-type:decimal;
	margin:10px 20px 10px 10px;
}
*/

ol li {
	padding:0;
	margin:2px 25px 5px 0;
}

.logo_link {
	width:440px;
	height:118px;
	position:absolute;
	top:5px;
	left:0;
	z-index:101;
}

#logo {
	position:absolute;
	top:5px;
	left:0;
	z-index:100;
}

#photoView {
	margin:10px 0 25px 10px;
	height:256px;
	width:376px;
}

#contact {
	position:relative;
	top:-4px;
	left:-1px;
}	


/* ***************  FOOTER STYLES *************** */

#footer {
	width:707px;
	height:210px;
	background:url(../images/bg_footer.gif) no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	color:#ffffff;
}

#footer p {
	padding:30px 10px 10px 0;
	font-size:10px;
	margin:0;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav1, #nav1 ul {
	padding: 0;
	margin:auto;
	list-style: none;
}

#nav1 a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav1 li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav1 li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav1 li:hover ul {
	left: auto;
	width:160px;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	width:160px;
}


#nav2, #nav2 ul {
	padding: 0;
	margin:auto;
	list-style: none;
}

#nav2 a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav2 li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav2 li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav2 li:hover ul {
	left: auto;
	width:160px;
}

#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	width:160px;
}

/* *************** CUSTOM NAV STYLES **************** */

#btn_home a { background: url(../images/btn_home.gif) no-repeat; width: 53px; height: 29px; }
#btn_about a { background: url(../images/btn_about.gif) no-repeat; width: 56px; height: 29px; }
#btn_services a { background: url(../images/btn_services.gif) no-repeat; width: 67px; height: 29px; }
#btn_blog a { background: url(../images/btn_blog.gif) no-repeat; width: 110px; height: 29px; }
#btn_tips a { background: url(../images/btn_tips.gif) no-repeat; width: 96px; height: 29px; }

#btn_offers a { background: url(../images/btn_offers.gif) no-repeat; width: 120px; height: 29px; }
#btn_contact a { background: url(../images/btn_contact.gif) no-repeat; width: 108px; height: 29px; }


#btn_home a:hover {background-position: -53px 0;}
#btn_about a:hover {background-position: -56px 0;}
#btn_services a:hover {background-position: -67px 0;}
#btn_blog a:hover {background-position: -110px 0;}
#btn_tips a:hover {background-position: -96px 0;}

#btn_offers a:hover {background-position: -120px 0;}
#btn_contact a:hover {background-position: -108px 0;}

.btn_text { visibility: hidden; }

#nav1 li ul {
	top: 29px;
}

#nav1 li ul li {
	clear: both;
	width:170px;
	text-indent: 0; 
	font-size: 10px;
	padding: 0 1px 0 1px; 
	background-color: #a5a584; 
	border: 1px solid #ffffff;
	border-top: 0; 
	vertical-align: middle;
	/*overflow: hidden;*/
	position: relative;
	z-index: 10000;
}

#nav1 li ul li a {
	padding: 3px 5px 3px 13px;
	height: auto;
	width:auto;
	background: none;
}

#nav1 li ul li a:hover {
	background-color: #4a7b52;
	background-image: none;
	height: auto;
	width:auto;
	color:#ffffff;
}


#nav2 li ul {
	top: 29px;
}

#nav2 li ul li {
	clear: both;
	width:170px;
	text-indent: 0; 
	font-size: 10px;
	padding: 0 1px 0 1px; 
	background-color: #a5a584; 
	border: 1px solid #ffffff;
	border-top: 0; 
	vertical-align: middle;
	/*overflow: hidden;*/
	position: relative;
	z-index: 10000;
}

#nav2 li ul li a {
	padding: 3px 5px 3px 13px;
	height: auto;
	width:auto;
	background: none;
}

#nav2 li ul li a:hover {
	background-color: #4a7b52;
	background-image: none;
	height: auto;
	width:auto;
	color:#ffffff;
}

#nav2 #btn_contact ul {
	top:29px;
	margin: 0 0 0 -66px;
	text-align:right;

