/* CSS Document */

body {
	background-color:#F0EEE1;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin: 10px auto;
	font: 75%/120% Arial, sans-serif;
}

.menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
.title {
	color: #FF7800;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.logon {
	color: #333333;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
}
.logon_help {
	color: #746500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.logon_help_2 {
	color: #746500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inner_title {
	color: #006600;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}

.contact_title {
	color: #006600;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	background:url(../new_image/line.gif) repeat-y;
}

.read_more {
	color: #3F6E00;
	font-family: Tahoma;
	font-size: 12px;
}
.inner {
	text-align:justify;
	color: #575757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
}

.form {
	text-align:justify;
	color: #333333;
	font-family: Tahoma;
	font-weight:bold;
	font-size:12px;
	line-height: 23px;
}

.product_inner {
	text-align:justify;
	color: #575757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
}
.link {
	text-align:justify;
	color: #575757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 20px;
}
.link2 {
	text-align:justify;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 20px;
}
.menu {
	text-align:justify;
	color: #FF7800;
	font-family: Tahoma;
	font-size:13px;
	font-weight:bold;
}

.top_link {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
.table {
	color: #FFFFFF;
	font-weight: bold;
}

.form_name {
	background: #F5F5F5;
	width: 40%;
	height: 20px;
	outline: none;
}

.news {
	FONT-SIZE: 10px;
	COLOR: #a7a7a7;
	TEXT-DECORATION: none;
	font-weight: normal;
}


/*------------------ side menu --------------------*/


.menu_list {	
	width: 215px;
}
.menu_head {
	padding: 10px 10px;
	cursor: pointer;
	color:#FFFFFF;
	position: relative;
	font-size: 14px;
	margin:1px;
    background: #E36405 url(left.png) center right no-repeat;
}
.menu_name {
	padding: 10px 10px;
	cursor: pointer;
	color:#FFFFFF;
	position: relative;
	font-size: 14px;
	margin:1px;
    background: #E36405 url(left.png) center right no-repeat;
}
.search {
	padding: 1px 11px;
	cursor: pointer;
	color: #000000;
	position: relative;
	font-size: 10px;
	margin:1px;
	background: #CC9900 url(left.png) center right no-repeat;
	background-color: #F0EEE1;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#E36405;
  background-color:#F1EFE0;
  padding-left:25px;
  font-weight:bold;
  line-height: 20px;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

/*------------------ side menu --------------------*/


/* Rounded Corner */
.tb5 {
	background: url(../new_image/round.gif) no-repeat top left;
	height: 22px;
	width: 143px;
}
.tb5a {
	border: 0;
	width:125px;
	margin-top:3px;
}
}
.tb6a {
	border: 0;
	width:300px;
	margin-top:3px;
}


/*------------------ banner --------------------*/

#slideshow {
    position:relative;
	float: left;
	width: 709px;
    height:139px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 139px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 139px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

