@CHARSET "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #3366CC;	
}

h1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	color: #000000;
}

table {
}

#page {
	width: 780px;
	margin: 0px auto;
}

/**
 *	lang
**/
#lang {
	width: 100%;
	height: 58px;
	border-bottom: 1px solid #D1D1D1;
}

#lang ul {
	padding-top: 22px;
	list-style: none;
}

#lang li {
	float: left;
	margin-right: 5px;
}

/**
 *	navi
**/
#navi {
	width: 100%;
	height: 103px;
	border-bottom: 1px solid #D1D1D1;
}

#navi div#icons {
	width: 77px;
	padding: 11px 0px 6px 0px;
	float: left;
}

#navi div#icons img {
	margin: 0px 5px 5px 0px;
}

#navi div#items {
	padding: 8px 0px 11px 0px;
	margin-left: 77px; /*77*/
}

#navi .line {
	background: url(../img/dotted.gif) repeat-x bottom left; /**/
}

#navi .sep {
	color: #CCCCCC;
	
	padding-left: 10px;
}

#navi tr {
	list-style: none;
	/*background: url(../img/dotted.gif) repeat-x bottom left;*/
}

#navi td {
	/*float: left;*/
	/*padding-right: 10px;*/ /*10*/
	padding-top: 4px;
	padding-bottom: 5px;
}

#navi td a {
	display: block;
	text-decoration: none;
}

#navi td.area {
}

#navi td.area a {
	color: #999999;
}

#navi td.area a:hover {
	color: #000000;
}

#navi td.active_area a {
	color: #000000;
}

#navi td.page a {
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	
	padding-left: 10px;
}

#navi td.page a:hover {
	color: #3366CC;
}

#navi td.active_page {
	vertical-align: top;
	font-size: 10px;
	color: #3366CC;
	
	padding-left: 10px;
}

#navi td.active_page a {
	color: #3366CC;

}

#logo {
	position:absolute;
	top: 7px;/*80*/
	margin-left:666px;	
}

/**
 *	head
**/
#head {
	width: 100%;
	height: 322px;/**/
	border-bottom: 1px solid #D1D1D1;
}

#head_home {
	
}

/**
 *	content
**/
#content {
	/*position: absolute;*/
	width: 700px;
	min-height: 170px;/**/

	padding-left: 77px;
	padding-top: 24px;
	padding-bottom: 10px; /**/

}

#content h1 {
	
}

#content h3 {
	margin-top: 20px;
}

#content p {
	margin-top: 13px;
}

#content p.techdata {
	margin-top: 0px;
}

#content ul {
	padding-top: 10px;
	padding-left: 15px;
	list-style: disc;
}

#content li {
	margin-top: 13px;
}

#content div.col1_1 { /*width: 100%;*/
	width: 600px;
	/*background-color: #FF9900;*/
	padding-bottom: 10px;
}

#content div.col2_1 {
	width: 50%;
	float: left;
	/*background-color: #990000;*/
	padding-bottom: 10px;
}

#content div.col2_2 {
	width: 50%;
	float: left;
	/*background-color: #AA0000;*/
	padding-bottom: 10px;
}

#content div.col3_1 {
	width: 34.5%;
	float: left;
	/*background-color: #990000;*/
	padding-bottom: 10px;
}

#content div.col3_2 {
	width: 34.5%;
	float: left;
	/*background-color: #AA0000;*/
	padding-bottom: 10px;
}

#content div.col3_3 {
	width: 30%;
	float: left; /**/
	/*background-color: #BB0000;*/
	padding-bottom: 10px;
}

#content div.pdf_dwnl {
	width: 550px;
	padding-top: 20px;
	clear: both;
	text-align: left;
	/*background-color: #CC0000;*/
	vertical-align: top;
	float:left;
	padding-bottom: 20px;
}
#content div.paging_menu{
	width:150px;
	float:right;
	padding-top: 30px;
	text-align: right;
	color:#666666;
	}
#content div.paging_menu img{
position:relative;
	top:2px;
	}
#content div.paging_menu span.act, #content div.paging_menu a:hover{
	color:#3366CC;
	}
#content div.paging_menu span.act, #content div.paging_menu a{
	font-size:12px;
	}

#content div.pdf_dwnl img {

}

#content div#contact {

}

#content div#contact input {
	display: block;
	color: #3366CC;
	
	padding: 2px;
	width: 65px;
	height: 20px;
	
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: none;
	
	background-color: #FFFFFF;	
}

#content div#contact textarea {
	display: block;
	width: 200px;
	height: 120px;
	color: #3366CC;
	
	padding: 2px;
	
	border: 1px solid #999999;
	background-color: #FFFFFF;	
}

#content_home {
	/*position: absolute;*/
	width: 700px;
	height: 530px;/**/

	padding:0px; /**/
	/*border-bottom: 1px solid #D1D1D1;
	border-bottom: 1px solid #990000;
	background-color:#ddff00;*/
}
/**
 *	foot
**/
#foot {
	width: 100%;
	text-align:right;
}

#foot div#foot_navi {
	width: 100%;
	float: right;
	border-top: 1px solid #D1D1D1;
}

#foot ul {
	/*width: 100%;*/
	padding-top: 4px;
	float: right;/**/
	list-style: none;
	margin-bottom: 30px;
}

#foot li {
	float: left;/**/
	margin-left: 18px;
}

#foot li a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

#foot li a:hover {
	font-size: 9px;
	color: #3366CC;
}

#foot li.page a {
	color: #999999;
}

#foot li.page a:hover {
	color: #3366CC;
}

#foot li.active_page a {
	color: #3366CC;
}
div.techdata {
	color:#666666;
}
div.techdata h1{
	color:#999999;
	font-size:14px;
	margin-bottom:0;
	
}
div.techdata h2{	
	margin-top:0;
	color:#000000;
}
div.techdata .strike{	
	color:#000000;
	font-weight:bold;
}
