/* Page Structure*/

@import url("/css/content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 0px;
		padding: 0;
		min-width: 955px;
		background:#fff url("/images/backgrounds/body-bg.gif") repeat-x 0 11px;
		color:#5a5658;
		}
	.home{
		background:#fff url("/images/backgrounds/home-body-bg.gif") repeat-x;
		}
		
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
	.skipLink:focus{
		margin:0;
		}
	
	.topBackground {
		background:url(/images/backgrounds/body-bg-wave.gif) no-repeat;
		background-position:center top;
	}
		
	.container {
		width: 955px;
		margin: 0 auto;
		position:relative;
		padding-bottom:14px;
		}
		
	a {
		color: #0092bb;
		text-decoration:none;
		}
		
	a img {
		border: 0;
		}
		
	.clear {
		clear: both;
		display:block;
		}
		
	form {
		display:inline;
	}
	
	#wibiyaToolbar_tbl{
	width: 980px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	}
	
/* 2 :-------- Header ------------ */

	.header {
		width:955px;
		padding:15px 0 0 0;
		margin:0px 0 15px 0;
		}
	
	/*logo*/	
	.mainLogo {
		float:left;
		width:161px;
		height:19px;
		padding:10px 0 0 15px;
		display:block;
		}
	.mainLogo a {
		display:block;
		width:161px;
		height:19px;
	}	
	.mainLogo span {
		background:url(/images/elements/switchwise-logo-OB.gif) no-repeat;
		display:block;
		width:161px;
		height:29px;
		position:absolute;
		top:15px;
		left:14px;
		cursor:pointer;
	}
	.mainLogo a:hover {
		text-decoration:none;
	}
	.mainLogo img {display:none;}


/* 3 :-------- Main Nav ------------ */

/*main nav using span replacement method as requested*/
	#mainNav {
		float:right;
		width:726px;
		}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#mainNav li {
		float: left;
		margin: 0;
		padding: 0;
		height:32px;
		display:block;
		}
	#mainNav li a {
		height:32px;
		display: block;
		float:left;
		font-size: 1em;
		text-decoration: none;
		color: #5a5658;
		}
	#mainNav li a.nav1 {width:93px;}
	#mainNav li a.nav2 {width:158px;}
	#mainNav li a.nav3 {width:97px;}
	#mainNav li a.nav4 {width:63px;}
	#mainNav li a.nav5 {width:150px;}
	#mainNav li a.nav6 {width:91px;}
	#mainNav li a.nav7 {width:74px;}
	
	#mainNav li a span {
		height:32px;
		display:block;
		background-position:0px 0px;
		position:absolute;
		top:0px;
		}
	#mainNav li a:hover span{
		display:block;
		background-position:0px -32px;
		cursor:pointer;
		}
	#mainNav li#on a span{
		background-position:0px -64px;
		}
	#mainNav li#on a:hover span{
		background-position:0px -64px;
		}
		
	/* nav backgrounds - position from left side of container */
	#mainNav li .nav1 span {left:228px; width:93px; display:block; background: url("/images/nav/nav-compare.gif") no-repeat;}
	#mainNav li .nav2 span {left:321px; width:158px; display:block; background: url("/images/nav/nav-switching-explained.gif") no-repeat;}
	#mainNav li .nav3 span {left:479px; width:97px; display:block; background: url("/images/nav/nav-electricity.gif") no-repeat;}
	#mainNav li .nav4 span {left:576px; width:63px; display:block; background: url("/images/nav/nav-gas.gif") no-repeat;}
	#mainNav li .nav5 span {left:639px; width:150px; display:block; background: url("/images/nav/nav-renewable-energy.gif") no-repeat;}
	#mainNav li .nav6 span {left:789px; width:91px; display:block; background: url("/images/nav/nav-about-us.gif") no-repeat;}
	#mainNav li .nav7 span {left:880px; width:74px; display:block; background: url("/images/nav/nav-faqs.gif") no-repeat;}
	
	
	/*Dropdown Styles*/
	#mainNav UL LI UL {float:left; width:180px; height:auto; position:absolute; left:-1000px; padding-top:10px; top:32px; z-index:10; background: none;}
	#mainNav UL LI UL LI {width:180px; height:auto; display:block; color:#333; padding:0px; margin:0 0 0 -1px; background:none;}
	#mainNav UL LI UL LI.foot {margin-left:-1px; border-bottom:1px solid #e3e3e3; height:9px; border-radius: 0px 0px 5px 5px;}
	
	#mainNav UL LI UL LI A {width:160px; height:auto; background:none; padding:5px 5px 5px 15px; margin:0px;}
	#mainNav UL LI UL LI a:hover {color:#0092bb;}
	#mainNav UL LI:HOVER {position:static;}
	#mainNav UL LI:HOVER UL {width:180px; border-bottom:none; background:#fff url(/images/backgrounds/drop-down-bg-dash.gif) repeat-y; background-position:left; border-radius: 0px 0px 5px 5px;}
	#mainNav UL LI:HOVER UL.subnav1 {left:228px;}
	#mainNav UL LI:HOVER UL.subnav2 {left:321px;}
	#mainNav UL LI:HOVER UL.subnav3 {left:479px;}
	#mainNav UL LI:HOVER UL.subnav4 {left:576px;}
	#mainNav UL LI:HOVER UL.subnav5 {left:639px;}
	#mainNav UL LI:HOVER UL.subnav6 {left:789px;}
	#mainNav UL LI:HOVER UL.subnav7 {left:880px;}
	#mainNav UL LI:HOVER UL LI {width:180px; border-right:1px solid #e3e3e3; position:relative;}
	
	#mainNav UL LI UL LI UL {display:none;}
	#mainNav UL LI UL LI UL a {text-transform: lowercase;}
	#mainNav UL LI UL LI {position:relative;}
	#mainNav UL LI UL LI:HOVER UL {left: 180px; top: -1px; position:absolute; padding-top: 0px; border-top: 1px solid #efefef; display:block;}
	#mainNav UL LI UL LI a span.subIcon {position:absolute; right: 10px; top: 6px; font-size: 12px; color: #cccccc;}
	
	/* IE6 hover styles - refering to switchwise.js file*/
	#mainNav LI.iehover {position:static;}
	#mainNav LI.iehover UL {width:180px; border-bottom:none; background:#fff url(/images/backgrounds/drop-down-bg-dash.gif) repeat-y; background-position:left;}
	#mainNav UL LI.iehover UL.subnav1 {left:228px;}
	#mainNav UL LI.iehover UL.subnav2 {left:321px;}
	#mainNav UL LI.iehover UL.subnav3 {left:479px;}
	#mainNav UL LI.iehover UL.subnav4 {left:576px;}
	#mainNav UL LI.iehover UL.subnav5 {left:639px;}
	#mainNav UL LI.iehover UL.subnav6 {left:789px;}
	#mainNav UL LI.iehover UL.subnav7 {left:880px;}
	#mainNav UL LI UL LI.iehover UL {left: 180px;_left: 200px; top: 0px; position:absolute; padding-top: 0px; border-top: 1px solid #efefef; display:block;}
	#mainNav LI.iehover UL LI {width:180px;  border-right:1px solid #e3e3e3; position:relative;}
	#mainNav LI.iehover UL LI a {width:160px;}
	
	/*onstate dropdown styles*/
	#nav UL LI.on UL {width:180px; position:absolute; left:-1000px; background:none; z-index:2;}
	#nav UL LI#on {background:#fff;}
	#nav UL LI#on A {color:#333;}
	#nav UL LI#on A:HOVER {color:#333;}
	#nav UL LI#on:HOVER UL {left:-1000px; display:none;}
	#nav LI#on.iehover UL {left:-1000px; display:none;}
	
	
/* 4 :-------- Content ------------ */

	.homeBanner {
		width:955px;
		height:17px;
		/*background:url(/images/elements/home-banner.gif) no-repeat;*/
		margin:15px 0 9px 0;
	}
	
	.contentBanner {
		width:955px;
		height:17px;
		margin:15px 0 9px 0;
	}

	/* tabs */
	.tabs .left {
		float:left;
		width: 90px;
	}
	.tabs .right {
		float:left;
	}
	
	/*breadcrumb*/
	.breadcrumb {
		float:right;
		padding:4px 10px 0 0;
		font-size:11px;
	}
	.breadcrumb ul {
		float:right;
		list-style:none;
		margin:0;
		padding:0;
		width:400px;
	}
	.breadcrumb li {
		float:right;
		color:#b6b9b9;
		padding:0 5px 0 7px;
		background:url(/images/icons/arrow-breadcrumb.gif) no-repeat 0 6px;
	}
	.breadcrumb li a {color:#b6b9b9;}
	.breadcrumb li a:hover {color:#868a8a;}
	
	/*size up and size down styles - refer to fontsizer.js for script*/
	.utils {
		float:right;
		width:60px;
	}
	.utils ul {
		float:right; 
		position:static;
		list-style:none;
		margin:0px;
		padding:0 12px 0 0;
		width:50px;
		left:0;
		z-index:auto;
	}
	.utils li {
		float:right;
		width:20px;
		height:17px;
		padding:0 0 0 0;
	}
	.utils li a {
		text-indent:-9999px;
		display:block;
		width:20px;
		height:17px;
		outline:none;
	}
	.utils a.sizeDown {
		background:url(/images/buttons/text-smaller.gif) no-repeat;
	}
	.utils a:hover.sizeDown {
		background:url(/images/buttons/text-smaller.gif) no-repeat;
	}
	.utils a.sizeUp {
		background:url(/images/buttons/text-larger.gif) no-repeat;
	}
	.utils a:hover.sizeUp {
		background:url(/images/buttons/text-larger.gif) no-repeat;
	}
	
	/* Steps Navigation */
	.stepsNav {
		width:955px;
		height:49px;
		background:#e7e6db url(/images/backgrounds/steps-nav-bg.gif) repeat-x;
	}
	.stepsNav .left {
		float:left;
		width:10px;
		height:49px;
		background:url(/images/backgrounds/steps-navL-bg.gif) no-repeat;
	}
	.stepsNav .right {
		float:right;
		width:10px;
		height:49px;
		background:url(/images/backgrounds/steps-navR-bg.gif) no-repeat;
	}
	.stepsNav .rightsteps {
		float:right;
		width:10px;
		height:49px;
		background:url(/images/backgrounds/steps-navR-bg-grad.gif) no-repeat;
	}
	
	.stepallShadow {
		background:url(/images/backgrounds/steps-navall-shadow.gif) no-repeat;
		background-position:bottom;
		height:49px;
	}

	/*shadow behind ontab - needs to move for each onstate*/
	#steponShadow {
		float:left;
		width:141px;
		height:49px;
	}
	#steponShadow span {
		width:141px;
		height:49px;
		display:block;
		background:url(/images/backgrounds/steps-navon-shadow2.gif) no-repeat;
	}
	#steponShadow .step1 {
		margin-left:135px;
		background:url(/images/backgrounds/steps-navon-shadow.gif) no-repeat;
	}
	#steponShadow .step2 {
		margin-left:256px;
	}
	#steponShadow .step3 {
		margin-left:376px;
	}
	#steponShadow .step4 {
		margin-left:496px;
	}
	
	.stepsNav ul {
		width:480px;
		height:49px;
		position:absolute;
		left:0px;
		margin:0px;
		padding:0px;
		z-index:1;
	}
	.stepsNav ul li {
		float:left;
		width:120px;
		height:49px;
		list-style:none;
	}
	
	.stepsNav ul li a {
		background-position:0 -49px;
		width:120px;
		height:49px;
		text-indent:-9999px;
		display:block;
	}
	.stepsNav ul li .nav1 {background:url(/images/nav/stepsnav-01.gif) no-repeat;}
	.stepsNav ul li .nav2 {background:url(/images/nav/stepsnav-02.gif) no-repeat;}
	.stepsNav ul li .nav3 {background:url(/images/nav/stepsnav-03.gif) no-repeat;}
	.stepsNav ul li .nav4 {background:url(/images/nav/stepsnav-04.gif) no-repeat;}
	
	.stepsNav ul li a:hover {background-position:0 -98px;}
	.stepsNav ul li.disabled a {background-position:0 0px;}
	.stepsNav ul li.disabled a:hover {background-position:0 0px;}
	.stepsNav ul li.on a {background-position:0 -147px;}
	.stepsNav ul li.on a:hover {background-position:0 -147px;}
	
	.mainHeader {
		width:auto;
		height:49px;
		right:15px;
		position:absolute;
		z-index:1;
	}
	.mainHeaderGeneric {
		width:auto;
		height:49px;
		right:20px;
		position:absolute;
		z-index:1;
		text-align:right;
	}
	
	.contentWrap{
		width:955px;
		}
	
	.columnWrap{
		width:955px;
		}
		
	.leftColumn {
		float:left;
		width:157px;
	}
	
	#contentHome {
		width:955px;
	}
	
	#content {
		width:955px;
	}
	
	/* step 01 panel*/
	.step01Wrap {
		float:left; 
		width:955px;
	}
	
	.step01Panel {
		width:934px;
		height:112px;
		padding:35px 0 0 21px;
		background:#349ebb url(/images/backgrounds/home-step01-bg.jpg) no-repeat;
		position:relative;
	}
	.step01Panel .homefield {
		float:left;
		color:#5a5658;
		border:1px solid #3aa3c0;
		background:#fff url(/images/backgrounds/home-field-bg.gif) repeat-x;
		font-size:1.33em;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0 4px 5px;
		width:347px;
	}
	/*.homesubmit {
		float:left;
		width:116px;
		height:31px;
		padding:0px;
		margin-left:3px;
		border:none;
	}*/
	.homeQuickSearch {
		float:left;
		width:116px;
		height:31px;
		padding:0px;
		margin-left:3px;
		border:none;
	}
	.homePersonalisedSearch {
		float:left;
		width:162px;
		height:31px;
		padding:0px;
		border:none;
	}
	.homeOr {
		float: left;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
		margin: 8px 17px 0 16px;
	}
	
	
	/*postcode summary drop down*/
	.pcSummary {
		position:absolute;
		z-index:20;
		display:none;
		visibility:hidden;
		width:352px;
		background:#fff url(/images/backgrounds/pc-summary-bg.gif) repeat-x;
		background-position:bottom;
		left:179px;
		top:326px;
		color:#5a5658;
	}
	.pcSummary div {
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 0 5px 5px;
		margin-top:1px;
		color:#5a5658;
	}
	
	.pcSummary div:hover {
			background:#f1f5f6;
			cursor:pointer;
			color:#5a5658;
	}
	.pcSummary a {color:#5a5658; display:block;}
	.pcSummary a:hover {color:#5a5658; display:block;}

	/* extra tabs home (advanced/filter)*/
	.extraTab {
		width:798px;
		height:52px;
		position:absolute;
		z-index:5;
		left:157px;
	}
	
	/*advanced tab content*/
	.questionTab {
		width:768px;
		margin:0 0 0 15px;
		padding:0 0 10px 0;
		background:url(/images/elements/dashed-line.gif) repeat-x;
		background-position:bottom;
	}
	.questionTab h4 { /*home style*/
		float:left;
		width:580px;
		margin:12px 0 0 3px;
	}
	.questionTab h4 strong {color:#0092bb;}
	
	.questionTab .innerQuestion { /*innerTab style*/
		float:left;
		width:580px;
		margin:12px 0 0 3px;
		font-size:1.15em;
	}
	.questionTab .innerQuestion strong {color:#0092bb;}
	
	.questionTab select {
		float:left;
		width:150px;
		margin-top:10px;
		font-size:11px;
		border:1px solid #a3d1de !Important;
	}
	.questionTab input {
		float:left;
		width:145px;
		margin-top:10px;
		border:1px solid #a3d1de;
		font-size:11px;
		padding:2px 0 2px 3px;
		color:#5a5658;
	}
	
	.questionTab .questionDial {
		float:left;
		width:20px;
		height:20px;
		margin:0 0 0 5px;
	}
	.questionTab .questionDial a {
		background:url(/images/icons/question-dial-blue.gif) no-repeat;
		width:20px;
		height:20px;
		display:block;
		outline:none;
		margin-top:6px;
	}
	.questionTab .questionDial a span {
		display:none;
	}
	.questionTab .questionDial a:hover span {
		display:block;
		position:absolute;
		z-index:2;
		width:266px;
		height:auto;
		background:url(/images/backgrounds/bubble-pointtop-bg-w.gif) no-repeat 0 0;
		padding:25px 10px 15px 15px;
		margin:20px 0 0 -220px;
		color:#535959;
		border-bottom:1px solid #cbe5ec;
	}
	
	.advancedBut {
		height:55px;
		padding:20px 0 0 0;
		clear:both;
	}
	.advancedBut input {
		float:right;
		margin:0 84px 0 0;	
		color:#5a5658;
		border:none;
	}
	
	.innerTab .advancedBut input {
		float:right;
		margin:0 75px 0 0;	
		color:#5a5658;
		border:none;
	}
	
	/*filter tab content*/
	.filterItem {	
		float:left;
		width:300px;
		padding:0 0 15px 0;
		font-size:8pt;
	}
	.filterItem label {
		width:80px;
		float:left;
	}
	.filterItem select {
		width:150px;
		font-size:11px;
		font-weight: bold;
		border:1px solid #a3d1de !Important;
	}
	.filterItem input {
		width:147px;
		font-size:11px;
		border:1px solid #a3d1de;
		padding:2px 0 2px 3px;
		color:#5a5658;
	}
	
	/*toggle styles for home tabs - refer to switchwise.js for script "tab expand colapse"*/
	.extraTab a#tab1 {
		background:#9bd3e2 url(/images/backgrounds/home-step01-advanced-tab.gif) no-repeat;
		height:26px;
		width:798px;
		display:block;
		outline:none;
	}
	.extraTab a:hover#tab1 {
		background-position:0 -26px;
	}
	.extraTab a#tab1.open {
		background-position:0 -26px;
	}
	.extraTab a:hover#tab1.open {
		background-position:0 0px;
	}
	.extraTab a#tab2 {
		background:#9bd3e2 url(/images/backgrounds/home-step01-filter-tab.gif) no-repeat;
		height:26px;
		width:798px;
		display:block;
		outline:none;
	}
	.extraTab a:hover#tab2 {
		background-position:0 -26px;
	}
	.extraTab a#tab2.open {
		background-position:0 -26px;
	}
	.extraTab a:hover#tab2.open {
		background-position:0 0px;
	}
	
	.tabGap {height:1px; background:#79c3d8 url(/images/backgrounds/home-step01-tab-gap.gif) no-repeat;}

	.extraTab .advancedTab {
		display:none;
		background:#e1f1f6 url(/images/backgrounds/home-step01-tab-bg.gif) repeat-y;
	}
	
	.extraTab .filterTab {
		display:none;
		padding:15px 0 25px 19px;
		background:#e1f1f6 url(/images/backgrounds/home-step01-tab-bg.gif) repeat-y;
		border-bottom:1px solid #b3dbe7;
	}
	
	/*toggle styles for home tabs - refer to switchwise.js for script "tab expand colapse"*/
	.innerTab {
		width:233px;
		height:36px;
		position:absolute;
		z-index:5;
		right:0px;
		margin-top:6px;
	}
	.innerTab a#innertab1 {
		float:left;
		background:url(/images/icons/arrow-advancedTabs.gif) no-repeat 10px 8px;
		height:23px;
		width:100px;
		display:block;
		outline:none;
		color:#cce7ef;
		font-weight:bold;
		font-size:9px;
		padding:7px 0 0 23px;
	}
	.innerTab a:hover#innertab1 {
		color:#fff;
	}
	.innerTab a#innertab1.open {
		color:#0092bb;
		background:#e1f1f6 url(/images/icons/arrow-advancedTabs-dark.gif) no-repeat 10px 10px;
	}
	.innerTab a:hover#innertab1.open {
		color:#0092bb;
	}
	.innerTab a#innertab2 {
		float:right;
		background:url(/images/icons/arrow-advancedTabs.gif) no-repeat 10px 8px;
		height:23px;
		width:74px;
		display:block;
		outline:none;
		color:#cce7ef;
		font-weight:bold;
		font-size:9px;
		padding:7px 15px 0 23px;
	}
	.innerTab a:hover#innertab2 {
		color:#fff;
	}
	.innerTab a#innertab2.open {
		color:#0092bb;
		background:#e1f1f6 url(/images/icons/arrow-advancedTabs-dark.gif) no-repeat 10px 10px;
	}
	.innerTab a:hover#innertab2.open {
		color:#0092bb;
	}

	.innerTab .advancedTab {
		display:none;
		position:relative;
		z-index:20;
		background:#e1f1f6;
		width:791px;
		padding:20px 0 0 0;
		margin:30px 0 0 -559px;
	}
	
	.innerTab .filterTab {
		display:none;
		position:relative;
		z-index:20;
		background:#e1f1f6;
		width:934px;
		padding:20px 0 20px 15px;
		margin:30px 0 0 -716px;
	}
	
	/*toggle styles for detail tabs - refer to switchwise.js for script "tab expand colapse"*/
	.detailTab {
		/*background:url(/images/elements/dashed-line.gif) repeat-x;*/
		background-position:bottom;
		margin-top:-1px;
		position:relative;
	}
	.detailTab a#detailtab1, .detailTab a#detailtab2, .detailTab a#detailtab3 {
		height:22px;
		width:760px;
		display:block;
		outline:none;
		
		background-position:top;
	}
	.detailTab a#detailtab1 {background:none;}
	.detailTab a:hover#detailtab1, .detailTab a:hover#detailtab2, .detailTab a:hover#detailtab3 {
		color:#0092bb;
	}
	.detailTab a#detailtab1.open, .detailTab a#detailtab2.open, .detailTab a#detailtab3.open {
		color:#0092bb;
	}

	.detailTab .content1, .detailTab .content2, .detailTab .content3 {
		display:none;
	}
	
	.detailTabWrap {
		display:block;
		width:920px;
		background:url(/images/elements/dashed-line.gif) 0 100% repeat-x;
	}
	
	/* step 02,03,04 panel and navigation*/
	.stepPanel {
		width:955px;
		height:36px;
		padding:0 0 0 5px;
		margin-left:0px;
		background:url(/images/backgrounds/home-step01-bg.gif) no-repeat;
		position:relative;
		}	
	.stepPanel ul {
		margin:0;
		padding: 3px 0 0 1px;
		list-style:none;
		}
	.stepPanel li {
		float:left;
		width:auto;
		padding:0 4px 0 0;
		height:33px;
		background: url(/images/backgrounds/subtab-R-off.gif) no-repeat right 0;
		}
	.stepPanel li a {
		float: left;
		color:#fff;
		font-weight:bold;
		background:url(/images/backgrounds/subtab-L-off.gif) no-repeat left 0;
		padding:11px 11px 0 21px;
		font-size:11px;
		height:22px;
		}
	.stepPanel li.first a, .stepPanel li.firstOn a, .stepPanel li.firstHover a {
		padding-left: 28px;
		background-image: url(/images/backgrounds/subtab-L-off-first.gif);
		}	
	.stepPanel li.on, .stepPanel li.firstOn {
		background-image: url(/images/backgrounds/subtab-R-on.gif);
		}		
	.stepPanel li.on a, .stepPanel li.firstOn a, .stepPanel li.lastOn a {
		color: #0092bb;
		background-image: url(/images/backgrounds/subtab-L-on.gif);
		}
	.stepPanel li.firstOn a {
		background-image: url(/images/backgrounds/subtab-L-on-first.gif);
		}
	.stepPanel li.last, .stepPanel li.lastOn, .stepPanel li.lastHover {
		background-image: url(/images/backgrounds/subtab-R-off-last.gif);
		padding-right: 17px;
		}	
	.stepPanel li.lastOn {
		background-image: url(/images/backgrounds/subtab-R-on-last.gif);
		}
	.stepPanel li.hover a, .stepPanel li.lastHover a {
		background-image: url(/images/backgrounds/subtab-L-hover.gif);
		}
	.stepPanel li.firstHover a {
		background-image: url(/images/backgrounds/subtab-L-hover-first.gif);
		}
	.stepPanel li.firstHover, .stepPanel li.hover {
		background-image: url(/images/backgrounds/subtab-R-hover.gif);
		}
	.stepPanel li.lastHover {
		background-image: url(/images/backgrounds/subtab-R-hover-last.gif);
		}
	
	
	/*home Content */
	
	.homeContent {
		width:955px;
		padding:23px 0 0 0;
	}
	
	.homeSuppliers {
		width:142px;
		padding:238px 0 0 15px;
	}
	
	.homeWelcome {
		float:left;
		width:465px;
		padding:0 30px 30px 0;
	}

	.homeRow2 {
		/*margin-top:37px;*/
		background:url(/images/backgrounds/home-feature-blue-girl.jpg) no-repeat;
		background-position:left bottom;
		height:1%;
		border-bottom:1px solid #e3e2dd;
		margin-bottom:30px;
	}

	.homeFeature {
		float:left;
		width:712px;
		/*height:211px;*/	
	}
	
	.homewhySwitch {
		float:left;
		width:195px;
		padding:0 0 30px 20px;
	}
	
	.homespecialLinks {
		float:right;
		width:207px;
		padding:0 0 30px 0;
	}
	
	.homePromoLinks {
		float:right;
		width:207px;
		padding:0 0 0 0;
		color:#fce7ca;
	}
	
	.homeNews {
		float:left;
		width:445px;
		margin-left:20px;
	}
	.homeSeenin {
		float:right;
		width:450px;
	}
	
	
	/*Results Content*/
	.TopResults {
		width:955px;
		background:url(/images/backgrounds/step02-results-top-bg.gif) repeat-y;
	}

	.resultsHeader {
		background:url(/images/backgrounds/no-side-bar-top.gif) no-repeat;
		padding:9px 0 0 0;
		height:1%;
	}
	
	.resultHeaderPersonalisedSearch {
		background: url(/images/backgrounds/no-side-bar-top.gif) no-repeat 0 0;
		padding: 9px 0 0 0;
		color: #868a8a;
		height:1%;
		}

	/*profile panel styles*/
	.profileHeader {
		/*float:left;*/
		width:164px;
		padding: 3px 0 8px 0;
	}
	.answered {
		font-weight:bold;
		color:#0092bb;
		margin-left:15px;
		padding:43px 0 30px 0;
	}
	
	.profileItem {
		float:left;
		padding-bottom: 8px;
	}
	.profileItem label {
		font-size:9px;
		float:left;
		display:block;
		color:#868a8a;
		width:55px;
		padding-left:15px;
		line-height:10px;
	}
	.profileItem input {
		display:inline;
		float:left;
		border:1px solid #e1dfd6;
		background:#fff;
		width:72px;
		font-size:9px;
		color:#868a8a;
		padding:2px 0 2px 3px;
		margin:2px 0 2px 0;
	}
	.profileItem select {
		display:inline;
		float:left;
		width:77px;
		font-size:9px;
		color:#868a8a;
		margin:2px 0 2px 0;
	}
	
	.switchingToo {
		float:left;
		width:149px;
		padding:13px 0 0 15px;
	}
	.switchingToo .logo {
		width:56px;
		float:left;
	}
	.switchingToo .logo a {
		background:url(/images/backgrounds/logo-listing.gif) no-repeat;
		width:56px;
		height:28px;
		display:block;
		float:left;
	} 
	.switchingToo .logo a img {margin:1px 0 0 1px; width:43px; height:26px;}
	
	.switchingToo #starRating {padding:9px 0 0 0;}
	
	.switchingToo .title {
		margin:8px 0 0 0;
		font-size:11px;
	}
	
	.switchingToo .green {
		background:url(/images/icons/green-tree.gif) no-repeat 0 6px;
		height:13px;
		padding:8px 0 0 15px;
		color:#14846e;
		font-size:0.9em;
	}
	
	.switchingToo .price {
		float:left;
		padding:10px 0 0 0;
		width:153px;
		font-size:18px;
		font-weight:bold;
	}
	.switchingToo .price a {color:#535959;}
	.switchingToo .price span {
		font-size:9px;
		width:150px;
		display:block;
		padding:0 0 0 0;
	}
	.switchingToo .price .savings {
		padding:10px 0 0 0;
		color:#0092bb;
	}
	.switchingToo .price .savings a {color:#0092bb;}
	
	/*search panel styles*/
	.searchPanel {
		position: absolute;
		right: 15px;
		margin-top: 200px;
		background: #fff url(/images/backgrounds/search-bg.gif) no-repeat top right !important;
		width: 230px;
		z-index: 10;
	}
	.searchPanelSmall {
		background: #fff url(/images/backgrounds/search-bg-small.gif) no-repeat 0 0 !important;
		width: 200px;
	}
	.searchPanel h3, .searchPanel p {
		color: #fff !important;
		padding-top: 10px;
	}
	.searchPanel p {
		padding: 12px 0 0 15px;
		margin-bottom: 19px;
		width: 200px;
	}
	.searchPanelSmall p {
		width: 170px;
	}
	.searchField {
		float: left;
		margin-left: 15px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.33em;
		font-weight: bold;
		color:#5A5658;
		padding: 3px 0 2px 4px;
		width: 130px;
		height: 21px;
		border:1px solid #3AA3C0;
		background: #FFFFFF url(/images/backgrounds/home-field-bg.gif) repeat-x scroll 0 0 !important;
	}
	.searchPanelSmall .searchField {
		width: 100px;
	}
	.searchButton {
		background: transparent !important;
		float: left !important;
		margin-left: 6px !important;
		padding: 0 0 0 0 !important;
		border:0px;
	}
	.moreOptions {
	    color: #fff !important;
	    padding: 0 0 0 15px;
		display: none;
		font-size: 11px !important;
	}
	.moreOptionsRows div {
	    padding-top: 2px; 
	    padding-bottom: 1px;
	}
	.moreOptionsRows div:first-child {
	    padding-top: 6px; 
	}
	.moreOptionsRows input  {
	    border: 0px none transparent !important;
	    background: transparent !important;
	}
	.moreOptionsButton {
		background: transparent !important;
		padding: 0 0 0 0 !important;
		clear: left !important;
	}
	.moreOptionsButton img {
		padding: 0 0 0 0 !important;
		margin: 5px 0 0 16px !important;
	}
	.searchPanelFooter {
		width: 100% !important;
		height: 8px !important;
		overflow: hidden !important;
		margin-top: 10px;
	}
	.searchPanel .searchPanelFooter {
		background: transparent url(/images/backgrounds/search-footer.gif) no-repeat 0 0 !important;
	}
	.searchPanelSmall .searchPanelFooter {
		background: transparent url(/images/backgrounds/search-footer-small.gif) no-repeat 0 0 !important;
	}
	
	/*question panel styles*/
	.questionPanel {
		float:left;
		width:948px;
		margin-left:6px;
		background:#fff url(/images/backgrounds/step02-question-bg.gif) repeat-x bottom left;
		/*padding-bottom:10px;*/
	}
	.questionPanel .needHelp {
		float:right;
		width:230px;
		margin:18px 0 0 0;
	}
	
	.questionItem {
		padding:13px 0 15px 0;
		margin-top:-6px;
	}
	#content .questionItem h4 {
		float:left;
		width:auto;
		margin-top:2px;
	}
	
	.questionItem select {
		float:left;
		width:100px;
		font-size:13px;
		color:#7a8080;
		margin:0 0 0 15px;
	}
	.questionItem input {
		float:left;
		width:auto;
		font-size:11px;
		color:#7a8080;
		margin:0 0 0 15px;
		border:1px solid #e1dfd6;
		padding-left:3px;
	}
	
	.questionItem .questionDial {
		float:left;
		width:20px;
		height:20px;
		margin:0 0 0 5px;
	}
	.questionItem .questionDial a {
		background:url(/images/icons/question-dial.gif) no-repeat;
		width:20px;
		height:20px;
		display:block;
		outline:none;
	}
	.questionItem .questionDial a span {
		display:none;
	}
	.questionItem .questionDial a:hover span {
		display:block;
		position:absolute;
		z-index:2;
		width:266px;
		height:auto;
		background:url(/images/backgrounds/bubble-pointtop-bg.gif) no-repeat 0 0;
		padding:25px 10px 15px 15px;
		margin:20px 0 0 -220px;
		color:#535959;
	}
	
	.featuredWrap {
		width:791px;
		padding-left:164px;
		background:url(/images/backgrounds/TopResults-foot-bg.gif) no-repeat;
		background-position:bottom;
	}
	
	.profileContent {
		float:left!important;
		width:164px;
		/*padding-bottom:8px;*/
		margin-left:6px;
		background:url(/images/backgrounds/step02-profile-bg2.gif) repeat-y;
	}
	.profileFoot {background:url(/images/backgrounds/step02-profile-bg-foot.gif) no-repeat; height:20px;}
	
	.profileContentReceipt {
		float:right;
		width:200px;
	}
	
	.modifysubmit {
		width:82px;
		height:28px;
		border:none;
		padding:0px;
		margin:15px 0 0 0px;
	}
	
	.currentPrice {
		position:absolute;
		width:164px;
		height:95px;
		bottom:-95px /*-69*/;
		background:url(/images/backgrounds/step02-current-price-bg.gif) no-repeat;
		background-position:bottom;
	}
	.currentPrice div {
		padding:10px 0 0 14px;
		font-size:18px;
		font-weight:bold;
	}
	.currentPrice div span {
		font-size:9px;
		width:150px;
		display:block;
		padding:0 0 0 0;
	}
	
	.currentPrice label {
		display:block;
		color:#535959;
		font-weight:bold;
		font-size:9px;
		width:160px;
		padding:0px 0 0 15px;
		margin:10px 0px 0 0;
	}
	
	.currentPrice input {
		width:117px;
		border:1px solid #e1dfd6;
		background:#fff  url(/images/backgrounds/profile-dollarsign.gif) no-repeat;
		font-size:18px;
		color:#535959;
		font-weight:bold;
		margin:1px 0 0 13px;
		padding:0 0 0 15px;
	}
	
	.currentPrice .based {
		font-size:9px;
		color:#929592;
		padding:7px 0 0 15px;
		font-weight:normal;
	}
	
	.featuredContent {
		float:left;
		width:790px;
		padding-bottom:15px;
		background:url(/images/backgrounds/step02-featured-bg.gif) repeat-y -164px 0;
	}
	
	/*Featured Content styles */
	.featuredTable {
		float:left;
		width:auto;
	}

	.featuredTable tr td {
		width:264px;
		}
	
	.featuredTable .logo {
		float:left;
		width:56px;
		padding:0 0 0 15px;
	}
	.featuredTable .logo a {
		background:url(/images/backgrounds/logo-listing.gif) no-repeat;
		width:56px;
		height:28px;
		display:block;
	}
	.featuredTable .logo a img {margin:1px 0 0 1px; width:43px; height:26px;}
	
	.featuredTable .title {
		float:left;
		width:120px;
	}
	.featuredTable .title a, .featuredTable .title a div {
		text-decoration: underline;
		}
	.featuredTable .title a:hover {color:#f3971e;}
	
	.featuredTable .green {
		background:url(/images/icons/green-tree.gif) no-repeat 0 3px;
		height:13px;
		padding:5px 0 0 15px;
		color:#14846e;
		font-size:.9em;
	}
	
	.featuredTable .bundled {
		background:url(/images/icons/bundled-plus.gif) no-repeat 33px 0;
		padding:5px 0 5px 0;
	}
	
	/*rating styles - change class on div for each of the star ratings*/
	#starRating {
		float:left;
		width:56px;
	}
	#starRating span {width:56px; height:12px; display:block;}
	#starRating .stars0_0,#starRating2 .stars0_0 {background:url(/images/icons/rating-0.0.gif) no-repeat;}
	#starRating .stars0_5,#starRating2 .stars0_5 {background:url(/images/icons/rating-0.5.gif) no-repeat;}
	#starRating .stars1_0,#starRating2 .stars1_0 {background:url(/images/icons/rating-1.0.gif) no-repeat;}
	#starRating .stars1_5,#starRating2 .stars1_5 {background:url(/images/icons/rating-1.5.gif) no-repeat;}
	#starRating .stars2_0,#starRating2 .stars2_0 {background:url(/images/icons/rating-2.0.gif) no-repeat;}
	#starRating .stars2_5,#starRating2 .stars2_5 {background:url(/images/icons/rating-2.5.gif) no-repeat;}
	#starRating .stars3_0,#starRating2 .stars3_0 {background:url(/images/icons/rating-3.0.gif) no-repeat;}
	#starRating .stars3_5,#starRating2 .stars3_5 {background:url(/images/icons/rating-3.5.gif) no-repeat;}
	#starRating .stars4_0,#starRating2 .stars4_0 {background:url(/images/icons/rating-4.0.gif) no-repeat;}
	#starRating .stars4_5,#starRating2 .stars4_5 {background:url(/images/icons/rating-4.5.gif) no-repeat;}
	#starRating .stars5_0,#starRating2 .stars5_0 {background:url(/images/icons/rating-5.0.gif) no-repeat;}
	
	
	.bundledItem #starRating{margin:15px 0 0 0;}
	.bundledItem #starRating2 {margin:67px 0 0 0;}
	.bundledItem .green {margin:10px 0 0 0;}
	
	/*Featured Price styles */
	.featuredPrice {
		width:790px;
		height:95px;
	}
	
	.PriceTable {
		width:auto;
	}

	.PriceTable tr td {
		width:264px;
		}
	.PriceTable tr td.current {
		width:164px;
	}
	.PriceTable tr td.current label {
		display:block;
		float:left;
		color:#535959;
		font-weight:bold;
		font-size:9px;
		width:50px;
		padding-left:15px;
		margin:10px 5px 0 0;
	}
	
	.PriceTable tr td.current input {
		width:73px;
		border:1px solid #e1dfd6;
		background:#fff;
		font-size:18px;
		color:#535959;
		font-weight:bold;
		padding:0 0 0 3px;
	}
	
	.PriceTable tr td.current .based {
		font-size:9px;
		color:#929592;
		padding:12px 0 0 15px;
	}

	.PriceTable .price {
		float:left;
		padding:10px 0 0 16px;
		width:153px;
		font-size:18px;
		font-weight:bold;
	}
	.PriceTable .price a {color:#535959;}
	.PriceTable .price span {
		font-size:9px;
		width:150px;
		display:block;
		padding:0 0 0 0;
	}
	.PriceTable .price .savings {
		padding:10px 0 0 0;
		color:#0092bb;
	}
	.PriceTable .price .savings a {color:#0092bb;}
	
	.PriceTable .switchnow {
		float:left;
		width:79px;
		padding-top:33px;
	}
	
	.contentBlock {
	}
	
	.leftCol {
		float:left;
		width:164px;
		margin-top:25px;
	}
	
	.resultsList {
		float:left;
		width:955px;
		padding-top:0px;
		margin-left:0;
		background:#fff url(/images/backgrounds/results-list-bg.gif) repeat-y;
	}
	.resultsListSummary {
		float:left;
		width:955px;
		padding-top:10px;
		margin-left:0px;
		/*background:#fff url(/images/backgrounds/results-list-bg2.gif) repeat-y;*/
	}
	.resultsListSummary h3 {margin-top:0px;}
	
	.perPage {
		float:left;
		width:200px;
		padding:20px 0 0 0;
		color:#868a8a;
		text-align:left;
	}
	.perPage form {
		display:inline;
	}
	.perPage select {
		font-size:10px!important;
		color:#868a8a;
	}
	
	ul.recentResultsList {
		margin:34px 0 0 15px;
		padding:0px;
		width:135px;
		list-style:none;
		background:url(/images/elements/dashed-line.gif) repeat-x;
		background-position:top;
	}
	ul.recentResultsList li {
		margin:0px;
		padding:8px 0 8px 0;
		background:url(/images/elements/dashed-line.gif) repeat-x;
		background-position:bottom;
		color:#0092bb;
		font-size:9px;
	}
	ul.recentResultsList li a {
		color:#0092bb;
	}
	ul.recentResultsList li a:hover {color:#f3971e;}
	ul.recentResultsList a:hover .recent {color:#f3971e;}
	
	ul.recentResultsList .recent {
		color:#0092bb;
		margin:0px;
		padding:0px;
		font-size:9px;
		font-weight:bold;
	}
	
	/* Profile Table */
	
	.profileTable {
		width:948px;
		background:url(/images/backgrounds/profile-table-bg.gif) repeat-x;
		height:78px;
		margin-left:0px;
		float:left;
	}

	.profileTable td {
		background:url(/images/backgrounds/profile-table-td-divider.gif) no-repeat;
		background-position:bottom right;
		font-size:1.2em;
		color:#7a8080;
		font-weight:bold;
		padding:19px 0 0 10px;
		vertical-align:top;
	}
	.profileTable td img {margin:-19px 0 0 -10px;}
	.profileTable td.end {background:none; padding:19px 0 0 10px; width:95px;}
	.profileTable td.end img {margin:0px 0 0 0px;}
	.profileTable td.energyProfile {width:156px;}
	
	.profileTable td.on {
		background:#f9f9f8 url(/images/backgrounds/profile-table-on-bg.gif) no-repeat;
		background-position:bottom right;
		}
	.profileTable td#savingsFont {color:#0092bb; font-size:1.1em;}
	.profileTable td#yearCost {font-size:1.1em;}
	
	.profileTable td#savingsFont div#bestsavings {color:#0092bb; font-size:0.9em;}
	.profileTable td#yearCost div {margin-bottom:3px;}
	
	
	.profileTable td div {
		display:block;
		color:#a8acac;
		font-size:11px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		margin-bottom:6px;
	}
	
	.profileTable td span {
		font-size:10px;
		font-weight:normal;
	}
	
	/*Results table styles */	
	.resultsListTable {
		margin-left:6px;
		width:948px;
	}
	
	.resultsListTable .headerRow{
		color:white;
		text-decoration: underline; 
		
	}
	
	.resultsListTable TD
{
   /*style="border-left: dotted 1px #E1E1E1;"*/
   /*#E1E1E1*/
}

	.resultsListTable tr {
		background:url(/images/elements/dashed-line.gif) repeat-x;
		background-position:bottom right;
	}
	
	.resultsListTable tr .on, .resultsListTable tr .onup, .resultsListTable tr .ondown {
		/*background:#f7f6f1 url(/images/elements/dashed-line.gif) repeat-x;
		background-position:bottom left;
		*/
	}
	.resultsListTable tr.titleRow .on, .resultsListTable tr.titleRow .onup, .resultsListTable tr.titleRow .ondown {
		/*background:#f7f6f1;*/
	}
	
	.resultsListTable tr.titleRow
   {
      color: #FFFFFF;
      font-size: 11px;
      font-weight: bold;   
      height:60px; 
      background-image: url(/images/backgrounds/home-step01-bg.gif);
   }

   
	.resultsListSummary .resultsListTable tr.titleRow {
	 color:#FFFFFF;
	 font-size:11px;
	 font-weight:bold;
	/*background:url(/images/elements/dashed-line.gif) repeat-x;*/
	background-position:bottom right;
	}
	
	.resultsListTable tr.titleRow a {
		padding:0 0 10px 0;
		color:#FFFFFF;
		display:block;
		font-weight:bold;
	}
	.resultsListTable tr.titleRow span {
		padding:0 0 10px 0;
		color:#868a8a;
		display:block;
	}
	.resultsListTable .titleRow .titleTop {
		height:2.36em;
		padding:0 0 10px 12px;
		background:url(/images/icons/arrow-list-flip.gif) no-repeat -8px 5px;
		overflow:hidden;
	}
	.resultsListTable .titleRow .titleTop:hover {background-position:0 -15px;}
	.resultsListTable .titleRow .off .titleTop {background:none; text-indent:-10px;}
	.resultsListTable .titleRow .ondown .titleTop {background-position:0 -15px;}
	
	.resultsListTable .titleRow .onup.titleTop {background-position:0 5px;}

	.resultsListTable td { padding: 0px 10px 0px 10px; }
	.resultsListTable tr td:first-child { padding: 0px 0px 0px 10px; }
	
	td.resultsListCell {border-left: dotted 1px #E1E1E1; padding: 5px 10px 5px 10px;}
	td.resultsCell {border-bottom: dotted 1px #E1E1E1; border-left: dotted 1px #E1E1E1; padding: 5px 10px 5px 10px;}
	
	td#switchbut {text-align:center;}
	td#switchbut a.modify .modifysubmit {margin-top:0px;}
	
	.resultsListTable .bundledList {
		background:url(/images/icons/bundled-plus.gif) no-repeat 18px 0;
		height:8px;
		width:100px;
		clear:both;
		margin:0px;
	}
	
	.resultsListTable .logo {
		float:left;
		width:56px;
		padding:10px 0 10px 0;
		margin-left:5px;
		margin-right: 5px;
	}
	.resultsListTable .logo a {
		background:url(/images/backgrounds/logo-listing.gif) no-repeat;
		width:56px;
		height:28px;
		display:block;
	}
	.resultsListTable .logo a img {margin:1px 0 0 1px; width:43px; height:26px;}
	
	.resultsListTable .title{
		float:left;
		width:180px;
		padding:10px 0 0 0;
		font-size:0.75em!important;
	}
	.resultsListSummary .resultsListTable .title {font-size:0.83em!important;}
	.resultsListTable .title h5 {margin-bottom:0px; padding-bottom:1px; }
	.resultsListTable .title a div {
		text-decoration: none;
		font-weight:normal;
		}

		
	.resultsListTable .title a:hover {color:#f3971e;}
	
	.resultsListTable .green {
		/*
		background:url(/images/icons/green-tree-lg.gif) no-repeat 0 3px;
		line-height:9px;
		height:18px;		
		padding:5px 0 2px 20px;
		*/
		color:#14846e;
		font-size:0.8em;
		
	}
	
	.resultsListTable .bundled {
		background:url(/images/icons/bundled-plus.gif) no-repeat 33px 0;
		padding:5px 0 5px 0;
	}
	
	#supplierPlan .titleTop {
		margin-left:5px;
	}
	#planCosttext {
		font-weight:bold;
		color:#535959;
		font-size:1.1em;
		/*font-size:1.42em;*/
	}
	#planSavetext {
		font-weight:bold;
		color:#0092bb;
		font-size:1.1em;
	}
	.resultsListTable td.end {width:95px;}
	
	.contractTerm {
		font-weight:bold;
		color:#767a7a;
		font-size:1.0em;
	}

	/*Featured Rows */
	
	.resultsListTable tr.featureRow {
		background:#f6f5ef;
	}
	.resultsListTable tr.featureRow td.on {background:#edece5;}
	
	.resultsListTable tr.featureRowAlt {
		background:#fafaf6;
	}
	.resultsListTable tr.featureRowAlt td.on {background:#f3f2ed;}
	
	.featuredTitle {
		font-weight:bold;
		color:#868a8a;
		padding:9px 0 0 61px;
		font-size:.92em;
	}
	
	/*Paging*/
	.listPagingBox {
		width:928px;
		padding:0 0 15px 21px;
	}
	
	.paging {
		margin:0px;
		padding:17px 0 0 0;
		list-style:none;
	}
	
	.paging li {
		float:left;
		width:35px;
		height:25px;
		color:#868a8a;
		display:block;
		font-weight:bold;
		background:none;
	}
	.paging li a {
		width:22px;
		height:20px;
		color:#868a8a;
		display:block;
		padding:5px 0 0 13px;
	}
	
	.paging li a:hover {
		color:#0092bb;
	}
	.paging li.on a {
		background:url(/images/icons/paging-on.gif) no-repeat 5px 0;
		color:#0092bb;
	}
	.paging li.prev a {
		padding:5px 13px 0 0;
	}
	
	.disclaimer {
		float:right;
		width:250px;
		text-align:right;
		font-size:9px;
		color:#868a8a;
		padding:7px 10px 0 0;
	}
	
	.backList {
		float:left;
		width:250px;
		padding:15px 0 12px 1px;
	}
	.backList ul {
		display:inline;
		margin:0px;
		padding:0px;
	}
	.backList ul li {
		float:left;
		width:auto;
		display:block;
		list-style:none;
		padding:0 14px 0 14px;
		background:url(/images/elements/dashed-divide.gif) no-repeat;
		background-position:right;
	}
	.backList ul li.end {background:none;}
	
	.backList ul li a {
		display:block;
		height:19px;
		text-indent:-9999px;
	}
	
	.backList ul li a.back {width:27px; background:url(/images/links/but-back.gif) no-repeat;}
	.backList ul li a.prevplan {width:52px; background:url(/images/links/but-prev-plan.gif) no-repeat;}
	.backList ul li a.nextplan {width:52px; background:url(/images/links/but-next-plan.gif) no-repeat;}
	.backList ul li a.prev {width:24px; background:url(/images/links/but-prev.gif) no-repeat;}
	.backList ul li a.next {width:24px; background:url(/images/links/but-next.gif) no-repeat;}

	.utilsList {
		float:right;
		width:240px;
		padding:28px 0 12px 0;
	}
	.utilsListGeneric {
		position:absolute;
		width:240px;
		right:0px;
		top:197px;
		padding:0 0 0 0;
		padding-right:15px;
	}
	.utilsList ul, .utilsListGeneric ul {
		display:inline;
		margin:0px;
		padding:0px;
	}
	.utilsList ul li, .utilsListGeneric ul li {
		float:left;
		width:auto;
		display:block;
		list-style:none;
		padding:0 14px 0 14px;
		background:url(/images/elements/dashed-divide.gif) no-repeat;
		background-position:right;
	}
	.utilsList ul li.end, .utilsListGeneric ul li.end {background:none;}
	
	.utils ul li.addthis a, .utilsListGeneric ul li.addthis a {width:125px;}
	
	.utilsList ul li a, .utilsListGeneric ul li a {
		display:block;
		height:19px;
		text-indent:-9999px;
	}
	.utilsList ul li a.print, .utilsListGeneric ul li a.print {width:25px; background:url(/images/links/but-print.gif) no-repeat;}
	.utilsList ul li a.email, .utilsListGeneric ul li a.email {width:31px; background:url(/images/links/but-email.gif) no-repeat;}
	
	.utilsListShort {
		position:absolute;
		width:155px;
		right:0px;
		top:190px;
		padding:0 0 0 0;
		margin-top:0px;
	}

	.utilsListShort ul li {
		float:left;
		width:auto;
		display:block;
		list-style:none;
		padding:0 14px 0 14px;
		background:url(/images/elements/dashed-divide.gif) no-repeat;
		background-position:right;
	}
	.utilsListShort ul li.end {background:none;}
	
	.utilsListShort ul li a {
		display:block;
		height:19px;
		text-indent:-9999px;
	}
	.utilsListShort ul li a.print {width:25px; background:url(/images/links/but-print.gif) no-repeat;}
	.utilsListShort ul li a.email {width:31px; background:url(/images/links/but-email.gif) no-repeat;}

	
	.utilsReceipt {
		position:absolute;
		width:240px;
		right:0px;
		top:210px;
		padding:0 0 0 0;
	}
	.utilsReceipt ul li {
		float:left;
		width:auto;
		display:block;
		list-style:none;
		padding:0 14px 0 14px;
		background:url(/images/elements/dashed-divide.gif) no-repeat;
		background-position:right;
	}
	.utilsReceipt ul li.end {background:none;}
	
	.utilsReceipt ul li a {
		display:block;
		height:19px;
		text-indent:-9999px;
	}
	.utilsReceipt ul li a.print {width:69px; background:url(/images/links/but-print-receipt.gif) no-repeat;}
	.utilsReceipt ul li a.email {width:75px; background:url(/images/links/but-email-receipt.gif) no-repeat;}
	
	.addthis {
		float:left;
		width:125px;
		padding:2px 0 0 0; 
	} 


	/*content detail styles*/




	.newsContainer .newsLinks {
		position: relative;
		display:inline;
		float:right;
		width:275px;
		margin-right:5px;
		
	}
	.newsContainer .contentGroupL {
		position: relative;
		width:650px;	
		top:-15px;
		left:0px;	
		float:left;
	}

	
	.supplierContainer .contentDetails {
		margin:0 1px 0 6px;
		padding:0 0 25px 15px;
		/*background:url(/images/backgrounds/content-detail-bg.gif) repeat-y -165px 0;*/
	}
	.contentDetails {
		margin:0 1px 0 6px;
		padding:0 0 25px 15px;
		/*background:url(/images/backgrounds/content-detail-bg.gif) repeat-y;*/
	}
	#contentDetailW {background:none;}
	
	.contentGroupL {
		position: relative;
		width:550px;	
		float:left;
		left:10px;
		top:20px;	
	}
	
	
	
	
	.contentGroupMaintenance {
		position: relative;		
		width:750px;	
		float:left;
		left:5px;
		top:0px;													
	}
	
	
	.supplierContainer .contentGroupL {
		position: relative;
		width:500px;	
		left:-10px;
		float:left;
	}
	.contentGroupL .viewWebsiteButton {
		position: absolute;
		right: 0;
		top: 10px;
		width: 85px;
		height: 28px;
		border: none;
	}
	.contentGroupR {
		float:right;
		width:220px;
		margin-right:14px;
	}
	
	.contentGroupW {
		float:left;
		width:760px;	
	}
	
	.modifiyDetails {
		position:absolute;
		right:15px;
		width:101px;
		height:28px;
		margin-top:15px;
	}
	.modifiyDetails input {border:none;}
	
	.contentGroupW h3 a {
		display:block;
	}
	.contentGroupW .content1 {display:none;}
	
	.verisignSeal {
		width:11px;
		height:64px;
		position:absolute;
		z-index:2;
		left:830px;
		top:380px;
	}
	
	.verisignSeal img {
		margin-bottom:10px;	
	}
	
	.detailCol1 {
		float:left;
		width:306px;
		margin-right:25px;
	}
	.detailCol2 {
		float:left;
		width:306px;
	}
	
	.detailItem {
		float:left;
		width:306px;
		clear:both;
		margin-bottom:5px;
	}
	.detailItem label {
		float:left;
		width:106px;
		color:#868a8a;
	}
	.detailItem div {
		float:left;
		font-weight:bold;
		width:200px
	}
	
	

/* See content.css */

/* 5 :-------- Footer ------------ */

	.backtotop {
		width:955px;
		padding:25px 0 0 0;
	}
	.backtotop a {
		float:right;
		width:100px;
		margin-right:-3px;
		background:url(/images/buttons/backtotop.gif) no-repeat;
		background-position:0px 0px;
	}
	
	.footer {
		width:955px;
		background:url(/images/backgrounds/footer-bg.gif) no-repeat;
		margin:10px 0 0 0;
		padding:55px 0 25px 0;
		float:none;
		overflow:hidden;
		}
	
	div.footerCol:first-child {
		background: none;
	}
	
	div.footerCol.lastCol {
		float:right;
	}
	
	div.footerCol {
		float:left;
		width: 20%;
		background:#fff url(/images/backgrounds/drop-down-bg-dash.gif) repeat-y;
		background-position:left;
		min-height: 280px;
	}
	
	div.footerCol.colNoBorder {
		background: none;	
	}
	
	div.footerCol span {
		line-height: 20px;
		font-weight:bold;
		color: #0092BB;
		font-size: 12px;
		margin-left: 10px;
	}
	
	div.copyright {
		margin-top: 10px;
	}
	
	.footerLinks {
		float:none;
		overflow:hidden;
		font-size:.92em;
		padding-bottom:20px;
	}
	
	.footerLinks ul {
		margin:0px 0px 0px 10px;
		padding:0px;
		list-style:none;
	}
	.footerLinks li {
		padding:0 9px 0 12px;
		background:url(/images/icons/bullet.gif) no-repeat;
		background-position:center left;
		line-height: 18px;
	}
	.footerLinks li.end {background:none;}
	.footerLinks li a {color:#828081;}
	.footerLinks li a:hover {color:#7fc8dd;}
	
	.footerLinks .copyright {
		padding:5px 0 0 7px;
		color:#a9abab;
	}
	.footerLinks .copyright a {padding-left:10px; color:#a9abab;}
	.footerLinks .copyright a:hover {color:#7fc8dd;}
	
	.footerVerisign {
		float:right;
		background:url(/images/generic/foot-verisign-logo.gif) no-repeat;
		width:100px;
		height:72px;
		margin:-15px 0 0 0;
	}
	
	.footerDesc {
		margin-left:10px;
		margin-top:10px;
		color:#b8b8b8;
		font-size:.85em;
		padding:0 0px 0 0;
	}
	
	.footerPhone {
		float:left;
		width:87px;
		height:37px;
		padding:0 15px 0 0;
		margin:10px;
	}
	.footerPhone span {
		background:url(/images/generic/foot-phone-number.gif) no-repeat;
		width:87px;
		height:37px;
		position:absolute;
		z-index:1;
	}
	
	div#footerSocial {
		float:none;
		overflow: hidden;
		padding: 10px;
	}
	
	div#footerSocial div > a {
		margin-bottom:5px;	
	}
	div#footerSocial div > a + a {
		margin-bottom: 0px;	
	}
		

.error_msg {
  margin: 50px;
  border: solid 2px red;
  background-color: #FFC0C0;
  color: maroon;
  padding: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body.popupWindow {
     background-image: none; 
     min-width: 0px; 
     margin: 0 0 0 0; 
     width: auto !important;
}

.popupWindow h1, .popupWindow h2, .popupWindow h3, .popupWindow h4 {
     padding: 15px !important; 
     margin: 5px 0 0 0 !important;
     font-size: 14px !important;
     width: 90% !important;
}

.popupWindow div.popupContent {
    background: #fff url('/images/backgrounds/body-bg.gif') repeat-x 0 -165px; 
    padding: 15px !important;
}


a.sidebarLink:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */

}

/* 6 :-------- Additonal Styling ------------ */

span.emailLink{
	cursor:pointer;
	text-decoration:underline;
	margin-right:20px;
	padding-top:10px;
	color:white;
	font-size:9pt;
	float:right;
	display:inline;
	font-weight:bold;
	margin-right:17px;
	background: url('/images/buttons/email.gif') no-repeat 0px 10px;
	padding-left:28px;
	padding-bottom:3px;
}

span.sessionId{
	margin-right:20px;
	padding-top:10px;
	color:white;
	font-size:9pt;
	float:left;
	display:inline;
	font-weight:bold;	
	margin-left:17px;
}

div.popUpBlurb {
	margin:15px 0px 15px 30px;
	float:none;
	overflow:hidden;
}

div.popUpBlurb span.popUpTitle {
	font-size:20px;
	font-weight:bold;
}

div.popUpBlurb p {
	margin-top:10px;
	margin-bottom:0px;
}

div.popUpBody {
	margin:0px 0px 0px 30px;
	float:none;
	overflow:hidden;
}
div.popUpBody div {
	float:none;
	overflow:hidden;
	margin-bottom:5px;
}

div.popUpBody div label {
	float:left;
	width: 65px;
	height:20px;
	line-height:20px;
}

div.popUpBody div.inlineBody {
	margin-top:10px;
	margin-bottom:10px;
}

div.popUpBody div.inlineBody input {
	height:auto;
	background: transparent;
}	

div.popUpBody div.inlineBody label {
	float:none;
	width:auto;
}

div.popUpBody div input {
	height:18px	;
	margin:0px;
}

div.popUpBody div + div input[type="text"] {
	width: 230px;	
}

div.popUpBody div input.text {
	width:230px;	
}

div.popUpAction {
	float:none;
	overflow:hidden;
	visibility:visible;
	padding:0px 10px 0px 30px;
}

div.popUpAction a {
	margin-left:42px;	
}

div.popUpAction small {
	color:#abd9e6	
}

div.popUpAction small a {
	margin:0px;	
	color:#fff;
}

a.popUpSubmit {
	background: url('../images/buttons/SubmitButtonBlank.png') no-repeat top left;
	width:179px;
	height:31px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:20px;
	margin-bottom:5px;
	cursor:pointer;
}

div.popUpNewsletter {
	padding-left:45px;
}

div.popUpBody div + div input[type="checkbox"] {
	float:left;
	background:transparent;
}

#receivecommunication {
	float:left; padding: 0px; margin:0px;
}

div.popUpBody div input[type="radio"] {
	background: transparent;
	border: 0px;
}

div.popUpNewsletter small {
	margin-left:22px;
	display:block;
}

a.popUpSubmit:hover {
	text-decoration:underline;	
}

a.popUpSubmitActive {
	opacity:0.4;
	filter:alpha(opacity=40);	
}

#divRequest {
	float:left;	
}

div.formRightHolder {
	z-index: 100; margin: -3px 0px 0px -10px;color:white;position:absolute; top:0px; left: 300px;background-repeat: no-repeat; background-image: url(/images/callback/CallBackBackground.png); width:350px;height:299px; background-position: -20px 0px;
}

#divThankYou {
	z-index: 110; margin: -3px 0px 0px -10px;color:white;position:absolute; top:0px; left: 0px;background-repeat: no-repeat; width:350px;height:299px;
}

#CallBackPopUp{

}



/******** Additional Error box ************/

	#errorBox {
		font-size: 12px;
		left: 23px;
		padding: 5px 5px 5px 5px;
		position: absolute;
		top: 104px;
		width: 341px;
		color: #ffffff;
		display:none;
	}
	
	#errorBox span:first-child {
		display:block;
		width: 40px;
		height: 31px;
		line-height:24px;
		float:left;
		font-size: 20px;
		text-align: center;
		color: #fff;
		margin-right:10px;
		border-radius: 5px;
		-webkit-box-shadow: 1px 1px 3px 0px ;
		-moz-box-shadow: 1px 1px 3px 0px ;
		box-shadow: 1px 1px 3px 0px #0092BB;
		background: #f7b544; /* Old browsers */
		background: -moz-linear-gradient(top,  #f7b544 0%, #f09b22 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b544), color-stop(100%,#f09b22)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* IE10+ */
		background: linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b544', endColorstr='#f09b22',GradientType=0 ); /* IE6-9 */
	}
	
#errorBoxSmall {
		font-size: 12px;
		padding: 5px 5px 5px 5px;
		float:left;
		font-size:11px;
		color: #ffffff;
		display:none;
		margin-left:12px;
	}
	
	#errorBoxSmall span:first-child {
		border-radius: 5px 5px 5px 5px;
		color: #FFFFFF;
		display: block;
		float: left;
		font-size: 16px;
		height: 28px;
		line-height: 24px;
		margin-right: 10px;
		text-align: center;
		width: 19px;
		-webkit-box-shadow: 1px 1px 3px 0px ;
		-moz-box-shadow: 1px 1px 3px 0px ;
		box-shadow: 1px 1px 3px 0px #0092BB;
		background: #f7b544; /* Old browsers */
		background: -moz-linear-gradient(top,  #f7b544 0%, #f09b22 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b544), color-stop(100%,#f09b22)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* IE10+ */
		background: linear-gradient(top,  #f7b544 0%,#f09b22 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b544', endColorstr='#f09b22',GradientType=0 ); /* IE6-9 */
	}
	
/**********************SEARCH RESULT PAGE **************************/

.searchBlock {
	float:none;
	overflow:hidden;
	margin: 0px 10px;
	clear:both;
	}
	
.searchBlock #cse{
	float:none;
	overflow:hidden;
}
	
.gs-spelling a {
    color: #0092BB!important;
    cursor: pointer;
    text-decoration: underline;
}

.searchLoader {
	float:none;
	overflow:hidden;
	margin:20px;
	text-align:center;
	color:#0092BB;
	line-height:48px;
	font-size: 20px;
	font-weight:bold;
}
.gsc-table-result {
	 font-family: Arial,Helvetica,sans-serif !important;
}

.gsc-control-cse {
    font-family: Arial,Helvetica,sans-serif !important;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #0092BB;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
    color: #0092BB;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #0092BB;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #0092BB;
  }
  .gsc-cursor-page {
    color: #0092BB;
  }
  a.gsc-trailing-more-results:link {
    color: #0092BB;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet,
  .gs-fileFormatType {
   
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    color: #f3971e;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #f3971e;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline;
    float: left;
    height: 39px;
    line-height: 22px;
    margin-right: 8px;
    text-align: center;
	width:39px;
	color:#868A8A!important;
	font-weight:bold;
	text-decoration:none!important;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: url("/images/icons/paging-on.gif") no-repeat scroll 5px 0 transparent;
    color: #0092BB!important;
  }
  .gs-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
    color: #000000;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #008000;
  }
  .gsc-input input.gsc-input {
    background: none repeat scroll 0% 0% white !important;
  }
  
  /******** twitter feed and top bar************/
	div#topBar {
		height: 30px;
		background: #329dbb; /* Old browsers */
		background: -moz-linear-gradient(top, #329dbb 0%, #69b7cd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#329dbb), color-stop(100%,#69b7cd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #329dbb 0%,#69b7cd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #329dbb 0%,#69b7cd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #329dbb 0%,#69b7cd 100%); /* IE10+ */
		background: linear-gradient(top, #329dbb 0%,#69b7cd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#329dbb', endColorstr='#69b7cd',GradientType=0 ); /* IE6-9 */
		color: #FFFFFF;
		line-height: 30px;
		width:100%;
		float:none;
	}
	
	div#topBar div#topBarInner {
		width: 955px;
		margin: auto auto;
	}
	
	div#topBar div#topBarInner div#twitterFeed {
		float:left;
		width: 640px;
		position:relative;
	}
	
	div#topBar div#topBarInner div#twitterFeed {}

	/* liScroll styles */
	
	.tickercontainer { /* the outer div with the black border */
	width: 640px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	}
	.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 1px;
	width: 620px;
	overflow: hidden;
	height:24px;
	}
	ul.newsticker { /* that's your list */
	position: relative;
	left: 640px;
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	}
	
	ul.newsticker li:hover {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	text-decoration:underline;
	} 
	ul.newsticker span {
	margin-left:3px; 
	font-style:italic;
	color:#a6d9e7;
	padding-right:10px;
	margin-right:10px;
	color:#a6d9e7;
	font-style:italic;
	border-right: 1px dotted #a6d9e7;
	} 

	div#leftFade {
		position:absolute;
		left:0px;
		top:0px;
		height:30px;
		width: 86px;
		_width: 30px;/*IE6 style*/
		background:url(/images/backgrounds/twitterBar.png) no-repeat top left;
		z-index: 10;
	}
	
	div#rightFade {
		position:absolute;
		right:0px;
		top:0px;
		height:30px;
		width: 60px;
		_display:none;/*IE6 style*/
		background:url(/images/backgrounds/twitterBar.png) no-repeat top right;
		z-index: 10;
	}

	
	div#topBar div#topBarInner div#globalSearch{
		float:right;
		height: 23px;
		overflow:hidden;
		width: 255px;
		background:#a1d2e0;
		margin-top:3px;
		border-radius: 2px;
	}
div#topBar div#topBarInner div#globalSearch #siteSearch{	
	background:#a1d2e0;
	width:230px;
	height:21px;
	line-height:21px;
	border:0px;
	float:left;
	color:#33a1c0;
	font-style:italic;
	text-indent:3px;
}

div#topBar div#topBarInner div#globalSearch #siteSearch:focus{
	color: #075a71;
	font-style:normal;
}

div#topBar div#topBarInner div#globalSearch #siteSearchSubmit{
	float:right;
	width:22px;
	height:23px;
	overflow:hidden;
	text-indent: 9999px;
	border:0px;
	background-image: url('/images/buttons/search.gif');
	background-color: #a1d2e0;
	background-repeat:no-repeat;
	background-position: 0px 3px;
	cursor:pointer;
	
}

div#topBar div#topBarInner div#globalSearch #siteSearchSubmit:hover{
	background-position: 0px -28px;
}

div#topBar div#topBarInner div#globalSearch input[type="text"]:focus {
	color:#fff;
	font-style:normal;
}
