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

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(../images/page_bg.jpg) repeat-x;
	background-color: rgb(77,127,169);
}

#wrapper {
	margin:0 auto;
	width:790px;
	height:auto;
	overflow:auto;
	background: url(../images/wrapper_bg.jpg) repeat-y;
}

#top-banner-left {
	float:left;
	width:269px;
	height:160px;
	background:url(../images/top_logo.jpg) no-repeat;
}

#top-banner-right {
	float:left;
	width:521px;
	height:160px;
	background:url(../images/top_dec.jpg) no-repeat;
}

#left-menu {
	float:left;
	display:inline;
	margin:0px 0px 0px 11px;
	width:179px;
	height:auto;
	background:url(../images/left_menu_bg.jpg) repeat-y;
	text-align:left;
}
#left_menu_bot {
	width:179px;
	height:8px;
	background:url(../images/left_menu_bottom.jpg) no-repeat;
}

#top-menu-sub {
	float:left;
	width:593px;
	height:27px;
	background:url(../images/top_horiz_menu.jpg) no-repeat;
}

#pics {
	float:left;
	width:593px;
	height:107px;
}
#pics a img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}#pics a img:hover {
	opacity:0.5;
	filter:alpha(opacity=50); 
}

#leftdisplaybox {
	clear:left;
	float:left;
	display:inline;
	margin:0px 0px 10px 11px;
	border:1px dotted #0066CC;
	width:177px;
	background:rgb(170,185,196);
}

#content {
	float:right;
	margin-right:10px;
	width:585px;
	height:auto;
	border-left:1px dotted #FFFFFF;
	text-align:left;
}

#bottom-footer {
	margin:0 auto;
	font-size:10px;
	width:790px;
	height:44px;
	background:url(../images/footer.png) no-repeat;
}

#queryformbox {
	font-size:12px;
	margin:10px auto 10px auto;
	padding:20px;
	border:1px dotted #0066CC;
	width:60%;
	background:rgb(170,185,196);
}

a.left {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.left:hover {
	color:#000000;
}

a.sub	{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.sub:hover {
	color:#FFFFFF;
}

p {
	margin:10px 20px 10px 20px;
	font-size:11px;
}
p.info {
	font-weight:bold;
	color:#CC0000;
	font-size:12px;
}
h1 {
	margin:10px 0px 10px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
h2 {
	margin:10px 0px 10px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

table.leftmenu {
	margin-left:7px;
}
td.leftmenu {
	border-bottom:1px dotted #FFFFFF;
}

table.submenu	{
	margin:5px 0px 0px 0px;
}
td.submenu {
	vertical-align:text-top;
	border-right:2px dotted #FFFFFF;
}

table.form {
	text-align:left;
}

div.stylized {
	border-left:1px solid #0099FF;
}

hr {
	color:#FFFFFF;
	background-color:#FFFFFF;
	width:89%;
	text-align:center;
}

ul {
	font-size:11px;
}
li {
	margin:0px 20px 0px 10px;
	list-style:square;
}

input {
	border:thin solid #0066CC;
	font-size:10px;
	background-color:#FFFFFF;
}

textarea {
	border:thin solid #0066CC;
	font-size:12px;
	background-color:#FFFFFF;
}

input.button {
	cursor:pointer;
}

input.button:hover {
	background-color:#0066CC;
	color:#FFFFFF;
}

/*
.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
*/

.pictureboxright {
	border:1px dotted #0066FF;
	padding:2px;
	margin:5px 20px 10px 5px;
	background-color:#FFFFFF;
	text-align:right;
	font-size:11px;
	font-weight:bolder;
	float:right;
}
.pictureboxleft {
	border:1px dotted #0066FF;
	padding:2px;
	margin:5px 5px 10px 20px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:11px;
	font-weight:bolder;
	float:left;
}

#about_company {
	display:none;
}
#about_ownership {
	display:none;
}
#about_staff {
	display:none;
}
#about_managers {
	display:none;
}

#prodserv_satellites {
	display:none;
}
#prodserv_mannedair {
	display:none;
}
#prodserv_umannedair {
	display:none;
}
#prodserv_sensors {
	display:none;
}
#prodserv_ims {
	display:none;
}

#contact_main {
	text-align:center;
}