*{
	margin:0;
	padding:0;
}
body{
	background:black;
	color:#ddd;
	font-family:'Lucida Console', Monaco, monospace;
	font-size:1em;
	line-height:1.8em;
}
a{
	color:#3492e0;
	text-decoration:none;
	text-shadow:1px 1px 1px #111;
}
a:hover{
	color:white;
}
input, select, textarea{
	background:#222;
	border:1px solid #000;
	color:inherit;
	font-family:inherit;
	font-size:1.2em;
	height:1.6em;
	width:300px;
}
textarea{
	height:200px;
	width:500px;
}
input:focus, select:focus, textarea:focus{
	border:1px solid #ddd;
}
input[type=submit], a.btn{
	/* Shadow */
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/* Rounded border */
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	/* Box-shadow */
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/* Colors */
	color: #e9f6fe;
	border: solid 1px #0c85da;
	background: #1d55f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#1aaefa), to(#2089f4));
	background: -moz-linear-gradient(top,  #1aaefa,  #2089f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aaefa', endColorstr='#2089f4');
}
input[type=submit]:hover, a.btn:hover {
	text-decoration: none;
	
	background: #205cf4;
	background: -webkit-gradient(linear, left top, left bottom, from(#116df8), to(#1539f0));
	background: -moz-linear-gradient(top,  #116df8,  #1539f0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#116df8', endColorstr='#1539f0');
}
input[type=submit]:active, a.btn:active {
	position: relative;
	top: 1px;
	
	color: #a5cefc;
	background: -webkit-gradient(linear, left top, left bottom, from(#2089f4), to(#1aaefa));
	background: -moz-linear-gradient(top,  #2089f4,  #1aaefa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2089f4', endColorstr='#1aaefa');
}
.wrapper{
	margin:0 auto;
	width:960px;
}
#header{
	background:black url('images/header.png') repeat-x;
	height:161px;
	width:100%;
}
#logo-div{
	background:url('images/logo-bg.png') no-repeat;
	height:135px;
	margin:0 auto;
	text-align:center;
	width:795px;
}
#logo{
	height:95px;
	width:600px;
	border:none;
}
#slogan{
	height:30px;
	width:750px;
	border:none;
}
#nav-div{
	margin:0 auto;
	width:795px;
}
#main-nav{
	float:left;
	list-style-type:none;
}
#main-nav li{
	min-width:100px;
	display:inline-block;
	text-align:center;
}
#lang-nav{
	float:left;
	list-style-type:none;
	margin-left:50px;
}
#lang-nav li{
	min-width:70px;
	display:inline-block;
	text-align:center;
}
#mainframe{
	border-top:1px solid black;
	background:black url('images/background.png') repeat-x;
	min-height:490px;
	width:100%;
}
.page{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:10px auto;
	min-height:467px;
	padding:10px;
}
.home-page{
	background:url('images/home-bg.png') no-repeat center top;
	margin:50px auto;	
	min-height:440px;
	padding-top:420px;
}
.company-page{
	background:url('images/company-bg.png') no-repeat center top;
}
.company-page .column{
	min-height:467px;
}
.company-page .col-left{
	float:left;
	margin-left:80px;
}
.company-page .col-right{
	float:left;
}
.company-page p{
	font-size:0.8em;
	line-height:1.5em;
	margin-left:10px;
	margin-bottom:10px;
	width:230px;
}
.products-page{
	background:url('images/products-bg.png') no-repeat center top;
}
.products-page .text{
	font-size:0.8em;
	margin-left:100px;
	min-height:446px;
}
.products-page h2{
	margin:10px 0;
}
.products-page ul{
	float:left;
	line-height:1.5em;
	margin-right:30px;
	width:230px;
}
.contact-page{
	background:url('images/page-bg.png') no-repeat center top;
	width:775px;
}
.contact-page form{
	margin:0 auto;
	width:510px;
}
.contact-page div.wpcf7{
	height:500px;
}
ul#contact-form-list{
	list-style-type:none;
	padding:0;
}
ul#contact-form-list li{
	border-bottom:1px dotted #333;
	min-height:50px;
	line-height:50px;
	margin:10px 0;
	width:510px;
}
ul#contact-form-list li.memo, #cformsform ol li #li--4{
	height:260px;
}
ul#contact-form-list li.last{
	border:none;
}
ul#contact-form-list li label{
	display:inline-block;
	width:200px;
}
	

.command-page{
	background:url('images/page-bg.png') no-repeat center top;
	width:775px;
}

.command-page form{
	margin:0 auto;
	width:100%;
}
.command-page a#print-btn{
	font-size:1.5em;
	padding:10px;
}
.command-page form input.small{
	margin-right:10px;
	text-align:center;
	width:50px;
}
.command-page form input.tol{
	/*background:#222 url('images/plus.png') no-repeat center left;
	padding-left:20px;*/
	width:30px;
}
.command-page form span.tol:before{
	content:"+/- ";
}
.command-page form span.wpcf7-not-valid-tip-no-ajax{
	display:inline;
	margin:0;
	width:20px;
}
.command-page form input{
	width:170px;
}
.command-page form ul{
	float:left;
	list-style-type:none;
	margin-left:10px;
	padding:0;
	width:370px;
}
.command-page form ul.middle li{
	display:block;
	float:left;
	height:101px;
	width:180px;
}
.command-page form ul.middle li label{
	line-height:50px;
}
.command-page form ul.middle li.img{
	height:294px;
	overflow:hidden;
	text-align:center;
}
.command-page form ul.middle li.large input{
	width:350px;
}
.command-page form ul.middle li label{
	display:block;
}
.command-page form ul.bottom{
	clear:both;
	width:100%;
}
.command-page form ul.bottom li{
	display:block;
	float:left;
	height:100px;
	width:380px;
}
.command-page form ul.bottom input{
	width:300px;
}
.command-page form ul.bottom input[type=checkbox]{
	height:20px;
	width:20px;
}
.command-page form ul li{
	border-bottom:1px dotted #333;
	height:50px;
	line-height:50px;
	margin:10px 0;
	width:100%;
}
.command-page form ul li.large{
	display:block;
	max-width:760px;
	width:100%;
}
.command-page form ul li span.header{
	float:none!important;
	line-height:100px;
}
.command-page form ul li span.small-header{
	display:inline-block;
	font-family:inherit;
	font-size:inherit;
	float:none;
	margin-right:30px;
	width:50px;
}
.command-page form ul li span.indice{
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:2em;
	float:right;
	margin-right:10px;
}
.command-page form ul li.memo{
	height:260px;
}
.command-page form ul li.last{
	border:none;
}
.command-page form ul li.last input{
	font-size:2em;
	line-height:2em;
	height:2em;
}
.command-page form ul li label{
	display:inline-block;
	width:200px;
}
input.classic{
	width:20px;
}
.footer{
	background:url('images/line.png') no-repeat center top;
	clear:both;
	font-family:'Lucida Console', Monaco, monospace;
	font-size:0.8em;
	padding-top:5px;
	text-align:center;
	width:100%;
}
.footer span{
	margin:4px;
}
.home-footer{
	background:none;
}		