html
{	
	background-color: #ffffff;
	background-image: url(../images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#home
{
	background-image: url(../images/home-body-bg.jpg);
}



body
{
	clear: both;
	position: relative;
	margin: 115px auto 0 auto;
	width: 974px;
	height: auto !important;
}

html>body
{
	
}

div, p, th, td, li, dd, dl, dt
{
	color: #404040;
}

hr
{
	display: none;
}

h1
{
	margin: 0 0 10px 0;
	padding: 0 0 9px 0;

	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	
	color: #404040;
	/* background-image: url(../images/header-bg.gif); */
	background-position: bottom left;
	background-repeat: repeat-x;
}

h2
{
	color: #444;
	font-size: 13px;
	margin-bottom: 3px;
/*	text-transform: uppercase;*/
}

h3
{
	font-size: 12px;
	color: #404040;
}

h4
{
	color: #404040;
}

ul
{
	list-style-type: disc;
}

ul li
{

	font-weight: normal;
	color: #404040;
	line-height: 1.3em;
}

ul li p
{
	margin: 0 !important;
}

hr
{
	border: 1px solid #ffffff;
	border-top: 1px solid #444;
	border-bottom-color: #ffffff;
	height: 3px;
	_height: 2px;
}

a
{
	color: #309123;
	text-decoration: none;
}

a:link
{
	color: #309123;
	text-decoration: none;
}

a:hover
{
	color: #404040;
	text-decoration: none;
}

body.popup
{
	margin: 60px 0 0 0 !important;
	width: 0;
	height: 0;
}

.popup #content
{
	background-image: url(../images/logo.jpg) !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
	margin: 0 !important;
	padding: 75px 0 0 75px !important;
}
/* @group LOGO */

#logo
{
/*	display: none;*/
	background-image: url(../images/logo.jpg);
	background-position: 0px 0;
	background-repeat:no-repeat;
	left: -50px;
	top: -55px;
	height: 100px;
	position: absolute;
	z-index: -1;
	width: 300px;
}

#home #logo
{
	left: 15px;
	top: -120px;
	background-image: url(../images/home-logo.jpg);
}

#logo img {
	display: none;
}

.imageW
{
	padding: 0 10px 0 0;
}
/* @end */

/* @group NAVIGATIONBLOCK */

#navigationblock
{
	z-index: 10001;
	position: absolute;
	top: 32px;
	left: 680px;
	margin: 0px 0 0 20px;
	padding: 90px 16px 0 16px;
	width: 247px;
	min-height: 340px;
	_height: 340px;
	
	background-image: url(../images/menu-bg.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

#home #navigationblock
{

	background-position: 0 22px;
}

#navigationblock #new-nav-container
{
	margin: 0;
	padding: 2px 0 3px 0;
	
	background-image: url(../images/nav-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	width: 214px;
}

#navigationblock #new-nav-container .level0
{
	margin: 0;
	padding: 5px 0 8px 0;
		
	background-image: url(../images/nav-bg.gif) !important;
	background-position: bottom;
	background-repeat: repeat-x !important;
}

#navigationblock #new-nav-container .level0 a
{
	font-size: 13px;
	font-weight: bold !important;
	color: #000;
}

#navigationblock #new-nav-container .level0 a:hover
{
	color: #000;
}

#navigationblock #new-nav-container .level1
{
	margin: 0;
	padding: 5px 0 8px 0;
	
	background-image: url(../images/nav-bg.gif) !important;
	background-position: bottom;
	background-repeat: repeat-x !important;
}

#navigationblock #new-nav-container #handle1
{
	border-top: none !important;
}

#navigationblock #new-nav-container .level1 a
{
	font-size: 13px;
	font-weight: bold !important;	
		
	color: #000;
}

#navigationblock #new-nav-container .has-child1-expanded {
	background: none !important;
	background-image: none !important;
}

#navigationblock #new-nav-container .has-child1-expanded a
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0;
	
	color: #000;
}

#navigationblock #new-nav-container .level1 a:hover
{
	color: #000;
}

#navigationblock #new-nav-container .level2
{
	background-image: url(../images/nav-level2-bg.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 1px 6px;
}

#navigationblock #new-nav-container .level2 a
{
	font-size: 11px;
	
	background-image: url(../images/nav-level2-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
	padding-left: 7px;
		
	color: #777;
}

#navigationblock #new-nav-container .level2 a:hover
{
	color: #404040 !important;
	font-weight: bold;
}

#navigationblock #en1
{	
	position: relative !important;
	margin: 50px 0 0 0 !important;
	padding: 0 !important;
	top: auto !important;
}

#navigationblock table
{

}

#navigationblock #en1 td
{

	padding: 2px 0;
}

#navigationblock #en1 td img
{
	display: none;
		border: none !important;
}

#navigationblock #en1 td a
{
	font-size: 11px;
	line-height: 13px;
	float: left;
	color: #000;
	width: auto;
	text-decoration: none;
	background-image: none;
	width: 150px;
}

#navigationblock #en1 td a:hover
{
	color: #455c5c;
}

/* @end */

/* @group HEADER */

#header
{
/*	display: none;*/
	right: -30px;
	top: -99px;
	position: absolute;
	z-index: 10000;
}

#header-text
{
	display: none;
}

#home #header-text
{
	display: block;
	position: absolute;
	top:  -8px;
	left: 24px;
	font-size: 11px;
	color: #444;
	line-height: 1.36em;
	width: 680px;
}

#header li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
	width: 120px;
	height: 20px;
}

#header li img.over {
	display: none;
}

#header li img {
	cursor: pointer;
	_cursor: hand;
	position: absolute;
	z-index: 10001;
}

#header #labels div#one {
	background-image: url(../images/label-1-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	overflow: hidden;
	text-align: center;
	top: 74px;
	left: 60px;
	font-weight: bold;
	color: #666;
	z-index: 100;
	width: 0;
}

#header #labels div#two {
	background-image: url(../images/label-2-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	overflow: hidden;
	text-align: center;
	top: 74px;
	left: 190px;
	font-weight: bold;
	color: #666;
	z-index: 100;
	width: 0;
}


#header #labels div#three {
	background-image: url(../images/label-3-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	overflow: hidden;
	text-align: center;
	top: 74px;
	left: 310px;
	font-weight: bold;
	color: #666;
	z-index: 100;
	width: 0;
}


#AddThis {
    position: absolute;
    right: 275px;
    top: 16px;
    z-index: 0;
}


/* @end */

/* @group ENDORSEMENT */

#endorsement
{
	position: absolute;
	top: 550px;
	right: 40px;
	width: 110px;
	z-index: 100000;
	/*background-image: url(../images/endorsement-bg.jpg);*/
	background-repeat: no-repeat;
}

/* @end */

/* @group CONTENT */

.boldTextSmallB {
	clear: both;
}

#content
{
	position: relative;
	margin: 0 0 0 0;
	top:33px;
	padding: 0px 0px 0px 10px;
	width: 670px;
}

#flash-holder
{
	display: none;
}

#home #flash-holder
{
	display: block;
	background-image: url(../images/home-flash-holder.jpg);
	width: 650px;
	height: 278px;
	position: absolute;
	top: 74px;
	left: 24px;
	z-index:1000;
}

#flash-menu
{
	position: absolute;
	right: 0;
	top: -134px;
}

#home #flash-menu
{
	display: none;
}


#home #content {	
	padding-top: 340px;
}

#content #contenttable
{
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important; 
}

#home #content #contenttable
{
	margin: 0px 0 0 0 !important;
	padding: 0 !important;
}

#content .column1
{
	margin: 0 20px 0 0 !important;
	padding: 10px 15px !important;
	
	width: 50%;
		
	background-repeat: no-repeat;
	background-position: right top;
}

#content .column2
{
	margin: 0 0 0 20px !important;
	padding: 10px 0 0 10px !important;
	
	width: 50%;
		
	background-repeat: no-repeat;
	background-position: right top;
}

#content p
{
	margin: 0 0 18px 0;
	
	font-weight: normal;	
	line-height: 1.36em;
	font-size: 11px;

	color: #444;
}

#content h1 {
	margin-bottom: 15px;
	padding-bottom:8px;
	border-bottom : 1px solid #d8d8d8;
}

#home #content h1{
/*	margin-bottom: 184px;*/
}

#content .le-form-table
{
	width: 500px;
}

#content li {
	list-style: none;
	background-image: url(../images/li-bg.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 8px;
	font-size: 11px;
	color:#444;
}

#visual
{
	display: none;
}

/*#home #visual
{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 200px;
	width: 560px;
	height: 425px;
}*/

/* @end */

/* @group SEARCH */

#search
{
/*	display: none;	*/
	top: 90px;
	left: 715px;
	height: 30px;
	z-index: 13999;
	width: 220px;
	margin: 0;
	padding: 0;
	right: auto;
	position:absolute;
}

#home #search 
{
	top: 73px;
}

#search input {
	background: none;
	background-image: url(../images/input-bg.jpg);
	background-repeat: no-repeat;
	border: none;
	color: #666;
	height: 16px;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0;
	width: 153px;
}

#search a.search-button {
	background: none;
	background-image: url(../images/search-bg.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	border: none;
	color: #309123;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 9px;
	margin: 0;
	text-align: left;
	width: 48px;
}


/* @end */

/* @group LOGOCLICK */

#logoclick, #language {
	display: none;
}

/* @end */

/* @group LANGUAGE */

#language
{
	z-index: 13999;
	position: absolute;
	top: 0;
	left: 0;
	width: 996px;
	height: 120px;
	margin: 0;
	background-color: transparent;
}

/* @end */

/* @group EXTRA */

#extra
{
/*	z-index: 10002;*/
	position: relative;
	top:33px;
/*	top: 234px;
	right: 0;
	left: 0;*/
	margin: 10px 0 0px 0px;
	padding: 0 0px 0 24px;
	width: 675px;
/*	min-height: 534px;
	_height: 534px;*/
	overflow: hidden;
	white-space: normal;
	
	background-image: url(../images/extra-bg.jpg);
	background-repeat: no-repeat;
	/*display: none;*/
}

#extra h2 {
	border-bottom: 1px solid #e5e5e5;
	color: #404040;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 6px;
	margin-bottom: 8px;
	text-transform: none;
}

#extra p
{
	margin: 0;
	padding: 0;
	/*font-size: 1.1em;
	line-height: 1.4em;*/
	color: #455c5c;
	font-size: 11px;
}

#extra h4
{
	font-size: 1em;
	color: #455c5c;
	width: 166px;
}

#extra p b
{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

#extra a:link,
#extra a:active,
#extra a:visited
{
	color: #309123;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#extra a:hover
{
	color: #000;
}
	


#extra li a:hover
{
	color: #000;
}

#extra hr
{
	display: none;
}

#extra br
{
	/*display: none;*/
}

#extra div
{
	margin: 0 20px 10px 0;
	float: left;
	width: 30%;
	padding: 0 !important;
	vertical-align: top;
}

#extra ul
{
/*	margin: 13px 0 15px 0;*/
/*	padding: 0 0 15px 0;*/
	margin: 0;
	padding:0;
}

#extra ul li
{
	/*margin: 0;
	padding: 0;
	*/
	background-image: url(../images/li-bg.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin: 0;
	margin-left: 2px;
	padding-left: 8px;
	font-size: 11px;
	list-style: none;
	color: #444;
}

#extra ul.buttons {margin:0; padding:0; list-style: none; width:209px;}
#extra ul.buttons li 							{background-image:none; background-position: 0 0; background-repeat: no-repeat; margin-bottom:2px; padding:0; margin:0; list-style: none;}
#extra ul.buttons li.button_downloads 			{background-image:url('../images/button_downloads.gif');}
#extra ul.buttons li.button_productdatabase 	{background-image:url('../images/button_productdatabase.gif');}
#extra ul.buttons li.button_contactus 			{background-image:url('../images/button_contactus.gif');}
#extra ul.buttons li a {display:block; width:100%; height:21px;}
#extra ul.buttons li a span {position:absolute; left:-999px; top:-999px; }


#extra iframe
{
	width: 209px;
}


/* @end */

/* @group TABLE */

.le-form-table
{
	width:450px;
}

.le-form-table th
{
	width: 125px;
}

.le-form-table-submit
{
	width: 180px;
}

.le-form-table td.multiple_form_field span
{
	float: left;
	white-space: normal;
}

.le-form-table td.multiple_form_field input
{
	margin-right: 5px;
	width: auto;
}
/* @end */


-table th
{
	width: 125px;
}

.le-form-table-submit
{
	width: 180px;
}

.le-form-table td.multiple_form_field span
{
	float: left;
	white-space: normal;
}

.le-form-table td.multiple_form_field input
{
	margin-right: 5px;
	width: auto;
}
/* @end */
