/*-- IE6 PNG FIX --*/
img, div, a, li, ul {
	behavior: url(iepngfix.htc)
}
* {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
body {
	background:url(../images/bg_panel2.png) top left repeat-x;
	font-size:62.5%;
	margin:0 !important;
	height:101%;
}
html {
	height:100%;
}
a:link { cursor:pointer; }
.highlight {
	color:#db1d24;
}
/*====================
	Page Layout
====================*/
#wrapper {
	width:100%;
	background:url(../images/bg_Ibody.png) top left repeat-x;
	float:left;
}
#innerWrapper {
	margin:0 auto;
	width:940px;
	padding:0 10px;
}
#panelHolder {
	width:100%;
	height:50px;
	color:#fff;
	float:left;
}
#panel {
	margin:0 auto;
	width:890px;
	padding:5px 10px;
}
.countryText {
	display:inline;
	margin:8px 10px 0 0;
	float:left;
}
.country {
	display:inline;
	height:33px;
	margin-left:10px;
	float:left;
}
#header {
	width:100%;
	height:350px;
	background:url(../images/bg_indexHeader.jpg) bottom left no-repeat;
	float:left;
}
#main {
	width:95%;
	padding:10px 25px;
	margin-bottom:10px;
	float:left;
}
.index-banner {
	width:910px;
	padding-top: 10px;
}
.gateway {
	position:relative;
	width:283px;
	height:330px;
	color:#fff;
	float:left;
}
.gateway h1 {
	display:inline;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
}
.gateway p {
	font-size:1.2em;
	margin-top:5px;
}
.gateway a:hover { text-decoration:underline; }
.gateway a:link { color:#fff; }
.gateway a:visited { color:#fff; }
.gateway .arrow {
	margin-left:5px;
	display:inline;
}
.information {
	position:absolute;
	width:260px;
	left:10px;
	top:185px;
	z-index:100;
}
.information h1 a:link {
	font-weight:bold;
}
.information h1 a:visited {
	font-weight:bold;
	color:#fff;
}
.information h1 a:hover {
	text-decoration:none;
}
.one { margin:15px 22px 0 0; }
.two { margin:15px 22px 0 0; }
.three { margin-top:15px; }
#footer {
	width:100%;
	color:#666;
	margin-bottom:10px;
	float:left;
}
#footer a { padding:0 5px; }
#footer a:link { color:#666; }
#footer a:hover { text-decoration:underline; }
#footer a:visited { color:#959595; }
.copyright {
	width:20%;
	float:right;
}
.links {
	width:36%;
	float:right;
}
#toggle {
	display:inline;
	margin:15px 15px 0 0;
	float:right;
}
a.open, a.close {
	height: 39px;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
}
a.open { background: url(../images/img_uk.png) no-repeat left top; }
a.close { background: url(../images/img_uk2.png) no-repeat left top; }
#mt_panelHolder {
padding-left:25px;
padding-right:25px;
}
#mt_toggle {
	display:inline;
	margin: 0px 15px 0 0;
	float:left;
	padding-left:25px;
}
#mt_panel  {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
a.mt_open, a.mt_close {
	height: 20px;
	cursor: pointer;
	display: block;
	width: 100px;
	/*position: relative;*/
}
a.mt_open { background: url(../images/mt_readmore.gif) no-repeat left top; }
a.mt_close { background: url(../images/mt_readless.gif) no-repeat left top; }