/* CSS Document */

html {
	SCROLLBAR-FACE-COLOR: #CCC;
    SCROLLBAR-HIGHLIGHT-COLOR: #E6E6E6;
    SCROLLBAR-SHADOW-COLOR: #CCC;
    SCROLLBAR-3DLIGHT-COLOR: #666;
    SCROLLBAR-ARROW-COLOR: #666;
    SCROLLBAR-TRACK-COLOR: #E6E6E6;
    SCROLLBAR-DARKSHADOW-COLOR: #333;
    SCROLLBAR-BASE-COLOR: #666;
}

body {
	background-color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body, p, div, table, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------------- */


form {
	display:inline;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------------------------------------------------------------------- */

h4 {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}

/* --------------------------------------------------------------------------------------------------------------- */

h4#sitemap-title {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7D0A32;
}

h4#sitemap-title a {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: none;
}

h4#sitemap-title a:hover {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------------- */

h4#sitemap-title2 {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00006;
}

h4#sitemap-title2 a {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

h4#sitemap-title2 a:hover {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------------- */

#big_box {
	width: 776px;
	margin: 20px auto 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}

/* --------------------------------------------------------------------------------------------------------------- */


#content_box {
	width: 100%;
	background-color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	padding-top: 0px;
	padding-bottom: 1px;
}


/* -------------Head--------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- */

table#head {
	width: 776px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}


td#head_logo {
	background-color: #FFFFFF;
	background-image: url(../imgs/head/head_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	width: 405px;
	height: 85px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

img#head_logo {
	margin-top: 10px;
	margin-left: 15px;
}

 td#head_function {
	background-color: #FFFFFF;
	background-image: url(../imgs/head/head_function_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 371px;
	height: 85px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
}

/* ----------Seaech Bar---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------- */

#seaech_bar {
	margin: 0px;
	float: right;
	width: 250px;
	padding: 13px 0px 12px;
}


select.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E6E6E6;
	color: #666666;
	float: left;
	margin-right: 5px;
}

input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #E6E6E6;
	width: 85px;
	height: 18px;
	float: left;
	margin-right: 5px;
}

img.search {
	float: left;
}

/* --------------------------------------------------------------------------------------------------------------- */

#head_function {
	letter-spacing: -1px;
	padding: 12px 15px 0px 0px;
	width: 230px;
	float: right;
	margin: 0px;
}

#head_function ul {
	margin: 0px;
	padding: 0px;
}

#head_function li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 15px;
	display: inline;
	background-image: url(../imgs/nav/arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#head_function li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#head_function li a:hover {
	color: #666666;
	text-decoration: underline;
}

/* ----------Footer---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------- */

#footer_bar {
	background-color: #000000;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 30px;
	float: left;
	width: auto;
	margin-top: 10px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #808080;
	text-align: left;
	vertical-align: middle;
}

.copyright {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/* --------------------------------------------------------------------------------------------------------------- */

#footer_function {
	letter-spacing: -1px;
	padding: 0px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 210px;
}

#footer_function ul {
	margin: 0px;
	padding: 0px;
}

#footer_function li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 15px;
	display: inline;
	background-image: url(../imgs/nav/arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer_function li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer_function li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}



/* -------------Content--------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- */

table#cc {
	width: 776px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

/* --------------------------------------------------------------------------------------------------------------- */

td#head-link {
	background-color: #7D0A32;
	padding-left: 20px;
	height: 50px;
	vertical-align: middle;
	background-image: url(../imgs/title/bg_bb2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#head_link {
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imgs/arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

#head_link a {
	color: #FFFFFF;
	text-decoration: none;
}

#head_link  a:hover {
	color: #999999;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------------------------------- */

td#cc-content {
	background-image: url(../imgs/title/bg_bb1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 485px;
	text-align: left;
	vertical-align: top;
	padding-left: 44px;
	padding-right: 15px;
}

#page-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 20px;
}


/* --------------------------------------------------------------------------------------------------------------- */

td#cc-menu {
	width: 232px;
	text-align: left;
	vertical-align: top;
}

#L-menu {
	float: left;
	margin-top: 8px;
}

#L-menu ul {
	margin: 0px;
	padding: 0px;
}

#L-menu li {
	margin: 0px;
	padding: 3px 0px 0px 20px;
	background-image: url(../imgs/menu/bb_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 23px;
}

#L-menu li a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#L-menu li a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

li#menu_cc {
	margin: 0px;
	padding: 3px 0px 0px 20px;
	background-image: url(../imgs/menu/bb_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: none;
	height: 23px;
}

li#menu_cc a {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: none;
}

li#menu_cc a:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: underline;
}


/* -------------Products Content--------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- */

table#pro-list {
	margin: 20px 0px 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}


td#pro-list-tt {
	height: 80px;
	width: 150px;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
}

td#pro-list-tt2 {
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}

#pro-list-a {
	background-image: url(../imgs/products/pro-list-a1_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	background-color: #000000;
	margin-right: 20px;
}


#pro-list-a1 {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imgs/products/pro-list-a1_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-left: 20px;
	height: 28px;
}

#pro-list-a1 a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#pro-list-a1 a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#pro-list-b {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A49180;
	text-align: right;
	margin-top: 8px;
	padding-top: 3px;
	padding-right: 5px;
}

#pro-list-c {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A49180;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: right;
	margin-right: 10px;
}

select.pro-list {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	background-color: #7D0A32;
	color: #FFFFFF;
}

/* --------------------------------------------------------------------------------------------------------------- */

#pro-list-bb {
	background-image: url(../imgs/products/pro-list-a1_bb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	background-color: #7B0114;
}


#pro-list-bb1 {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imgs/products/pro-list-a1_bb1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-left: 20px;
	height: 28px;
}

#pro-list-bb2 {
	background-image: url(../imgs/products/t02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 476px;
	padding-top: 5px;
	padding-left: 15px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 5px;
}

#pro-list-bb3 {
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 20px;
}


table#pro-ccc {
	margin: 20px 0px 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#pro-ccc2 {
	margin: 0px 0px 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}


td#pro-ccc1 {
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	width: 300px;s
}

td#pro-ccc2 {
	text-align: left;
	vertical-align: top;
	background-image: url(../imgs/products/ccc2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 156px;
	padding-left: 15px;
	height: 29px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
}

td#pro-ccc3 {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 10px;
}

td#pro-ccc3 img {
	float: right;
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-left: 5px;
}

td#pro-ccc3b {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
}


td#pro-ccc4 {
	text-align: left;
	vertical-align: top;
	width: 156px;
	padding-top: 3px;
}



/* -------------News Content--------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- */

table#News-list {
	margin: 20px 0px 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

td#News-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7D0A32;
	text-decoration: none;
	padding-left: 15px;
}

td#News-t {
	background-image: url(../imgs/arr2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 15px;
}

td#News-c {
	padding-left: 15px;
	padding-bottom: 5px;
}

#News-c1 {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9A9796;
}


td#News-read {
	padding-left: 15px;
}



/* -------------Download Content--------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- */

#Download-list-a1 {
	background-image: url(../imgs/dw/t01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 479px;
	padding-top: 6px;
	padding-left: 15px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #7B0114;
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

#Download-list-a1 a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #7B0114;
	font-weight: bold;
	text-decoration: none;
}

#Download-list-a1 a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

table#dw {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 470px;
}

td#dw-tt {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #7B0114;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 10px;
}

td#dw-cc {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

td#dw-cc-t {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	width: 30%;
	padding-left: 10px;
}


td#dw-cc2 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
}

td#dw-cc3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7B0114;
}
