html {
	font-size: 62.5%;
	background: #fff url(/assets/images/site/bg_hline.gif) repeat-x left top;
	}

body {
	margin: 0 auto; padding: 10px 0;
	width: 960px;
	font: normal 1.2em/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	}

p, ul, ol, h2, h3, h4, h5, form, label, blockquote, address {
	margin: 0 0 1.4em;
	}

ul, ol {
	margin-left: 1.5em; padding: 0;
	}

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

	li {
		margin-bottom: .5em;
	}

a {
	text-decoration: none;
	color: #06c;
	outline: none;
	}

	a:hover {
		text-decoration: underline;
	}

img, a img {
	display: inline;
	border: none;
	}

acronym {
	cursor: help;
	}

h1 {
	margin: 0 0 10px; padding: 0;
	font: normal 25px "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #204374;
	}

h2 {
	margin: 0 0 5px 0;
	font-size: 17px; font-weight: normal;
	color: #204374;
	background: url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

h3 {
	font-size: 19px; font-weight: normal;
	line-height: 19px;
	}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
	}

.clearafter:after {
	content: "";
	display: block;
	height: 100%;
	clear: both;
	visibility: hidden;
	}

/** HEADER ******************************************************************************/

#header {
	position: relative;
	height: 190px;
	}

#logo {
	float: left; display: inline;
	margin-left: 10px;
	width: 220px; height: 190px;
	text-indent: -9999px;
	background: #fff url(/assets/images/site/bg_hline.gif) repeat-x left bottom;
	}

	#logo a {
		display: block;
		height: 180px;
		background: #fff url(/assets/images/site/bg_logo.gif) repeat-x left top;
	}

#banner {
	float: left; display: inline;
	margin-left: 10px;
	width: 710px; height: 190px;
	background: #fff url(/assets/images/site/bg_hline.gif) repeat-x left bottom;
	}

/** NAV *********************************************************************************/

#nav {
	float: left; display: inline;
	margin: 0 0 0 10px; padding: 0;
	width: 220px;
	list-style: none;
	}

	#nav li {
		margin: 0; padding-bottom: 1px;
		font: bold 14px/30px Arial, Helvetica, sans-serif;
		letter-spacing: .1px;
		background: #fff url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

	#nav li a {
		display: block;
		padding-left: 15px;
		color: #2f5471;
		line-height: 30px;
		text-transform: uppercase;
		text-decoration: none;
		background: url(/assets/images/site/bg_bullet_nav.gif) no-repeat left 6px;
	}

	#nav li a:hover, #nav li.nav-active a {
		color: #06c;
		background: url(/assets/images/site/bg_bullet_nav.gif) no-repeat left -31px;
	}

	#nav li ul {
		display: none;
	}

	#nav li.nav-active ul {
		display: block;
	}

	#nav .subnav {
		margin: 0 0 5px 15px; padding: 0;
		list-style: none;
	}

	#nav .subnav li {
		background: none;
		font-size: 11px;
	}

	#nav .subnav li a {
		color: #666;
		text-transform: none;
		line-height: 20px;
		background: none;
	}

	#nav .subnav li a:hover, #nav .subnav li a.subnav-active {
		color: #06c;
	}

/** CONTENT ****************************************************************************/

#content {
	position: relative;
	margin: 0; padding: 10px 0 15px;
	background: #fff url(/images/site/bg_content.jpg) no-repeat 0 bottom;
	}

#main {
	float: left; display: inline;
	margin-left: 20px;
	width: 460px;
	}

	.intro {
		font-size: 1.4em;
	}

#collections {
	float: left;
	margin: 0;
	width: 520px;
	list-style: none;
	}

	#collections h2 {
		margin: 0 0 2px;
	}

	#collections h2 a:link {
		text-decoration: none;
	}

	#collections .collections-image {
		float: left; display: inline;
		margin-right: 20px;
		width: 140px;
	}

	#collections .collections-image span {
		position: absolute;
		display: block;
		width: 140px; height: 100px;
		background: url(/images/site/bg_collections_image.gif) no-repeat 0 0;
	}

	#collections .collections-details {
		float: left; display: inline;
		width: 360px;
	}

#brands {
	float: right;
	margin: 0;
	width: 140px;
	background: #fff url(/images/site/bg_brands.gif) repeat-y 0 0;
	}

	#brands h3 {
		margin: 0; padding: 10px 10px 5px;
		background: url(/images/site/bg_brands_top.gif) no-repeat 0 0;
	}

	#brands ul {
		margin: 0; padding: 0 10px;
		list-style: none;
		background: url(/images/site/bg_brands_bottom.gif) no-repeat 0 bottom;
	}

	#brands li {
		padding: 10px 0;
		text-align: center;
		background: url(/images/site/bg_dotline.gif) repeat-x 0 top;
	}

.hiddenFields, .hidden {
	display: none;
	}

.required {
	color: #f60;
	}

#entries {
	margin: 0;
	list-style: none;
	}

.entry {
	margin-bottom: 15px; padding: 0 0 15px 150px;
	background: #fff url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

	.entry img {
		position: absolute;
		margin-left: -150px; padding: 2px;
		border: 1px solid #ccc;
	}

	.entry h3 {
		margin: 0 0 2px 0;
	}

	.entry h3 a:link, .entry h3 a:visited {
		text-decoration: none;
	}

.plant-images {
    padding: 15px;
    text-align: center;
}

.plant-images img {
    margin: 20px;
}

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

#sidebar {
	float: left; display: inline;
	margin-left: 20px;
	width: 220px;
	}

#sidebox {
	margin-bottom: 10px;
	background: #f6f6f6 url(/assets/images/site/bg_sidebox.gif) repeat-y left top;
	}

	#sidebox h3 {
		margin: 0; padding: 12px;
		background: url(/assets/images/site/bg_sidebox_top.gif) repeat-x left top;
	}

	#sidebox address {
		margin: 0; padding: 0 12px 12px;
		font-style: normal;
		background: url(/assets/images/site/bg_sidebox_bottom.gif) repeat-x left bottom;
	}

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

#footer {
	position: relative;
	padding-top: 10px;
	font-size: 10px;
	background: #fff url(/assets/images/site/bg_dotline.gif) repeat-x left top;
	}

#fnav {
	letter-spacing: 0.5px;
	}

#copyright {

	}

#credit {
	position: absolute;
	top: 12px; right: 0;
	width: 100px;
	text-indent: -9999px;
	}

	#credit a {
		display: block;
		margin: 0 auto;
		width: 96px; height: 12px;
		background: url(/assets/images/site/bg_credit.gif) no-repeat right 0;
	}

	#credit a:hover {
		background: url(/assets/images/site/bg_credit.gif) no-repeat right -12px;
	}

/** SLIMBOX *****************************************************************************/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url(/assets/images/slimbox/loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

	#lbPrevLink {
		left: 0;
		background: transparent url(/assets/images/slimbox/prevlabel.gif) no-repeat 0% -4px;
		}

		#lbPrevLink:hover {
			/*background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0% 15%;*/
		}

	#lbNextLink {
		right: 0;
		background: transparent url(/assets/images/slimbox/nextlabel.gif) no-repeat 100% -4px;
		}

		#lbNextLink:hover {
			/*background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;*/
		}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/assets/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

	#lbCaption {
		font-weight: bold;
	}

@media print {
  html, body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
  a {
     text-decoration : underline;
    color : #0000ff;
    }
  #header, #nav {
    display : none;
  }
}

@media handheld {

}


