/* ------------------------------------
   EasyMax Tour Stylesheet
--------------------------------------- */
/* Main Content Table */
#tblMain {
	height: 415px;
	background: url(/nr/templates/images/easymax-tour/main-tbl-bg.gif) repeat-y;
}

#tblMain #main {
	width: 506px;
	background: url(/nr/templates/images/signup/main-btm.gif) bottom no-repeat;
}

#tblMain #main .content {
	padding: 19px 25px 19px 21px;
}

#tblMain #sidebar {
	width: 254px;
	background: url(/nr/templates/images/signup/sidebar-btm.gif) bottom left no-repeat;
}

#tblMain #sidebar .content {
	padding: 19px 0 0 15px;
}

#main .top {background: url(/nr/templates/images/signup/main-top.gif) no-repeat; height:7px; font-size: 0px; line-height: 0px;}
#sidebar .top, #sidebar-bottom .top {background: url(/nr/templates/images/signup/sidebar-top.gif) no-repeat; height:7px; font-size: 0px; line-height: 0px;}

#sidebar-title {
	margin-top: 50px;
	margin-bottom: 10px;
}

/* Flash Content gets replaced in this div if accessible */
#flashcontent{
	background: url(/nr/templates/images/easymax-tour/test-home.jpg) no-repeat;
	height: 415px;
}

/* Tour Questions List Menu */
#tour-questions,
#tour-questions li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}
#tour-questions{ margin-top: 33px; margin-left: 4px;}

#tour-questions li{	line-height: 1em;}
#tour-questions li a{ 	line-height: 1em;}

#btn-easymax,
#btn-choices,
#btn-cancel,
#btn-enmax,
#btn-signup-how{ height:24px;   /* IE6 Fix */ display:inline;}

#btn-easymax-savings,
#btn-environment,
#btn-gas-electricity,
#btn-float-fixed,
#btn-easymax-savings{	height:38px; /* IE6 Fix */ display:inline; }

#btn-easymax a,
#btn-easymax-savings a,
#btn-environment a,
#btn-choices a,
#btn-gas-electricity a,
#btn-float-fixed a,
#btn-easymax-savings a,
#btn-cancel a,
#btn-enmax a,
#btn-signup-how a{
	display: block; /* Allow height and width on a tag */
	background-repeat:no-repeat;
	background-position: 0 0;
	width:220px;
	height:24px; /* Default Height */
	text-indent: -5000px; 
	overflow: hidden;
}

#btn-easymax a{ background-image: url(/nr/templates/images/easymax-tour/btn-easymax.gif); }
#btn-easymax a:hover{ background-position: 0 -48px; }
#btn-easymax a:active, #btn-easymax a.on{ background-position:  0 -24px;}

#btn-easymax-savings a{ background-image: url(/nr/templates/images/easymax-tour/btn-easymax-savings.gif); height:38px;}
#btn-easymax-savings a:hover{ background-position: 0 -76px; }
#btn-easymax-savings a:active,
#btn-easymax-savings a.on{ background-position: 0 -38px; }

#btn-environment a{ background-image: url(/nr/templates/images/easymax-tour/btn-environment.gif); height:38px;}
#btn-environment a:hover{ background-position: 0 -76px; }
#btn-environment a:active,
#btn-environment a.on{ background-position: 0 -38px; }

#btn-choices a{	background-image: url(/nr/templates/images/easymax-tour/btn-choices.gif); }
#btn-choices a:hover{ background-position: 0 -48px; }
#btn-choices a:active,
#btn-choices a.on{ background-position: 0 -24px; }

#btn-gas-electricity a{	background-image: url(/nr/templates/images/easymax-tour/btn-gas-electricity.gif); height:38px;}
#btn-gas-electricity a:hover{ background-position: 0 -76px; }
#btn-gas-electricity a:active,
#btn-gas-electricity a.on{ background-position: 0 -38px; }

#btn-float-fixed a{	background-image: url(/nr/templates/images/easymax-tour/btn-float-fixed.gif); height:38px;}
#btn-float-fixed a:hover{ background-position: 0 -76px; }
#btn-float-fixed a:active,
#btn-float-fixed a.on{ background-position: 0 -38px; }
/*
#btn-apply-savings a{ background-image: url(/nr/templates/images/easymax-tour/btn-apply-savings.gif); height:38px;}
#btn-apply-savings a:hover{ background-position: 0 -76px; }
#btn-apply-savings a:active,
#btn-apply-savings a.on{ background-position: 0 -38px; }
*/
#btn-cancel a{ background-image: url(/nr/templates/images/easymax-tour/btn-cancel.gif); }
#btn-cancel a:hover{ background-position: 0 -48px; }
#btn-cancel a:active,
#btn-cancel a.on{ background-position: 0 -24px; }

#btn-enmax a{ background-image: url(/nr/templates/images/easymax-tour/btn-enmax.gif); }
#btn-enmax a:hover{ background-position: 0 -48px; }
#btn-enmax a:active,
#btn-enmax a.on{ background-position: 0 -24px; }

#btn-signup-how a{ background-image: url(/nr/templates/images/easymax-tour/btn-signup-how.gif); }
#btn-signup-how a:hover{ background-position: 0 -48px; }
#btn-signup-how a:active,
#btn-signup-how a.on{ background-position: 0 -24px; }


/* Upgrade Flash */
#upgradeFlash { position:absolute; margin: -330px 0 0 20px; width: 195px;}

