html{
	height:100%;
}
body{
	margin:0;
	height:100%;
	background:#fff;
	font:14px/16px Arial,Helvetica, sans-serif;
	color:#55646e;
}
form,fieldset,img{border:0;display:block;margin:0;padding:0;}
h1,h2,h3{
	margin:0;
	padding:0;
	font-weight:normal;
}
ul{margin:0;padding:0;list-style:none;}
a{text-decoration:none;outline:0;color:#E88414;}
a:hover{text-decoration:underline;}
.page{
	width:900px;
	margin:0 auto;		
}
.orange-bg {
	background:url(../img/bg-sidebar.gif) repeat-y right 200px;
	width:900px;
	margin:200px 0 0 0;
}
*+html .orange-bg {
	margin:0;
}
* html .orange-bg {
	margin:0px 0 0 0;
}
#header{
	width:100%;
	padding:0;
	min-width:899px;
	border-top:6px solid #e88414;
}
#header h1{float:left; margin:17px 0 0;padding:0 0 0 17px;position:relative;}
#header h1 a{
	float:left;
	width:352px;
	height:96px;
	overflow:hidden;
	background:url(../img/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}
#header h1 span{
	position:absolute;
	bottom:1px;
	left:25px;
	color:#016cba;
	font:bold 14px/16px Tahoma,Arial,sans-serif;
}
#header div.top{
	float:right;
	width:510px;	
	overflow:hidden;
	margin:0 -3px 0 0;
	padding:0 15px 0 0;
	background:url(../img/bg-topmenu-right.gif) no-repeat 100% 0;
}
#header div.menu-top ul{
	float:right;
	display:inline;
	padding:0 0 0 15px;
	list-style:none;
	overflow:hidden;
	background:url(../img/bg-topmenu-left.gif) no-repeat 0 0;
}
#header div.menu-top ul li{
	float:left;
	line-height:30px;
	background:url(../img/bg-topmenu.gif) repeat-x 0 0;
	color:#fff;
}
#header div.menu-top ul li a{
	color:#fff;
	float:left;
	padding:0 10px 15px 9px;
	background:url(../img/li-separ.gif) no-repeat 0 25%;
	font:14px/25px Tahoma,Verdana,Arial, Helvetica, sans-serif;
}
#header div.menu-top ul li a.first{background:none;}
#header ul.menu li a:hover{text-decoration:underline;}
#header div.in{
	width:100%;
	float:left;
	background:#e88414;
	height:31px;
}
* html #header div.in {
	/*height:10px;
	margin:-30px 0 0 0;*/
}
#header .logo-text{
	width:309px;
	height:60px;
	float:right;
	margin:16px 0 0;
	background:url(../img/bg-clear.gif) no-repeat 0 0;
}
#header div.in p{
	width:877px;
	margin:0 auto;
	font-size:12px;
	padding:0 0 0 23px;
	color:#004475;
	line-height:31px;
}
#header div.in p a{
	color:#fff;
	text-decoration:underline;
}
#header div.in p a:hover{
	text-decoration:none;
}
#header div.navigation{
	width:100%;
	float:left;
	margin:20px 0 0;
}
#header ul.menu{
	float:left;
	padding:0 0 0 6px;
	display:inline;
	list-style:none;
}
#header ul.menu li{
	float:left;
	margin:0 4px 0 0;
	position:relative;
	padding:0;
	background:url(../img/bg-li-b.gif) no-repeat 0 0;
}
#header ul.menu li a{
	color:#fcfcfc;
	display:block;
	padding:0 18px 0;
	background:url(../img/bg-li-e.gif) no-repeat 100% 0;
	font:12px/33px Verdana,Arial, Helvetica, sans-serif;
}
#header ul.menu li a:hover{
	text-decoration:none;
}
#header div.dropdown{
	display:none;
	position:absolute;	
	left:-7px;
	top:33px;
	overflow:hidden;
	z-index:5000;
	width:148px;
	padding:0 0 4px;
	margin:0;
	background:url(../img/bg-drop-bot.gif) no-repeat 100% 100%;
}
#header div.dropdown .inner{
	/*padding:7px 0 0 ;*/
	width:146px;
	overflow:hidden;
	border-left:1px solid #e88414;
	border-right:1px solid #e88414;
	background:url(../img/bg-nav-top.gif) no-repeat -140px 0;
}
#header ul.menu li:hover div.dropdown,
#header ul.menu li.hover div.dropdown{
	display:block;
}
#header ul.menu li div.dropdown ul.submenu{
	list-style:none;
	padding:4px 0 0 0;
	width:146px;
	margin:7px 0 0;
	position:relative;
	z-index:3000;
	float:left;
	overflow:hidden;
	background:url(../img/bg-drop-top.gif) no-repeat -1px 0;
}
#header ul.menu li div.dropdown ul.submenu li{
	padding:0;
	width:100%;
	float:left;
	line-height:18px;
	background:#fff;
	border-bottom:1px solid #e88414;
}
#header ul.menu li div.dropdown ul.submenu li.last{border:none;}
#header ul.menu li div.dropdown ul.submenu li a{
	line-height:23px;
	font-size:14px;
	color:#004475;
	background:none;
}
#header ul.menu li div.dropdown ul.submenu li a:hover{
}
#header ul.menu li div.dropdown ul.submenu li a:hover{
	background:url(../img/bg-li-hover.gif) repeat-x 0 0;
	color:#fff;
}
#content{
	width:665px;
	float:left;
	padding:0 0 0 23px;
	background:#fff;
}
#sidebar{
	overflow:hidden;
	float:right;
	width:199px;
	margin:-68px 0 0;
	position:relative;
	z-index:2000;
}
#content h2{
	margin:23px 0 16px;
	color:#004475;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
}
#content p{
	padding:0 0 19px;
	margin:0;
}
#content ul {
	padding:0 0 19px 19px;
	margin:0;
	list-style:disc;
}
#content ul li {
	margin:0 0 0 19px;
	padding:0;
}
#content h3{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 19px;
	color:#00487c;
}
#content div.but{
	width:100%;
	margin:0 0 0 -5px;
}
#content div.but a.nhs,
#content div.but a.home{
	float:left;
	width:330px;
	margin:0 5px 0 0;
	height:62px;
	background:url(../img/bg-btn1.gif) no-repeat 0 0;
}
#content div.but a.nhs:hover,
#content div.but a.home:hover{
	text-decoration:none;
}
#content div.but a.nhs img,
#content div.but a.home img{
	float:left;
	padding:12px 0 0 32px;
}
#content div.but a.home img{
	margin:-22px 0 0;
}
* html #content div.but a.home img{margin:-12px 0 0 15px;}
#content div.but a.nhs span,
#content div.but a.home span{
	float:left;
	margin:18px 0 0 24px;
	color:#fff;
	font-size:18px;
}
#content div.but a.home span{margin-left:15px;}
#content div.but a.home{
	margin:0;
	background:url(../img/bg-btn2.gif) no-repeat 0 0;
}
#content div.but .home a.bg-home{
	margin:-10px 0 0 30px;
	width:56px;
	height:57px;
	background:url(../img/bg-home.png) no-repeat 0 0;
}
#content div.but a.home span.right{
	width:80px;
	font-size:12px;
	color:#fff;
	float:left;
	margin:10px 0 0 20px;
}
#sidebar{
	background:url(../img/bg-sidebar.gif) repeat-y 0 0;
}
#sidebar div.text{
	width:100%;
	margin:-113px 0 0 8px;
}
#sidebar div.image{
	overflow:hidden;
	height:166px;
	padding:2px 0 4px;
}
#sidebar div.image img{display:block;}
#sidebar div.text img{
	margin:0 0 -5px;
}
#sidebar div.text span{
	font-size:11px;
	font-family:Tahoma,Arial,Helveticam,sans-serif;
	color:#808587;
	margin:0 0 0 15px;
}
#sidebar h3,
div.brands h3{
	line-height:33px;
	font-size:14px;
	width:100%;
	text-align:center;
	color:#fff;
	background:url(../img/bg-title.gif) no-repeat 0 0;
}
#sidebar h3 a{
	color:#fff;
}
#sidebar div.news ul{
	overflow:hidden;
	float:left;
	padding:0 10px 5px 3px;
}
#content #newsList ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar div.news ul li{
	margin:18px 0 0;
	float:left;
}
#newsList ul li {
	padding:0 0 20px 0;
	margin:0;
	list-style:none;
}
#sidebar div.news ul li a.new,
#newsList ul li a.new{
	color:#004475;
	float:left;
	width:178px;
	font-weight:bold;
	font-size:14px;
	margin:0;
}
#newsList ul li a.new {
	float:none;
	width:auto;
}
#sidebar div.news ul li p,
#newsList ul li p{
	margin:7px 0 0;
	font-size:11px;
}
#sidebar div.news ul li span,
#newsList ul li span{
	font-size:12px;
	float:left;
	font-style:italic;
}
#newsList ul li span {
	float:none;
}
#sidebar div.news ul li a,
#newsList ul li a{
	float:right;
	color:#e88414;
	font-size:12px;
	line-height:20px;
}
#newsList ul li a {
	float:none;
}
#sidebar .top{
	padding:4px 4px 0;
	background:url(../img/bg-sidebar-top.gif) no-repeat 0 0;
}
div.brands{
	width:100%;
	position:relative;
	z-index:1000;
	float:left;
	margin:-1px 0 -39px;
	padding:18px 0 0;
	background:url(../img/bg-tab-top.gif) no-repeat 0 0;
}
div.brands .top{
	width:100%;
	padding:0 0 14px;
	background:url(../img/bg-tab-bot.gif) no-repeat 0 100%;
}
div.brands h3{
	text-align:left;
	padding:0 0 0 20px;
	width:875px;
	background:none;
}
div.brands div.bottom{
	width:892px;
	overflow:hidden;
	background:url(../img/bg-tab.gif) repeat-y 0 0;
	padding:0 4px 7px;
}
#footer{
	min-width:900px;
	float:left;
	height:78px;
	width:100%;
	background:#e88414;
}
#footer .inner,
#footer .inner a{
	width:890px;
	font-size:11px;
	color:#fff;
	padding:0;
	overflow:hidden;
	margin:46px auto 0;
}
* html #footer .inner{padding:0 15px 0 0;}
#footer .inner p{margin:5px 0 0;float:left;padding:0 5px 0 0;}
#footer .inner a.redcat{
	background:url(../img/bg-redcat.png) no-repeat 0 0;
	width:123px;
	height:19px;
	float:right;
	margin:0;
}
#footer .right{
	float:right;
	width:200px;
}
#footer .inner ul{
	float:left;
	margin:7px 0 0 5px;
}
#footer .inner ul li{
	float:left;
}
ul.spon{
	float:left;
	padding:0 5px 0 0;
	width:100%;
	overflow:hidden;
	margin:15px 0 0;
}
ul.spon li{
	float:left;
	text-align:center;
	width:110px;
}
ul.spon img{
	float:left;
}
div.sub{
	display:block;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:111px;
	height:60px;
}
div.cont{
	float:left;
	position:relative;
	left:50%;
}
div.sub a{
	float:left;
	position:relative;
	left:-50%;
}
div.sub img{
	display:inline;
}
* html div.cont{
	position:absolute;
	left:50%;
	top:50%;
}
*+html  div.cont{
	position:absolute;
	left:50%;
	top:50%;
}
* html div.sub img{
	position:relative;
	top:-50%;
}
*+html div.sub img{
	position:relative;
	top:-50%;
}
* html div.sub img{display:inline;}
*+html div.sub img{display:inline;}