/* Establish page wrapper and centre it with auto margins */
/* Override "body" text centering from global.css, by centering text left */

#wrapper {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	border: 1px solid #FF0000;
}
#container {
	/* setup faux column backgrounds */
	background-image: url(../images/nav/backfauxmain.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#branding {
	background-color: #333333;
	padding-left: 0px;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#catsearch {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#brandingprint {
	display: none;
}
#nav {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 1px;
}
#content {
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#search {
	background-color: #F0F0DB;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/* HARDCODE - define main content with left and right hand columns */
#contentside {
	float: left;
	width: 180px;  /* column width (395px) less left and right margins */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#contentmain {
	float: left;
	width: 780px;  /* column width (335px) less left and right margins */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
}
#contenttop {
	height: 1px;
	/* background-image: url(../images/nav/contenttop.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#contentpage {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentside2 {
	float: right;
	width: 0px;  /* column width (230px) less left and right margins */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentbottom {
	height: 0px;
	background-image: url(../images/nav/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

/* end main content with left and right hand columns */

#plantsearch {
	width: 160px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
/* end main content with left and right hand columns */

#siteinfo {
	background-color: #669900;
	height: 30px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;	
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#siteinfoleft {
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#siteinforight {
	float: right;
	width: 310px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#siteinfoprint {
	display: none;
}

.fillerpic { }

.imagemain {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imageleft {
	margin: 2px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imageright {
	float: right;
	margin: 2px;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imagesymbol {
	float: right;
	margin: 2px;
}
.leftplantsearch {
	width: 140px;
	height: 20px;
	font-size: 100%;
}
#refinesearch {
	height: 2px;
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 13px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfd28f;
}
.refineplantsearch {
	width: 100px;
	height: 20px;
	font-size: 100%;
}
.custlogin {
	width: 140px;
	font-size: 100%;
	color: #FFFFFF !important;
	background-color: #006600;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
