body {
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
}

#container {
	width: 900px;
	_width: 921px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	height: 90px;
	vertical-align: bottom;
}

#searchBox {
	float: left;
	margin-top: 44px;
}

#searchField {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	width: 180px;
	height: 20px;
	border-bottom: 1px solid #eaecec;
	border-right: 1px solid #eaecec;
	border-top: 2px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}

#logo {
	float: right;
	margin-top: 31px;
	margin-right: 25px;
}


/* Menu Lv1 */

#menu {
	background-image: url(../images/menu/menuBar.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #e9e9e9;
	height: 24px;
	margin-bottom: 5px;
}

#menuLv1 {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#menuLv1 li {
	display: inline;
	height: 24px;
}

#menuLv1 li.separator {
	width: 2px;
	margin: 0px 5px;
}


/* Menu Lv 2/3 */

#menuLv2, #menuLv3 {
	list-style: none;
	margin: 0px;
	padding: 35px 0px 0px 0px;
}
 	
#menuLv2 li, #menuLv2 li.last, #menuLv3 li, #menuLv3 li.last {
	border-top: 1px solid #dfdfdf;
	height: 20px;
	_height: 17px;
	line-height: 20px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #54b847;
	font-weight: bold;
}

#menuLv2 li.last, #menuLv3 li.last {
	border-bottom: 1px solid #dfdfdf;
}

#menuLv2 li a, #menuLv2 li a:link, #menuLv2 li a:visited, #menuLv3 li a, #menuLv3 li a:link, #menuLv3 li a:visited {
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

/* Box */

#box {
	border: 10px solid #e5e5e5;
	height: 299px;
}

/* Footer */

#footer {
	height: 95px;
	border-top: 1px solid #ebebeb;
}

#footer #links, #footer #info {
	margin-top: 10px;
}

#footer #info {
	float: left;
	margin-left: 10px;
	color: #999999;
}

#footer #links {
	float: right;
	margin-right: 10px;
	color: #666666;
}


/* Link */

a, a:link, a:visited {
	color: #50b847;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.pointer {
	cursor: pointer;
}


/* Text */

h1 {
	text-transform: uppercase;
	color: #50b847;
	font-size: 12px;
	margin: 7px 0px 25px;
}

.text {
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}

/* Home */

#boxes {
	margin-bottom: 40px;
	margin-top: 10px;
}

.box {
	border: 1px solid #ebebeb;
	width: 222px;
	_width: 224px;
	height: 122px;
	_height: 124px;
	float: left;
	margin-left: 1px;
	_margin-left: 1px;
}

.box .header, .box .headerOn {
	width: 222px;
	height: 32px;
	cursor: pointer;
}

.box .headerOn {
	position: relative;
	top: -32px;
	width: 0px;
}

.box .body, .box .bodyOn {
	width: 222px;
	height: 90px;
	position: relative;
	top: -32px;
	_position: absolute;
	_top: 493px;
}

.box .bodyOn {
	top: -122px;
	_top: 493px;
	width: 205px;
	height: 65px;
	_width: 222px;
	_height: 90px;
	background-color: #50b847;
	display: none;
	padding: 10px 7px 15px 10px;
	_padding: 10px 7px 10px 10px;
	color: #FFFFFF;
}

.box a, .box a:link, .box a:visited {
  color: #FFFFFF;
}


/* Product */

#body {
	border: 10px solid #FFFFFF;
}

.download, .news {
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	font-size: 11px;
}

.news {
	padding-left: 5px;
}

.download a.pdf, .download a.pdf:link, .download a.pdf:visited {
	color: #666666;
}

.news a, .news a:link, .news a:visited {
	color: #666666;
	font-size: 12px;
}


/* News */

.newsTitle {
	color: #666666;
	font-size: 12px;
	margin-bottom: 25px;
}

.newsBody {
	color: #666666;
	font-size: 11px;
	margin-bottom: 30px;
	line-height: 16px;
}

.input, .button {
	border-top:1px solid;
	border-top-color:#969696;
	border-left:1px solid;
	border-left-color:#969696;	
	border-bottom:1px solid;
	border-bottom-color:#696;
	border-right:1px solid;
	border-right-color:#696;
	height:20px;
	font-size:11px;
	color:#666666;
	}

.input {
	width:200px;	
	}
.button {
	width:100px;
	}


