/**

 * Main CSS Stylesheet

 */

* {
margin: 0;
padding: 0;
}

body {
	background-color: #6db18a;
	color: #3f3f3c;
	font: 62.5% Verdana, Tahoma, sans-serif;
	line-height: 20px;
	text-align: center;
	z-index: 30;
	}

.clear { 
	clear: both;
}
a img {
	border: none;
}
#mainWrapper {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	background: #6db18a url(../images/page-bg.jpg) no-repeat center top;
}
/* Header and nav divs */

/* to choose right header */

#indexHomeBody #header, #contactusBody #header {
	background: #517022 url(../images/header-home.jpg) no-repeat left top;
}

.Category1 #header {
	background: #517022 url(../images/header-agave.jpg) no-repeat left top;
}
.Category2 #header {
	background: #517022 url(../images/header-aloe.jpg) no-repeat left top;
}
.Category3 #header {
	background: #517022 url(../images/header-yucca.jpg) no-repeat left top;
}
.Category5 #header {
	background: #517022 url(../images/header-cactus.jpg) no-repeat left top;
}

.Category4 #header {
	background: #517022 url(../images/header-palm.jpg) no-repeat left top;
}
.Category6 #header {
	background: #517022 url(../images/header-misc.jpg) no-repeat left top;
}

/* next line to have different page-bg for gallery pages */

.Category7 #mainWrapper {
	background: #6db18a url(../images/gallery-page-bg.jpg) no-repeat center top;
}

#header {
	width: 915px;
	height: 225px;
	text-align: left;
	margin: 0;
}
#header h1 {
width: 275px;
height: 225px;
background: url(../images/logo.png) no-repeat left top;
text-indent: -9999px;
overflow: hidden;
}
.Category7 #header {
	background: #517022 url(../images/gallery-header.png) no-repeat left top;
	height: 100px;
}	

.Category7 #header h1 {
display: none;
}
#menu {
	background: #071f21 url(../images/menu-bar.jpg) no-repeat right top;
	width: 915px;
	height: 36px;
}

/* navigation */
#nav {
width: 843px;
height: 28px;
position: relative;
background: url(../images/menu.png);
list-style-type: none;
}

#nav li {
float: left;
}
#nav li a {
position: absolute;
top: 0;
margin: 0;
padding:0;
display: block;
height: 28px;
background: url(../images/menu.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
font-size: 1%;
}
#nav ul,
#nav ul li {
	height: auto;
	border: 0;
}

#nav ul {
	border-top: 0;
	background: url(menu-background.png) bottom left no-repeat;
	padding: 8px 0;
	width: 190px;
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited,
#nav ul li span {
	padding: 4px 20px;
	margin: 0 1px 1px 1px;
	height: auto;
	float: none;
	display: block;
	font-size: 85%;
	font-weight: normal;
	border: 0;
	background-image: none;
	position: relative;
}

#nav ul li a:hover,
#nav ul li a:active {
	background: #3d5b74;
}


li#nav_hom a {
left: 0;
width: 69px;
background-position: 0 0;
}

li#nav_aga a {
left: 69px;
width: 80px;
background-position: -69px 0;
}

li#nav_alo a {
left: 149px;
width: 65px;
background-position: -149px 0;
}

li#nav_yuc a {
left: 214px;
width: 185px;
background-position: -214px 0;
}

li#nav_cac a {
left: 399px;
width: 62px;
background-position: -399px 0;
}

li#nav_pal a {
left: 461px;
width: 145px;
background-position: -461px 0;
}

li#nav_mis a {
left: 606px;
width: 76px;
background-position: -606px 0;
}

li#nav_gal a {
left: 682px;
width: 78px;
background-position: -682px 0;
}

li#nav_con a {
left: 760px;
width: 83px;
background-position: -760px 0;
}
/* hover states */
li#nav_hom a:hover {
	background-position: 0 -56px;
}

li#nav_aga a:hover {
	background-position: -69px -56px;
}

li#nav_alo a:hover {
	background-position: -149px -56px;
}

li#nav_yuc a:hover {
	background-position: -214px -56px;
}

li#nav_cac a:hover {
	background-position: -399px -56px;
}

li#nav_pal a:hover {
	background-position: -461px -56px;
}

li#nav_mis a:hover {
	background-position: -606px -56px;
}

li#nav_gal a:hover {
	background-position: -682px -56px;
}


li#nav_con a:hover {
	background-position: -760px -56px;
}
/* end of hover states */

/* you are here states */
#body_hom li#nav_hom a {
	background-position: 0 -28px;
}
#body_aga li#nav_aga a {
	background-position: -69px -28px;
}
#body_alo li#nav_alo a {
	background-position: -149px -28px;
}
#body_yuc li#nav_yuc a {
	background-position: -214px -28px;
}
#body_cac li#nav_cac a {
	background-position: -399px -28px;
}
#body_pal li#nav_pal a {
	background-position: -461px -28px;
}
#body_mis li#nav_mis a {
	background-position: -606px -28px;
}
#body_gal li#nav_gal a {
	background-position: -682px -28px;
}
#body_con li#nav_con a {
	background-position: -760px -28px;
}
/* end of you are here states */
/* end of navigation */
/* eo header */

/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	line-height: 1.8em;

	padding: 0.2em;

	border: 1px solid #000000;

	}



.messageStackWarning, .messageStackError {

	background-color: #517022;

	color: #ffffff;

	}



.messageStackSuccess {

	background-color: #517022;

	color: #ceda52;

	}



.messageStackCaution {

	background-color: #FFFF66;

	color: #97d3af;

	}

/* Content box divs */

#contentbox {
	background: url(../images/content-box-bg.jpg) repeat-y top;
	margin-top: 10px;
	width: 915px;
	text-align: left;
}
	
#cbheader {
background: #547b2c url(../images/content-box-header.jpg) no-repeat;
height: 19px;
}
#cbcontentwrapper {
background: url(../images/content-box-photo.jpg) no-repeat;
width: 915px;
}
#cbcontent {
	background: url(../images/cbcontent-bottom.png) no-repeat bottom;
	padding-left: 20px;
	padding-right: 20px;
}
#cbfooter {
background: #547b2c url(../images/content-box-footer.jpg) no-repeat;
height: 27px;
}
/* eo content layout */

/* general content setting */

h1, h2, h3 {
color: #ceda52;
}
h1 {
	font-size: 2.4em;
/*	padding-left: 10px;*/
	margin-bottom: 10px;
}
h2 {
	font-size: 2.2em;
/*	padding-left: 10px;*/
	margin-bottom: 10px;
}
#content p {
	font-size: 1.2em;
	color: #cdd2a9;
/*	padding-left: 10px;*/
	margin-bottom: 10px;
}
.rightimage {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 6px;
}
/* Links */
#content a, #content a:visited {
	color: #97d3af;
	text-decoration: none;
	border-bottom:1px dotted;
}
#content a:hover {
	color: #ceda52;
	text-decoration: none;
	border-bottom:1px solid;
}
#content h3 a, #content h3 a:visited, #content h3 a:hover {
    color: #ceda52;
	text-decoration: none;
	border: none;
}
#productGeneral a, #productGeneral a:visited, #productGeneral a:hover   {
border: none;
}
.centeredContent {
	text-align: center;
	}
.navNextPrevWrapper {
margin-bottom: 4px;
}

	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

/* eo linkks */

/* Product listing */
 .navSplitPagesResult, .navSplitPagesLinks {
    font-size: 1.1em;
	color: #ceda52;
	/*padding-left: 10px;*/
 }
 .back {
	float: left;
	}
.forward {
	float: right;
	}
.album {
	margin :10px 10px 10px 0px;
	padding: 0 0 12px;
	width: 200px;
	float: left;

}
.plant {
	margin :10px 10px 10px 0px;
	padding: 0 0 12px;
	width: 550px;
	background: url(../images/plantboxbottom.png) no-repeat bottom left;
	clear: both;
}
.plantcontent {
	background: url(../images/plantbox.png) no-repeat;
	padding-top: 12px;
	}
.pcwrapper {
	background: #344a26;
	height: 100%;\
	}
/* listing table styles */
table {
border-collapse: collapse
}
td {
vertical-align: top;
font-size: 1.2em;
}
td.itemTitle {
height: 15px;
}
td.itemimage {
width: 120px;
}
td.itemdescription {
width: 300px;
color: #cdd2a9;
}
td.itemprice {
	color: #cdd2a9;
 }
.plant img {
	margin : 0px 12px;
}
.plant h3 {
	font-size: 1.3em;
}

/* end of listing */

/* Individual plant page */
#productGeneral {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	}
#productMainImage {float: right;
margin-right: 10px;
margin-left: 20px;
margin-bottom: 6px;
}
#planttext {
	width: 300px;
}

#planttext p {
	margin-bottom: 10px;
}
#cbright {
	width: 418px;
	float: right;
	margin-right: 30px;
}
#plantphoto  {
	padding: 0 0 9px;
	background: url(../images/plantphotobottom.png) no-repeat bottom left;
}

#pptop {
	background: url(../images/plantphoto.png) no-repeat;
	padding-top: 9px;
}
#ppwrapper {
margin: 0;
padding: 0;
	background: #344a26;
	text-align: center;
	width: 418px;
	}
#ppwrapper img  {
	display: block;
	margin: 0;
	padding: 0;
	width: 400px;
}
#ppwrapper p {
margin: 0;
padding 0;
}
/* eo individual page */
 
/* contact form */
#main form { 
	margin:1.5em 0;
	padding:0;
	width:450px;
	float:left;
	font-family:Arial,Helvetica,sans-serif; 
}
fieldset { 
	margin:0; 
	padding:0; 
	border:none;
}
legend { 
	padding-bottom:0.5em; 
	font-size:1.2em; 
	margin-left:135px; 
	color:#fff; 
}
#main form div { 
	padding:1em 0; 
	border-top:1px solid #17666e; 
	font-size:1.2em; 
}
#main label {
	float:left; 
	width:135px; 
	line-height: 200%; 
	padding-right: 12px;
	text-align:right;
	cursor:pointer; 
	color: #ceda52;
} 
#main label:hover{color:#fff;}
#main input, textarea { 
	width:270px;  
	border:1px solid #071f21; 
	padding:3px; 
	font-size:1.2em; 
	background:#344a26; 
	color:#fff; 
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
} 
textarea { 
	overflow:auto; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:1.2em; 
	width:270px; 
	border:1px solid #071f21; 
	padding:3px;
}
#main .button input { 
	border:none; 
	margin-left:135px; 
	font-size:1.2em; 
	color:#001257; 
	background:none; 
	padding:0 4px; 
	cursor:pointer; 
	width:auto;
}

#main .inputHighlighted { 
	border:1px solid #00244d;
	background: #17666e;
}

#main .form_alert_msg {
	width: 270px;
	color: #001257;
	padding: 2px 3px 2px 15px;
	margin-left: 135px;
	border:0;
}
#main .form a { text-decoration: none;}
/* eo contact form */

.additionalImages {
float: left;
width: 120px;
	vertical-align: top;
	margin: 1em 0em;
	text-align: center;
	
}
