html, body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	width: 100%;
}

.rel {
	position: relative;
}

.clearer {
	clear: both;
}

img, object, embed {
	display: block;
	border: 0;
}

.header {
	height: 70px;
	border-bottom: 1px solid #BBBBBB;
}

.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.header .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.header .logo img {
	border: 0
}

.header .top_menu {
	position: absolute;
	top: 0;
	right: 45px;
}

.header .top_menu a {
	margin: 0;
	padding: 51px 25px 4px 25px;
	display: block;
	float: left;	
	font-size: 12px;
	text-decoration: none;
	color: #555555;
}

.header .top_menu a:hover {
	background-color: #F8F8F8;
	color: #083479
}

.header .apla {
	background-color: #F3F3F3;
	position: absolute;
	z-index: 10;
	top: 71px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: left;
}

.header .apla a {
	display: block;
	color: #555555;
	padding: 5px 25px;
	font-size: 11px;
	margin: 0;
	text-decoration: none;	
}

.header .apla a:hover {
	color: #083479;
	background-color: #FFFFFF;
}



.header .lang_menu {
	position: absolute;
	right: 15px;
	top: 30px
}

.header .lang_menu img {
	border: 1px solid #777777;
	margin: 5px 0;
}

.news {
	width: 700px;
	float: left;
}

.news h1 { margin: 30px 0 20px 25px; color: #777777; font-size: 24px}

.news .item { border-bottom: 1px solid #AAAAAA; padding: 10px 10px;  }

.news .item .img { float: left; width: 150px; height: 130px }
.news .item .img img { border: 1px solid #AAAAAA; width: 120px; height: 120px; margin: 0 9px }

.news .item .n_title { height: 30px; width: 450px; font-size: 14px; font-weight: bold; color: #000000; float: left }
.news .item .n_date { float: right; height: 30px; width: 70px; font-size: 12px; color: #000000 }

.news .item .n_content { float: right; width: 530px }
.news .item .n_content p { font-size: 12px; color: #444444; line-height: 140%; margin: 0 0 15px 0 }

.news .item .f_title { font-size: 14px; font-weight: bold; color: #000000 }
.news .item .f_content { font-size: 12px; color: #444444; line-height: 140%; margin: 0 0 15px 0 }
.news .item .f_content p { font-size: 12px; color: #444444; line-height: 140%; margin: 0 0 15px 0 }



.news_menu {
	width: 220px;
	padding: 40px 0 0 30px;
	float: right;
}
.news_menu .item { padding: 7px 0; font-size: 18px; font-weight: bold; border-bottom: 1px solid #AAAAAA }
.news_menu .item a { text-decoration: none; color: #555555 }
.news_menu .item .subitem { padding: 5px 0 0 40px; font-size: 12px; font-weight: normal; }

.product {
	padding: 0;
	position: relative;
	height: 480px;	
}

.product .main_icons {
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 150px;
	z-index: 2;
	
}

.product .main_icons img {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.product .miniatures {
	position: absolute;
	left: 40px;
	top: 350px;
	width: 450px;
}

.product .miniatures a {
	display: inline-block;
	padding-top: 20px;
	margin-right: 20px;
}

.product .miniatures img {
	display: inline;
}

.product .large {
	position: absolute;
	left: 140px;
	top: 40px;
	width: 300px;
	background-color: #FFFFFF;
	z-index: 3;
}

.product .prod3d {
	position: absolute;	
	left: 140px;
	top: 40px;
	z-index: 1;	
	background-color: #FFFFFF;
}

.product .prod3d_mini {
	position: absolute;
	left: 360px;
	top: 350px;
}

.product .prod3d_mini a {
	display: inline-block;
	padding-top: 20px
}



.product .name {
	position: absolute;	
	font-size: 32px;
	left: 460px;
	top: 40px;
	font-weight: bold;
	color: #000000;
}

.product .new {
	position: absolute;	
	left: 790px;
	top: 40px;	
}

.product .neigh {
	position: absolute;
	width: 260px;
	height: 20px;
	left: 699px;
	top: 70px;	
}

.product .neigh div {
	width: 130px;
	height: 20px;
	float: right
}

.product .short_spec {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	position: absolute;
	left: 460px;
	top: 90px;
	width: 480px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.product .short_spec .item {
	background: #FFFFFF url('../img/arrow_2.png') no-repeat 2px 1px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 130%;
}

.product .short_spec .item strong {
	font-size: 12px
}

.product .icons {
	position: absolute;
	left: 450px;
	top: 350px;
}

.product .icons img {
	display: inline-block;
	width: 56px;
	height: 47px;
	margin-right: 5px;
	margin-top: 20px;
	vertical-align: top;
}

.social_portals {
	text-align: center;	
}

.description .contents {
	position: relative;
	border: 1px solid #AAAAAA;
	border-bottom: none;
	margin-top: -1px;
}

.description .contents ul {
	position: absolute;
	top: -26px;
	left: 480px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.description .contents ul li {
	cursor: pointer;
	padding: 4px 30px;
	margin: 0 10px 0 0;
	font-size: 13px;
	display: block;
	float: left;
	border: 1px solid #AAAAAA;
}

.description .desc {
	font-size: 12px;
	text-align: justify;
	padding: 15px;
}

.description .spec {
}

.description .spec p {
	font-size: 12px;
	line-height: 140%;
	margin: 15px 15px
}

.description .spec table {
	font-size: 12px
}

.description .spec table td {
	padding: 4px 20px
}

.description .spec .highlight_1 {
	background-color: #FFFFFF;
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
}

.description .spec .highlight_2 {
	background-color: #F5F5F5
}

.description .spec .item {
	overflow: hidden;
	font-size: 12px;
	padding: 4px 0 4px 20px;
}

.description .spec .item:hover {
	background-color: #EEEEEE;
}

.description .spec .title {
	font-weight: normal;
	width: 400px;
	float: left;
	font-size: 12px;
}

.description .spec .value {
	font-weight: normal;
	width: 500px;
	float: left;
	font-size: 12px;	
}

.description .downloads {
	padding: 15px 0;
}

.description .downloads .highlight_1 {
	font-weight: bold;
	font-size: 13px;
}

.description .downloads .highlight_1 .name {
	padding-left: 25px;
	width: 525px;
}

.description .downloads .highlight_2 {
	background-color: #F5F5F5;
}

.description .downloads .item {
	overflow: hidden;
	text-align: left;
	padding: 5px 0 5px 20px;
}

.description .downloads .item:hover {
	background-color: #EEEEEE
}

.description .downloads .name {
	width: 550px;
	float: left;
	font-size: 12px;	
}

.description .downloads .name img {
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

.description .downloads .size {
	width: 100px;
	font-size: 12px;
	float: left;
}

.description .downloads .get {
	padding-left: 40px;
	font-size: 12px;
	width: 120px;
	float: left;
}

.description .downloads .get a {
	text-decoration: none;
	color: #000000;
}

.description .downloads .get a:hover {
}

.description .downloads .get img {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}

.description .hidden {
	display: none;
}

.default {
	overflow: hidden;
}

.default .contents {
	width: 900px;
	margin: 40px 0 0 25px;
	padding: 0 0 40px 0;
	float: left;
}

.default .contents img {
	display: inline;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.default .contents h1 {
	font-size: 36px;
	color: #999999;
	margin: 0 0 30px 0;
}

.default .contents p {
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	text-align: justify;
	margin: 0 0 20px 0;
}

.default .contents ul,ol {
	margin: 0;
	padding: 0
}

.default .contents li {
	font-size: 12px;
	line-height: 130%;
	margin: 10px 0 10px 30px;
}

.default .contents .small {
	font-size: 12px;
	font-style: italic;
}
.default .contents_img {
	width: 350px;
	padding: 30px 0;
	float: right
}

.default .contents #serviceform {
	margin: 0;
	padding: 0;
	padding-top: 20px;	
	width: 900px;
	font-size: 12px;
	color: #111111;
	overflow: hidden;
}

.default .contents #serviceform .input {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 12px;
	border: 1px solid #AAAAAA	
}

.default .contents #serviceform select {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 12px;
	margin-right: 3px;
	border: 1px solid #AAAAAA	
}

.default .contents #serviceform textarea {
	width: 400px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 12px;
	border: 1px solid #AAAAAA	
}

.default .contents #serviceform div {
	padding: 5px;
}

.default .contents #serviceform span {
	color: #FF0000
}
.default .contents #serviceform .left {
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;	
}

.default .contents #serviceform .right {
	float: left;
	width: 550px;
	text-align: left;
	padding-left: 10px;
}

.default .contents #serviceform .agreement {
	float: left;
	width: 900px;
	text-align: left;
	padding-left: 20px;
}

.default .contents #serviceform .center {
	float: left;
	width: 900px;
	text-align: center;
	padding-left: 10px;
}

.default .contents #salesnet {
	float: right;
	width: 270px;
	margin-right: 50px;
}

.default .contents .distributor {
	font-size: 13px;
	line-height: 140%;
	margin: 0 0 20px 0;
	float: left;
	padding: 10px;
	width: 200px;
}

.default .contents .retailer {
	font-size: 13px;
	line-height: 140%;
	margin: 0 0 20px 0;
	float: left;
	padding: 10px;
	width: 280px;
}

.default .contents .distributor_cat {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	padding: 5px 10px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	margin-bottom: 10px;
}

.default .contents .clearer {
	clear: both
}

.banners {
	text-align: center;
	height: 40px;
	background-color: #F0F0F0;
}


.banners a {
	display: block;
	width: 237px;
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 14px 0 17px 0;
	opacity: 0.85;	
	filter: alpha(opacity=85);
}

.banners a.last {
	width: 239px;
}

.banners .over {
	padding: 55px 0 17px 0;
	margin-top: -41px;
	color: #083479
}

.banners .out {
	padding: 14px 0 17px 0;	
	margin-top: 0;
	color: #000000

}

.content {
	padding-left: 130px;
}

.content p {
	font-size: 12px;
	line-height: 140%;
	margin: 15px 0
}

.content h1 {
	margin: 30px 0;
	font-size: 28px
}

.footer {
	border-bottom: 1px solid #CCCCCC;
	padding: 9px 0
}

.footer img {
	margin-left: auto;
	margin-right: auto
}

.bottom_menu {
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

.copyright {
	padding: 5px;
	font-size: 10px;
	color: #888888;
}

.downloads {
	padding: 15px 0;
}

.description .downloads .highlight_1 {
	font-weight: bold;
	font-size: 13px;
}

.downloads .highlight_1 .name {
	padding-left: 25px;
	width: 500px;
}

.downloads .highlight_2 {
	background-color: #F5F5F5;
}

.downloads .item {
	overflow: hidden;
	text-align: left;
	padding: 5px 0 5px 20px;
}

.downloads .item:hover {
	background-color: #EEEEEE
}

.downloads .name {
	width: 520px;
	float: left;
	font-size: 12px;	
}

.downloads .name img {
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

.downloads .pname {
	width: 100px;
	float: left;
	font-size: 12px;	
}

.downloads .size {
	width: 100px;
	font-size: 12px;
	float: left;
}

.downloads .get {
	padding-left: 40px;
	font-size: 12px;
	width: 120px;
	float: left;
}

.downloads .get a {
	text-decoration: none;
	color: #000000;
}

.downloads .get a:hover {
}

.downloads .get img {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}
