@charset "UTF-8";


div#submenu {
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
}

div#submenu ul {
	margin: 0 0 20px 20px;
}

div#submenu ul li {
	margin: 8px 0;
	list-style: none;
	font-size: .9em;
	position:relative;
	top:0;left:0;
	z-index:100;
}
*html div#submenu ul li {
	margin:0;
}

div#submenu ul li img {
	display:block;
	position:absolute;
	top:4px; left:-48px;
	*top:6px;
	z-index:200;
}

div#submenu ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #178c2c;
}

div#submenu ul li a span {
	padding: 3px 5px;
}

div#submenu ul li a:hover span {
	background: #d2e7a5;
}

div#submenu ul li a.selected span {
	background: #a6ce37;
	color: #fff;
	font-weight: bold;
}

div#submenu a.our_progects {
display: block;

	margin: 0 auto 40px auto;
*margin: 0 0 40px 10px;
	color: #178c2c;
	font-weight: bold;
	text-align: center;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
width: 128px;
}

div#submenu a.our_progects img {
display: block;
}

h2 {
	cursor: pointer;
}

h2:hover {
	text-decoration: underline;
}

h2.selected {
	text-decoration: none;
	cursor: default;
}

div#content div.text {
	margin: 10px 145px 0 83px;
	font-size: 1.1em;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

div.products {
	margin: 20px 145px 20px 0;
}

div.products div {
	width: 160px;
	float: left;
	margin: 0 30px 10px 30px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

div.products div strong {
	font-size: 20px;
}

div.products div strong span {
	font-size: 40px;
}





div#content table.seeds {
	float: left;
	width: 310px;
}

div#content table.seeds, div#content table.seeds td {
	border: none;
}

div#content table.seeds caption {
	font-weight: bold;
}

div#content table.seeds thead {
	border-bottom: 1px solid #666666;
}

div#content table.seeds thead td {
	background: none;
	font-weight: normal;
	text-align: left;
	padding: 4px 8px;
	font-size: .85em;
	font-style: italic;
}

div#content table.seeds td {
	padding: 2px 8px;
}



/* 
SHEPA COLORS
*/
div#content div#shepa_colors div {
	float: left;
	width: 73px;
	height: 73px;
	margin: 8px;
}

div#content div#shepa_colors div#shepa_black {
	background: #000;
}

div#content div#shepa_colors div#shepa_brown {
	background: #5c3715;
}

div#content div#shepa_colors div#shepa_blue {
	background: #2e365b;
}

div#content div#shepa_colors div#shepa_turquoise {
	background: #6bcbe6;
}

div#content div#shepa_colors div#shepa_red {
	background: #a8161a;
}

div#content div#shepa_colors div#shepa_orange {
	background: #db7216;
}