@charset "utf-8";

*,*:active,*:focused,*:focus {
	outline: 0;
}

a img {
	border: 0px none;
}

.clear {
	clear: both;
}

body {
	font-family: Verdana;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #000040;
}

a:hover {
	color: #000080;
}

#topBar {
	clear: both;
	float: left;
	background: #305278;
	text-align: center;
	width: 100%;
}

#logoBar {
	background: url('logo.png') no-repeat top left;
	clear: left;
	float: left;
	display: block;
	height: 110px;
	margin: 5px 0px 0px 0px;
	text-indent: -99999px;
	width: 350px;
}

#headerBar {
	clear: both;
	margin: 0px auto 0px;
	width: 90%;
}

#menuBar {
	float: right;
	list-style: none;
	margin: 50px 0px 0px;
	padding: 0px;
}

#menuBar li {
	float: left;
	margin-left: 5px;
}

#menuBar li a {
	color: #000040;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#menuBar li a:hover {
	color: #000080;
}

#menuBar li.current a, #menuBar li.current a:hover {
	background: none;
	font-weight: bold;
}

#body {
	margin: 10px auto;
	text-align: left;
	width: 900px;
}

#contentHome {
	clear: left;
	float: left;
	width: 100%;	
	min-height: 450px;	
	background: url('rack.png') #305278 no-repeat top right;
	background-position: 95%;
}

#contentServices {
	clear: left;
	float: left;
	width: 100%;	
	min-height: 450px;	
	background: url('code.png') #305278 no-repeat top right;
	background-position: 95%;
}

#contentOther {
	clear: left;
	float: left;
	width: 100%;	
	min-height: 450px;	
	background: #305278;
}

#contentContact {
	clear: left;
	float: left;
	width: 100%;	
	min-height: 600px;	
	background: #305278;
}

.contentText {
	margin-left: 60px; 
	margin-top: 20px; 	
	text-align: left;
	width: 50%;
}

.contentTextWider {
	margin-left: 60px; 
	margin-top: 20px; 	
	text-align: left;
	width: 75%;
}

.contentTextFontHeader {
	color: #FFF;
	font-weight: bold;
	width: 50%;
}

.contentTextFont {
	color: #FFF;
	font-size: 12px;
	width: 50%;
}

.contentTextFont a {
	color: #FFF;
	font-size: 12px;
	width: 50%;
	text-decoration: none;
	font-weight: bold;
}

.footerText {
	font-size: .7em;
	font-style: italic;
}

#footer {
	margin-top: 10px;
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
}