@charset "UTF-8";

body {
	padding:0;
	margin:0;
	background:#364059;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

p {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:20px;
}

h2 {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color:#262262;
	padding:0;
}

h3 {
font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#262262;
	padding:0;

}
	

#container {
	width:909px;
	margin:10px auto;
}

#login {
	float:right;
	width:auto;
	margin-right:10px;
	display:inline;
}

#header {
	width:909px;
	height:84px;
	float:left;
	position:relative;
	background: #fff url(../images/main_03.jpg) no-repeat;
}

#header #logo {
	position:absolute;
	left:10px;
	top:10px;
}


#page {
	float:left;
	position:relative;
	width:909px;
	background: url(../images/main_07.jpg) repeat-y;
	padding-bottom:15px;
	display:inline;
}

#page #navbar {
	float:left;
	display:inline;
	margin-left:5px;
	background: url(../images/nav-bg.jpg) repeat-x;
	width:900px;
	height:36px;
}

#page #main-image {
	float:left; 
	width:100%;
	height:250px;
	display:inline;
	margin-bottom:10px;
}

#page #content {
	float:left; 
	width:850px;
	height:auto;
	margin-top:10px;
	margin-left:30px;
	display:inline;
}

#bottom {
	float:left;
	width:909px;
	height:11px;
	background: url(../images/main_08.jpg) no-repeat;
}

#footer {
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:10px;
	text-align:right;
	color:#ccc;
	font-size:11px;
}

.titles {
	font-size:20px;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	color:#143364;
}

#index-box-left {
	float:left;
	width:400px;
}

#index-box-right {
	float:right;
	width:400px;
}


/* global navigatin (new) */

#top-nav {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 36px;
	background:url(../images/top-nav.jpg) 0 -36px no-repeat;
	position: relative;
	left: 0px;
}
#top-nav li {
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	height: 36px;
}
#top-nav a {
	background: transparent url(../images/top-nav.jpg) no-repeat;
	display: block;
	height: 36px;
}
#top-nav a:hover {
	background: none;
}
#top-nav #home a {
	background-position: 0 0;
	width: 105px;
}
#top-nav #company a {
	background-position: -105px 0;
	width: 128px;
}
#top-nav #technology a {
	background-position: -233px 0;
	width: 151px;
}
#top-nav #solutions a {
	background-position: -384px 0;
	width: 136px;
}
#top-nav #projects a {
	background-position: -520px 0;
	width: 130px;
}
#top-nav #news a {
	background-position: -650px 0;
	width: 104px;
}
#top-nav #contacts a {
	background-position: -754px 0;
	width: 146px;
}



.stndlist {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:20px;
	list-style-image:url(../images/square.jpg);
}


.divider {
	float:left;
	height:1px;
	width:100%;
	border-bottom:1px solid #ccc;
	margin: 10px 0 10px 0;
}


#column1 {
	float:left;
	width:400px;
	height:auto;
}

#column2 {
	float:right;
	width:400px;
	height:auto;
}

.contact-wrapper {
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.contact-wrapper .title {
	font-weight:bold;
	font-size:14px;
}

.contact-wrapper .position {
	font-style:italic;
	font-size:12px;
}

.contact-wrapper .info {
	font-size:12px;
}

a, a:visited {
	text-decoration:none;
	color: #364059;
}

a:hover {
	text-decoration:underline;
}