html {
	width: 100%;
	height: 100%;
	background: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-width: 994px;
	background: #fff;
}

#LIStat { display: none; }

#head_line {
	height: 98px;
	background: #396d59;
	border-color: #396d59;
	border-style: solid;
	border-width: 1px 0;
}
#head {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#head h1, #head h2, #head p , #head .h1, #head .h2{
	color: #b9d6b7;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
#head h1, #head .h1 {
	width: 300px;
	text-align: right;
	padding-top: 28px;
	display: block;
}

#head h2, #head .h2 {
	top: 28px;
	right: 0;
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
        display: block;
}
#head p {
	top: 50px;
	right: 0;
	width: 300px;
	position: absolute;
}

#head div {
	top: 3px;
	left: 350px;
	position: absolute;
	
	z-index: 2;
}




#mainmenu {
	height: 32px;
	margin: 0 0 30px 0;
	padding: 0;
	background: #75ab96;
}
#mainmenu div {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#mainmenu ul {
	float:left;
	/*
	width:330px;
	*/
	margin:0;
	padding:0;
	z-index:1;
	list-style:none;
	margin-top: 5px;
}
#mainmenu ul li {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}
#mainmenu li ul {
	top: 19px;
	left: 0; /* Set 1px less than menu width */
	width: 190px;
	display: none;
	position: absolute;
	background: #75ab96;
	margin-top: 0px;
	padding-top: 5px; 
}
#mainmenu ul li ul li {
	float: none;
	margin: 0;
	margin-top: -1px;
	margin-bottom: 1px;
}
#mainmenu ul li ul li a {padding: 2px 5px;}

/* Styles for Menu Items */
#mainmenu ul li a {
	color: #fff;
	border: 1px solid #75ab96; /* IE6 Bug */
	padding: 0;
	display: block;
	background: #75ab96; /* IE6 Bug */
	line-height: 18px;
	border-bottom: 0;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
#mainmenu ul li a:hover {text-decoration: none}
	
#mainmenu li:hover ul, #mainmenu li.over ul {display: block;} /* The magic */




.line_box {
	width:900px;
	margin:0 auto;
	padding:0;
	z-index:0;
	overflow:hidden;
	position:relative;
}
.line_box .column_50_left {
	float: left;
	width: 440px;
	padding-bottom: 10px;
}
.line_box .column_50_right {
	float: right;
	width: 440px;
	padding-bottom: 10px;
}
.line_box .column_left {
	float: left;
	width: 570px;
	padding-bottom: 10px;
}
.line_box .column_right {
	float: right;
	width: 300px;
	padding-bottom: 10px;
}
.line_box .column_left p, .line_box .column_right p {text-align: justify}


#footer {
	font-size: 11px;
	background: #396d59;
}
#footer p, #footer table {
	margin:0;
	padding:0;
}
#footer .line_box {
	border-color: #396d59;
	margin-bottom: 0;
}
#footer .line_box .column_left, #footer .line_box .column_right {padding: 0}
#footer .line_box .column_left {padding-top: 17px}
#footer a {color:#fff}
#footer a:hover {text-decoration: none}

#footer .line_box .column_left {
	width: 534px;
	padding-left: 36px;
}

#footer .line_box #LILogo {
	left: 0;
	top: 15px;
	position: absolute;
}

#price {
	margin: 50px 0 30px 0;
	padding: 0;
}
#price dd {
	margin: 0 0 5px 0;
	padding: 0;
}
#price dd, #price dd img {vertical-align:middle}
#price dd img {margin-right:5px}

