@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000000;
	background: url(../images/back.jpg) #0d4987 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.netbar
{
	background:#FFFFFF;
	border-bottom:#000000 solid 1px;
	width:100%;
	padding:2px;
	font-size:10px;
}

.images img {
	border:#666 solid 1px;
}

.netbar #netlogo
{
	position:relative;
	float:left;
	margin-left:5px;
	width:18px;
}

.netbar #netlinks
{
	position:relative;
	margin-left:20px;
	padding:2px;
}
.netbar #netlinks a
{
	margin-left:10px;
	color:#000000;
	text-decoration:none;
}
.netbar #netlinks .red {
	color:#FF0000;
}

#sidebar
{
	position:absolute;
	right:0px;
	width:200px;
	top:0px;
}
#sidebar a
{
	position:absolute;
	width:70px;
	right:-55px;
	text-align:left;
	border:#000000 solid 1px;
	border-right:none;
	margin-bottom:2px;
	padding:3px;
	background:#8DC6FE;
}

#sidebar a:hover
{
	position:absolute;
	width:70px;
	right:0px;
	text-align:left;
}

.no_wrap {
	white-space:nowrap;
}

address {
	text-decoration:none;
	font-style:normal;
	margin-bottom:10px;
}

.disclaimer_row 
{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
#address {
	padding: 5px;
	background-color:#FFFFBF;
	border:1px dashed #990000;
}
#disclaimer
{
	margin-top:15px;
	text-align:justify;
}

#container {
	width: 800px;
	margin: 20px auto 0px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

#footer {
	height: 30px;
	width: 100%;
	background:#000000;
	color:#FFFFFF;
}	
.header {
	height: 85px;
	width: 100%;
	vertical-align:middle;
	background-color:#FFFFFF;
}

#logo {
	position:relative;
	float:right;
	margin-right: 10px;
	margin-top: 3px;

}

.header_2 {
	width: 100%;
	background-color: #000000;
	height: 100px;
	border-bottom:#000000 solid 1px;
	border-top:#000000 solid 1px;
}

#head1
{
	background-image: url(../images/head_01.jpg);
	background-repeat: no-repeat;
}

#head2
{
	background-image: url(../images/head_02.jpg);
	background-repeat: no-repeat;
}

#head3
{
	background-image: url(../images/head_03.jpg);
	background-repeat: no-repeat;
}

#head4
{
	background-image: url(../images/head_04.jpg);
	background-repeat: no-repeat;
}

#head5
{
	background-image: url(../images/head_05.jpg);
	background-repeat: no-repeat;
}

#head6
{
	background-image: url(../images/head_06.jpg);
	background-repeat: no-repeat;
}

#nav_bar {
	background:none;
	float: right;
	margin-right: 10px;
	margin-top: 70px;
}
#nav_bar li {
	display: inline;
}

#nav_bar a {
	border:#fff solid 1px;
	background:#333333;
	margin-left:3px;
	vertical-align:middle;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	float:left;
	padding: 2px 14px;
	font-weight: bold;
	line-height: 120%;
}

#nav_bar a:hover{
	background:#990000;
}

.main {
	width: 100%;
	background-color: #FFFFFF;
}

.field, .field_short, .field_long, .box_long
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:3px;
	vertical-align:top;
}

.Stil1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC33;
}

.question {
	margin-bottom:10px;
	padding:5px;
	border:#CCCCCC solid 1px;
}

.field
{
	width:150px;
}

.field_short
{
	width:55px;
}

.field_long, .box_long
{
	width:250px;
}

.box_long
{
	height:100px;
}

#image {
	float: right; 
	width: 200px;
	padding: 10px 20px;
}
 
#colums {
	margin: 0 240px 0 0;
	padding-bottom:10px;
}

#col1, #col2 {
	text-align:justify;
}

#col1 .content {
	width:530px;
	padding: 10px;
	line-height: 18px;
}

.buy a {
	color:#FF9900;
	font-weight:bold;
}

#col2 .content {
	float:left;
	width:255px;
	
	padding: 10px;
	line-height: 18px;
}

.silent {color: #666666}
.future {color: #FF8282}

a {
	text-decoration:none;
	color: #666666;
}

h2 {
	color: #990000; 
	font-weight: bold; 
	font-size: 14px;
}

.site_main {
	margin-bottom:3px;
	background:url(../images/icons/page.png) no-repeat;
	padding-left:20px;
	margin-left:20px;
}

.site_sub {
	background:url(../images/icons/page_sub.png) no-repeat;
	margin-bottom:3px;
	padding-left:36px;
	margin-left:20px;
}

#nav_small, #copyright {
	font-size: 10px;
	color: #999999;
	position:relative;
	top:8px;
}

#nav_small {
	left:8px;
	float:left;
	width: 250px;
}

#copyright {
	text-align:right;
	float:right;
	right:8px;
	width: 500px;
}

#notallowed {
	position:absolute;
	display:none;
}

.red {
	color:#FF0000;
}

.system {
	padding:2px 5px;
	margin:2px 5px 0 0;
	display:inline;
	background-color:#00CC66;
	border:#666666 solid 1px;
}

.tech,
.project,
.service {
	margin-bottom:10px;
	padding:5px;

}

.tech .img,
.project .img,
.service .img {
	border:none;
	margin-right:10px;
	float:left;
}

.tech .both,
.project .both,
.service .both {
	clear:both;
}

.project .text,
.service .text {
	margin-left:160px;
	padding-left:10px;
	text-align:justify;
}

.project .images img {
	border:#666 solid 1px;
}

.tech .text
{
	margin-left:220px;
	padding-left:10px;
	text-align:justify;
}

