/* ------------------------------------------------------------------------
CSS sheet for NELSON + PADE
Author: Chris Robinson & Jeff Sanders
Date Created: 10/27/2009

All inquiries for this document should be directed to info@giantseedcreative.com.
--------------------------------------------------------------------------

COLORS;

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


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a img {
	border: 0px;
}
body {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	background: #8EADDC url(../images/bodybg.jpg) top left repeat-x ;
}
#wrap {
	margin: 0px auto;
	width: 1019px;
}
p {
	margin: 1em 0px;
}


/* -----------------------------------------------------------------------
=SEARCH ELEMENTS
-------------------------------------------------------------------------*/
#search {
	padding-right: 10px;
	float: right;
	margin-bottom: 0px;
}
#search form {
	margin: 20px 12px 0px 0px;
	float: left;
	height: 24px;
}
#search form input {
	float: left;
	margin: 0px 5px;
	color: #666;
}
#search form input.text {
	width: 210px;
	border: 2px solid #ccc;
	padding-top: 2px;
	padding-left: 3px;
	height: 18px;
}
#module_search {
	margin: 15px 10px;
	float: left;
	height: 24px;
}
#module_search a.button {
	background: transparent url(../store/catalog/view/theme/default/image/button_right.png) no-repeat scroll top right;
	color: #fff;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	text-transform: uppercase;
}
#module_search a.button span {
	background: transparent url(../store/catalog/view/theme/default/image/button_left.png) no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}


/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header {
	overflow: hidden;
	clear: both;
	background: url(../images/headerTopBG.png) top left no-repeat;
}
#header h1 a {
	display: block;
	width: 418px;
	height: 97px;
	float: left;
	margin: 10px 30px 30px 30px;
	text-indent: -9999px;
	background: url(../images/logo.png) top left no-repeat;
}

#header h2 {
	font: 24px/1.5em "Times New Roman", Times, serif;
	text-align: right;
	color: #478FCC;
	float: right;
	margin: 25px 30px 0px 0px;
}
#header h2 span {
	display: block;
	font: 18px/1.5em "Times New Roman", Times, serif;
}

/* -----------------------------------------------------------------------
=NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul#nav {
	display: block;
	height: 150px;
	clear: both;
	background: url(../images/navBG.png) top center no-repeat;
	height: 54px;
	padding-left: 20px;
}
ul#nav li {
	padding: 0px 20px;
	position: relative;
	list-style-type: none;
	float: left;
	display: block;
}
ul#nav li:hover {
	padding: 0px 19px;
	background-color: #005129;
	border-left: 1px solid #013C1E;
	border-right: 1px solid #013C1E;
}
ul#nav li a {
	font: 24px/45px "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
}

/* mega menu */
ul#nav .mega {
	display: none;
}

 ul#nav li:hover .mega {
	padding: 10px 0px;
	position: absolute;
	top: 45px;
	left: -1px;
	width: 540px;
	background-color: #005129;
	border-left: 1px solid #013C1E;
	border-right: 1px solid #013C1E;
	border-bottom: 1px solid #013C1E;
	display: block;
}
ul#nav li .mega p {
	margin: 0px;
	padding: 0px;
}
ul#nav li .mega p a {
	margin: 0px;
	padding: 0px;
	font: 16px/2em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #B3D4EF;
	float: none;
}
ul#nav li .mega .megacol {
	width: 200px;
	padding: 0px 10px;
	float: left;
	display: inline;
}
	ul#nav li .mega .deuce {
		width: 250px;
	}
ul#nav li .mega .megacol ul {
	position: inherit;
	margin: 0px;
	padding: 0px;
	border: none;
	clear: both;
}
ul#nav li .mega .megacol li {
	padding-left: 12px;
	margin: 0px;
	background: url(../images/arrow.gif) center left no-repeat;
	border: none;
	float: none;
}
ul#nav li .mega .megacol li a  {
	padding: 0px;
	font: 14px/2em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	float: none;
}
ul#nav li .mega .megacol a:hover  {
	padding: 0px;
	text-decoration: underline;
}

/* nested ul */
ul#nav li ul {
	display: none;
}
 ul#nav li:hover ul {
	position: absolute;
	top: 45px;
	left: -1px;
	padding: 10px 0px;
	background-color: #005129;
	border-left: 1px solid #013C1E;
	border-right: 1px solid #013C1E;
	border-bottom: 1px solid #013C1E;
	display: block;
}
ul#nav ul li {
	padding: 0px 10px;
	white-space: nowrap;
}
ul#nav ul li:hover {
	padding: 0px 10px;
	border: none;
}
ul#nav ul li a {
	font: 16px/2em Arial, Helvetica, sans-serif;
	color: #B3D4EF;
}
ul#nav ul li a:hover {
	text-decoration: underline;
}	

/* -----------------------------------------------------------------------
=MAIN ELEMENTS
-------------------------------------------------------------------------*/
#content {
	margin: 20px auto;
	display: block;
	clear: both;
}
#content #contentTop {
	background: url(../images/contentTop.png) top left no-repeat;
	height: 30px;
}
#content #main {
	padding: 10px 30px 0px 30px;
	min-height: 500px;
	background: url(../images/body_bg_ie.jpg) top left repeat-y;
}
#content > #main {
	overflow: hidden;
	background: url(../images/contentMid.png) top left repeat-y;
}
/* -----------------------------------------------------------------------
=WORKSHOP ELEMENTS
-------------------------------------------------------------------------*/
.workshopimages {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.workshopcomments {
	float: left;
	width: 260px;
}
.workshopcomments p {
	margin-top: 0px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer {
	padding: 30px 30px 0px 30px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #2C558F;
	background: #8EADDC url(../images/contentBtm.png) top left no-repeat;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
#footer li {
	margin-right: 10px;
	display: inline;
}
#footer p {
	margin: 0px;
}
#footer a {
	color: #fff;
}
#footer .footcol {
	width: 50%;
	min-height: 20px;
	float: left;
	display: block;
}
	#footer .rightcol ul {
		float: right;
	}
	#footer .rightcol p {
		text-align: right;
	}
	#footer #follow li a {
		margin: 0px 10px;
		padding-left: 40px;
		height: 30px;
		font-weight: bold;
		line-height: 30px;
		float: left;
		display: block;
	}
	#follow a.twitter {
		background: url(../images/twitter.png) center left no-repeat;
	}
	#follow a.facebook {
		background: url(../images/facebook.png) center left no-repeat;
}
/*#footer p {
	clear: both;
	margin: 0px;
}
#footer .copy {
	padding-left: 20px;
	float: left;
}
#footer li {
	padding-right: 10px;
	display: inline;
}
#footer a {
	color: #fff;
}
#follow {
	padding-right: 20px;
	text-align: right;
	float: right;
}
	#follow a {
		margin: 0px 10px;
		padding-left: 40px;
		height: 30px;
		font-weight: bold;
		line-height: 30px;
		float: left;
		display: block;
	}
	#follow a.twitter {
		background: url(../images/twitter.png) center left no-repeat;
	}
	#follow a.facebook {
		background: url(../images/facebook.png) center left no-repeat;
	}*/

/* -----------------------------------------------------------------------
LIST ELEMENTS
-------------------------------------------------------------------------*/
#main ul {
	margin-bottom: 20px;
	margin-left: 12px;
}
#main ol {
	margin-left: 22px;
}
#main ul li {
	list-style-image: url(../images/greenArrow.gif);
}

/* -----------------------------------------------------------------------
SHARED PAGE ELEMENTS
-------------------------------------------------------------------------*/
#maincol {
	width: 600px;
	float: left;
}
#aside {
	padding: 20px;
	width: 300px;
	background: #E0E8EF;
	float: right;
	margin-bottom: 1.5em;
}
	#aside ul {
		margin-left: 0px;
	}
	#main #aside li {
		padding: .2em .2em .2em 20px;
		list-style-type: none;
		list-style-image: none;
		background: url(../images/asideArrow.gif) top left no-repeat;
	}
	#main #aside li:hover, #main #aside li.over {
		background-color: #8EADDC;
	}
	#aside li:hover a, #aside li.over a {
		color: #fff;
		display: block;
		text-decoration: none;
	}
	#aside a {}

/* 2 column */
.col2 {
	margin-bottom: 20px;
	width: 48%;
	float: left;
}
.last {
	float: right;
}
/* 3column */
.col3 {
	padding: 0px 20px;
	width: 278px;
	min-height: 200px;
	float: left;
}
/* 4 column */
.col4 {
	padding: 0px 20px;
	width: 198px;
	float: left;
}


/* images */
.left {
	margin: 0px 20px 20px 0px; 
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	display: block;
}
.right {
	margin: 0px 0px 20px 20px; 
	padding: 10px;
	width: 250px;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	display: block;
}
	.right p.caption, .rightlrg p.caption {
		margin: 0px;
		padding-top: 5px;
		font-size: 12px;
		line-height: 1.5em;
		text-align: center;
	}
.rightlrg {
	margin: 0px 0px 20px 20px; 
	padding: 10px;
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	display: block;
}
.leftlrg {
	margin: 0px 20px 20px 0px; 
	padding: 10px;
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	display: block;
}
/* -----------------------------------------------------------------------
EVENT ELEMENTS
-------------------------------------------------------------------------*/
.event {
	display: block;
	clear: both;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.eventtext {
	float: left;
	width: 600px;
}
/* -----------------------------------------------------------------------
TEXT ELEMENTS
-------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: .5em 0px;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
	font-size: 24px;
	color: #0D356F;
}
h3 {
	margin-top: 0px;
	font-size: 22px;
	color: #005129;
}
#aside h3 {
	font-size: 20px;
	color: #0D356F;
}
a {
	color: #005129;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* -----------------------------------------------------------------------
HOME PAGE ELEMENTS
-------------------------------------------------------------------------*/
#tophome {
	height: 350px;
}
#flash {
	padding: 10px;
	width: 400px;
	height: 300px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	display: block;
	float: left;
}
#intro {
	width: 500px;
	display: block;
	float: right;
}
	#intro p {
		margin-top: 0px;
	}
#bottomhome {
	clear: both;
}
/* featured products */
.feat {
	padding-bottom: 20px;
	clear: both;
}
.feat img {
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	float: left;
}
.feat a.buyNow {
	display: block;
	background: url(../images/buyNow.jpg) top left no-repeat;
	width: 81px;
	height: 24px;
	margin-top: 5px;
	text-indent: -10000px;
	overflow: hidden;
}

/* news products */
dl.news {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
dl.news dt.date {
	padding: 5px;
	text-align: center;
	background: url(../images/calendar_bg.png) top left no-repeat;
	width: 40px;
	height: 60px;
	float: left;
	display: block;
}
dl.news dt .month {
	margin-top: -7px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #005129;
	color: #fff;
	display: block;
}
dl.news dt .day {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
}
dl.news dt .year {
	margin-top: -4px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: block;
}
dl.news dd {
	width: 210px;
	float: right;
	display: block;
}
#news dl.news dd {
	width: 530px;
}
#news #aside dl.news dd {
	width: 230px; 
}
dt {
	font-weight: bold;
}

/* -----------------------------------------------------------------------
ABOUT ELEMENTS
-------------------------------------------------------------------------*/
.profile {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.alt {
	border-bottom: none;
}
.profile h3 .title {
	font-size: smaller;
}

/* ------------------------------------------------------------------------
CONTACT ELEMENTS
------------------------------------------------------------------------*/
.halfcol {
	padding: 0px 20px;
	width: 438px;
	float: left;
}
form.contact {
	padding-bottom: 40px;
}
form.contact br {
 clear: left;
}
form.contact label {
	margin: 1em 0px;
}
form.contact input[type="text"] {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
}
form.contact textarea {
	padding: 5px;
	margin-bottom:10px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}

form.contact input[type="image"] {
	margin-top: 10px;
	width: 121px;
	height: 24px;
}
p.success {
	padding-left: 50px;
	width: 375px;
	height: 40px;
	background: url(../images/success.gif) top left no-repeat;
	line-height: 40px;
	color: #287528;
}
p.error {
	padding-left: 50px;
	width: 375px;
	height: 40px;
	background: url(../images/error.gif) top left no-repeat;
	line-height: 40px;
	color: #CC0000;
}
.attn {
	color: #CC0000;
}

/* -----------------------------------------------------------------------
TABLE ELEMENTS
-------------------------------------------------------------------------*/
table.datasheet {
	clear: both;
	border-collapse: collapse;
	border-left: 1px solid #A8BDCF;
	border-top: 1px solid #A8BDCF;
}
table.datasheet th {
	background: #E0E8EF; 
}
table.datasheet td, table th {
	border-right: 1px solid #A8BDCF;
	border-bottom: 1px solid #A8BDCF;
	padding: 2px 5px;
	text-align: center;
}
table.system td, table.system th{
	text-align: left;
}
/* ------------------------------------------------------------------------
R&D GREENHOUSE ELEMENTS
------------------------------------------------------------------------*/
.currentphotos ul {
	margin-bottom: 10px;
	background: #eee;
	border: 1px solid #999;
	list-style-type: none;
	overflow: hidden;
}
.currentphotos li {
	float: left;
	display: block;
}
.currentphotos li img, .accordian li img {
	margin: 10px 12px;
	border: 1px solid #999;
}
.accordian {
	display: block;
	clear: both;
}
#content .accordian ul {
	margin: 0px;
	padding: 0px;
}
#content .accordian ul li {
	margin: 10px 0px; 
	list-style-image: none;
	list-style-type: none;
}
.accordian ul div {	
	background: #eee;
	border: 1px solid #999;
	clear: both;
	overflow: hidden;
}

/* -----------------------------------------------------------------------
MISC ELEMENTS
-------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
}
.ienote {
	margin: -15px 8px 0px 10px;
	padding: 2px 3px;
	text-align: center;
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #CC0000;
	clear: both;
}
.ienote a {
	color: #fff;
	text-decoration: underline;
}

/* -----------------------------------------------------------------------
STORE ELEMENTS
-------------------------------------------------------------------------*/
.div4 {
	background: url(../images/store_menu.jpg) top left no-repeat;
}










