@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #06620C;
}

div#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 979px;
	margin: 0 auto -49px auto;
	background: white;
}

div#top
{
	background: url('images/jungle-header.jpg') no-repeat top left;
	height: 249px;
}

.push
{
	height: 49px;
}

div#main-left
{
	width: 262px;
	float: left;
}

div#main-right
{
	width: 717px;
	float: left;
}

div#main-right .inner
{
	padding: 0 27px 0 27px;
}

div#second-right
{
	width: 222px;
	float: left;
}

div#second-middle
{
	width: 495px;
	float: left;
}

div#testimonial
{
	background-color: #E1E1E1;
	margin: 40px 0px 0px 0px;
	width: 192px;
	font-size: 10px;
}

div#latest_install
{
	background-color: #E1E1E1;
	margin: 25px 0px 0px 0px;
	width: 192px;
	font-size: 10px;
}

div#footer
{
	background: #06620C url('images/new-footer-bg.gif') no-repeat top left;
	height: 49px;
	width: 979px;
	margin: 0 auto;
}

div#footer *
{
	color: white;
}

div#footer .inner
{
	padding: 20px 39px 0 39px;
}

div#navigation
{
	background: url('images/jungle-nav-bg.jpg') no-repeat top left;
	height: 442px;
	padding-top: 39px;
}

div#left-content
{
	padding: 20px;
}

div#navigation .link
{
	padding-left: 59px;
	display: block;
}

#floating_navigation {
	/* Test Comment */
	width: 650px;
	height: 525px;
	/* Position Stuff */
	position: absolute;
	z-index: 50;
	
	display: none;
	border: 1px solid #000000;
	background-color: #ffffff;
	
}


#left_options ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left_options li { margin: 0 0 .2em 0; }

#left_options li.selected a {
	display: block;
	width: 125px;
	padding: .2em .8em;
	text-decoration: none;
	background-color: #79c5df;
	border: 1px solid #ffffff;
	color: #FFF;
}

#left_options a {
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #79c5df;
	width: 125px;
	padding: .2em .8em;
	text-decoration: none;
}

#left_options a:hover {
	background-color: #79c5df;
	border: 1px solid #ffffff;
	color: #FFF;
}

.icon {
	padding: 5px;
}

.icon_hover {
	padding: 5px;
	background-color: #79c5df;
}

.loading {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

