@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../assets/images/bg/bg_r1_c2.jpg);
	background-repeat: repeat-x;
	width: 992px;
	margin: 0px auto;
	text-align: center;
	background-color: #F2F5FA;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration: underline;
	color: #015E3C;
	background: transparent;
	}

a:visited {
	color: #015E3C;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	color: #015E3C;
	}

a:active {
	text-decoration: underline;
	color: #015E3C;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 14px;
	margin-bottom: 0.25em;
	margin-top: 0;
	color: #004800;
	}

h2 {
	font-size: 12px;
	margin-top: 0.1em;
	color: #333333;
	margin-bottom: 0;
	}

h3 {
	font-size: 11px;
	color: #333333;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}

p {
	margin-top: 0;
	line-height: 1.6em;
	font-size: 11px;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	}
	
ol {
	font-size: 11px;
	}
	
ul {
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	margin: 0;
	}

.bull_list li {
	margin-bottom: .5em;
	}
	
.text ul {
	list-style-type: circle;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 3em;
	}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: none;
	}

hr.dark {
	color: #003300;
	background-color: #003300;
	height: 1px;
	border: none;
	}

/* Form */

form {
	}

form h2 {
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
form h3 {
	font-size: 11px;
	color: #0D0D0D;
	padding-bottom: 5px;
}
	
form p {
	font-size: 11px;
	margin-bottom: 0.5em;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}

div.block {
	display: block;
	height: 30px;
}

label {
	display: block;
	font-weight: normal;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-right: 0.5em;
	line-height: 2em;
	width: 8em;
	float: left;
}

.textlabel{
	width: 16em;
	display: inline;
}

.longlabel{
	width: 10em;
	display: inline;
}

.shortlabel{
	width: 3em;
	display: inline;
}
	
input {
	margin-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.button {
	margin-left: 90px;
}
	
input.select {
	display: block;
	margin-bottom: 7px;
}
	
textarea {
	display: block;
	margin-bottom: 7px;
}
	
.inline {
	float: left;
	margin-right: 5px;
}
	
.instructions {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.form_note {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
}
	
/* FIXES ------------------- */

#bodywrap {
	text-align: left;
	background-image: url(../assets/images/bg/bg_r3_c3.jpg);
	padding: 0 1px;
	}
	
.dot {
	clear: both;
	content: "."
	margin-bottom: 0px;
	color: #FFFFFF;
	}
	
/* PAGE COMPONENTS ------------------- */

/* Masthead */

#masthead {
	height: 101px;
	background-image: url(../assets/images/bg/bg_r1_c3.jpg);
	padding-right: 1px;
	padding-left: 1px;
	}
	
#masthead img {
	display: inline;
	border: 0;
	vertical-align: top;
	/*float: right;*/
	}

/* Nav Bar */

#navbar {
	height: 34px;
	background-image: url(../assets/images/bg/bg_r2_c4.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0;
	}

.tab a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	height: 23px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-top: 1px;
	}

.tab a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.tab a:visited {
	text-decoration: none;
	color: #FFFFFF
	}
	
.tab a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3E7D37;
}
	
.tab a:active {
	text-decoration: none;
	color: #FFFFFF
	}
	
/* Search Box */

#search {
	float: left;
	padding-top: 3px;
	height: 32px;
	}

#search form {
	}
	
#search label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 50px;
	padding: 3px 0 0 10px;
	}

#search input[type=text] {
	border: solid 1px #003300;
	padding: 4px;
	}
	
/* Body Column */

#bodycolumn {
	
	}

/* Left Column */

#leftcolumn {
	width: 235px;
	float: left;
	border-right: 1px dotted #666666;
	}
	
/* Categories */
	
#categories {
	margin-bottom: 15px;
	}
	
#categories h2 {
	height: 25px;
	color: #2F5E28;
	font-size: 13px;
	padding-top: 8px;
	border-bottom: 1px dotted #1469AC;
	background-color:#FDFFFF;
	}
	
.cat_no a {
	border-bottom: 1px dotted #1469AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 3px 7px;
	}

.cat_no a:link {
	text-decoration: none;
	color: #1469AC;
	background: transparent;
	}

.cat_no a:visited {
	text-decoration: none;
	color: #1469AC;
	background: transparent;
	}

.cat_no a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1469AC;
	}
	
.cat_yes a {
	border-bottom: 1px dotted #1469AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 3px 7px;
	background-color: #6AA24B;
	text-decoration: none;
	color: #FFFFFF;
	}
	
.subcat a {
	border-bottom: 1px dotted #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 15px;
	}

.subcat a:link {
	text-decoration: none;
	color: #1469AC;
	background: transparent;
	}

.subcat a:visited {
	text-decoration: none;
	color: #1469AC;
	background: transparent;
	}

.subcat a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1469AC;
	}

.subcat_yes a {
	border-bottom: 1px dotted #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 3px 7px;
	background-color: #6AA24B;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#feature {
	padding-right: 20px;
	padding-left: 20px;
	}
	
/* Today */

#today_t {
	width: 229px;
	background-image: url(../assets/images/today/today_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 60px;
	}

#today_b {
	width: 229px;
	background-image: url(../assets/images/today/today_r4_c1.jpg);
	background-repeat: no-repeat;
	height: 83px;
	}
	
#today {
	width: 187px;
	background-image: url(../assets/images/today/today_r3_c1.jpg);
	background-repeat: repeat-y;
	padding: 0 20px;
	}

/* Right Column */ 

#rightcolumn {
	float: right;
	width: 140px;
	background-image: url(../assets/images/bg/right_col.jpg);
	}
	
#rightcolumn h1 {
	height: 20px;
	background-image: url(../assets/images/bg/bg_r2_c4.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #2F5E26;
	padding-top: 5px;
	text-align: center;
	}
	
/* Bread Crumbs*/
	
#breadcrumbs {
	padding-top:7px;
	}
	
#breadcrumbs p {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	}

/* Center Column */

#centercolumn {
	margin-left: 268px;
	}
	
#center_core {
	width: 550px;
	}
	
/* Movie */

#video {
	border: 1px solid #000000;
	background-color: #F5FFEA;
	margin-bottom: 15px;
	background-image: url(../assets/images/video/sqfoot.jpg);
	background-repeat: no-repeat;
	height: 304px;
	width: 528px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#video h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #2F5E26;
	padding: 5px;
	margin-right: -10px;
	margin-left: -10px;
	}
	
#center_left {
	width: 226px;
	float: left;
	background-image: url(../assets/images/house/half_header.jpg);
	background-repeat: no-repeat;
	border-right: 1px dotted #999999;
	padding: 7px 31px 7px 12px;
	margin-bottom: 15px;
	
	}
	
#center_left h1 {
	color: #FFFFFF;
	}
	
#center_right {
	margin-left: 290px;
	width: 226px;
	background-image: url(../assets/images/house/half_header.jpg);
	background-repeat: no-repeat;
	padding: 7px 12px;
	margin-bottom: 15px;
	}
	
#center_right h1 {
	color: #FFFFFF;
	}
	
#center_right h1 {
	color: #FFFFFF;
	}
	
.book_list {
	background-image: url(../assets/images/house/full_header.jpg);
	background-repeat: no-repeat;
	}
	
.book_list h1 {
	padding: 3px;
	}
	
/* Footer */
	
#footer {
	clear: both;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	}
	
#footer p {
	font-size: 10px;
	text-align: center;
	color: #333333;
	}
	
/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
	vertical-align: middle;
	padding-right: 3px;
	}

.banner {
	margin-bottom: 15px;
	}
	
.thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	}

/* FONT STYLES -------------------- */

.greytext {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.smalltext {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}
	
.binding {
	color: #996633;
	}
	
.error {
	color: #BD0000;
	}
	
.price {
	color: #333333;
	}

.title {
	font-size: 20px;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}
.title_o {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F36001;
}
	
#quote {
	background-image: url(../assets/images/house/quotes.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003366;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	}
	
#quote p {
	font-size: 12px;
	color: #202020;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}

.quote_name {
	font-size: 11px;
	}
	
#author {
	background-image: url(../assets/images/house/quotes.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003366;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	}
	
#author p {
	font-size: 12px;
	color: #202020;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}

.author_name {
	font-size: 11px;
	}
	
/* Gallery */	
	
.gallery {
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 28px;
	width: 150px;
	}
	
.gallery_cover {
	height: 150px;
	display: block;
	margin-bottom: 7px;
	}
	
.gallery h1 {
	}
	
.gallery h2 {
	color: #666666;
	font-size: 11px;
	}

.table_gallery {
	float: left;
	width: 24%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 40px;
	height: 275px;
	}
	
.table_gallery p {
	margin-bottom:3px;
	}

.clear {
	clear: both;
	}


	
.group {
	}
	
.group h1 {
	font-size: 18px;
	color: #B00000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	}
#add {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.header {
	width: 100%;
	color: #82572A;
	font-size: 14px;
	padding-top: 7px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}
.indent {
}
.binding {
	color: #333333;
}



#minicart {
	position: fixed;
	top: 0px;
	width: 258px;
	margin-left: 732px;
		
	}

	
#minicart table {
	width: 100%;
	}
	
#minicart tr {
	padding: 10px;
	}

#minicart td {
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	}

.mini_header {
	background-image: url(../assets/images/house/mini_cart.gif);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 15px;
	cursor:pointer;
	}
	
.mini_header p {
	padding-top: 36px;
	font-weight: bold;
	}
	
.drawer {
	position:absolute;
	overflow:hidden;
	margin: -6px 3px;
	width: 248px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #7E0001;
	border-right: 1px solid #7E0001;
	border-left: 1px solid #7E0001;
	border-bottom: 1px solid #7E0001;
	border-right: 1px solid #7E0001;
	}
	
.mini_buttons {
	padding: 10px 10px 5px 15px;
	}
	
.mini_buttons {
	cursor: pointer;
	}
	
.mini_buttons img {
	display: inline;
	}

#page_nav {
	width: 98%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
	}
	
#page_nav td {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666
	}

#page_nav a {
	text-decoration: none;
	}
	
#page_nav a:hover {
	text-decoration: underline;
	}

/* List tables */
	
.list {
	border: 0px;
	}

.list th {
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	}

.list td {
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	}
	
.plantlist {
	border: 0px;
	}

.plantlist td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	}
	
.plantlist input {
	float:left;
	margin-right:3px;
	}
	
.c1 td {
	background-color:#F6F6F6
	}
	
.c td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	}
	
.cleanlist td	{
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	}
.best {
}

/* MAP -------------------- */

.CollapsiblePanel {
	margin: 0;
	padding: 0;
	
}

.CollapsiblePanelTab {
	margin: 0px;
	padding: 0px;
	/*cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;*/
}

.CollapsiblePanelContent {
	margin: 0;
	padding: 0;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}

#map {
	background-color: #F5FFEA;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.box_bottom_o {
	border-left: solid 1px #EA5E00;
	border-right: solid 1px #EA5E00;
	border-bottom: solid 1px #EA5E00;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
	margin-bottom: 25px;
	padding: 10px;
	}
	
.box_o {
	border: solid 1px #EA5E00;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	margin-bottom: 25px;
	padding: 10px;
	}
	
.box_o_c {
	border: solid 1px #EA5E00;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: 20px 20px 0 20px;
	background-color:#FFFFCC;
	margin: 10px 0;
	}
	
.box_o_in {
	border: solid 2px #EA5E00;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: 10px;
	background-color:#FFFFFF;
	float: left;
	margin: 10px 0;
	white-space:nowrap;
	width: 97%;
	}