/* 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;
	background: #222222 url(../images/body.gif) repeat-x left top;
	color: #fff;
	font: 12px/18px Helvetica, Arial, "Helvetica Neue", sans-serif;
}

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:link,a:active,a:visited {
	color: #00a09e;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.clearHack {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0;
}

.divider {
	display: block;
	border-top: 1px solid #494c47;
	width: 100%;
	height: 1px;
	clear: both;
}

.spacer {
	margin-top: 25px;
	margin-bottom: 25px;
}

.spacer3 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.spacer_blog {
	margin-top: 35px;
	margin-bottom: 35px;
}

/* WRAPPERS & CONTAINERS -------------------------- */

#wrapper {
	width: 930px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

#header {
	display: block;
	width: 930px;
	height: 123px;
	line-height: 1px;
	font-size: inherit;
}

#logo {
	display: block;
	float: left;
	width: 210px;
	height: 48px;
	background: url(../images/botanicologo.gif) no-repeat center center;
	margin-top: 50px;
	margin-left: 15px;
}


#logo_seasons {
	display: block;
	float: left;
	width: 305px;
	height: 29px;
	background: url(../images/botanicoseasons.gif) no-repeat center center;
	margin-top: 69px;
	margin-left: 15px;
}

#main {
	width: 930px;
	padding-top: 45px;
	padding-bottom: 45px;
}

#lp_left {
	float: left;
	width: 565px;
	margin-left: 15px;
}

#lp_right {
	float: right;
	width: 245px;
}

#left {
	float: left;
	width: 160px;
	margin-left: 15px;
}

#right {
	float: right;
	width: 710px;
}

#grid_wrapper {
	margin-top: 32px;
}

#grid_wrapper2 {
	margin-top: 42px;
}

/* a.grid, a.grid_last {
	display: inline-block;
	float: left;
	width: 154px;
	height: 154px;
	margin-bottom: 10px;
	background-color: #383838;
	padding: 8px;
	overflow: hidden;
}

a.grid {
	margin-right: 10px;
}

a.grid:hover, a.grid_last:hover {
	background-color: #fff;
}


a.grid span.container img.landscape, a.grid_last span.container img.landscape {
	width: auto;
	height: 154px;
	margin-left: -25px;
	line-height: normal;
}

a.grid span.container img.portrait, a.grid_last span.container img.portrait {
	width: 154px;
	height: auto;
	margin-top: -25px;
	line-height: normal;
}

span.container {
	display: inherit;
	width: 154px;
	height: 154px;
	line-height: 154px;
	overflow: hidden;
}
 */


a.grid, a.grid_last {
	display: block;
	float: left;
	width: 154px;
	height: 154px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 8px solid #383838;
}


a.grid {
	margin-right: 10px;
}

a.grid:hover, a.grid_last:hover {
	background-color: #fff;
	border: 8px solid #fff;
}


a.grid img.landscape, a.grid_last img.landscape {
	width: auto;
	height: 154px;
	line-height: normal;
	margin-left: -35px;
}

a.grid img.portrait, a.grid_last img.portrait {
	width: 154px;
	height: auto;
	line-height: normal;
	margin-top: -30px;
}



#product_info {
	float: left;
	width: 225px;
	margin-left: 40px;
}

#footer_wrapper {
	width: 100%;
	background-color: #444;
	padding-top: 30px;
	padding-bottom: 35px;
}

#super_footer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#latest, #login {
	float: left;
	width: 320px;
	position: relative;
}

#login {
	width: 280px;
	border-right: 1px solid #d5d5d5;
}

#recently, #noaccount {
	float: left;
	width: 235px;
	margin-left: 25px;
	position: relative;
}

#noaccount {
	width: 235px;
	padding-left: 45px;
}

#address, #address_seasons {
	float: right;
	width: 245px;
	background: url(../images/botanicologo_footer.gif) no-repeat left top;
	padding-top: 45px;
}



#footer {
	width: 930px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	line-height: 14px;
	color: #bfbfbf
}

/* LOGIN (LANDING PAGE) -------------------------- */

form {
	margin: 0;
	padding: 0;
}

form select {
	margin: -2px 0 0;
	padding: 0;
	width: 140px;
}

form label {
	line-height: 18px;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #90858e;
}

form input {
	color: #3e434a;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: normal;
	padding: 4px;
	width: 185px;
	margin: 0 0 7px;
}

input:focus {
	background-color: #ffffe1;
}

input.button {
	width: 70px;
	padding: 0;
	margin: 7px 0 0;
}

a.password {
	margin-left: 10px;
}

#addtocart_hover {
	display: block;
	width: 121px;
	height: 36px;
	margin-top: 25px;
}

input.image {
	width: 121px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url(../images/addtocart.png);
}

#buy_now {
	
}

#buy_now  input {
	width: 121px;
	height: 36px;
	background: url(../images/addtocart.png) no-repeat left center;
}

.hide {
	display: none;
}

form input.checkbox {
	width: auto;
	padding: 0;
	margin: 4px 3px 0 0;
}


/*
table.detail {
	width: 185px;	
}

table.detail td {
	padding: 2px 2px 0 0;
	margin: 0;
}

table.detail th {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #00a09e;
} */

table.detail {
	width: 165px;
	margin-bottom: 20px;
}

table.detail td.spec {
	width: 45px;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	color: #00a09e;
	vertical-align: middle;
}

/* SLIDESHOW -------------------------- */

#slideshow {
	height: 338px;
	width: 898px;
	padding: 15px;
	border: 1px solid #5b5d5a;
	margin: 45px 0;
}

pre {
	display: none;
	overflow: visible
}

.pics {
	height: 338px;
	width: 898px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

/* BLOG STYLES -------------------------- */

#blogleft {
	float: left;
	width: 20%;
	margin-left: 15px;
}

#blogright {
	float: right;
	width: 70%;
	padding: 0;
}

.post {
	
}

.storycontent p {
	line-height: 24px;
}

.storycontent img {
	display: block;
	margin: 35px auto;
	width: 75%;
	height: auto;
	border: 10px solid #fff;
}

.feedback {
	color: #9d969e;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	background-color: #444;
}

p.date-header {
	font: normal normal 90%/1.4em 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999999;
	text-indent: 3px;
	margin: 1.5em 0 .5em;
}

.post a, .post a:link, .post a:visited {
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

#blognav ul li.linespacer {
	margin-top: 15px;
}

#blogleft #blognav ul {
	margin-bottom: 50px;
}

/* IDEAS -------------------------- */

#ideas {
	margin-top: 25px;
}

img.idea {
	border: 10px solid #fff;
}

#ideas_login {
	margin-left: 7px;
}

/* TEXT STYLES -------------------------- */

#main p {
	margin-top: 15px;
	color: #b6b3a9;
}

#main p.intro {
	font: italic 16px/22px Georgia, serif;
	color: #fff;
	margin-top: 0;
}

#main p.disclaimer {
	font-weight: bold;
	font-size: 10px;
	line-height: normal;
	color: #FF3914;
	text-transform: uppercase;
}

#right p.instructions {
	margin: 5px 0 0;
	padding: 0;
}

p.price {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 25px;
	margin-left: 5px;
}

p.price2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 0 6px;
}

#product_info p.nospace {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 1px 0 0;
	padding: 0;
}


#product_info p.spec {
	display: block;
	float: left;
	text-align: right;
	width: 70px;
	margin: 2px 10px 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}


#product_info p.spec_alt {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	margin: 0;
}

#product_info p.info {
	float: left;
	margin: 1px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}


#product_info p.info_alt {
	float: left;
	margin: 1px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #fa100f;
}

h1 {
	color: #FF3914;
	font: 48px/58px Helvetica, Arial, sans-serif;
	text-align: center;
}

h2 {
	color: #FF3914;
	font-size: 45px;
	line-height: 50px;
}

.post h2 {
	color: #FF3914;
	font-size: 35px;
	line-height: 35px;
	margin-top: 15px;
}

h2.idea {
	color: #FF3914;
	font-size: 45px;
	line-height: 50px;
	margin-left: 7px;
}

#lp_left h2, #main h2 {
	color: #FF3914;
	font-size: 35px;
	line-height: 35px;
}

#blognav h3 {
	color: #fff;
	font: 16px/20px Helvetica, Arial, sans-serif;
	margin-right: 10px;
}

#super_footer h3 {
	color: #fff;
	font: 18px/22px Helvetica, Arial, sans-serif;
	margin-left: 10px;
}

#lp_right h2, #lp_right h2.nospace {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 3px;
	padding: 0;
}

#lp_right h2 {
	margin-bottom: 15px;
}

#login h2, #noaccount h2 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
}

/* MISC -------------------------- */

#super_footer ul {
	margin-top: 10px;
	color: #bfbfbf;
}

#super_footer ul li {
	margin-top: 5px;
	text-indent: -10px;
	margin-left: 10px;
}

#footer em {
	margin-right: 12px;
	margin-left: 12px;
}

img.detail {
	float: left;
	padding: 10px;
	background-color: #fff;
	width: 425px;
	height: auto;
}

img.border {
	width: 100%;
	height: auto;
}

a.addtocart, a.addtocart:link, a.addtocart:visited {
	display: block;
	width: 120px;
	height: 36px;
	margin-top: 25px;
	background-image: url(../images/addtocart.png);
	text-indent: -5000px;
}

a.addtocart:hover {
	background: url(../images/addtocart.png) -120px;
}

a.review, a.review:link, a.review:visited {
	display: block;
	width: 120px;
	height: 36px;
	background-image: url(../images/review_order.png);
	text-indent: -5000px;
}

a.review:hover {
	background: url(../images/review_order.png) -120px;
}

#map {
	margin-top: 40px;
	border: 10px solid #fff;
	margin-bottom: 20px;
}

ul.terms {
	color: #b6b3a9;
	margin-top: 10px;
}

ul.terms li {
	margin-top: 2px;
}

/* SEARCH STYLES ------------------*/

#admin_login {
	float: left;
	width: 685px;
}

#searchBox {
	text-align: right;
	float: left;
	font-size: 10px;
	width: 200px;
	height: 22px;
}

.search_button {
	position: relative;
	left: 5px;
	top: -1px;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

.textfield {
	width: 160px;
	color: #666;
	margin: 0 10px 0 0;
	padding: 2px;
	font: 11px/11px verdana, arial,sans-serif;
	float: left;
}

#lp_left p em {
	color: #FF3914;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
}

span.space {
	margin-left: 5px;
	margin-right: 5px;
}

span.code {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

ul.search li.norm, ul.search li.alt {
	color: #b6b3a9;
	height: 20px;
	margin-top: 7px;
	padding: 5px 0 5px 15px;
	line-height: 20px;
	
}

ul.search li.norm {
	background-color: #3c3c3c;
}

ul.search li.alt {
	background-color: #2c2c2c;

}

