/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
* { outline:  none; }

/* Website styles */
body {
	background: #e3fdd7 url('bg.gif') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a8600;
}
div#container {
	width: 746px;
	margin: 10px auto 0 auto;
	border: 3px solid #a1df25;
	background: #fff;
}
div#header {
	width: 746px;
	height: 175px;
	background: url('header.jpg') top left no-repeat;
}
#header a.logo {
	float: left;
	width: 193px;
	height: 73px;
	display: block;
	margin: 12px 0 0 12px;
}
#header div.lang {
	float: right;
	margin: 12px 12px 0 0;
	_margin: 12px 0 0 0;
	_padding: 0 12px 0 0;
}
#header div.lang a {
	float: right;
	padding: 2px 0 2px 15px;
	border-left: 1px solid #92b4d9;
	margin: 0 0 0 15px;
}
#header div.lang a.last {
	border: 0;
}
ul#jsddm {
	width: 746px;
	height: 31px;
	background: url('nav-bg.jpg') top left no-repeat;
	border-bottom: 3px solid #a1df25;
}
#jsddm li {
	float: left;
	list-style: none;
	height: 31px;
	display: block;
}
#jsddm li a {
	float: left;
	height: 31px;
	line-height: 31px;
	display: block;
	padding: 0 26px;
	font-size: 14px;
	color: #486b00;
	text-decoration: none;
	text-transform: uppercase;
}
#jsddm li a:hover
	{	color: #000000;}
		
		#jsddm li ul
		{	margin: 0;
		margin-top: 30px;
		*margin-top: 0px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			clear: both;
			}
			
	
			#jsddm li ul li
			{	clear: both;		}
			
			#jsddm li ul li a
			{	width: 200px;
			color: #0000000;
	background: #ffffff;}
			
			#jsddm li ul li a:hover
			{	background: #8EA344;
			color: #ffffff;}
div#main {
	width: 722px;
	padding: 15px 12px 10px 12px;
	overflow: hidden;
	background: url('content-bg.gif') bottom center no-repeat;
}
#main div.leftbox {
	float: left;
	width: 210px;
	margin: 0 15px;
	_margin: 0 12px;
}
#main .leftbox h2 {
	font-size: 14px;
	color: #789e2b;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#main .leftbox img.index-border {
	width: 210px;
	height: 158px;
	/*padding: 3px 3px 15px 3px;
	background: url('img-border.gif') top left no-repeat;*/
}
#main .leftbox p {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#main p a {
	color: #5a8600;
	border-bottom: 1px dotted #5a8600;
	text-decoration: none;
}
#main p a:hover {
	border-bottom: 1px solid #5a8600;
}
div#bottom {
	clear: both;
	padding: 30px 0 0 0;
}
#bottom img {
	float: left;
	margin: 0 10px 5px 0;
}
#bottom p {
	clear: both;
	font-size: 12px;
	color: #cacaca;
}
#bottom p a {
	color: #5a8600;
	text-decoration: none;
}
div#footer {
	width: 722px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 20px auto;
	padding: 0 12px;
	font-size: 12px;
	color: #5b5b5b;
	background: url('footer-bg.gif') top left no-repeat;
}
#footer img {
	position: relative;
	top: 7px;
}
p.products {
	float: left;
	width: 340px;
	text-align: center;
	margin: 3px 0;
}
