﻿/* CSS Document */
#selector {
	width: 900px;
	background-color: #0074bd;
}


	/* selectortabs css is in the global.css as it is shared with the main content selector tabs */
	
	.selector_box { 
		width: 900px;
		height: 220px;
		position: relative;
	}
	
	.altbanner {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 900px;
		height: 220px;
	}
	
	.selector_content {
		z-index: 100;
		position: absolute;
		top: 120px;
		left: 20px;
	}	
		
	.selector_box h5 { color: #4e7491; font-size: 1.6em; font-weight: normal; padding: 0 0 12px 0; margin: 0;}
	
	.selector_box ul {padding: 0; margin: 0;}
	.selector_box ul li {display: block; list-style: none; background: transparent url('/gfx/bg_selector_arrow.gif') 0 0.3em no-repeat; padding: 0 0 4px 16px;}
	.selector_box ul li a { color: #4e7491; font-size: 1.1em; text-decoration:none; }
	.selector_box ul li a:hover { text-decoration:underline;}
	
	.toolbox { display: none; }
	
#newspanel {
	background: #fff url('/gfx/bg_newspanel.gif') top left no-repeat;
	width: 900px;
	height /**/: 50px;
	height: 27px !important;
	margin-top: 15px;
	padding: 8px 0 0 0;
}

	#newspanel .paneltitle { color: #fff; font-weight: bold; font-size: 1.1em; padding: 0 36px 0 16px; }
	#newspanel a { color: #2e3b44; text-decoration: none;}
	#newspanel a:hover { text-decoration:underline;}
	

#home_panel_left, #home_panel_right {
	width: 210px;
	height /**/: 240px;
	height: 225px !important;
	float: left;
	margin-top: 15px;
	background: #d6dbe0 url('/gfx/bg_panel1.gif') bottom left no-repeat;
}

#home_panel_centre {
	width /**/: 480px;
	width: 440px !important;
	height /**/: 240px;
	height: 225px !important;
	float: left;
	margin: 15px 20px 0 20px;
	background: #d6dbe0 url('/gfx/bg_panel2.gif') bottom left no-repeat;
}


#home_panel_left h3, #home_panel_right h3 {
	width /**/: 210px;
	width: 192px !important;
	height /**/: 35px;
	height: 28px !important;
	background: #fff url('/gfx/bg_panel1_h3.gif') top left no-repeat;
	color: #fff;
	font-weight: normal;
	padding: 7px 0 0 18px;
	margin: 0;
	font-size: 1.5em;
}

#home_panel_centre h3 {
	width /**/: 440px;
	width: 422px !important;
	height /**/: 35px;
	height: 28px !important;
	background: #fff url('/gfx/bg_panel2_h3.gif') top left no-repeat;
	color: #fff;
	font-weight: normal;
	padding: 7px 0 0 18px;
	margin: 0;
	font-size: 1.5em;
}

	#media_centre {}
	#find_installer { display: none; }
	
	.innerpanel { padding: 18px; }
	
	.innerpanel div.hr { margin: 0 !important; padding: 6px 0 !important; }

#home_panel_left ul, #home_panel_right ul {
	margin: 0;
	padding: 0;
}

#home_panel_left ul li, #home_panel_right ul li {
	border-left: 1px #84888d solid;
	border-bottom: 1px #84888d solid;
	border-top: 1px #e9ecef solid;
	border-right: 1px #e9ecef solid;
	list-style: none;
	width /**/: 210px;
	width: 208px !important;
	height /**/: 35px;
	height: 33px !important;
}

#home_panel_left ul li a, #home_panel_right ul li a {
	background: #d6dbe0 url('/gfx/bg_panel1_li.gif') top left repeat-x;
	width /**/: 208px;
	width: 180px !important;
	height /**/: 33px;
	height: 25px !important;
	display: block;
	color: #2e3b44;
	text-decoration: none;
	font-size: 1.3em;
	padding: 4px 14px;
	vertical-align:middle;
}

#home_panel_left ul li a span {
	vertical-align:middle;
}
#home_panel_right ul li a span {
	display: block;
	padding-top: 3px;
}

#home_panel_left ul li a:hover, #home_panel_right ul li a:hover {
	background: #d6dbe0 url('/gfx/bg_panel1_li_hover.gif') top left repeat-x;
}

#home_panel_left ul li a img, #home_panel_right ul li a img {
	border: 1px #0075be solid;
	margin-right: 12px;
	vertical-align:middle;
}

