html, body {
	margin: 0;
	min-height: 750px;
	height:100%;
	background: #004732 url(../gardenis/main_bg_rp.gif) repeat-x top;
	font-family: Tahoma;
	font-size: 12px;
	color: #5f5f5f;
}

body, td, th {
	color: #5f5f5f;
	font: Tahoma;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}


fieldset {
	padding: 0;
	margin: 0;
	border: 0px;
}

div#cont-right {
	width: 100%;
	height: 100%;
	background: url(../gardenis/main_bg_bottom.gif) no-repeat right bottom;
}

div#cont-left {
	width: 100%;
	height: 100%;
	background: url(../gardenis/main_bg_left.gif) no-repeat left top;
}

div#cont-top {
	width: 100%;
	height: 100%;
	background: url(../gardenis/main_bg_right.gif) no-repeat right top;
}

div#container {
	width: 920px;
	height: 100%;
	margin: 0 auto 0px auto;
	padding: 0 0 10px 0;
}

div#top {
	position: relative;
	width: 100%;
	height: 85px;
	margin: 0;
}

div#main {
	width: 910px;
	height: auto;
	margin: 0;
	padding: 8px 5px;
	background: #FFF;
}

div#solutions {
	position: relative;
	color: #FFF;
	width: auto;
	height: auto;
	float: right;
	padding: 0;
	margin: 0px 0 2px 0;
	padding: 0px 0;
	text-align: center;
	font-size: 11px;
}	
		
div#solutions a {
	color: #FFF;
	text-decoration: none;
}		

div#solutions a:hover {
	color: #FFF;
	text-decoration: underline;
}

a#logo {
	margin: 10px 0 0 0px;
	width: 271px;
	height: 62px;
	cursor: pointer;
	float: left;
	background: url(../gardenis/logo.png) no-repeat top left;
}

div#lang {
	width: 195px;
	height: auto;
	float: right;
	margin: 13px 0 0 0;
}

div#lang a {
	float: left;
	padding: 0 7px 0 9px;
	width: 15px;
	margin: 0 0;
	border-right: 1px solid #666;
	font-size: 12px;
	color: #1B5B48;
	text-decoration: none;
}

div#lang a.lang-last {
	border-right: 0px;
}

div#lang a.active,
div#lang a:hover {
	color: #1B5B48;
	font-weight: bold;
}



/*----START left menu---------*/
ul#left-cat-menu {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 14px 0 0 0;
}

ul#left-cat-menu li {
	width: 235px;
	margin-left: 3px;
	padding: 0;
	background: url(../gardenis/left_menu_rp.gif) repeat-x bottom;
	
	float: left;
	clear: both;
}

ul#left-cat-menu li.first {
	float: left;
	border-left: 0px;
}

ul#left-cat-menu li a {
	float: left;
	padding: 10px 0 10px 15px;
	color: #5f5e5e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

ul#left-cat-menu li a:hover {
	text-decoration: underline;
}

ul#left-cat-menu li.active a,
ul#left-cat-menu li a:hover {
	color: #00654e;
	text-decoration: none;
}

ul#left-cat-menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 15px 0;
	float: left;
	background: url(../gardenis/left_menu_rp.gif) repeat-x bottom;
}

ul#left-cat-menu li ul li {
	margin: 0;
	padding: 0;
	background: none;
}

ul#left-cat-menu li.active_sub ul li a {
	margin: 0px 0 0px 25px;
	padding: 5px 0;
	font-weight: normal;
	color: #4e4f4f;
	font-size: 11px;
}

ul#left-cat-menu li.active_sub ul li a:hover {
	color: #006b56;
	text-decoration: none;
	font-weight: bold;
}

ul#left-cat-menu li.active_sub {
	background: none;
}

ul#left-cat-menu li.active_sub a {
	color: #026751;
}

ul#left-cat-menu li.active_sub ul li.active a {
	color: #FFF;
	margin-left: 15px;
	font-weight: bold;
}

ul#left-cat-menu li.active_sub ul li.active a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

ul#left-cat-menu li ul li.active {
	background: none;
	border: 1px solid #9ab4ac;
	margin-left: 9px;
	width: 224px;
	background: #0a4e3a url(../gardenis/sub_menu_act.gif) repeat-x top;
}

/*-------END left menu---------*/



/*---START catalog menu----*/

ul#catalog-menu {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 1px 0 0 0;
	margin-right: 30px;
}

ul#catalog-menu li.level5 {
	float: left;

	background: url(../gardenis/top_menu_sep2.gif) no-repeat center left;
}

ul#catalog-menu li.first {
	background: none;
}

ul#catalog-menu li.level5 a {
	float: left;

	padding: 12px 25px;
	color: #5f5e5e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}

ul#catalog-menu li.active {
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	padding-top: 0px;
	margin-right: -3px;
	z-index: 9;
}

ul#catalog-menu li.active a {
	border-top: 4px solid #FFF;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	margin: 0 0px 0 0;
	padding:8px 25px 16px 25px;
	color: #00654e;
	background: url(../gardenis/menu_top_active.gif) repeat-x top;
}

ul#catalog-menu li a:hover {
	color: #006b56;
	text-decoration: none;
}


/*---END catalog menu----*/




div#search {
	position: absolute;
	right: 10px;
	top: 60px;
	width: auto;
	height: 25px;
}
         
            
div#search input.query {
	font-size: 11px;
	padding: 1px 2px;
	border: 1px solid #666;
}

div#search input.btn {
	width: 18px;
	height: 15px;
	border: 0px;
	cursor: pointer;
	position: relative;
	top: 2px;
	#top: -2px;
	margin: 0 0 0 5px;
	#left: 5px;
	background: url(../gardenis/search.gif) no-repeat top left;
}

div#search span {
	float: left;
	font-size: 11px;
	color: #6f7372;
}

div#search span.search-info {
	margin-right: 10px;
	margin-top: 2px;
}

div#catalog-menu-top {
	width: 909px;
	height: 43px;
	margin-bottom: 5px;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	background: url(../gardenis/top_menu_vd.gif) repeat-x top;
}

div#main-text {
	min-height: 650px;
	height: auto !important;
 	height: 650px;
	width: 100%;
	background: url(../gardenis/main_rp_vd.gif) repeat-y left;
	
}

div#menu-left {
	height: auto;
	width: 245px;
	float: left;
	clear: both;
}

div#main-content {
	height: auto;
	width: 620px;
	float: right;
	margin-right: 7px;
	margin-top: 20px;
	padding-bottom: 40px;
}

div#root {
	width: 898px;
	height: auto;
	padding: 5px 3px 5px 10px;
	font-size: 11px;
	color: #FFF;
	background: #f99d28;
	border-bottom: 5px solid #FFF;
}

div#root a {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}

div#root a:hover {
	text-decoration: underline;
	color: #FFF;
}

div#main-img {
	float: right;
	width: 660px;
	height: 298px;
	background: #EEE;
}

div#main-info {

}

h1#title {
	color: #006B56;
	border-bottom: 3px solid #F99D28;
	margin: 0 0 13px 0;
	padding: 0px 0px 3px 0;
	font-weight: normal;
	font-size: 22px;
	float: left;
	width: 100%;
	height: auto;
}


div#contact-text {
	float: left;
	width: auto;
}


div#bottom-text {
	width: 890px;
	height: auto;
	padding: 5px 10px;
	position: relative;
	float: left;
	background: #a0a0a0;
	color: #FFF;
	margin: -15px 0 0 0;
	border: 5px solid #FFF;
}

div#banners {
	margin: 25px auto 0 auto;
	padding-bottom: 90px;
	width: 200px;
	height: auto;
	overflow:hidden;
	clear: both;
}
