@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height:100%;
	margin: 0px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #FF5E00;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.a1 {
	color: #666666;
	text-decoration: underline;
}
.a1:hover {
	color: #FF5E00;
	text-decoration: underline;
}

#main {
	height: 100%;
	width: 1000px;
	margin:auto;
	min-height:620px;
	background-color: #FFFFFF;
}
#container {
	clear:both;
	min-height:490px;
}
#leftCol {
	background-image: url(../images/bg_left_coloumn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 681px;
	margin-top: 10px;
	min-height:320px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 5px;
}
#rigthCol {
	background-image: url(../images/bg_right_coloumn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 217px;
	margin-top: 10px;
	min-height:320px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
/*---------------------Header------------------------------*/
#header {
	background-color: #FFFFFF;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	width: 100%;
	
}
#header .logo {
	height: 69px;
	vertical-align: middle;
}
#tnb {
	background-image: url(../images/bg_tnb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	line-height: 28px;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	padding-left:81px;
}
#tnb a {
	color: #D8D8D8;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#tnb a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#tnb a.selected {
	color: #FF5E00;
}
/*---------------------Footer------------------------------*/

#footer {
	color: #CCCCCC;
	background-color: #333333;
	height: 23px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 20px;
	padding-top: 2px;
	clear:both;
	margin-top: 10px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*---------------------Tag------------------------------*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 20px;
	color: #666666;
	margin: 0px;
}
h2 {
	font-size: 18px;
	color: #FF5E00;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #FF5E00;
	margin: 0px;
}

/*---------------------Other------------------------------*/
.txt_16 {
	font-size: 16px;
}
.txt_14 {
	font-size: 14px;
}
.txt_13 {
	font-size: 13px;
}
.txt_12 {
	font-size: 12px;
}
.txt_orange {
	color:#FF5E00;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear:both;
}
.homeMenu {
	width: 215px;
	margin-right: 15px;
	float: left;
}
.homeMenuRight {
	width: 215px;
	margin-right: 5px;
	float:right;
}
.picborder {
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 4px;
}
.picborder:hover {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*---------------------list & lnb start here------------------------------*/
.productMenu {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 210px;
}
.productMenu li {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F4F4F4;
	background-image: url(../images/img_productlist_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.productMenu li a{
	color:#666666;
	display:block;
	padding:3px;
	padding-left:9px;
}
.productMenu li a:hover{
	color:#ffffff;
	padding-left:5px;
	background-color: #C1C1C1;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}
.productMenu li .selected{
	color: #ffffff;
	background:#C1C1C1;
	color:#ffffff;
	padding-left:5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF5E00;
}
.productMenu li a .sublink {
	color:#333333;
	padding-left:15px;
	background-color: #F0F0F0;
	background-image: url(../images/img_productlist_left2.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

/*---------------------list & lnb close here------------------------------*/
/*---------------------Company Dropdown------------------------------*/
#dropdown {
	background-image: url(../images/bg_dropdown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 210px;
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
	left: -3px;
	top: 2px;
	font-weight: bold;
}
#dropdown label {
	float: right;
}

.ddMenu
{
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	/*padding:8px;
	padding-right:5px;*/
	padding:0px;
	width:215px;
	background-repeat: repeat-x;
	background-position: left top;
}

/*---------------------Company Dropdown Close------------------------------*/
.menuHover {
	background-color: #F2F2F2;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.menu {
	background-color: #FFFFFF;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.ul {
	list-style-image: url(../images/arrow_left.gif);
	margin-left: 15px;
}
.bg_grey {
	background-color: #EAEAEA;
}
.bg_orange {
	background-color:#FF5E00;
}

.col1 {
	width:330px;
	float:left;
	margin-right:10px;
}
.col1 label{
	padding: 5px;
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	margin-right: 2px;
	display:block;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.col1 label.head{
	background-color:#333333;
	color:#FFFFFF;
}
.col2 {
	width:330px;
	float:left;
	margin-left:3px;
}
.col2 label {
	padding: 5px;
	float: left;
	width: 100%;
	background-color: #E6E6E6;
	margin-left:0px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.col2 label.head{
	background-color:#333333;
	color:#FFFFFF;
}
.download {
	background-color: #F0F0F0;
	height: 64px;
	width: 320px;
	border: 1px solid #E6E6E6;
	vertical-align:middle;
	padding:5px;
}
.download2 {
	background-color: #E8E8E8;
	height: 64px;
	width: 320px;
	border: 1px solid #CACACA;
	vertical-align:middle;
	padding:5px;
}
/* ---- Form ---- */

label,textarea,select {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.label {
	text-align: right;
	width: 115px;
	padding-right: 15px;
	clear:both;
}

.input {
	font-size: 13px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 18px;
}
.button1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FBAC09;
	background-image: url(images/spacer.gif);
	cursor: pointer;
}
