@charset "utf-8";

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	height:100%;
	background-image: url(pics/background-3.jpg);
}

p { line-height: 150%; }

/*---------------------------------------------------------------------------------*/

#container {
	width: 1000px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF;
	height:auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003366;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003366;
	overflow: hidden;
}

#top {
	width: 100%;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#top #logo {
	float:left;
	height: 100px;
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
}
#top #loginbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	padding: 5px;
}
#top  #loginbox input {
	margin-left: 5px;
	margin-right: 5px;
}
#top #loginbox th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #114B56;
	text-align: left;
	height: 22px;
}
#top #loginbox td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#top   #loginbox label  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	float:left;
}
#top  #loginbox #submit_button {

}


#top #menu {
	height: 30px;
	width: 100%;
	text-align: left;
}

#top #menu #topmenu  {
	margin-top: 5px;
	margin-bottom: 0px;
	position: relative;
}
#top #menu    #topmenu li  {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#top #menu     #topmenu  li a  {
	text-decoration: none;
	color: #FFFFFF;
	padding-top:3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:20px;
	margin: 3px;
}
#top #menu    #topmenu  li a:hover  {
	color: #000077;
	background-color:#FFFFFF;
}

#top #menu  #topmenu  li .selected  {
	color: #000077;
	background-color:#FFFFFF;
}

#top #menu_groups {
	height: 30px;
	width: auto;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}

#top #menu_groups #topmenu  {
	margin-top: 5px;
	margin-bottom: 0px;
	position: relative;

}
#top #menu_groups    #topmenu li  {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#top #menu_groups     #topmenu  li a  {
	text-decoration: none;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#top #menu_groups    #topmenu  li a:hover  {
	color: #FFFFFF;
	background-color:#333333;	
}
#tablecenter {
	width: 1000px;
}
#tablecenter  tr td {
	vertical-align: top;
}





/*---------------------------------------------------------------------------------*/

#leftbar {
	width: 200px;
	position: relative;
	text-align:left;
}

#leftbar #box {
	width: 200px;
	position:relative;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}

#leftbar #box #title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: 8px;
}
#leftbar #boxempty {
	width: 200px;
	position:relative;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0c0;
}


#sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	float: left;
	width: 200px;
	padding-left: 0px;
	padding-right: 0px;

}
#sidemenu  li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	
}
#sidemenu   li  a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	float:left;
	padding-top:3px;
	padding-bottom:5px;
	width: 185px;
	padding-left: 15px;
/*	border: 1px solid #FFFFFF; */
}
#sidemenu   li  a:hover {
	color: #000000;
	width: 185px;
	background-image: url(pics/leftbar-hover.jpg);
}
#sidemenu    #title   {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	list-style-image: none;
	list-style-type: none;
	background-color: #006DCA;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	height: 30px;
	padding-top:5px;
}

/*---------------------------------------------------------------------------------*/

#product_page {
	width: 770px;
	height:auto;
	text-align:left;
	float:left;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

#contents {
	width: 790px;
	min-height:500px;
	text-align:left;
	float:left;
	vertical-align:top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00CCFF;
	padding-bottom: 20px;
}
#contents #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	width:100%;
	float:left;
	clear:both;
	margin-top: 10px;
	margin-bottom:20px;
	position:relative;
	margin-left: 10px;
}
#contents #desc {
	float:left;
	clear:left;
	margin-top: 20px;
	margin-left: 10px;
	position:relative;
	width:400px;
	/*	min-height:320px;*/
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
#contents .sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	width: 800px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00CCFF;
}
#contents .banner {
}


#contents #desc_user {
	clear: left;
	float: left;
	width: 700px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contents  #desc_user  .desc_child {
	clear: both;
	float: left;
	width: 650px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#contents #desc_user .desc_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	clear: left;
	float: left;
	width: 100%;
}
#contents #desc_user .desc_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	clear: left;
	float: left;
	width: 100%;
}



#contents .image_comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	clear: left;
	float: left;
	padding: 2px;
	margin-top: 20px;
	width: 100%;
}
#contents .image_user {
	clear: left;
	float: left;
	margin-bottom: 15px;
}


/*---------------------------------------------------------------------------------*/

#link_history {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:10px;
	float:left;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#link_history a {
	color: #0000AA;
	text-decoration:none;
}
#link_history a:hover{
	text-decoration:underline;
}
#product_assist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding: 5px;
	float: left;
	width: 750px;
	text-align: right;
}

/*---------------------------------------------------------------------------------*/

#category_list{
	width:90%;
	float:left;
	clear:left;
}


#category_list #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6A6D7C;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	clear:right;	
}

.category_brief {
	padding: 10px;
	float:left;
	clear:left;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.category_brief a {
	text-decoration:none;
	margin-top: 5px;
	font-weight: bold;
}
.category_brief img {
	height: 100px;
	width: 100px;
	float: left;
}

.category_brief a:hover {
	text-decoration:underline;
}
.category_brief .product_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}


.product_brief {
	padding: 10px;
	width:600px;	
	border-top: 1px dotted #666666;	
	float:left;	
}
.product_brief img {
	float:left;
	border: 2px solid #333333;
}
.product_brief .info {
	float:left;
	width:400px;
	margin-left:10px;
}
.product_brief .info .name {
	float:left;
	width:auto;
	height:20px;;
	margin-bottom:10px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.product_brief .info .name a {
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.product_brief .info .name a:hover {
	text-decoration:underline;
}
.product_brief .info .desc {
	width:400px;
	margin-bottom: 10px;
	padding-bottom:5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	clear: left;
	float: left;
}
.product_brief .info .desc img {
}

#product_info{
	padding:5px;
	float:left;
	clear:left;
	width:100%;
	margin-top: 20px;
}
#product_info #productimages {
	width: 200px;
	float: right;
	margin-right: 20px;
}
#product_info #productimages #productimagestitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 3px;
	margin-bottom: 5px;
}

#product_info #productimages   img  {
	float:left;
	clear: left;
	margin-bottom: 10px;
}

#product_info #info {
	float:left;
	margin-left: 10px;
}
#product_info #info #title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	float:left;
	clear:left;
	width:400px;
	margin-left:10px;
	margin-bottom:20px;
}
#product_info #info #intro {
	float:left;
	clear:left;
	width:400px;
	margin-bottom: 10px;
	padding-bottom:5px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	text-align: justify;
}


#product_info #info #desc {
	float:left;
	clear:left;
	width:400px;
	margin-bottom: 10px;
	padding-bottom:5px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	text-align: justify;
}
#product_info #info #app {
	float:left;
	clear:left;
	width:400px;
	margin-bottom: 10px;
	padding-bottom:5px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	text-align: justify;
}

#product_page #product_info #table_item {
	width: 100%;
}
#product_page #product_info #info #app #table_item th {
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#product_page #product_info #info #app #table_item td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

#table_enquiry {
	float: left;
}
#table_enquiry th {
	text-align: right;
	width: 100px;
	padding-right: 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#table_enquiry td {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
#table_enquiry td input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
#table_enquiry  td  .required  {
	border: 1px solid #000000;
	padding: 1px;
}


#download_list {
	width: 700px;
	margin-left: 20px;
}
#download_list th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006666;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}
#download_list td {
	padding-top: 5px;
	padding-left: 15px;
	vertical-align: top;
}
#download_list td a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
#download_list td a:hover {
	text-decoration: underline;
}
#download_list   td   #download_desc {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
#awards {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 100%;
	padding-top: 5px;
	padding-right:20px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: center;
	width: 980px;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00CCFF;
}

#awards  #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 960px;
	margin-bottom: 10px;
	text-align: center;
	margin-left:20px;
	font-weight: bold;
}
#highlight {
	width: 770px;
	vertical-align: top;
	height: 200px;
	margin-left: 30px;
	margin-top: 10px;
}
#highlight  #newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#highlight  #newsimage {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	border: 1px solid #000000;
}
#highlight  #newscontent {
	text-align: justify;
	width: 90%;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	text-indent: 10px;
}
#highlight #newscontent a {
	text-decoration: none;
	color: #003399;
}
#highlight #newscontent a:hover {
	text-decoration: underline;
}

#newsdetail {
	width: 775px;
	margin-top: 5px;
	vertical-align: top;
	margin-left: 10px;
}
#newsdetail  #newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}
#newsdetail  #newsimage {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	border: 1px solid #000000;
}
#newsdetail  #newscontent {
	text-align: justify;
	width: 90%;
	margin-top: 20px;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
#newsdetail #newscontent a {
	text-decoration: none;
	color: #003399;
}
#newsdetail #newscontent a:hover {
	text-decoration: underline;
}
#productfront {
	width: 800px;
	float: left;
	padding-bottom: 5px;
	background-image: url(pics/productbox-bg.png);
}
#productfront .categorybox {
	float: left;
	margin-top: 5px;
	width: 100px;
	border: 1px solid #000000;
	height: 140px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
#productfront   .categorybox  .categorypic {
	height: 100px;
	width: 100px;
	float: left;
	clear: both;
	border: 1px solid #000000;
	margin: 0px;
}
#productfront .categorybox .categoryname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	height: 55px;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	vertical-align: middle;
}

#productfront  .categorybox  a  {
	margin-top: 5px;
	text-decoration: none;
	vertical-align: middle;
}
#productfront  .categorybox  a:hover  {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #0000CC;
}


#picture_gallery {
	width: 770px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;

}
#picture_gallery .picture_row {
	clear: left;
	float: left;
	width: 100%;
}

#picture_gallery  img {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border: 2px solid #999999;
	margin: 2px;
}







#footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 1100px;
	padding-top: 5px;
	text-align: center;
	float:left;
	clear:both;
	padding-bottom: 10px;
	background-color: #003399;
}

