html { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #ffffff; }
body { background-color: #333333; margin: 0; padding: 0; }
a { color:#FFFFFF }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
#wrap { padding: 10px; margin: 0 50; background: #000000 url(../images/bg666.gif) repeat-x bottom; width: 850px; border-left:1px solid #666666; border-right:1px solid #666666; }
#wrap #header { display: block; height: 90px; margin: 0; padding: 0; background-color: #000000; }
#logo { display: block; height: 90px; width: 450px; border: 0; float: left; }
#topad { float: right; }
#bottomad { margin: 25 0 5 0; }
#blank { clear: both; }
#footer { color: #e0e0e0; height: 20px; margin-top: 5px; }
#copyright { display: block; float: left; margin-top: 5; font-family: sans-serif; font-size: 11px; }
#visitor-counter { display: block; float: right; }

#globalnav {
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	background: #cccccc url(../images/bg_gray.gif) repeat-x;
	height: 24px;
	line-height: 14px;
}
#globalnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#globalnav li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#globalnav li a {
	text-decoration: none;
	padding: 5px 20px;
	background-color: #eeeeee;
}
#globalnav li a:link, #globalnav li a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(../images/bg_gray.gif);
	background-repeat: repeat-x;
}
#globalnav li a:hover, #globalnav li a.current {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #CC0000;
	background-image: url(../images/bg_red.gif);
	background-repeat: repeat-x;
}
#globalnav li a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #333333;
	background-image: url(../images/bg_darkgray.gif);
	background-repeat: repeat-x;
}
#globalnav #gn-home { }
#globalnav #gn-profile { }
#globalnav #gn-product { }
#globalnav #gn-support { }
#globalnav #gn-knowhow { }
#globalnav #gn-about { }
#globalnav #gn-contact { }
#langnav { float: right; margin: 2 2 0;}

#maincontents {
	display: block;
	width: 100%;
	padding: 0;
	margin: 8 0 0 0;
}

#mainbox {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 634px;
	position: relative;
}

#sidebox {
	display: block;
	width: 206px;
	margin: 0;
	float: left;
	z-index: 10;
	position: relative;
}
#sidebox #header {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px;
	background: #B63630 url(../images/bg_red.gif) repeat-x;
	height: 14px;
	text-transform: uppercase;
}
#sidebox #list { display: block; padding: 5; background-color: #dcdcdc; }
#sidebox #list ul { list-style-type: none; padding: 0; margin: 0; }
#sidebox #list li { padding: 0; margin: 0; border-bottom: 1px dashed #cccccc; }
#sidebox #list li a { text-decoration: none; display: block; padding: 4 2; margin: 0; font-weight: normal; font-size:11px; }
#sidebox #list a:link, #sidebox #list a:visited { color: #990000; text-decoration: none; }
#sidebox #list a:hover { text-decoration: none; color: #b63630; background-color: #eeeeee; }
#sidebox #list a:active { text-decoration: none; color: #cc0000; }
#sidebox #list li a.sub { padding-left: 10; }

#welcome { display:block; }
#welcome #header { font-size: 16px;	font-weight: bold; color: #ffffff; padding: 3px 5px; background: #B63630 url(../images/bg_red.gif) repeat-x; height: 24px; text-transform: uppercase; text-align: center; }
#welcome #contents { font-size: 12px; padding: 10px; text-align: center; background-color:#666666; }

#first { display:block; }
#first #header { font-size: 16px;	font-weight: bold; color: #ffffff; padding: 3px 5px; background: #B63630 url(../images/bg_red.gif) repeat-x; height: 24px; text-transform: uppercase; text-align: center; }
#first #contents { font-size:12px; padding:10; text-align: justify; }
#first #contents table { font-size: 10px; }
#first #list { display:block; }
#first #list ul { list-style-type:none; padding:0 0 0 5; }
#first #list li { padding:2; }

#second { display:block; }

#nav {
	font-size: 10px;
	width: 206px;
}
#nav td.header {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px;
	background-image: url(../images/bg_red.gif);
	background-repeat: repeat-x;
	background-color: #B63630;
}
#nav td.menu {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: #333333;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
/*	float: left;
	width: 189px;*/
	padding: 0px;
	margin: 0px;
}
#nav li a {
	text-decoration: none;
	background-color: #666;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	display: block;
}
#nav a:link, #nav a:visited {
	color: #ccc;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav a:active {
	color: #CC0000;
	text-decoration: none;
}
#nav img {
	border: 0px;
}
#news {
	background-color: #666;
	font-size: 10px;
	width: 100%;
}
#news td.header {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	padding: 3px 5px;
}
#news td.menu {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: #333333;
}
#news ul {
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
}
#news li {
	padding: 0px;
	margin: 0px;
}
#news li a {
	text-decoration: none;
}
#news a:link, #news a:visited {
	color: #ccc;
}
#news a:hover {
	color: #CC0000;
	text-decoration: none;
}
#news a:active {
	color: #990000;
}
#news img {
	border: 0px;
}
td.dashtop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
}
td.dashright {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
}
td.dashbottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
td.dashleft {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
}

#product-text { width: 100%; font-size:10px; }

#product-text td.header {
	background-color: #000000;
	padding: 0;
}
#product-text tr.rowDark {
	background-color: #333333;
}
#product-text tr.rowLight {
	background-color: #444444;
}
#product-text td.desc {
	background-color: #000000;
	color: #CCCCCC;
	font-size: 14px;
}
#product-text tr.tit {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
#product-text td.headtit {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px;
	background-image: url(../images/bg_red.gif);
	background-repeat: repeat-x;
	background-color: #B63630;
}

#main {
	border:1px solid #666;
	padding: 10px;
	margin-top: 10px;
	background-color: #000000;
	background-image: url(../images/bg666.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 850px;
	margin-bottom: 10px;
}
/*#header { height: 90px; }*/

.column1, .column2, .column3, .product1 {display:block; width:100%; float:left; margin:10 0 0;}

.product1_1 {display:block; min-height:100; padding:5;}
.product1_1 .name {display:block; font-size:18px; font-weight:bold; padding:2;}
.product1_1 .desc {display:block; margin-top:10; font-size:12px;}
.product1_1 .image {display:block; margin:10 0; padding:0; text-align:center;}
.product1_1 .image img {border:0;}
.product1_1 .info {display:block; margin:5 0 0 0;}

.column1_1 {display:block; min-height:100; background:#333333; border:1px dotted #666666; padding:20px;}
.column1_1 .name {display:block; font-size:16px; font-weight:bold; padding:2;}
.column1_1 .desc {display:block; margin-top:10; font-size:12px;}
.column1_1 .image {display:block; margin:10 0; padding:0;}
.column1_1 .image img {border:0;}
.column1_1 .info {display:block; margin:5 0 0 0;}

.column1_2 {display:block; float:left; min-height:100; width:47.5%; background:#333333; border:1px dotted #666666; padding:5;}
.column2_2 {display:block; float:right; min-height:100; width:47.5%; background:#333333; border:1px dotted #666666; padding:5;}

.column1_3 {display:block; float:left; min-height:100; width:192; margin:0 0; background:#333333; border:1px dotted #666666; padding:5;}
.column2_3 {display:block; float:left; min-height:100; width:193; margin:0 0 0 10; background:#333333; border:1px dotted #666666; padding:5;}
.column3_3 {display:block; float:left; min-height:100; width:193; margin:0 0 0 10; background:#333333; border:1px dotted #666666; padding:5;}

#paper {
	position: relative;
	border: 1px dotted #999999;
	width: 100%;/*615px;*/
	margin: 20 0 0 0;
	max-width: 634px;
	background-color: #333333;
	color: #ffffff;
	height: 600px;
	overflow: auto;
	text-align: justify;
	vertical-align: top;
	font-size:12px;
}
#paper #empty {	margin-top: 50px; text-align: center; margin-bottom: 50px; }
}

/*********/
#cont { margin-top: 5px; }

#cont #container {
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #333333;
	width: 100%;
}

#container a {
	text-decoration: none;
}
#container a:link, #container a:visited {
}
#container a:hover {
	color:#CC0000;
}
#container a:active {
	color:#990000;
}

#main #cont #bottom {
	text-align: right;
	vertical-align: bottom;
	height: 32px;
}

#searchbox { display:block; float:left; color:#999999; padding:0; margin:0 0 0 20; vertical-align:top;}
#searchbox form { padding:0; margin:0; }
#searchbox #q { font-size:9px; margin:2 0; padding:3; color:#cc3333; border:1px solid #999999;}
