
@import url('reset.css');

.header {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.header h1 a {
	width: 386px;
    height: 212px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/logo_alt.png);
    background-repeat: no-repeat;
    float: left;
    z-index: 1;
    position: relative;
    margin-left: -40px;
}

.slogan {
	margin: 65px 85px 0 0;
	float: right;
}

.fbookicon{
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 160px;
	right: 80px;
	z-index: 9999999;
}

.container {
	width: 1273px;
	height: 788px;
	background-image: url(../images/container_bg.png);
	margin: -210px auto 0;
	position: relative;
}

/****************************************** HOME NAVIGATION **************************/

#arrow {
	width: 126px;
	height: 67px;
	position: absolute;
	top: 550px;
	left: 245px;
}

.home_nav {
	width: 100px;
	height: 500px;
	position: absolute;
	top: 188px;
	left: 180px;
}

.home_nav ul li {
	margin: 0 !important;
}

.home_nav ul li#about a {
	width: 60px;
    height: 135px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
}

.home_nav ul li#garden a {
	width: 62px;
    height: 185px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/garden.png);
    background-repeat: no-repeat;
}

.home_nav ul li#christmas {
	width: 50px;
	position: absolute;
	bottom: 45px;
	left: 10px;
}

.home_nav ul li#christmas a {
	width: 50px;
    height: 131px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/christmas.png);
    background-repeat: no-repeat;
}

.home_nav ul li#christmas a:hover {
	left: 22px;
}

/****************************************** SUBPAGE NAVIGATION **************************/

.header ul {
	position: absolute;
	top: 100px;
	right: 80px;
}

.header ul li {
	float: left;
	color: #d0cabe;
	font-size: 14px;
	font-family: "Segoe Print",sans-serif;
	list-style: none;
	margin: 0;
}

.header ul li a {
	color: #d0cabe;
	margin: 0 10px !important;
}

.header ul li a:hover {
	color: #ca5007;
	text-decoration: none;
}



/****************************************** HOME CONTENT **************************/

.home_info {
	width: 300px;
	position: absolute;
	top: 150px;
	right: 260px;
}

.left {
	float: left;
	width: 80%;
}

.right {
	float: right;
	width: 35%;
}

.hours {
	margin: 15px 0 0 0;
}

.hours p {
	margin: 5px 0;
}

.angle {
	-webkit-transform-origin: right;
    -moz-transform-origin:    right;
    -ms-transform-origin:     right;
    -o-transform-origin:      right;
    
    -webkit-transform: rotate(358deg); 
    -moz-transform:    rotate(358deg); 
    -ms-transform:     rotate(358deg); 
    -o-transform:      rotate(358deg);
}

/****************************************** SUBPAGE CONTENT **************************/

.content {
	width: 868px;
	margin: -50px auto 20px;
	background: #f0e9d8 url(../images/content_bg_alt_2.jpg);
	background-repeat: no-repeat;
	z-index: 50;
	position: relative;
}

.bg {
	width: 840px;
	margin: 0 auto;

	position: relative;
	z-index: 4;
}

.article {
	width: 382px;
	float: left;
	margin: 0 40px 50px 80px;
}

.article h1 {
	font-size: 42px;
	color: #9f3a0c;
	padding: 62px 0 20px 0;
}

.article h2 {
	font-size: 18px;
	color: #9f3a0c;
	padding: 10px 0 10px 0;
	line-height: 24px;
}

.article p {
	color: #6b5747;
	font-family: Tahoma, sans-serif;
	line-height: 20px;
	padding-bottom: 10px;
}

.full {
	width: 700px;
	float: left;
	margin: 0 40px 50px 80px;
}

.full h1 {
	font-size: 42px;
	color: #9f3a0c;
	padding: 62px 0 40px 0;
}

.full h2 {
	font-size: 18px;
	color: #59493b;
	padding: 0px 0 20px 0;
}

.full p {
	color: #6b5747;
	font-family: Tahoma, sans-serif;
	line-height: 20px;
	padding-bottom: 20px;
}

img.gloves {
	width: 174px;
	position: absolute;
	top: 150px;
	left: -174px;
	z-index: 1;
}

img.photoborder {
	background-color: #EFEEE2;
	border-color: #4A3E2F;
	border-style: solid;
	border-width: 1px;
	padding: 7px;
	margin: 10px;
}

img.photomargin {
	margin: 10px;
}



/****************************************** SIDEBAR **************************/

.sidebar {
	width: 325px;
	float: left;
	margin: 150px 0 50px 0;

}

.sidebar h2 {
	font-size: 18px;
	color: #59493b;
	padding: 0px 0 20px 0;
	line-height: 24px;
}

.sidebar h3 {
	font-weight: bold;
	padding: 15px 0 15px 37px;
	color: #9f3a0c;
}

.sidebar img {
	margin: 15px 0;
}

.sidebar ul li {
	margin: 6px 0px 0px 30px;
	list-style-type:circle;
	font-size: 15px;
	line-height: 18px;
}

.sidebar p {
	color: #6b5747;
	font-family: Tahoma, sans-serif;
	line-height: 20px;
	padding-bottom: 10px;
}

h3.bug {
	background: url(../images/icon_bug.png) no-repeat left;
}

h3.holly {
	background: url(../images/icon_holly.png) no-repeat left;
}

h3.leaf {
	background: url(../images/icon_leaf.png) no-repeat left;
}


/****************************************** FOOTER **************************/

footer {
	text-align: center;
}

footer ul {
	width: 504px;
	margin: 40px auto 10px auto;
}

footer ul li {
	float: left;
	padding: 0 5px;
	font-size: 12px;
	color: #d0cabe;
	list-style: none;
	margin: 0;
}

footer p {
	font-size: 11.5px;
	color: #987043;
	padding: 0px;
	line-height: 20px;
	margin-top: 15px;
}

footer a {
	color: #d0cabe;
}
footer a:hover {
	color: #ca5007;
}