body {
	background-image: url(http://www.thegreenwagon.com/images/bg_70.jpg);
	background-repeat: repeat;
}

/* framing all content */

#frame {
	position:relative;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 36px;
}

/* email subscribe on top */

#content-subscribe{
	padding-top: 80px;
	padding-left: 24px;
}

/* subscribe input box */

#content-subscribe #subscribe {
	width: 100px;
	padding: 2px;
}

/* top menu */

#menu {
	padding-top: 20px;
	height:95px;
}

/* main content area below menu */

#content-main {
	background-color: #FFF;
	background-image: url(../images/bg_paper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 24px;
}

/* sidebar on the left side of the page */

#sidebar {
	width: 184px;
	float: left;
}

#sidebar-location-title {
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar address {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* different case for second line of address */

#sidebar address span {
	text-transform: uppercase;
}

/* hours open text */

#sidebar-hours {
	font-size: 2.55em;
	font-style: italic;
	color: #bad536;
}

/* days open text */

#sidebar-days {
	font-size: 2.5em;
	color: #bad536;
	font-style: italic;
}

/* phone number text */

#sidebar-phone {
	font-size: 2.35em;
	color: #9cd5c4;
	text-align: center;
}

/* search box formating */

#sidebar-search {
	background-color: #9cd5c4;
	padding: 7px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* search input */

#sidebar-search input {
	width: 100px;
}

/* resizing font */

#sidebar-search span {
	font-size: 1.55em;
	font-style: italic;
	color: #74953d;
}

/* secondary menu formating */

	#sidebar-menu {
		font-style: italic;
		font-size: 2em;
	}
	
	#sidebar-menu li a:link, #sidebar-menu li a:visited {
		color: #74953d;
		text-decoration: none;
	}
	
	#sidebar-menu li a:hover {
		color: #89D8C4;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #89D8C4;
	}

/* area where the rest of the content is placed */

#content-main-area {
	margin-left: 198px;
	font-size: 1.4em;
	padding-right:10px;
}

#content-main-area img{
	padding: 12px;
	float:right;
	position: relative;
	align:right;
}

/* setting standard elements formating */

#content-main-area ul, #content-main-area ol {
	padding-bottom: 12px;
}

/* unordered list */

#content-main-area ul li {
	padding-bottom: 4px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}

/* ordered list */

#content-main-area ol li {
	padding-bottom: 4px;
	list-style-type: decimal;
	margin-left: 20px;
}

/* blockquote */

#content-main-area blockquote {
	margin-left: 20px;
}
#content-main-area p{
	padding-bottom: 12px;
}

/* homepage features section */

/* wrapping features boxes */

#content-features {
	width: 530px;
	padding-top: 12px;
	min-height: 175px;
	float: left;
}

/* news box */

#content-news {
	width: 170px;
	float: left;
}

/* ask jen box */

#content-ask-jen {
	float: left;
	width: 170px;
}
.front-page-subsection-title  {
	font-size: 2em;
	color: #BAD536;
	font-style: italic;
}


/* formating for ask jen feature question */

.feature-question {
	background-image: url(../images/bg_question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}

/* featured product box */

#content-product {
	float: left;
	width: 174px;
	background-image: url(../images/bg_featuredProduct.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

/* formating h2 in the features boxes */

#content-features h2 {
	color: #bad536;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: 2.5em;
	line-height: .8em;
	padding-bottom: 6px;
}
/* formating h2 for product feature box */

#featured-product-title  {
	color: #9cd5c4;
	font-style: normal;
	font-size: 1.8em;
	text-align: center;
	padding-bottom: 0px;
}

/*  */

#footer {
	clear: both;
}










































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
