/* 
Saveonenergy.com main stylesheet.
Developed for Tipit Communications by ConVistaAlMar.com.ar 
Revision 3, 02/July/2006.

Hacks used: (shown with x instead of * when they are comment-based hacks)
* html {...} Star html, only IE sees this selector
* html {w\idth: } Modified Simplified Box Model Hack, to separate IE 5.x from IE 6
color/xx/: #00CC00; Property + Empty Comment, hides from IE 5.0 (PC and Mac 5.1 and 5.2)
color: /xx/#00CC00; Empty Comment + Value, hides from IE 5.5
*/


/* G E N E R A L
********************/	

html {
	background-color: #D2D2D2;
	background-image: none;
	}
	
body {
	background: none !important;
	margin: 0;
	padding: 0;
	}

#container {
	background-image: none;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%; 
	
}

#subContainer{
	border: 0px solid #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}	

#mainContent{
	color:#000000;
	margin: 0;
	padding: 0;
	
	}

#allContent {
	background-color: #EFD820;
	margin: 0;
	padding: 0;
}

.TendToLeft {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	}

#right1{
	padding:0;
	margin:-11px 0px -71px 36px;
	}
	
a:link, a:visited, a:hover{
	text-decoration:none !important;
	color: #EFD820;
	}

.modFields
{
    margin-left:-10px;
    height:300px;
}

.modOverview_business
{
	background-color: #efd820;
}
	
.divZipCode .zipGo{
	background: url(/images/green_go.jpg) top left no-repeat;
	width:94px;
	height:79px;
	margin-right:10px;
	display:inline;
	float: right;
	line-height: 0.1em;
	font-size:	0.1px;
	text-indent: -999px;
	text-decoration:none;
	/*margin-right:22px;
	margin-top:14px;*/
	border:0px;
	cursor:default;
	cursor:hand;
	}
	
.divZipCode .zipField 
{
    width:190px;
}


	
#BusinessBox {
	margin-top:-8px;
	border: none;
	}

.BusinessMessage
{
    border:1px solid #666; 
    background-color:#eaeaea; 
    width:388px; 
    height:80px; 
    line-height:17px;
    padding-left:10px;
    padding-top:4px;
    margin-bottom:7px;
    margin-right:10px;
    font-size:90%;
    margin-bottom:10px;
}

.ZipMessage
{
	font-size: 98%;
	color: #666;
	width:290px;
}

.zipOptions
{
	margin-left:16px;
	width:330px;
}

.zipServiceType
{
	padding-top:5px;
}

.zipServiceAreas
{
	padding-top:5px;
}

.zipStates
{
	padding-top:5px;
}
