﻿/* Basic Elements */
#container p {
	line-height: normal;
}
html {
	margin: 0;
	padding: 0;
	}
body {
	font: .8em Arial, Helvetica, sans-serif;
	background-image: url('../images/bg-body-F8F7EE.jpg');
	background-repeat: repeat-x;
	background-color: #F8F7EE;
	color: #808080;
}
img {
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #336699;
}
a:visited {
	font-weight: none;
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #669999;
}
	
.break {
	font-size:0px; line-height:0px; clear:both;
}

/* specific divs */
#wrapper {
	margin: 0px auto 0px auto;
	width: 780px;
}
#masthead {
	width: 780px;
	border-top-style: solid;
	border-top-width: 20px;
	border-top-color: #bf9464;
	background-color: #FFFFFF;
	height: 95px;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#masthead h1{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }
#masthead h1 {
	padding: 0px;
	margin: 0px;
	background: transparent url('../images/logo-sherwood-mall.gif') no-repeat right center;
	width: 220px;
	height: 95px;
	float: left;
	}
#masthead h1 a{
	display:block;
	height:95px;
	}
#masthead h2 {
	padding: 0px;
	margin: 30px 20px 0px 0px;
	background: transparent left top;
	width: 135px;
	height: 50px;
	float: right;
	font-size: .85em;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
#masthead h3 {
	padding: 0px;
	margin: 30px 0px 0px 30px;
	background: transparent left top;
	width: 300px;
	height: 50px;
	float: left;
	font-size: .75em;
	text-align: left;
	vertical-align: middle;
	color: #999999;
}
#top_nav {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 780px;
	background-image: url('../images/bg-top-nav-menu.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 22px;
}
#navcontainer ul
{
	padding: 0px 0px 0px 215px;
	margin: 0px;
	text-align: center; /* cancels gap caused by top padding in Opera 7.54 */;
	color: white;
	width: 560px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: .9em;
}
#navcontainer ul li
{
	padding: 6px;
	display: inline;/* matches link padding except for left and right */
}
#navcontainer ul li a
{
	color: white;
	text-decoration: none;
}
#navcontainer ul li a:hover
{
	color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
#container {
	width: 780px;
	background-color: #FFFFFF;
	height: 475px;
}
#left_col {
	width: 240px;
	float: left;
	background-image: url('../images/bg-home-patio-curve.jpg');
	background-repeat: no-repeat;
	height: 475px;
}
#page_content {
	width: 540px;
	float: right;
}
#rotate_pics {
	background-color: #FFFFFF;
	padding: 20px;
}
.body_home_col_left {
	float: left;
	width: 250px;
}
.body_home_col_right {
	float: right;
	width: 230px;
}
#body_home {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#body_home H3 {
	background-image: url('../images/icon-palm-tree.gif');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AA7030;
	background-position: right bottom;
	font-weight: normal;
	color: #AA7030;
	padding-bottom: 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#footer {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #744D21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: transparent;
	background-image: url('../images/bg-footer.gif');
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #744D21;
	text-decoration: none;
}
#footerlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
}
#footerlist ul li {
	padding: 0px;
	margin: 0px;
}

#footerlist li
{
	margin: 0px;
	padding: 0px 8px 0px 0px;
	display: inline;
	list-style-type: none;
}
.box_left {
	float: left;
	width: 240px;
	height: 150px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.box_right {
	float: right;
	width: 240px;
	height: 150px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.box_left2 {
	float: left;
	width: 230px;
	height: 150px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.box_right2 {
	float: right;
	width: 240px;
	height: 150px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}