/*
Theme Name: OnGase
Theme URI: http://www.ongas.co.nz/
Description: The OnGas website design
Version: 1.0
Author: Netconcepts
*/

/* - Reset Everything ------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}




/* - Default Styles --------------------------------------------------------- */
body {
	background: #666;
	font: 62.5%/1.6 Verdana, sans-serif;
	color: #333;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.9em 0;
}

a:link {
	color: #5DA5D2;
	text-decoration:  none !important;
}

a:visited {
	color: #86BE3D;
	text-decoration: none;
}

a:hover, a:focus {
	color: #910A18;
	text-decoration:  underline;
}

a:active {
	color: #325787;
}

a img {
	border: 0;
}

h1 {
	font-size:  1.5em;
	color:  #910A18;
}

h2 {
	font-size: 1.4em;
	color: #D21126;
	margin: 1em 0 0.2em 0;
	line-height:  1.2;
}

h3 {
	font-size: 1.2em;
	color: #D21126;
}

h4 {
	font-size: 1.2em;
	color: #86BE3D;
}

.norm {
	font-size: 1em;
}

ul, ol {
	margin: 0.9em 0 0.9em 2.5em;
}

table {
	font-size: 0.9em;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #ABBF3B;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

td.yes {
	font-size: 4em;
	line-height: 1;
	padding: 0 2px;
}

thead td, thead th {
	background: #D4DF8B;
	border-color: #899F09;
}

tr.alt td, tr.alt th {
	background: #EBEE8F;
}

tr.alt1 td, tr.alt1 th {
	background: #EFF7FF;
}

ul.content {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

li.piped {
	list-style: none;
	font-weight: bold;
	float: left;
	background: none !important;
}

	li.piped a {
		background: url(/wp-content/themes/default/images/pipedgas.png) no-repeat;
	}

	li.piped a, li.bottled a {
		float: left;
		width: 100%;
		height: 100%;
		text-decoration: none;
		padding: 8px 0 20px 100px;
	}

li.bottled {
	list-style: none;
	font-weight: bold;
	float: left;
	background: none !important;
}

	li.bottled a {
		background: url(/wp-content/themes/default/images/bottledgas.png) no-repeat;
	}

dl {
	margin-bottom:  1em;
}

dt {
	font-weight:  bold;
	color:  #9E2B1E;
}

dd {
	margin-left:  0.4em;
}

small {
	font-size: 0.9em;
}

/* classes */
.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.hide {
	display: none;
}

.area {
	display: none;
}

.areaStyle {
	border-top: 1px solid #86BE3D;
	margin: 1em 0;
}

.callToday {
	float: left;
	width: 130px;
	height: 83px;
	text-indent: -999em;
	margin-top: 70px;
	margin-left: 16px;
	margin-bottom:  0;
	border:0px solid #cccccc; 
}

.callToday a {
	width: 100%;
	height: 165px;
	float: left;
	text-decoration: none;
}

.callToday2 {
	float: left;
	text-indent: -999em;
	margin-top: 200px;
	margin-left: 5px;
	margin-bottom:  0;
	border:0px solid #cccccc; 
}

.callToday2 a {
	width: 197px;
	height: 83px;
	display:block;
	background: url(/wp-content/themes/default/images/discount.png);
}

.callToday3 {
	float: left;
	text-indent: -999em;
	margin-top: 410px;
	margin-left: 5px;
	margin-bottom:  0;
	border:0px solid #cccccc; 
}

.callToday3 a {
	width: 197px;
	height: 83px;
	display:block;
	background: url(/wp-content/themes/default/images/discount.png);
}


.gasfinder {
	float: left;
	margin-top: 210px;
	margin-left: 5px;
	margin-bottom:  0;
}

.gasFinderIcon {
	float:left; 
	margin-bottom:30px;
	display:none;
}

.gasFinderh1 {
	width:197px;
	height:63px;
	background-image:url(/wp-content/themes/default/images/gas-finder3.gif);
	background-repeat:no-repeat;
	text-indent:-999;
	font-size:0px;
	clear:both;
}

.gasFinderh2 {
	float:left;
	color:#CC0000;
	margin-left:5px;
	margin-top:0px;	
	padding:0px;
	font-style:italic;
	display:none;
}

.BoxGB {
	border:1px solid #B6D31F; padding:5px; font-size:14px; font-weight:bold;
}

.BoxG {
	background-color:#B6D31F; padding:5px; font-size:14px; font-weight:bold;
}

.BoxR {
	border:1px solid #D4122A; padding:5px; margin-bottom:10px
}



.fpb {
	position: absolute;
	z-index:10;
}

* html .fpb {
	margin-left: -117px;
}


.fpb2 {
	position: absolute;
	z-index:98;
	margin-top:68px;
	display:block;
}

* html .fpb2 {
	margin-left: -117px;
}


.theCost {
	position:  absolute;
	z-index: 11;
	bottom:  -20px;
}

* html .theCost {
	margin-left:  -162px;
	top:  570px;
}

.topStuff {
	float: right;
	width: 500px;
	text-align: right;
}

.contact {
	margin: 0px 22px 0;
	width: 100%;
	float: right;
	text-align:  right;
}

.red {
	color: #D21126;
}

.black {
	color: #333;
}


.skiplinks {position: absolute; top:0; left: -999em;}

/* - The Look and Feel ------------------------------------------------------ */

/* The page container */
#wrapper {
	position: relative;
	width: 800px;
	margin: auto;
	border: 1px solid #333;
	border-top: 0;
	background: url(/wp-content/themes/default/images/bg.png) repeat-y;
	overflow: hidden;
}

.homePage #wrapper {
	background: url(/wp-content/themes/default/images/bg-home.png) repeat-y;
}



/* Header - logo & search */
#header {
	float: left;
	width: 100%;
	height: 150px;
	background: #fff;
	border-bottom: 1px solid #86BE3D;
}

	#logo { /* logo */
		float: left;
		margin: 0;
		width: 229px;
		height: 145px;
		background: url(/wp-content/themes/default/images/logo.png) no-repeat;
	}
	
		#logo a {
			float: left;
			width: 229px;
			height: 145px;
			text-decoration: none;
			text-indent: -999em;
		}
		
	#navGlobal {
		float: right;
		margin: 15px 5px 0 0;
		list-style: none;
		width: 100%;
		text-align:  right;
	}
	
		#navGlobal li {
			display:  inline;
			color: #d11025;
			font-weight: bold;
			margin: 0;
			font-size: 1.1em;
		}
		
			#navGlobal li a {
				color: #797878;
				font-weight: normal;
				text-decoration: none;
				font-weight:bold;
				text-transform:capitalize;
			}
			
			#navGlobal li a:hover {
				text-decoration:  underline;
			}





/* breadcrumb */
#breadcrumb {
	color: #d11025;
	font-size: 0.9em;
	float: left;
	width: 100%;
	margin: 1em 0;
}

	#breadcrumb a {
		color: #86BE3D;
		text-decoration: none;
	}
	



/* content */
#content {
	float: right;
	width: 605px;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}




.homePage ol {
	list-style:  none;
	margin:  0;
	padding-bottom:  0 !important;
}


.homePage ol li {
	margin-bottom:  1em;
	height:  1%;
	border-top:  1px solid #AB2730;
	border-bottom:  1px solid #AB2730;
	width:  auto;
}

.homePage ol li .roundtop { 
	background: url(/wp-content/themes/default/images/tr.png) no-repeat top right;
	position:  relative;
	margin-top:  -1px;
	margin-bottom:  -1px;
	z-index: 15;
}

.homePage ol li .roundbottom {
	background: url(/wp-content/themes/default/images/br.png) no-repeat bottom right;
	position:  relative;
	margin-bottom:  -1px;
	z-index: 15;
}

.homePage ol li img.corner {
   border: none;
   display: block !important;
}

.homePage ol li h3 {
	margin:  0 0 0.3em 0;
	line-height:  1;
}

.homePage li div.number {
	padding-left:  30px;
	padding-right:  5px;
	position:  relative;
	margin: -10px 0 -20px 0;
	border:  2px solid #fff;
	border-top:  0;
	border-right:  1px solid #AB2730;
	line-height:  1.3;
}

.homePage li.one div.number {
	background:  url(/wp-content/themes/default/images/bullet-1.png) no-repeat 3px 45%;
}

.homePage li.two div.number {
	background:  url(/wp-content/themes/default/images/bullet-2.png) no-repeat 3px 40%;
}

.homePage li.three, .homePage li.four {
	width:  50%;
}

.homePage li.three div.number {
	background:  url(/wp-content/themes/default/images/bullet-3.png) no-repeat 3px 40%;
}

.homePage li.four div.number {
	background:  url(/wp-content/themes/default/images/bullet-4.png) no-repeat 3px 50%;
}

.homePage li.four {
	margin-bottom:  0;
}


/* 4 steps layout for sub pages */


.home ol {
	list-style:  none;
	margin:  0;
	padding-bottom:  0 !important;
}


.home ol li {
	margin-bottom:  1em;
	height:  1%;

	border-top:  1px solid #AB2730;
	border-bottom:  1px solid #AB2730;
	width:  auto;
}

.home ol li .roundtop { 
	background: url(/wp-content/themes/default/images/tr.png) no-repeat top right;
	position:  relative;
	margin-top:  -1px;
	margin-bottom:  -1px;
	z-index: 15;
}

.home ol li .roundbottom {
	background: url(/wp-content/themes/default/images/br.png) no-repeat bottom right;
	position:  relative;
	margin-bottom:  -1px;
	z-index: 15;
}

.home ol li img.corner {
   border: none;
   display: block !important;
}

.home ol li h3 {
	margin:  0 0 0.3em 0;
	line-height:  1;
}

.home li div.number {
	padding-left:  30px;
	padding-right:  5px;
	position:  relative;
	margin: -10px 0 -20px 0;
	border:  2px solid #fff;
	border-top:  0;
	border-right:  1px solid #AB2730;
	line-height:  1.3;
}

.home li.one div.number {
	background:  url(/wp-content/themes/default/images/bullet-1.png) no-repeat 3px 45%;
}

.home li.two div.number {
	background:  url(/wp-content/themes/default/images/bullet-2.png) no-repeat 3px 40%;
}

.home li.three, .home li.four {
	/*width:  50%;*/
}

.home li.three div.number {
	background:  url(/wp-content/themes/default/images/bullet-3.png) no-repeat 3px 40%;
}

.home li.four div.number {
	background:  url(/wp-content/themes/default/images/bullet-4.png) no-repeat 3px 50%;
}

.home li.four {
	margin-bottom:  0;
}



/* End steps */

/* 4 steps layout for sub pages - business */


.business ol {
	list-style:  none;
	margin:  0;
	padding-bottom:  0 !important;
}


.business ol li {
	margin-bottom:  1em;
	height:  1%;
	border-top:  1px solid #AB2730;
	border-bottom:  1px solid #AB2730;
	width:  auto;
}

.business ol li .roundtop { 
	background: url(/wp-content/themes/default/images/tr.png) no-repeat top right;
	position:  relative;
	margin-top:  -1px;
	margin-bottom:  -1px;
	z-index: 15;
}

.business ol li .roundbottom {
	background: url(/wp-content/themes/default/images/br.png) no-repeat bottom right;
	position:  relative;
	margin-bottom:  -1px;
	z-index: 15;
}

.business ol li img.corner {
   border: none;
   display: block !important;
}

.business ol li h3 {
	margin:  0 0 0.3em 0;
	line-height:  1;
}

.business li div.number {
	padding-left:  30px;
	padding-right:  5px;
	position:  relative;
	margin: -10px 0 -20px 0;
	border:  2px solid #fff;
	border-top:  0;
	border-right:  1px solid #AB2730;
	line-height:  1.3;
}

.business li.one div.number {
	background:  url(/wp-content/themes/default/images/bullet-1.png) no-repeat 3px 45%;
}

.business li.two div.number {
	background:  url(/wp-content/themes/default/images/bullet-2.png) no-repeat 3px 40%;
}

.business li.three, .business li.four {
	/*width:  50%;*/
}

.business li.three div.number {
	background:  url(/wp-content/themes/default/images/bullet-3.png) no-repeat 3px 40%;
}

.business li.four div.number {
	background:  url(/wp-content/themes/default/images/bullet-4.png) no-repeat 3px 50%;
}

.business li.four {
	margin-bottom:  0;
}



/* End steps */


	#contentMain {
		float: left;
		width: 380px;
		position: relative;
		z-index: 999;
		margin: 1em 0;
	}
	
	#contentSub {
		float: right;
		width: 197px;
		height:  600px;
		margin: 0;
		position: relative !important;
		z-index: 10;
	}
	
	.homePage #contentSub p {
		margin:0px 0px 4px 0px;
	}
	
	.residential #contentSub, .homePage #contentSub {
 
		position: relative;
		z-index: 100;
		height:  auto;
	}
	
	.about #contentSub {
		background: url(/wp-content/themes/default/images/bg-about.jpg) no-repeat;
	}
	
	.home.can-i-get-on-gas.bottled-gas #contentSub {
		background:  url(/wp-content/themes/default/images/bg-bottles.jpg) no-repeat;
	}
	
	.home.who-do-i-contact #contentSub {
		background:  url(/wp-content/themes/default/images/bg-contact.jpg) no-repeat;
	}
	
	.home.benefits.cooking #contentSub {
		background: url(/wp-content/themes/default/images/bg-cooking.jpg) no-repeat;
	}
	
	.home.cost #contentSub {
		background: url(/wp-content/themes/default/images/bg-bottles.jpg) no-repeat 0px 330px;
	}
	
	.home #contentSub, .home.can-i-get-on-gas #contentSub {
		background:  url(/wp-content/themes/default/images/bg-forhome.jpg) no-repeat;
	}
	
	.home.benefits.home-heating #contentSub {
		background:  url(/wp-content/themes/default/images/bg-homeheating.jpg) no-repeat;
	}
	
	.home.benefits.hot-water-heating #contentSub {
		background:  url(/wp-content/themes/default/images/bg-hotwater.jpg) no-repeat;
	}
	
	.home.can-i-get-on-gas.piped-gas #contentSub {
		background:  url(/wp-content/themes/default/images/bg-piped.jpg) no-repeat;
	}
	
	.safety #contentSub {
		background:  url(/wp-content/themes/default/images/bg-safety.jpg) no-repeat;
	}
	
	.long-term-supply #contentSub {
		background:  url(/wp-content/themes/default/images/bg-supply.jpg) no-repeat;
	}
	
	.business #contentSub {
		background:  url(/wp-content/themes/default/images/gardener.jpg) no-repeat;
	}
	
	.business.cost #contentSub {
		background: url(/wp-content/themes/default/images/bg-baker.jpg) no-repeat;
	}
	
	.business.benefits-of-on-gas #contentSub {
		background:  url(/wp-content/themes/default/images/kitchen_man.jpg) no-repeat;
	}
		
	.business.benefits-of-on-gas.potential-cost-savings #contentSub {
		background:  url(/wp-content/themes/default/images/ind_man.jpg) no-repeat;
	}
	
	 .business.benefits-of-on-gas.environmentally-friendly #contentSub {
		background:  url(/wp-content/themes/default/images/gardener.jpg) no-repeat;		
	}
	.business.benefits-of-on-gas.controllable #contentSub { 
		background:  url(/wp-content/themes/default/images/cook2.jpg) no-repeat;		
	}
	
	.business.can-i-get-on-gas #contentSub {
		background:  url(/wp-content/themes/default/images/kitchen_man.jpg) no-repeat;
	}
	
	.on-gas-is-future-proof #contentSub {
		background:  url(/wp-content/themes/default/images/fph.png) no-repeat 0 -4px;
	}
	
	.business.on-gas-for-vehicles #contentSub {
		background: url(/wp-content/themes/default/images/bg-right.jpg) no-repeat top;
	}
	
	.business.forklifts #contentSub {
		background: url(/wp-content/themes/default/images/bg-forklift.jpg) no-repeat top;
	}
	
	.business.can-i-get-on-gas.piped-natural-gas #contentSub {
		background:  url(/wp-content/themes/default/images/bg-baker.jpg) no-repeat;
	}
	
	.business.can-i-get-on-gas.piped-lpg-gas #contentSub {
		background:  url(/wp-content/themes/default/images/bg-supply.jpg) no-repeat;
	}
	
	.business.can-i-get-on-gas.bottled-gas #contentSub {
		background: url(/wp-content/themes/default/images/bg-bottles.jpg) no-repeat;
	}

        .terms-and-conditions #contentSub {
		background:  url(/wp-content/themes/default/images/bg-piped.jpg) no-repeat;
	}
	.industrial.benefits-of-natural-gas #contentSub {
		background:  url(/wp-content/themes/default/images/gardener.jpg) no-repeat;
	}
	.industrial.cng-for-forklifts #contentSub {
		background:  url(/wp-content/themes/default/images/forklift.jpg) no-repeat;
	}


.margin {
	margin-right: 160px;
}


/* navigation */
#nav {
	float: left;
	width: 140px;
	margin-top: 10px;
	padding-left: 16px;
	text-transform: none;
}

	#nav h3 {
		font-size: 1.3em;
		font-weight: bold;
		color: #86BE3D;
		margin-top: 3px;
		margin-bottom: 0;
	}
	
		#nav h3 a {
			color: #86BE3D !important;
		}
		
		#nav h3.forVehicles {
			text-transform:  none;
		}
	
	#nav ul {
		list-style: none;
		margin: 0 0 15px 0;
	}
	
	#nav ul li {
		font-size: 1.1em;
	}
	
	#nav ul li.benefitsTitle {
		text-transform: none;
	}
	
	#nav ul li.energyView {
		padding-top:5px;
	}
	
		#nav ul ul {
			display: none;
			margin: 0 0 15px 10px;
		}
		
                .home.benefits #nav ul ul#benefits,
                .business.benefits-of-on-gas #nav ul ul#benefitsB,
		.home.can-i-get-on-gas #nav ul ul#connect, 
		.fast-and-uniform #nav ul ul#benefitsB,
		.controllable #nav ul ul#benefitsB,
		.potential-cost-savings #nav ul ul#benefitsB,
		.environmentally-friendly #nav ul ul#benefitsB,
		.piped-natural-gas #nav ul ul#connectB,
		.business.bottled-gas #nav ul ul#connectB,
		.business.can-i-get-on-gas #nav ul ul#connectB,
		.on-gas-for-vehicles #nav ul ul.vehicles,
		.piped-lpg-gas #nav ul ul #connectB,
                .piped-lpg-gas #nav ul ul #connect  {
			display: block;
			margin: 0 0 15px auto;
		}

                #benefitsB li {padding: 0 0 0 10px;font-size: 0.9em;}
		
		.benefits #nav ul ul li,
                .benefitsB #nav ul ul li, 
		.can-i-get-on-gas #nav ul ul li, 
		.fast-and-uniform #nav ul ul li,
		.controllable #nav ul ul li,
		.potential-cost-savings #nav ul ul li,
		.environmentally-friendly #nav ul ul li,
		.on-gas-for-vehicles #nav ul ul li,
		.piped-lpg-gas #nav ul ul li {
			padding: 0 0 0 10px;
		}
	
		#nav  ul ul li {
			font-size: 0.9em;
		}
	
	#nav a:link {
		text-decoration: none;
		color: #333;
	}
	
	#nav li a:visited {
		text-decoration:  none;
		color:  #333;
	}
	
	#nav li a:hover {
		text-decoration: underline !important;
		color: #333;
	}
	
	body.hot-water-heating li.hot-water-heating a, 
	body.home-heating li.home-heating a, 
	body.cooking li.cooking a,
	body.home.cost li.home-cost a,
	body.home.who-do-i-contact li.who-do-i-contact a,
	body.how-does-it-work li.how-does-it-work a,
	body.forklifts li.forklifts a,
	body.industry li.industry a,
	body.business.cost li.business-cost a,
	body.piped-gas li.piped-gas a,
	body.bottled-gas li.bottled-gas a,
	body.fast-and-uniform li.fast-and-uniform a,
	body.controllable li.controllable a,
	body.potential-cost-savings li.potential-cost-savings a,
	body.environmentally-friendly li.environmentally-friendly a,
	body.piped-natural-gas li.piped-natural-gas a,
	body.bottled-gas li.business-bottled-gas a,
	body.forklifts li.forklifts a,
	body.business.who-to-contact li.business-who-do-i-contact a,
	body.business.on-gas-for-vehicles li.on-gas-for-vehicles a,
	body.on-gas-for-vehicles.benefits li.on-gas-for-vehicles-benefits a,
	body.on-gas-for-vehicles.bp-on-gas li.on-gas-for-vehicles-bp-on-gas a,
	body.piped-lpg-gas li.piped-lpg-gas a,
	body.residential-re-order-lpg li.residential-re-order-lpg a,
	body.residential-new-application li.residential-new-application a,
	body.business-re-order-lpg li.business-re-order-lpg a,
	body.business-new-application li.business-new-application a
	 {
		color: #86BE3D !important;
	}
	
	body.business.on-gas-for-vehicles.bp-on-gas li.on-gas-for-vehicles a, body.business.on-gas-for-vehicles.benefits li.on-gas-for-vehicles a {
		color: #333 !important;
	}

.sidePod{
	width: 190px;
	padding: 6px;
	margin: 1em 0;
}
	.sidePod p {padding-right:10px;}

.redPod{ background: url(/wp-content/themes/default/images/redPodBottom.png) no-repeat left bottom;}

	.redPod h3{
		color:#D21126;
		font-size:1.4em;
		line-height: 1.4em;
		background: url(/wp-content/themes/default/images/redPodTop.png) no-repeat left top;
		width: 190px;
		margin: -6px -6px 0;
		padding: 10px 0 8px 20px;
	}
	
	.redPod p {padding:0 23px 10px 15px;}


.lpgPricing{
	width: 100%;
	color: #fff;
	padding: 4px 0;
	text-align: center;
	background: #D21126;
}

/* footer */
#footer {
	padding: 20px 0 4px 0;
	font-size: 0.9em;
	float: left;
	width:  100%;
}


/* bottom navigation */
#bottomLinks {
	float: left;
	width: 100%;
	background: #e7e7e7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	font-size: x-small;
}

#bottomLinks ul {
	padding-bottom: 15px;
}

#bottomLinks li {
	float: left;
	list-style: none;
	font-size: 1.1em;
}

#bottomLinks li a {
	font-weight: bold;
}

#bottomLinks li ul {
	margin: 2px 40px 0 0;
}

#bottomLinks li li {
	float: none;
	font-size: x-small;
}

#bottomLinks li li a {
	font-weight: normal;
}

#bottomLinks li li ul {
	margin: 0 0 0 8px;
}

/* site navigation */
#siteNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: #666879;
	z-index: 999;
}

#siteNav ul {
	height: 25px;
	float: left;
	margin: 0px;
	padding: 0 0 0 45px;
	border: 0px;
	list-style: none;
}

#siteNav ul li {
	float: left;
	background: #666879 url(/wp-content/themes/netconcepts/images/topnav-bullet.png) no-repeat 0 9px;
	padding: 0 40px 0 5px;
	border: 0;
}

#siteNav ul li a {
	float: left;
	padding: 3px 9px 0 9px;
	text-decoration: none;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: bottom;
	height: 22px;
}


/* - Accessibility goodies -------------------------------------------------- */
#accessibility {
	position: absolute; 
	left: -9999px; 
	font-size: small;
}

.hide {
	display: none;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#form1 p   {
	font-weight:bold
}

#form1 .label1 { 
	display:block
}
#form1 .input1 { 
	width:120px;
	margin-left:5px;font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}
#form1 .input2 { 
	width:189px;
	margin-left:5px;font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

#form1 .other { 
	margin-left:10px;
}

#form1 .input3 { 
	width:30px;font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
	
}

#form1 .input4 { 
	width:259px;
	margin-left:10px;font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

#form1 .input5 { 
	width:303px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

#form1 .required {
	color:#FF0000 
	}
	
#form1 .mandatroy {
	font-weight:normal!important;
}

#form1 .submitOrder {
	margin-left:150px;
	background-image:url(images/bt-order.gif);
	background-repeat:no-repeat;
	width:158px;
	height:30px;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
}

#form1 .reset {
	margin-left:150px;
	background-image:url(images/bt-reset.gif);
	background-repeat:no-repeat;
	width:158px;
	height:30px;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
	
}
 
 
/* Form2 */

#form2 p   {
	font-weight:bold
}

#form2 .label1 { 
	display:block
}
#form2 .input1 { 
	width:120px;
	margin-left:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}
#form2 .input2 { 
	width:69px;
	margin-left:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

#form2 .other { 

}

#form2 .input3 { 
	width:30px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
	
}

#form2 .input4 { 
	width:303px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

#form2 .input5 { 
	width:303px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

#form2 .required {
	color:#FF0000 
	}
	
#form2 .mandatroy {
	font-weight:normal!important;
}

#form2 .submitOrder {
	margin-left:150px;
	background-image:url(images/bt-order.gif);
	background-repeat:no-repeat;
	width:158px;
	height:30px;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
}

#form2 .reset {
	margin-left:150px;
	background-image:url(images/bt-reset.gif);
	background-repeat:no-repeat;
	width:158px;
	height:30px;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
}

#form2 td {
	border:0px;
}

#form2 .input7 { 
	width:57px;
	margin-left:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
}

.errorMessage {
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
	background-color: #F5E9EA;
	padding:2px 5px 2px 10px;
}

.smallF {
	font-size:9px;
	font-weight:normal;
	margin-left:200px;
	color: #666666;
}

.smallDate {
	font-size:9px;
	font-weight:normal;
	margin-left:218px;
	color: #666666;
}

.energyViewTxt {
	float:right; 
	font-size:10px; 
	clear:right; 
	text-align:right;
}
 
#popup {
	margin:10px; 
	background-color:#FFFFFF
}
 
.energyViewTxt {
	float:right; 
	font-size:10px; 
	clear:right; 
	text-align:right;
}


/*happy home template ......................................*/

.happy-home {width:590px!important;}

	.happy-home ul li {color:#000;}
	
	.happy-home h3 {color:#000;}

.hh-header {width:100%; float: left; background: #BDD727; }

.hh-header-right{
	background:#BDD727;
	color:#000;
	padding:6px 10px 10px 10px;
	float:right;
	width:370px;
	}
	
	.hh-header-right h1 {
		color:#fff;
		font-size:20px;
		margin-bottom:0!important;
		}
	
	.hh-header-right p {
		font-size:12px;
		font-weight:bold;
		}
		.hh-header-right p.normal {
			font-weight:normal;
			color:#000;}
		
	.hh-header-right a {
		color:#000!important;
		text-decoration:underline!important;
		}
		
.hh-offer  {
	background:#800080;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:180px;
	padding:10px;
	}
	
	.hh-offer a {
		color:#fff;
		text-decoration:underline!important;
		}

.hh-divider {
	width:100%;
	border-bottom:1px solid #cce277;
	clear:both;
}		

.hh-content h3 {color:#000;}

.hh-content-left {
	float:left;
	width:180px;
	color:#000;
}

	.hh-content-left img {margin-top:20px;}

.hh-content-right {
	float:right;
	padding:10px;
	width:370px;
	color:#000;
	}
	
.hh-content hr {
	border: 0;
	width: 100%;
	color: #cce277;
	background-color: #cce277;
	height: 1px;