/* basic */

body,html,div {
	color: #FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
}

a:link,a:visited,a:active {
	text-decoration: none;
	font-weight: normal;
	color: #7D7D7D;
	font-size: 15px;
}

a:link img,a:visited img,a:hover img{
	border: none;

}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #319C00;
}

h1 {
	color: #74B74A;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	color: #66C43A;
}

/* div */

#container_all {
	width: 900px;
	height: auto;
}

#container_toolbar {
	width: 251px;
	height: 782px;
	float: left;
	background-color: #FFF;
}

#parameter_toolbar_top {
	width: 251px;
	height: 167px;
	background-repeat: no-repeat;
	background-image: url(../images/intro_01.jpg);
}

#parameter_toolbar_logo {
	width: 251px;
	height: 229px;
	background-repeat: no-repeat;
	background-image: url(../images/main_logo_05.jpg);
}

#parameter_toolbar_btm {
	width: 251px;
	height: 350px;
	background-repeat: no-repeat;
	overflow: visible;
}

#parameter_toolbar_spcer {
	width: 251px;
	height: 22px;
}

#parameter_toolbar_btn1 {
	width: 186px;
	height: 30px;
	padding-left: 35px;
	padding-right: 30px;
}

#parameter_toolbar_btn2 {
	width: 187px;
	height: 200px;
	padding-left: 33px;
	padding-right: 31px;
	overflow: visible;
}

#parameter_index {
	width: 612px;
	height: 782px;
	float: left;
	background-color: #FFF;
}

#parameter_index_tp {
	width: 573px;
	height: 35px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/index_02.gif);
	background-color: #FFF;
}

#parameter_index_mid {
	width: 612px;
	height: 350px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(../images/index_04.jpg);
	background-color: #FFF;
}

#parameter_index_spcr {
	width: 612px;
	height: 10px;
	background-color: transparent;
}

#parameter_index_mov {
	width: 555px;
	height: 330px;
	float: left;
	border: 1px solid;
	border-color: #6DA0B3;
}

#parameter_index_btm {
	width: 612px;
	height: 396px;
	float: left;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../images/index_06.gif);
}

#parameter_text {
	width: 510px;
	height: 280px;
	padding-top: 25px;
	padding-left: 20px;
	text-align: justify;
	padding-right: 25px;
	float: left;
}

/* side menu */

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 6px 0px;
	width: 187px;
	background: #fff;
	color: #818285;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

#sddm li a:hover
{
	color: #FFF;
	text-align: left;
	background: #73B84d;

}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #73B84d;
	border: 1px solid #73B84d;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 0px;
	width: 185px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #73B84d;
	color: #FFF;
	font: 11px arial
}

	#sddm div a:hover
	{
	background-color: #8EC770;

}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.8;
	opacity: 0.5;
}

.style1 {
	color:#9FDD68;
}
