@charset "utf-8";

/* 

	Exosphere Template CSS Document
	
*/

html, body {

	width: 100%;
	height: 100%;
	
}

body {

	margin: 0;
	padding: 0;
	font: 100%/1.05em Arial, Helvetica, sans-serif;
	color: #000;
	
}

* html body {

	overflow-x: hidden;
	
}

.clear {

	clear: both;
	
}

a {

	text-decoration: none;
	
}

a:hover {

	text-decoration: underline;
	
}

h1 {

	margin: 0;
	padding: 10px 0px 12px;
	font-size: 1.4em;
	font-weight: normal;
	color: #101D5B;
	
}

h2 {

	margin: 0;
	padding: 8px 0px 12px;
	font-size: 1.2em;
	font-weight: normal;
	color: #101D5B;
	
}

p {

	margin: 0;
	padding: 5px 0 8px;
	font-size: 0.75em;
	line-height: 1.4em;
	
}

ul {

	margin: 5px 0 8px;
	padding: 0 30px;
	font-size: 0.75em;
	list-style-type: disc;
	
}

li {

	margin: 5px 0;
	padding: 0 0 0 10px;
	list-style-type: disc;
	
}

#container {

	min-width: 780px;
	max-width: 1260px;
	min-height: 100%;
		
}

#logo {
	
	width: 146px;
	height: 61px;
	margin: 12px 40px 15px;
	float: left;
	background: url(../images/logo.png) no-repeat top left;
	
}

* html #logo {

	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='scale');
	
}

#links {
	
	margin: 35px 50px;
	float: right;
	font-size: 0.75em;
	font-weight: bold;
	
}

#links a {
	
	margin: 0px 5px;
	font-weight: normal;
	color: #101D5B;
	
}
	
/*
#links {

	margin: 60px 40px 0 0;
	float: right;
	position: relative;
	z-index: 1;
	font-size: 0.7em;
	font-weight: bold;
		
}

#links ul {

	margin: 0;
	padding: 0;
	list-style: none;
	
}

#links li {

	margin: 0 2px 0px;
	padding: 0 0 0 5px;
	float: left;
	background: url(../images/tab-left.png) no-repeat top left;
	
}

#links a {

	min-height: 17px;
	padding: 7px 11px 5px 3px;
	display: block;
	background: url(../images/tab-right.png) no-repeat top right;
	color: #000;
	
}

#links li#active {

	background: url(../images/tab-left-active.png) no-repeat top left;
	
}

#links li#active a {

	background: url(../images/tab-right-active.png) no-repeat top right;
	color: #FFF;
	
}
*/

#mainTopContainer {

	height: 12px;
	margin: 0px 10px 0px;
	display: relative;
	background: url(../images/main-top-left.png) no-repeat bottom left;
	clear: both;
	
}

#mainTopCentre {

	height: 12px;
	margin: 0 8px 0 10px;
	background: url(../images/main-top.png) repeat-x top center;
	font-size: 1px;
	
}

#mainTopRight {

	width: 8px;
	height: 12px;
	margin-top: -12px;
	float: right;
	background: transparent url(../images/main-top-right.png) no-repeat top left;
	font-size: 1px;
	
}

#mainBottomContainer {

	height: 12px;
	margin: 0px 9px 10px 12px;
	display: relative;
	background: transparent url(../images/main-bottom-left.png) no-repeat bottom left;
	clear: both;
	
}

#mainBottomCentre {

	margin-top: 0px;
	margin-left: 10px;
	margin-right: 11px;
	height: 12px;
	background: #FFF url(../images/main-bottom.png) repeat-x bottom center;
	font-size: 1px;
	
}

#mainBottomRight {

	margin-top: -13px;
	width: 11px;
	height: 12px;
	float: right;
	background: transparent url(../images/main-bottom-right.png) no-repeat bottom right;
	font-size: 1px;
	
}

#contentWrapper {

	margin: 0px 10px;
	background: #FFF url(../images/main-left.png) repeat-y 2px 0px;
	
}

*:first-child+html #contentWrapper {

	overflow: hidden;
	
}

#content {

	min-height: 200px;
	background: transparent url(../images/main-right.png) repeat-y top right;
	
}

#content a {

	color: #101D5B;
	
}

#footer {

	margin: 0 auto;
	padding: 5px 0px;
	text-align: center;
	font-size: 0.7em;
	
}

.photo {

	width: 483px;
	height: 195px;
	margin: -12px 0px auto auto;
	float: right;
	position: relative;
	
}

	.photo#datacentre {
	
		background: url(../images/photo-datacentre.jpg) no-repeat top right;
		
	}
	
	.photo#earth {
	
		background: url(../images/photo-earth.jpg) no-repeat top right;
		
	}
	
	.photo#newspaper {
	
		background: url(../images/photo-newspaper.jpg) no-repeat top right;
		
	}

#topLeft {

	min-height: 195px;
	padding: 0px 30px;
	position: relative;
	
}

* html #topLeft {

	height: 195px;
	
}

#topLeft h1 {

	padding: 10px 0px 12px;
	
}

#topLeft p {

	padding: 5px 0px 8px;
	
}

#columns {

	margin: 10px 30px 0px;
	
}

.column {

	width: 33%;
	float: left;
	text-align: center;
	
}

.column h2 {
	
	padding: 0px 10px 10px 0px;
	text-align: left;
	
}

.column p {
	
	padding: 5px 10px 5px 0px;
	font-size: 0.7em;
	text-align: left;
	
}

.column img {

	margin: 0px auto 10px;
	text-align: center;
	
}

#services {

	margin-right: 280px;
	padding: 30px 30px;
	
}

* html #services {

	padding-top: 10px;
	
}

#menu {
	
	width: 250px;
	margin: 0px -280px 0px 0px;
	padding: 0;
	float: left;
	border-right: 1px solid #DDD;
	font-size: 0.75em;
	list-style: none;
	
}

#menu li {
	
	margin: 0;
	padding: 7px 10px 8px;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	list-style: none;
	cursor: pointer;
	
}

#menu li.active {

	background: #101D5B url(../images/menu-bg-highlight.png) repeat-x top left;
	
}

#menu li a {
	
	outline: none;
	color: #101D5B;
	
}

#menu li a:hover {
	
	outline: none;
	text-decoration: none;
	
}


#menu li.active a {

	color: #FFF;
	
}

.service {

	width: 100%;
	margin-left: 280px;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	background: #FFF;
	
}

* html .service {

	margin-left: 140px;
	
}

* html .service p {

	display: block;
	
}

*:first-child+html .service * {
	
	position: relative;
	overflow: hidden;
	background: #FFF;
	
}