/* RESET CSS ------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	margin: 0;
	color: #666666;
	padding: 0;
	font: 13px/23px Helvetica, Arial, sans-serif;
}

body.one {
	background: #fff url(../images/background1.jpg) repeat-x left top;
}

body.two {
	background: #fff url(../images/background2.gif) repeat-x left top;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a, a:link, a:visited {
	color: #47c0e6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearHack {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0;
}

.divider, .divider2, .divider3, .divider4 {
	display: block;
	width: 100%;
	height: 2px;
	background: url(../images/divider.gif) repeat-x left center;
	clear: both;
	padding-top: 35px;
	padding-bottom: 35px;
}

.divider {
	padding-top: 35px;
	padding-bottom: 35px;
}

.divider2 {
	margin-top: 20px;
	margin-bottom: 35px;
}


.divider3 {
	padding-top: 0px;
	margin-bottom: 45px;
	margin-top: 0px;
	padding: 0;
}

.divider4 {
	margin-bottom: 0px;
	margin-top: 20px;
}

#top_spacer {
	margin-top: 35px;
}

#spacer {
	margin-top: 35px;
	margin-bottom: 35px;
}

/* CONTAINERS - GENERAL ------------------------------ */

#wrapper, #superfooter, #footer {
	margin: 0 auto;
	width: 960px;
}

body.landingpage3 {
	background: #045baa url(../images/background_gradient.gif) repeat-x left top;
}

#wrapper3  {
	width: 960px;
	height: 640px;
	margin: 0 auto;
	background: url(../images/background_frame.jpg) no-repeat center top;
}

#enter_site {
	margin-top: 85px;
	position: absolute;
	margin-left: 785px;
	width: 110px;
	height: 25px;
	line-height: normal;
}

#enter_site a {
	display: block;
	width: 110px;
	height: 25px;
	text-decoration: none;
	background: url(../images/enter_site.jpg) no-repeat left center;
	overflow: hidden;
	text-indent: -155px;
	line-height: normal;
}


#enter_site a:hover, #enter_site a.current {
	background: url(../images/enter_site.jpg) no-repeat -110px center;
}


#header {
	display: block;
	width: 960px;
	height: 75px;
	background: url(../images/logo.png) no-repeat left 12px;
}

#login {
	display: block;
	float: right;
	height: 20px;
	color: #47c0e6;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 15px;
}

#welcome {
	display: block;
	width: 960px;
	height: 215px;
	background: url(../images/bkgrnd_logo_big.gif) no-repeat right top;
	padding-top: 45px;
	line-height: normal;
}

#welcome img {
	float: left;
}

#welcome .dropshadow {
	float: right;
	display: block;
	width: 170px;
	height: 170px;
	background: url(../images/welcome_dropshadow.png) no-repeat center center;
	margin-left: 10px;
	padding: 7px;
	overflow: hidden;
	line-height: normal;
}

#welcome .dropshadow .image_container {
	display: block;
	width: 170px;
	height: 170px;
	overflow: hidden;
	}

#welcome .dropshadow img {
	display: inline;
	width: 200px;
	height: auto;
	margin-top: -25%;
	margin-left: -8%;
}

#title {
	display: block;
	width: 960px;
	height: 90px;
	background: url(../images/bkgrnd_logo_sm.gif) no-repeat right top;
}

/* TWO COLUMN - ABOUT US ------------------------------ */

#main {
	display: block;
	width: 960px;
	background: url(../images/background_2col.jpg) repeat-x left top;

}

#main_left_two_col {
	display: block;
	float: left;
	width: 590px;
	background: #fff url(../images/background_2col_dshadow.jpg) no-repeat right top;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 45px;
}

#main_right_two_col {
	display: block;
	float: left;
	width: 230px;
	padding: 45px 0 45px 45px;
}

#hand_plant {
	min-height: 290px;
	height:auto !important;
    height: 290px;
	background: #fff url(../images/hand_plant.jpg) no-repeat right bottom;
	padding-right: 425px;
	padding-bottom: 45px;
}

/* TWO COLUMN - SUBPAGES with LEFT SIDE NAV ------------------------------ */

#main_sub {
	
}

#main_leftsub_two_col {
	display: block;
	float: left;
	width: 225px;
}

#main_rightsub_two_col {
	display: block;
	float: right;
	background-color: #fff;
	width: 645px;
	padding: 45px 45px 65px 0;
}

#main_rightsub_inside {
	display: block;
	background-color: #fff;
	width: 525px;
}

#main_rightsub_two_col #main_rightsub_inside p {
	margin-top: 2px;
	padding: 0;
}

#main_rightsub_two_col a.pro_member {
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 35px;
	margin-top: 15px;
}

#footer_wrapper {
	background: url(../images/background_footer.jpg) repeat-x left top;
}

#superfooter {
	display: block;
	height: 142px;
	background: url(../images/featured_plant.jpg) no-repeat 150px top;
	padding-top: 33px;
	color: #fff;
}

#superfooter_left {
	float: left;
	width: 590px;
	padding-right: 50px;
	font-size: 13px;
	line-height: 18px;
}

#superfooter_description {
	float: right;
	width: 435px;
	margin-top: 15px;
}

#superfooter_right {
	float: right;
	width: 235px;
	padding-left: 85px;
	background: url(../images/superfooter_divider.gif) no-repeat left top;
	font-size: 12px;
	line-height: 16px;
}

#superfooter_right ul li.logo_white {
	width: 256px;
	height: 37px;
	margin-left: -58px;
	margin-bottom: 10px;
	background: url(../images/logo_white.png) no-repeat;
}

#footer {
	display: block;
	height: 45px;
	font-size: 11px;
	line-height: 45px;
}

#footer p {
	float: left;
}

#footer img.ontario_grown {
	float: right;
	margin-top: 16px;
}

#footer_landingpage {
	display: block;
	width: 960px;
	color: #fff;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* PRODUCTS ------------------------------ */

.cat_list {
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 15px;
	text-align: center;
	margin-top: 25px;
	clear: right;
}

.cat_list img {
	width: 200px;
	height: auto;
}

.cat_list p {
	
}

#main_rightsub_two_col .cat_list h2 {
	margin: 10px 0 0;
	padding: 0;
	line-height: 15px;
}

.overview_columns {
	float: left;
	width: 47%;
	margin-left: 19px;
}


.overview_columns2 {
	float: left;
	width: 33%;
}


em {
	color: #0084cf;
}

p.plant_description {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.overview_columns a, .overview_columns a:link, .overview_columns a:visited, .overview_columns2 a, .overview_columns2 a:link, .overview_columns2 a:visited {
	zoom: 1;
	position: relative;
	background: url(../images/action_forward.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: -19px;
	background-repeat: no-repeat;
}

.overview_columns a.plain, .overview_columns a.plain:link, .overview_columns a.plain:visited, .overview_columns2 a.plain, .overview_columns2 a.plain:link, .overview_columns2 a.plain:visited {
	background: none;
	padding-left: 0px;
}

/* ------------ CSS Photo Gallery ------------ */

#thumbwrap {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	line-height: normal;
}

#thumbwrap_nomargin {
	position: relative;
	width: 100%;
	height: auto;
	line-height: normal;
}

.thumb .small {
	float: left;
	line-height: normal;
}

.thumb .small:hover {
	position: relative;
	line-height: normal;


/* Opera 9.5 needs this to show :hover */
}

.thumb:hover {
	border: 0;
	line-height: normal;
/* IE6 needs this to show large image */
}

.thumb span {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	line-height: normal;
}

.thumb span img {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.thumb:hover span {
	visibility: visible;
	line-height: normal;
}

.visible {
	visibility: visible;
	line-height: normal;
}

img.pic_main {
	margin-right: 10px;
	margin-bottom: 25px;
	line-height: normal;
}

img.pic_sub, img.pic_sub_last {
	display: block;
	width: 8em;
	height: auto;
	margin-left: 17px;
	padding-right: 44px;
	line-height: normal;
}

img.pic_sub {
	margin-bottom: 17px;
	line-height: normal;
}

/* Register / Sign Up Form -------------------------- */

.text {
	margin-bottom: 9px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form, form.newsletter {
	margin: 0;
	padding: 0;
}

form label {
	float: left;
	margin-right: 20px;
	line-height: 27px;
	text-align: right;
	width: 80px;
	color: #3e434a;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 3px;
}

.copy form input {
	float: left;
	margin-right: 5px;
}

form input {
	color: #3e434a;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: normal;
	margin: 0 15px;
	padding: 3px;
	width: 300px;
}

input:focus {
	background-color: #ffffe1;
}

input.button {
	margin-top: 20px;
	margin-left: 115px;
	width: 120px;
}


input.register_button {
	width: 190px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

input.checkbox {
	width: auto;
	margin-left: 115px;
	margin-right: 10px;
}

#staff_directory, #staff_directory2 {
	float: left;
	width: 265px;
	margin-right: 60px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 10px;
}

#staff_directory2 {
	margin-right: 0;
}

form.newsletter label {
	float: left;
	margin-right: 15px;
	line-height: 27px;
	text-align: right;
	width: auto;
	color: #3e434a;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 3px;
}

form.newsletter input {
	color: #3e434a;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: normal;
	margin: 0 25px 0 0;
	padding: 3px;
	width: 270px;
}


form.newsletter input.button {
	margin-top: 0px;
	width: 120px;
	margin-left: 0;
	margin-right: 0;
}

/* Contact Requests Form -------------------------- */

form.request {
	margin: 0;
	padding: 0;
}

form.request label {
	margin-right: 10px;
	line-height: 27px;
	text-align: right;
	width: 55px;
	color: #3e434a;
	cursor: pointer;
	font-weight: bold;
	clear: both;
	padding: 0;
	margin-bottom: 0;
}

form.request input, form.request textarea {
	color: #3e434a;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: normal;
	padding: 3px;
	width: 155px;
	margin: 0 0 10px;
}

form.request textarea {
	height: 170px;
}

form.request input:focus, form.request textarea:focus {
	background-color: #ffffe1;
}

form.request input.button {
	margin-top: 25px;
	width: 120px;
	margin-left: 22px;
}

form.request input.checkbox {
	width: auto;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 20px;
}

form.request ul {
	padding: 0;
	margin: 20px 0 0;
	line-height: normal;
}

/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#crumbs {
	height: 1.7em;
	border: 1px solid #dedede;
}

#crumbs li {
	float: left;
	color: #777;
	padding-left: .75em;
	font-size: .9em;
	line-height: 1.9em;
}

#crumbs li a {
	background: url(../images/crumbs.gif) no-repeat right center;
	display: block;
	padding: 0 15px 0 0;
}

#crumbs li a:link,
#crumbs li a:visited {
	color: #777;
	text-decoration: none;
}

#crumbs a:link, #crumbs a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color: #47c0e6;
}

/* SEARCH STYLES -------------------------- */

#search {
	display: block;
	float: right;
	width: 245px;
	height: 30px;
	margin-top: 30px;
	margin-right: 0;
	padding-right: 0;
}

#search2 {
	display: block;
	float: right;
	width: 245px;
	height: 30px;
	margin-top: 10px;
	margin-right: 0;
	padding-right: 0;
	margin-left: -5px;
}

input.search {
	float: left;
	width: 193px;
	height: 14px;
	border: none;
	background: url(../images/search_box.png) no-repeat left center;
	color: #ACAAAB;
	font-size: 11px;
	line-height: normal;
	padding-left: 12px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

input.search_button {
	float: left;
	width: 28px;
	height: 30px;
	background: url(../images/search_tool.png) center center;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.search_result {
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 25px;
}

.search_thumb {
	display: block;
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 25px;
	margin-top: 2px;
	overflow: hidden;
}

img.search_thumb {
	width: 150px;
	height: auto;
}

a.search_title, a.search_title:link, a.search_title:visited {
	border: 0px;
	font-size: 14px;
	font-weight: bold;
}

/* ANCHOR STYLES -------------------------- */

#main_right_two_col ul li {
	color: #0084cf;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main_right_two_col ul ul li {
	color: #666666;
	margin: -5px 0 10px;
	padding: 0 0 0 8px;
	line-height: 14px;
	font-size: 11px;
}

#main_right_two_col ul li a {
	font: bold 14px/16px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: #0084cf;
}

/* TEXT STYLES ------------------------------ */

#main_left_two_col h1 {
	font-size: 24px;
	line-height: 26px;
	margin-top: 35px;
	margin-bottom: 15px;
}

#main_left_two_col h1.notopmargin {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 0;
}

#main_left_two_col h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}

#main_left_two_col h3, #main_left_two_col h3.notopmargin {
	font-size: 17px;
	line-height: 20px;
	margin-top: 20px;
}

#main_left_two_col h3.notopmargin {
	margin-top: 0;
}

#hand_plant h1, #main_right_two_col h2 {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 15px;
}

#main_left_two_col p {
	margin-top: 14px;
}

#main_left_two_col p.notopmargin {
	margin-top: 0;
}

#main_rightsub_two_col h1, #main_rightsub_two_col h1.plant_name {
	font-size: 30px;
	line-height: 34px;
}

#main_rightsub_two_col h1.plant_name {
	margin-top: 10px;
}

#main_rightsub_two_col h3 {
	margin-top: 2px;
	line-height: 26px;
}

#main_rightsub_two_col h2, #main_rightsub_two_col h4 {
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
}

#main_rightsub_two_col h4 {
	margin-bottom: 5px;
}

#main_rightsub_two_col p {
	margin-top: 20px;
}

/* #main_rightsub_two_col #main_rightsub_inside p {
	margin-top: 0;
} */

#feature_plant {
	display: block;
	float: left;
	width: 113px;
	height: 113px;
	border: 1px solid #fff;
	overflow: hidden;
}

#superfooter_left h3 {
	font-size: 18px;
	line-height: 20px;
	color: #3bceeb;
}

#superfooter_left p {
	padding-top: 8px;
}

#main #main_left_two_col ul li em, #footer em, #footer_landingpage em, #superfooter_right em, #login em {
	padding-right: 10px;
	padding-left: 10px;
}

/* IMAGE STYLES ------------------------------ */

#feature_plant img {
	display: inline;
	width: 135px;
	height: auto;
	margin-top: -25%;
	margin-left: -10px;
}

img.float_left {
	float: left;
}

img.title_img {
	float: left;
	margin-top: 22px;
}

img.icon_center {
	vertical-align: middle;
}
