/* Text CSS */
h1 {
	display: block;
	font-size: 3em;
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #0090D7;
	margin-top: 14px;
	margin-bottom: 14px;
}

h2 {
	color: #FA9F1B;
	font-size: 1.8em;
	font-weight: normal;
	font-family: verdana, sans-serif;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #0095DB;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4, h5, h6 {

}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #5B5B5B;
	margin: 15px 0px 0px 0px;
}

strong {
	font-weight: bold;
	color: #0090D7;
}

ul {
	margin: 0px;
	padding: 10px 0px 10px 0px;

}

ul li {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #5B5B5B;
	list-style-type: none;
	padding: 8px 0px 8px 40px;
}

#middle_middle ul li {
	background: url(images/li_bg.png) top left no-repeat;
}

ul.address li {
	background: none;
	padding: 0px 0px 0px 30px;
}


a {
	color: #FA9F1B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0090D7;
}

hr {
	height: 1px;
	border-style: dashed;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #C0C0C0;
	margin: 20px 0px 20px 0px;
}

/* Alignment Styles */

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* Datacentre Styles */

.datacentre_info h2 {
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 0px 0px 0px 40px;
	margin: 4px 0px 6px 0px;
	font-weight: normal;
}

.datacentre_info h2.icon_power { background: url(images/icon_power.png) center left no-repeat; }
.datacentre_info h2.icon_cooling { background: url(images/icon_cooling.png) center left no-repeat; }
.datacentre_info h2.icon_fire { background: url(images/icon_fire.png) center left no-repeat; }
.datacentre_info h2.icon_network { background: url(images/icon_network.png) center left no-repeat; }
.datacentre_info h2.icon_security { background: url(images/icon_security.png) center left no-repeat; }
.datacentre_info h2.icon_biometric { background: url(images/icon_biometric.png) center left no-repeat; }


.datacentre_contact h1 {
	color: #FA9F1B;
	font-size: 1.8em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}

.datacentre_contact h2 {
	color: #FFFFFF;
	font-size: 1.6em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.datacentre_contact h2 a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.datacentre_contact h2 a:hover {
	color: #FA9F1B;
}

/* Datacentre Gallery Styles */

#datacentre #datacentre_gallery {
	padding: 10px 10px 0px 10px;
}

#datacentre #datacentre_gallery .datacentre_gallery_img {
	background: url(images/datacentre_img_bg.png) top left no-repeat;
	height: 111px;
	width: 163px;
	float: left;
	margin: 10px;
	padding: 6px;
}

.gallery_img img {
	border-style: solid;
	border-width: 10px;
	border-color: #9BA5BE;
}

.gallery_bottom {
	clear: both;
}

/* Section Styles */

.section {
	margin: 0px 0px 10px 0px;
}

.section_title {
	background: url(images/section_title.png) top left no-repeat;
	width: 180px;
	height: 37px;
	text-align: center;
}

.section_title h2 {
	margin: 0px;
	padding: 0px;
	line-height: 37px;
	color: #FFFFFF;
}

.section_content {
	background-color: #EEEEEE;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}

.section_content h2 {
	color: #5B5B5B;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.4em;
}

.section_content h3 {
	color: #5B5B5B;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

.section_content h4 {
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}

.section_content h4 a {
	text-decoration: none;
	color: #0090D7;
	margin: 5px;
}

/* Form Styles */

form {
	text-align: left;
	background-color: #F4F4F4;
	padding: 10px 0 10px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	overflow: hidden;
	padding: 5px;
}

form label {
	margin: 8px 8px 0 8px;
	float: left;
	display: block;
	width: 100px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FA9F1B !important;
	line-height: 1.6em;
}

form input {
	margin: 4px;
	float: left;
	display: block;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form input.small {
	width: 80px;
}

form input.checkbox {
	margin: 10px 4px 10px 4px;
	float: left;
	display: block;
	width: auto !important;
	border: none;
	padding: 2px 2px 2px 2px;
}

form input.checkbox:hover {
	border: none;
}

form textarea {
	margin: 4px;
	float: left;
	display: block;
	width: 380px;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form .readonly {
	background-color: #DDDDDD;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
	background-color: #EEEEEE;
}

form select {
	margin: 4px;
	float: left;
	display: block;
	width: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form select:hover, form select:focus {
	background-color: #EEEEEE;
}

form select.small {
	width: 80px;	
}

form .button {
	clear: both;
	display: block !important;
	float: none !important;
	margin: 5px 5px 0 5px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	background-color: #0090D7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4m;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
}

form .button:hover, form .button:focus {
	background-color: #FA9F1B!important;
	color: #FFFFFF;
	cursor: pointer;
}

form .hidden {
	border: none;
	padding: 0px;
	display: none;
}

form hr {
	display: block;
	padding: 0px;
	padding-top: 5px;
	margin: 5px 0 5px 0;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #000000;
	width: 100%;
}

form br {
	clear: both;
}

/* Ticker CSS */

#tickercontainer {
	overflow: hidden; 
	height: 32px; 
	width: 1000px; 
	font-family: verdana, sans-serif;
}

#mask {
	background: transparent; 
	position: relative; 
	left: 10px; 
	width: 978px; 
	overflow: hidden; 
	height: 30px;
}

#tickercontainer #mask p { 
	font-size: 1.3em;
	line-height: 1.5em;
	color: #5B5B5B;
	white-space: nowrap; 
	position: absolute; 
	top: 0px; 
	left: 600px; 
	margin: 0px; 
	padding: 0px;
}

#tickercontainer #mask span {
	margin: 0px 6px 0px 52px;
	font-weight: bold;
	color: #5B5B5B;
}