html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 10pt/16pt Verdana,Helvetica,sans-serif;
	overflow-y: scroll;
}

/*
 *	Main page blocks
 */

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 994px;
	margin: 0 auto;
	padding: 0;
}
#header {
	position: relative;
	margin-left: 12px;
	width: 970px;
	height: 145px;
	margin-bottom: 12px;
}
#header h2, #header h3 {
	position: absolute;
	left: 118px;
	top: 54px;
	width: 800px;
	height: 21px;
	font: 24px/21px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #fff;
}
#header h3 {
	left: 256px;
	top: 92px;
	font-size: 21px;
	display: none;
}
#logo {
	position: absolute;
	top: 27px;
	left: 27px;
	width: 78px;
	height: 95px;
	cursor: pointer;
	z-index: 2;
}

#page_image {
	width: 830px;
	height: 240px;
	margin-left: 12px;
	margin-bottom: 60px;
}

body.project #left {
	visibility: hidden;
}

#page_image h1 {
	position: absolute;
	line-height: 28px;
	height: 28px;
	z-index: 2;
	margin-top: 0;
	top: 200px;
	left: 130px;
	/*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 18px;
}
#trans_bar {
	position: absolute;
	top: 200px;
	height: 28px;
	width: 830px;
	background-color: white;
	z-index: 1;
}
#page_image img {
	width: 830px;
	height: 240px;
}

#menu_top {
	position: absolute;
	left: 118px;
	top: 108px;
	padding: 0;
	/* overflow: hidden; */
	height: 24px;
	font-family: "Arial Black",Arial,sans-serif;
	z-index: 2;
}
#left {
	float: left;
	width: 170px;
	min-height: 100px;
	margin-top: 19px;
	margin-left: 20px;
	padding: 0;
	font: 8pt/11pt Arial,sans-serif;
}
#content {
	position: relative;
	float: left;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 30px;
	margin: 0;
	margin-top: 2px;
	margin-left: 12px;
	width: 640px;
	min-height: 200px;
}
#right {
	float: right;
	width: 110px;
	min-height: 820px;
	margin-top: -301px;
	margin-right: 30px;
	padding: 0;
	font: 8pt/11pt Arial,sans-serif;
}

#menu_top li ul.d2 {
	display: block;
	position: absolute;
	top: -262px;
	right: -165px;
	left: auto;
	width: 110px;
	min-height: 100px;
	height: auto;
	padding: 0;
	font: 8pt/11pt Arial,sans-serif;
}

#bottom-spacer { /* Needed to stretch container to bottom */
	clear: both;
	height: 30px;
	background: silver;
}
#footer {
	position: absolute;
	bottom: 0;
	padding: 0;
	margin-left: 202px;
	width: 640px;
	font: 7pt Arial, sans-serif;
	border-top: 1px solid;
	height: 30px;
	line-height: 30px;
	background: purple;
}

#head_image img {
	width: 830px;
	height: 240px;
}

#container > hr {
	border: none;
	width: 970px;
	height: 1px;
}
hr#head {

}
hr#page {
	width: 820px;
	text-align: left; /*this will align it for IE*/
	margin: 0 auto 0 20px;
}

/*
 *	Lightbox styling
 */

#Image1, #Image2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
}
#Image2 {
	opacity: 0;
}
#fade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #000;
	/*-moz-opacity: .66;
	-khtml-opacity: .66;*/
	opacity:.66;
	z-index: 1;
}
#lightbox {
    display: none;
    position: fixed;
    top: 5%;
    width: 800px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #111;
    color: #ddd;
    z-index: 2;
    overflow: hidden;
}  
#lightbox a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px solid #0d0;
}
#lightbox a:hover {
	color: #fff;
	border-color: #0f0;
}

#image {
	overflow: auto;
}

table.images td {
	text-align: center;
	background: #111;
}

table.images td img {
	/* vertical-align: sub; */
	display: block;
	margin: 0 auto;
}

/*
 *	Menu styling
 */

.menublock ul.root {
	margin: 0;
	padding: 0;
}
.menublock li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.menublock li a {
	display: block;
	float: left;
	white-space: nowrap;
}

.menublock h3 {
	display: none;
}

#menu_top ul.root {
	height: 24px;
}
#menu_top .menublock li {
	height: 24px;
}

#menu_top li a {
	padding: 0 1px;
	margin-right: 38px;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	border-bottom: 6px solid;
	/* letter-spacing: 1px; */
	text-decoration: none;
	text-transform: uppercase;
}

/* 2d level */

#menu_top li ul {
	position: absolute;
	display: none;
	top: 322px;
	left: -22px;
	width: 650px;
	height: 24px;
}
#menu_top li.expanded ul {
	display: block;
}


#footer .menublock {
	margin: 0;
	margin-left: -7px;
}

#footer .menublock li a {
	text-transform: none;
	padding: 0 8px;
}
#footer .menublock .line {
	float: left;
	border-left: 1px solid;
	margin: 0;
	margin-top: 10px;
	height: 10px;
}

#footer .text {
	float: right;
}

#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial,sans-serif;
}

h1 {
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
#content h1, #content h2 {
	margin: 0;
	padding: 0;
}
#content h1 {
	margin-top: 5px;
	margin-bottom: 1px;
}

#content h2 {
	margin-bottom: 10px;
}
#right a {
	display: block;
	margin-bottom: 8px;
}
#right a img {
	border: none;
	padding: 0;
	margin: 0;
}

#menu_top li ul.d2 li a {
	display: block;
	margin-bottom: 8px;
	line-height: normal;
	height: auto;
}
#menu_top li ul.d2 li a img {
	border: none;
	padding: 0;
	margin: 0;
	max-width: 110px;
}


.meitv {
	background-color: #303030;
	background-image: url('../../content/images/meitv01.png');
	background-repeat: no-repeat;
	background-position: 23px 10px;
	width: 640px;
	height: 360px;
	padding-top: 72px;
	text-align: center;
}
.meitv object {
	
}

p {
	margin-top: 2px;
	margin-bottom: 20px;
}
a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

.small {
	font-size: 8pt;
}
.hidden, #menu_top li.hide > a, #menu_top li.hide_menu {
	display: none;
}

#left .service {
	margin-top: -10px;
	margin-bottom: 20px;
}

#left .service a {
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #c00;
	text-decoration: none;
}

.news_block {
	font-size: 10px;
	line-height: 12px;
}
.news_block h3 {
	font: 12px/16px "Arial Black", Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding: 0 5px;
}

.news_block p {
	margin-bottom: 2px;
	padding: 0 5px;
}
.news_block a.more {
	padding: 3px 5px;
}

/* Service Centre Page */

.service #page_image, .service #head {
	display: none;
}

.service #left .news_block {
	display: none;
}


