/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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, 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;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#629223;	
	color:black;
	font-family:arial, verdana, sans-serif, serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline;outline:none;font-weight:bold;}
a:link {color:#5f911c;}
a:visited {color:#5f911c;}
a:hover {color:#75b323;;text-decoration:none;}
a:active {color:#5f911c;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:justify;line-height:1.8; }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 1.5em; }

#sub-full-content li {
	list-style:none;
	padding:0 0 0 16px;
	background:transparent url(/img/smartgarden/bullet.gif) no-repeat 0 5px;
	line-height:1.6;
	}

ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* 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: "" "";
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Verdana, Arial, sans-serif;
  color:#5f911c; 
  clear:both; 
	}
h1 { 
	font-size: 1.7em;
	font-weight:bold; 
	background:transparent url(/img/smartgarden/h1-back.gif) repeat-x bottom;
	padding:0 0 7px 0;
	margin-bottom:12px;
	}
h2 {
	font-size: 1.2em;
	font-weight:bold;
  font-family: Arial, Verdana, sans-serif;
	}
h3 { font-size: 1.4em;font-weight:bold; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
.fixed-width-wrapper {
	margin:0 auto 0 auto;
	width:858px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	}
#bg {
		background:#fff url(/img/smartgarden/bg.gif) repeat-x top;	
	}
#header {
	position:relative;
	height:150px;
	background:transparent url(/img/smartgarden/header-back.gif) no-repeat 41px 0;
	}
#left-content {
	float:left;
	width:462px;
	}
#right-content {
	float:left;
	width:393px;
	}
#left-content .padFix {
	padding:0 15px 0 0;
	}
#footer-grass {
	background:#fff;
	position:relative;
	}
#footer-grass .fixed-width-wrapper {
	width:931px;
	height:148px;
	background:transparent url(/img/smartgarden/foot-grass.gif) no-repeat top;
	}
#footer {
	background:#629223 url(/img/smartgarden/foot-back.gif) repeat-x top;
	padding-bottom:157px;
	}
#smartgarden-flash-content {
	text-align:center;
	height:281px;
	overflow:hidden;
	}
#smartgarden-flash-content p {
	text-align:center;
	}
#left-col {
	float: left;
	width: 50%;
	}
#right-col {
	float: left;
	width: 50%;
	}
/*--------------------------------------------------------------
 Subpage specific styles 
--------------------------------------------------------------*/
#sub-full-content .padFix {
	margin:0;
	padding:0 44px;
	}
#sub-content .padFix {
	margin:0;
	padding:0 30px 0 44px;
	}
#sub-content {
	float:left;
	width:620px;
	}
/*--------------------------------------------------------------
 Right nav specific styles 
--------------------------------------------------------------*/
#right-nav {
	float:left;
	width:238px;
	}
#right-nav .padFix {
	margin:0;
	padding:0 44px 0 0;
	}
#right-nav ul {
	list-style:none;
	margin:0 0 18px 0;
	font-size:110%;
	}
#right-nav ul li {
	list-style:none;
	line-height:1;
	}
#right-nav ul li a {
	display:block;
	background:transparent;
	width:140px;
	height:21px;
	line-height: 15px;
	overflow: hidden;
	text-decoration:none;
	}
#right-nav ul li a span {
	display:block;
	padding:3px 0 0 4px;
	}
#right-nav ul li a.current{
	color:#fff;
	background:transparent url(/img/smartgarden/right-nav-back.gif) no-repeat;
	}

/*--------------------------------------------------------------
 Homepage specific styles 
--------------------------------------------------------------*/
#home-content .padFix {
	margin:0;
	padding:0 44px;
	}
#product-col-1, #product-col-2, #product-col-3 {
	float:left;
	width:267px;
	margin-bottom:28px;
	}
#product-col-3 {
	width:235px;
	}
#product-col-1 .product-box, #product-col-2 .product-box, #product-col-3 .product-box {
	width:235px;
	}
#home-content .product-box {
	background:transparent url(/img/smartgarden/product-box-repeat.gif) repeat-y;
	position:relative;
	}
#home-content .product-box .padFix {
	padding:14px;
	background:transparent url(/img/smartgarden/product-box-bottom.gif) no-repeat bottom left;
	position:relative;
	z-index:5;
	min-height: 262px;
	}
.top-back {
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:31px;
	overflow:hidden;
	background:transparent url(/img/smartgarden/product-box-top.gif) no-repeat top left;
	z-index:4;
	}
.product-box img {
	float:right;
	margin-left:14px;
	margin-bottom:14px;
	}
.product-box p {
	font-size:90%;
	text-align:left;
	line-height:1.4;
	}
.c1 {
	z-index:6;
	float:left;
	width:107px;
	}
.c2 {
	z-index:6;
	float:left;
	width:100px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:16px; left:58px;
	width:152px;	
	height:102px;
	background:transparent url(/img/smartgarden/smart-garden-nutrifield-logo.gif) no-repeat;
	}
#header h1 a {
	display:block;
	height:98px;
	}
#header a span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	text-align:center;
	color:#5f911c;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
#nav-wrap {
	position:absolute;
	top:88px;
	left:284px;
	width:493px;
	}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 12em;
	height:30px;
	background:#fff;
	color:#5f923f;
	text-decoration:none;
}
#nav a:hover {
	background:#5fb546;
	color:#fff;
}
#nav li {
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
}
/*-------------------------------------------------------------
 Width for all custom Tier 1 LI tags
-------------------------------------------------------------*/
#nav li#home {
	width:73px;
	}
#nav li#products {
	width:99px;
	}
#nav li#locations {
	width:107px;
	}
#nav li#company {
	width:99px;
	}
#nav li#contact {
	width:115px;
	}
/*-------------------------------------------------------------
 Width and background images for all custom Tier 1 A tags
-------------------------------------------------------------*/
#nav li#home a {
	background:transparent url(/img/smartgarden/nav/home.gif) no-repeat 0 0;
	width:73px;
	}
#nav li#products a {
	background:transparent url(/img/smartgarden/nav/products.gif) no-repeat 0 0;
	width:99px;
	}
#nav li#locations a {
	background:transparent url(/img/smartgarden/nav/locations.gif) no-repeat 0 0;
	width:107px;
	}
#nav li#company a {
	background:transparent url(/img/smartgarden/nav/company.gif) no-repeat 0 0;
	width:99px;
	}
#nav li#contact a {
	background:transparent url(/img/smartgarden/nav/contact.gif) no-repeat 0 0;
	width:115px;
	}
/*-------------------------------------------------------------
 Hide the span tags on all Tier 1 links
-------------------------------------------------------------*/
#nav li a span {
	display:none;
	}
#nav li#home a:hover,
#nav li#products a:hover,
#nav li#locations a:hover,
#nav li#company a:hover,
#nav li#contact a:hover {
	background-position: 0 -60px;
	}
#nav li#home a.current,
#nav li#products a.current,
#nav li#locations a.current,
#nav li#company a.current,
#nav li#contact a.current {
	background-position: 0 -30px;
	}
#nav li#home a.current:hover,
#nav li#products a.current:hover,
#nav li#locations a.current:hover,
#nav li#company a.current:hover,
#nav li#contact a.current:hover {
	background-position: 0 -60px;
	}
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/

/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
form.std-form {
	width:490px;
	overflow:hidden;	
	padding-top:6px;
	}
form.std-form fieldset {
	margin:0 0 13px 0;
	display:block;
	width:480px;
	overflow:hidden;
	border:0;
	}
form.std-form legend {
	margin:0 0 12px 0;
	padding:8px 0;
	padding-bottom:0;
	color:#658180;
	font-weight:bold;
	font-size:120%;
	text-transform:capitalize;
	}
form.std-form td {
	padding-bottom:6px;
	}
form.std-form tr {
	vertical-align:top;
	}
form.std-form label {
	display:block;
	color:#676767;
	font-size:100%;
	padding:0 0 6px 0;
	}
form.std-form input, form.std-form textarea, form.std-form select {
	display:block;
	color:#658180;
	border-color:#bababa;
	background:#fff url(/img/smartgarden/input-back-white.gif) repeat-x bottom;
	padding:3px;
	}
form.std-form select option {
	padding:0 18px 0 0;
	}
form.std-form textarea {
	font-family:Arial, sans-serif, serif;
	font-size:110%;
	}
.input_text,
.input_password,
textarea,
select { 
	border-collapse:collapse;
	background:#fff url(/img/smartgarden/input-back-white.gif) repeat-x bottom;
	border:1px solid #a3b3bb;
	padding:3px 0;
	}
form.std-form td.large input, form.std-form td.large textarea {
	width:380px;
	}
form.std-form td.large {
	}
form.std-form td select {
	width:auto;
	}
form.std-form td.sub {
	padding:8px 0 0 23px;
	}
label {
	color:#000;
	font-size:70%;
	}

form.std-form fieldset input.input_check, #members-login input.input_check {
	width:auto;
	}
label:hover, label.ie_hover {
	color:#666;
	}

form.std-form fieldset input.ie_hover, form.std-form fieldset textarea.ie_hover,
form.std-form fieldset input:hover, form.std-form fieldset textarea:hover,
input.input_text:hover, textarea.input_text:hover { 
	border:1px solid #d0c73d;
	background:#FDFDE2;
	}

/*.input_text:focus, .input_password:focus, textarea:focus,*/
form.std-form fieldset input.ie_focus, form.std-form fieldset textarea.ie_focus,
form.std-form fieldset input:focus, form.std-form fieldset textarea:focus,
input.input_text:focus, textarea.input_text:focus { 
	border:1px solid #d0c73d;
	background:#FDFDE2;
	}

form.std-form input.submit, form.std-form input.submit:hover, form.std-form fieldset input.submit {
	margin:0;
	padding:0;
	border:0;
	}
#error {
	border:1px solid #d0c73d;
	background:#FDFDE2;
	font-size:70%;
	padding:10px;
	}
#error p {
	font-size:100%;
	color:#9c9307;
	font-weight:bold;
	margin:0;
	line-height:1.8em;
	}
.hide {
	display:none;
	height:0;
	overflow:hidden;
	visibility:hidden;
	}

form.std-form label.label_check, form.std-form input.input_check {
	display:inline;
	clear:none;
	padding:0;
	margin:0;
	}
form.std-form fieldset input.input_check, #members-login input.input_check {
	width:auto;
	background:transparent;
	border:0;
	}
form.std-form input.input_check {
	margin-top:3px;
	display:inline;
	}
form.std-form table, form.std-form table tr, form.std-form table td {
	border:0;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
  border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed,form.std-form fieldset  textarea.validation-passed {
  border: 1px solid green;
}
.validation-advice {
  margin: 2px; 
  padding: 2px; 
  color:#fff; 
  background-color:#5fb546;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}

/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 10px 30px;}
.float-left {float:left;padding:0 14px 24px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #home-content h1,
.sIFR-active #sub-full-content h1,
.sIFR-active #sub-content h1,
.sIFR-active #home-content h3 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
}

.sIFR-active #home-content h1,
.sIFR-active #sub-full-content h1,
.sIFR-active #sub-content h1,
.sIFR-active #right-nav h1 {
	font-size:22px;
}

.sIFR-active #home-content h3 {
	font-size: 18px;
}
/*--------------------------------------------------------------
 Misc styles 
--------------------------------------------------------------*/
#sitescene {
	float:right;
	width:47px;
	margin:-22px 0 10px 0;
	}
#sitescene a {
	display:block;
	width:37px;
	height:35px;
	background:url(/img/smartgarden/sitescene.gif) no-repeat 0 0;
	padding:0;
	text-decoration:none;
	}
#sitescene a:hover {
	background-position:0 -35px;
	}
#sitescene a span {
	display:none;
	}
