@charset "UTF-8";
html, body {
	width: 100%; 
	}
:focus {
	outline: 0;
}
body, div, p {
	font-family: Arial;
	}
body {
	background-color: #000;
	margin: 0;
	padding: 0;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #39B34A;
	margin: 0px 0px 10px 0px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	}
p+p {
	margin-top: 1em;
	}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	}
	
a, img {
	outline:none;
	border: none;
}	
	
#plantbizbackground {
	position:fixed;
	left: 0;
	top: 0;
	overflow:hidden;
	zIndex: -9999
	}
#plantbizbackgroundimg {
	position:relative
	}
	
	
#header, #footer {
	z-index: 10;
	}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 130px;
	}
#header .content, #footer .content, #content {
	width: 900px;
	margin: 0 auto;
	}
#header .content {
	top: 30px;
	line-height: 84px;
	vertical-align: bottom;
	}
#header .content img {
	float: left;
	}
#header .content .current, #header .content a:hover {
	color: #39B34A;
	}
	
#header .content .current, #header .content .first a {
	color: #39B34A;
}
	
#header .menu {
	float: left;
	list-style: none;
	}
#header .menu li {
	font-size: 16px;
	display: inline;
	position: relative;
	border-left:  1px dotted #666;
	}
#header .menu li:first-child {
	border-left: none;
	}

#header .menu li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0.5em;
	text-transform: lowercase;
	}
#header .menu .menu {
	position: absolute;
	line-height: 20px;
	padding: 0;
	background-image: url('../assets/menu-top.png');
	background-repeat: no-repeat;
	margin-top: -15px;
	padding-top: 15px;
	display: none;
	}
#header .menu .menu.menu-selected {
	display: block;
	}
#header .menu .menu li {
	font-size: 14px;
	border-left: none;
	border-bottom: 1px dotted #FFFFFF;
	display: block;
	padding: 5px 0;
	background-color: #39B34A;
	opacity: 0.75;
	white-space: nowrap;
	}
#header .menu .menu li:last-child {
	border-bottom: none;
	}
#header .menu .menu li a {
	display: block;
	}
#header .menu .menu li a:hover {
	color: #000000;
	}
	
	
#content {
	position: relative;
	top: 150px;
	overflow: hidden;
	padding-top: 20px;
	}
#content a {
	color: #39B34A;
	text-decoration:none
	}
#content .trans-box {
	padding: 20px;
	margin-bottom: 20px;
	}


#footer strong {
	font-weight: normal;
	color: #39B34A;
	}
#footer .content {
	line-height: 30px;
	vertical-align: middle;
	}
#footer .left {
	float: left;
	}
#footer .right {
	float: right;
	}
#footer {
	position: fixed;
	bottom: 30px;
	width: 100%;
	height: 30px;
	font-size: 10px;
	}
#footer p {
	display: inline;
	}
#footer ul {
	display: inline;
	list-style: none;
	}
#footer li {
	display: inline;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #39B34A;
	}
#footer .menu {
	margin: 0;
	}
#footer .menu li {
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	padding-right: 0.5em;
	margin-right: 0.5em;
	}
#footer .menu li:last-child {
	border-right: none;
	}


.column-left {
	width: 400px;
	margin-right: 10px;
	float: left;
	}
.column-right {
	width: 400px;
	margin-left: 10px;
	float: right;
	}


.trans-box {
	position: relative;
	}
.trans-box .background {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	}
.trans-box .content {
	position: relative;
	color: #FFFFFF;
	}
.trans-box.span {
	clear: both;
	}
.left .trans-box {
	width: 380px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	 }
.right .trans-box {
	width: 380px;
	float: right;
	margin-left: 10px;
	overflow: hidden
	}
.left .trans-box .background, .right .trans-box .background {
	width: 380px;
	}
.left .trans-box .content, .right .trans-box .content {
	width: 340px;
	}
.right .trans-box {
	font-size: 10px;
	}

	
img.floatLeft {
	float: left;
	margin: 0px 20px 0px 0px;
	}

     
