* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ol {
	padding-left: 10px;
	list-style-position: outside;
}
img {
	border: none;
}
h3 {
	font-size: 1.2em;
	color: #FFF;
}
a, a:visited {
	color: #FFF;
}
a:hover {
	color: #F26D20;
}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 12px/13px Georgia, Times, serif;
	text-align: center;
	color: #FFF;
	background: #E6E7E8;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 998px;
}
h1#logo, h1#logo a {
	display: block;
	width:54px;
	height:54px;
	text-indent: -9999em;
	float: left;
}
#home,
#shops-about,
#shops-locations,
#shops-products,
#shops-info,
#shops-contact,
#landscape-design-about,
#landscape-design-projects,
#projects,
#landscape-design-services,
#landscape-design-contact,
#organic-services-about,
#organic-services-schedule,
#organic-services-contact,
#newsletter-signup {
	width:998px;
	height:626px;
}
#home {background: url(../img/home.jpg) no-repeat;}
#shops-about {background: url(../img/shops-about.jpg) no-repeat;}
#shops-locations {background: url(../img/shops-locations.jpg) no-repeat;}
#shops-products {background: url(../img/shops-products.jpg) no-repeat;}
#shops-info {background: url(../img/shops-info.jpg) no-repeat;}
#shops-contact {background: url(../img/shops-contact.jpg) no-repeat;}
#landscape-design-about {background:url(../img/landscape-design-about.jpg) no-repeat; }
#landscape-design-projects {background:url(../img/projects.jpg) no-repeat; }
#projects {background:url(../img/projects.jpg) no-repeat; }
#landscape-design-services {background:url(../img/landscape-design-services.jpg) no-repeat; }
#landscape-design-contact {background:url(../img/landscape-design-contact.jpg) no-repeat; }
#organic-services-about {background: url(../img/organic-services-about.jpg) no-repeat;}
#organic-services-schedule {background: url(../img/organic-services-schedule.jpg) no-repeat;}
#organic-services-contact {background: url(../img/organic-services-contact.jpg) no-repeat;}
#newsletter-signup {background: url(../img/newsletter-signup.jpg) no-repeat;}

/* =============== */
/* = Home Styles = */
/* =============== */
div#home-nav ul {
	width: 900px;
	position: relative;
	top: 100px;
	left: 80px;
	list-style: none;
	height: 32px;
}
div#home-nav ul li {
	display: block;
	float: left;
	padding-right: 60px;
	font: 14px Georgia, Times, serif;
}
div#home-nav ul li a {
	padding: 0 4px;
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 28px;
	line-height: 32px;
}
div#home-nav ul li a:visited {
	color: #FFF;
}
div#home-nav ul li a:hover {
	color: #FFF;
	background: #343434;
}
#home-right {
	width: 210px;
	margin: 470px 0 0 746px;
	padding: 0 20px;
	color: #000;
	font-size: 1.4em;
	line-height: 1.2em;
}
div#social {
	margin-top: 5px;
	text-align: center;
	color: #343434;
	font-size: 1.2em;
	line-height: 100%;
}
div#social img {
	margin-right: 2px;
	vertical-align: bottom;
}
div#social a,
div#social a:visited {
	color: #343434;
}
div#social a:hover,
div#social a:focus {
	color: #f26d20;
}
div#social a img {
	text-decoration: none;
}
/* =================== */
/* = Main Navigation = */
/* =================== */

div#nav ul {
	list-style: none;
	height: 32px;
}
div#nav ul li {
	display: block;
	float: left;
	padding: 0 80px;
	font: bold 14px Georgia, Times, serif;
}
div#shops-about #nav ul li a.current,
div#shops-locations #nav ul li a.current,
div#shops-products #nav ul li a.current,
div#shops-info #nav ul li a.current,
div#shops-contact #nav ul li a.current,
div#landscape-design-about #nav ul li a.current,
div#landscape-design-projects #nav ul li a.current,
div#landscape-design-services #nav ul li a.current,
div#landscape-design-contact #nav ul li a.current,
div#organic-services-about #nav ul li a.current,
div#organic-services-schedule #nav ul li a.current,
div#organic-services-contact #nav ul li a.current {
	color: #FFF;
	background: #343434;
}
div#nav ul li a {
	padding: 0 4px;
	display: block;
	color: #343434;
	text-decoration: none;
	height: 28px;
	line-height: 32px;
}
div#nav ul li a:visited {
	color: #343434;
}
div#nav ul li a:hover {
	color: #FFF;
	background: #343434;
}
/* ================== */
/* = Sub Navigation = */
/* ================== */
div#subnav {
	margin-left: 80px;
}
div#subnav ul {
	list-style: none;
	height: 24px;
}
div#subnav ul li {
	display: block;
	float: left;
	padding: 0 30px 0 20px;
	font: bold 12px Georgia, Times, serif;
}
div#shops-about #subnav ul li a.current,
div#shops-locations #subnav ul li a.current,
div#shops-products #subnav ul li a.current,
div#shops-info #subnav ul li a.current,
div#shops-contact #subnav ul li a.current,
div#landscape-design-about #subnav ul li a.current,
div#landscape-design-projects #subnav ul li a.current,
div#landscape-design-services #subnav ul li a.current,
div#landscape-design-contact #subnav ul li a.current,
div#organic-services-about #subnav ul li a.current,
div#organic-services-schedule #subnav ul li a.current,
div#organic-services-contact #subnav ul li a.current {
	color: #343434;
	background: none;
}
div#subnav ul li a {
	padding: 0 4px;
	display: block;
	color: #343434;
	text-decoration: none;
	height: 24px;
	line-height: 26px;
}
div#subnav ul li a:visited {
	color: #343434;
}
div#subnav ul li a:hover {
	color: #FFF;
	background: #343434;
}
/* ================== */
#side-content {
	margin: -28px 0 0 746px;
	padding: 10px;
	font-size: 11px;
}
#side-content h2 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
#side-content h2.wide {
	font-size: 1.2em;
}
#side-content h2.wide a,
#side-content h2.wide a:visited {
	padding: 4px;
	background: #f26d20;
	text-decoration: none;
}
#side-content h2.wide a:hover,
#side-content h2.wide a:focus {
	color: #343434;
}
#side-content a h2 {
	padding: 5px 3px; 
	width: 150px; 
	background: #F26D20;
}
#side-content a:hover h2 {
	color: #333;
}
#side-content h3 {
	font-size: 1em;
}
#project-grid {
	padding: 12px 0 0;
	width: 740px;
	float: left;
}
#project-grid img {
	padding: 0 6px 6px 0;
	float: left;
}
#project-gallery {
	width:740px;	/* Total width of slideshow */
	float: left;
}
#signup {
	margin: 20px;
	padding: 20px;
	width: 900px;
	background: #404040;
}
.orange {
	color: #ff6602;
}
.fieldname {
	text-align: right; 
}
.giftcerts {
	margin: 10px 0;
}
.giftcerts label {
	font-size: 1.4em;
}
#popup {
	margin: 10px;
	text-align: left;
	background: #404040;
}
#popup h2 {
	font-size: 1.4em;
	padding: 4px;
	height: 23px;
	line-height: 28px;
	background: #F26D20;
}
#popup h2.calendars {
	width: 80px;
}
#popup h2.notes,
#popup h2.events {
	width: 180px;	
}
#popup h2.newsletters {
	width: 100px;	
}
#popup h3 {
	color: #F26D20;
}
#popup p {
	padding: 10px 4px;
}
#popup ul {
	padding: 10px 4px;
	list-style: none;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 998px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Georgia, Times, serif;
	color: #343434;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #343434;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #222;
	text-decoration: none;
}
