/* CSS Document */

body {
	background-color: #fcf4e1;
	margin: 0px;
	background-image: url(../images/masthead-bg.gif);
	background-repeat: repeat-x;
	height: 121px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9c8b79;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

a {
	color: #00a100;
}

/* IE PNG Fix */
img, div {
	behavior: url(iepngfix.htc)
}

#masthead {
	margin: 0px auto;
	height: 121px;
	width: 789px;
	position: relative;
}

#floatingLeaf {
	position: absolute;
	left: -176px;
	top: 72px;
	background-image: url(../images/floating-leaf.png);
	height: 92px;
	width: 176px;
}

#navbar {
	float: left;
	top: 96px;
	left: 237px;
	height: 25px;
	position: absolute;
}

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

ul#navmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#navmenu a {
	text-align: center;
	background-color: #9b6d3d;
	display : block;
	text-decoration : none;
	color : #f9e5b2;
	height : 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: normal;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active, 
ul#navmenu a.selected, ul#navmenu a.selected:hover, ul#navmenu a.selected:focus, ul#navmenu a.selected:active { 
  background : #f9e5b2;
  color : #9b6d3d;
}

#container {
	background-image: url(../images/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	overflow: auto;
	width: 765px;
	padding: 66px 12px 0px;
}

#content {
	float: left;
	width: 535px;
	padding-right: 5px;
}

#contentColumns {
	float: left;
	width: 255px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
}

#contentColumns p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content p {
	margin-top:8px;
}

#content ul {
	font-size: 15px;
}

#sidebar {
	float: right;
	width: 216px;
}

#clientLogin {
	background-color: #ebd28e;
	width: 162px;
	margin: 0px;
	padding: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#clientLogin p {
	font-size: 10px;
	color: #8b5c38;
	margin: 0px;
	padding: 0px;
}

#sidebarFtr {
	background: url(../images/sidebar-bg.gif) repeat-y;
	width: 210px;
}

#sidebarFtr h1 {
	font-size: 1em;
	padding: 0 0 0 14px;
	margin: 0;
}


#sidebarFtr .sidebarBgHdr {
	background-image: url(../images/sidebar-bg-hdr.gif);
	height: 10px;
}

#sidebarFtr .sidebarBgFtr {
	background-image: url(../images/sidebar-bg-ftr.gif);
	height: 37px;
}

#sidebarFtr p {
	font-size: 11px;
	color: #000000;
	padding: 6px 0px 4px 14px;
}

/* Products */

#products {
	margin: 0 auto;
}

#products img {
	border: 1px solid #00a100;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Gallery */

#gallery img {
	padding: 6px;
	border: 1px solid #00CC33;
	margin: 3px;
}

/* Testimonials */

#testimonials {
	margin: 0 auto;
	width: 440px;
	padding: 20px 0px;
}

#testimonial h3 {}


/* Footer */

#footer {
	background-image: url(../images/footer-bg.jpg);
	height: 81px;
	width: 789px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#footer p {
	font-size: 11px;
	color: #4b3022;
	text-align: center;
	padding-top: 38px;
}

#floatingLeaf2 {
	position: absolute;
	left: 753px;
	top: 0px;
	background-image: url(../images/floating-leaf-2.png);
	height: 81px;
	width: 150px;
}

#bottom {
	background-image: url(../images/bottom-bg.gif);
	background-repeat: repeat-x;
	height: 182px;
	position: relative;
	top: -14px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}


/* Classes */
.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}