@import url("reset.css");

/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/

body 				{ font-family: verdana, sans-serif; font-size: 12px; line-height: 16px; color: #333; }
a 					{ color: #666; text-decoration: none; }
a:hover 			{ color:#175eff; }
p 					{ margin-bottom: 15px; }
strong 			{ font-weight: bold; }

h1 { font-family: "Myriad Pro"; font-size: 22px; font-weight: normal; margin-bottom: 15px; color: #175EFF; } /* color: #087ed3; */
h2 { font-size: 15px; margin-bottom: 10px; color: #000 }
h3 { font-size: 19px; margin-bottom: 10px; color: #666; }
h4 { font-size: 15px; color: #097ed4; margin-bottom: 10px;  }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: none; }



/*
/		REUSABLE CLASSES
--------------------------------------------------------------------------------------------------------*/


a.LearnMore {
background: url('../images/global/LearnMore_whitebg.gif') no-repeat;
display: block;
text-indent: -9999px;
width: 95px;
height: 14px;
}
a.LearnMore:hover { background-position: right top; }

.ContactInstaller {
	background: url('../images/global/SideBarHR.png') no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 13px;
	}
.ContactInstaller a {
	display: block;
	background: url('../images/global/Btn-FlatContactInstallerToday.png') no-repeat;
	width: 216px;
	height: 60px;
	text-indent: -9999px;
	background-position: bottom center;
	}
	/*
	.ContactInstaller a:hover { background-position: center; }
	.ContactInstaller a:active { background-position: bottom; }	
	*/
.LaunchTheDemo {
    padding: 0;
    margin: 0;
    }
.LaunchTheDemo a {
    display: block;
    background: url('../images/global/Btn-FlatLaunchTheDemo_graybg.png') 0 0 no-repeat;
    width:215px;
    height: 59px;
    text-indent: -9999px;
    }
    /*
    .LaunchTheDemo a:hover { background-position: left bottom; }
	*/	
	
div.PowerDifference
{
	float:left;
	position:relative;
	width:693px;
	height:212px;
	left:-31px;
	top:-46px;
}

.HowEchoWorks
{
	float:left;
	width:633px;
	margin-top:30px;
}

.HowEchoWorks p
{
	float:left;
	width:300px;
}

#WhyChoose
{
	float:left;
	display:block;
	width:613px;
	height:361px;
	padding:5px;
	background-color:#eaeaea;
	border:solid 2px #dbdbdb;
}

.FloatLeft { float: left; }
.FloatRight { float: right; }
img.FloatLeft, .FloatLeft img { margin: 0 15px 15px 0; }
img.FloatRight, .FloatRight img { margin: 0 0 15px 15px; }

.lineBreak { margin-bottom: 1em; }

ul.bullet { list-style-type: disc; padding-left: 15px; margin-bottom: 15px; }

/*
/		NAVIGATION
--------------------------------------------------------------------------------------------------------*/

#topnav { float: left; width: 742px; }
#topnav ul { 
	background: url('../images/master/topnav_bgleft.png') repeat-y;
	float: right; 
	height: 35px;
	padding-left: 4px;
	}
#topnav ul li { float: left; height: 35px; }
#topnav ul li a {
	background: url('../images/master/topnav_divider.png') no-repeat right top;
	display: block;
	float: left;
	color: #FFF;
	padding: 0 18px;
	line-height: 22px;
	}
	#topnav ul li a:hover { color: #CCC; }
	#topnav ul li.last a { background: none; padding-right: 24px; }
	#topnav ul li.last { background: url('../images/master/topnav_bgright.png') no-repeat right top; }


#nav ul {  }
#nav ul li { float: left; }
#nav ul li a {
	display: block;
	float: left;
	height: 26px;
	text-indent: -9999px;
	font-family: Verdana;
	padding: 0 0px;
}
#nav ul li a:hover,
#nav ul li.hover a,
#nav ul li a.active {
	background-position: bottom !important;
	}
	
#nav ul li#home a { background: url('../images/master/nav_home.png') no-repeat; width: 89px; }
#nav ul li#what a { background: url('../images/master/nav_echodifference.png') no-repeat; width: 185px; }
#nav ul li#whatisecho a { background: url('../images/master/nav_whatisecho.png') no-repeat; width: 142px; }
#nav ul li#why a { background: url('../images/master/nav_whychoose.png') no-repeat; width: 167px; }
#nav ul li#how a { background: url('../images/master/nav_howitworks.png') no-repeat; width: 162px; }
#nav ul li#get a { background: url('../images/master/nav_get.png') no-repeat; width: 215px; }

#nav ul li ul { 
	position: absolute;
	background: #999;
	z-index: 100;
	display: none;
	float: none;
	clear: both;
	}
	#nav ul li ul li { float: none; z-index: 102; }
	#nav ul li.hover ul li a,
	#nav ul li ul li a {
	text-indent: 0;
	padding: 0 7px 0 10px;
	color: #FFF;
	line-height: 26px;
	width:185px !important;
	font-size: 11px;
/* 	background: url('../images/master/nav_subdivider.gif') no-repeat right top !important; */
	background-image: none !important;
	height: auto !important;
	float: none;
	}
	#nav ul li ul li.last a { background: none !important; }
	#nav ul li ul li a:hover { background-color: #797979 !important; background-position: right top !important; }
	#nav ul ul {
	  top: -999em;
	}
	#nav ul li:hover ul,
	#nav ul li.sfHover ul,
	#nav ul li.hover ul {
	  top: 106px;
	  display: block;
	}



#footer {
	background: url('../images/master/Background_footer.png') repeat-x;
	color: #097ed4;
	width: 960px;
	height: 65px;
	font-size: 10px;
	text-align: center;
	line-height: 28px;
	margin: 0 auto 40px auto;
	padding: 0 8px;
	clear: both;
	}
	#footer a { color: #097ed4; }
	#footer ul {  }
	#footer ul li { display: inline; }
	#footer ul li a {
	color: #097ed4;
	
	}
	#footer a:hover {
	color: #48a1e2;
	}
	#footer p.copyright {
	clear: both;
	}


/*
/		GLOBAL LAYOUT
--------------------------------------------------------------------------------------------------------*/

body { background: #FFF url('../images/master/Background_gradient.png') repeat-x; position: relative; }

#body-wrap { 
	background: url('../images/master/Background_dropshadow.png') repeat-y;
	width: 960px; 
	margin: 0 auto;
	padding: 0 8px;
	}

#top { 
	background: url('../images/master/Background_top.png') repeat-x;
	width: 960px;
	height: 81px;
	}

#top a#logo {
	background: url('../images/master/Echo_logo.png') no-repeat;
	display: block;
	width: 161px;
	height: 81px;
	text-indent: -9999px;
	float: left;
	}

.logoFlash
{
	float:right;
	width:300px;
	height:81px;
}
	

#content-wrap {
	background: url('../images/master/Background_contentgrad.png') repeat-x bottom;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px;
	clear: both;
	.clear: none;
	float: left;
	width: 938px;
	}


.copy { 
	float: left;
	width: 633px;
	padding: 5px 20px 20px 20px;
	}
	.copy p {
	font-size: 1em;
	line-height: 1.33;
	}

.LgSide { 
	float: left;
	width: 631px;
	padding: 11px;
	}
	
	
/*
/		Promo Boxes
--------------------------------------------------------------------------------------------------------*/

.PromoBox {
	font-size: 12px;
	line-height: 15px;
	position: relative;
	padding-bottom: 26px;
	}
	.PromoBox h2 { 
    margin-bottom: 8px; 
    }
    .PromoBox h2 a {
    color: #ff6702;
    }
	.PromoBox p { margin: 0; }
	.PromoBox a.LearnMore {
	float: right;
	margin-top: 10px;
	}


/*---HOME---*/
.HomePromos { float: left; width: 588px; height: 240px; }	
.HomePromos .PromoBoxWrap {
	background: url('../images/home/HomePromosWide.png') no-repeat;
	padding: 5px 41px 10px 26px;
	width: 500px;
	margin-top: 18px;
	}
.HomePromos .PromoCopy {
    }
    .HomePromos .PromoCopy em {
        color:#087ED3;
        font-family: Arial;
        font-size:45px;
        line-height: 45px;
        }
.HomePromos .PromoBox { padding-bottom: 33px; }


/*---BOTTOM---*/
.BottomPromos { 
	background: url('../images/global/PromoBoxesBottom_BG.png') no-repeat 0 0;
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	}
	.BottomPromos .PromoBox {
	padding: 3px 0 51px 10px;
	width: 230px;
	float: left;
	}
	.BottomPromos .PromoBox p {
	padding: 0 10px 0 0;
	}
	.BottomPromos a.LearnMore {
	right: 15px;
	bottom: 15px;
	position: absolute;
	}

/*---SIDE---*/
.SidePromos {
	float: left;
	margin: 17px 0 0 6px;
	display: inline;
	width: 277px;
	}
	.SidePromos .PromoBox {
	background: url('../images/global/PromoBoxesSide_BG.png') no-repeat;
	padding: 3px 20px 36px 20px;
	width: 237px;
	margin-bottom: 15px;
	}
	.SidePromos .PromoBox p {
	padding: 0 10px 0 0;
	}
	.SidePromos a.LearnMore {
	right: 15px;
	}
	
		
/* 
/	HOME SCREEN SHOT
------------------------------------------*/

.Screenshot {
	float: left;
	width: 333px;
	display: inline;
	font-size: 11px;
	line-height: 15px;
	}
	.Screenshot img { margin: 17px 0 7px 0; }
	.Screenshot p { margin: 0 4px 5px 4px; font-size: 12px; }
	.Screenshot a.LearnMore {
	background-image: url('../images/global/LearnMore_graybg.gif');
	float: right;
	margin-top: 7px;
	}


/* 
/	FORM
------------------------------------------*/

ul.dropdown { }
ul.dropdown li {
	margin-bottom: 20px;
	position:relative;
	}
	ul.dropdown li label {
	display: block;
	margin-bottom: 5px;
	}
	ul.dropdown li a.ddl {
	display: block;
	width: 210px;
	height: 25px;
	padding: 3px 3px 3px 5px;
	background: url(../images/global/ddl_bg.gif) no-repeat 0 0;
	}
	ul.dropdown li ul  {
	    display: none; 
	    background: #fff; 
	    border:solid 2px #d9d9d9; 
	    border-top: 1px dashed #d9d9d9;
	    position: absolute; 
	    top: 46px; 
	   	width: 196px;
	   	z-index: 102;
	   	max-height: 199px;
	   	overflow: auto;
	   	}
	   	* html ul.dropdown li ul { 
  		 height: expression( this.scrollHeight > 198 ? "199px" : "auto" ); /* sets max-height for IE */
	    }
	    
    ul.dropdown li ul li { margin: 0; border-bottom: 1px solid #e7e7e7; }
    ul.dropdown li ul li.odd a { background-color: #f9f9f9; }
    ul.dropdown li ul li.last { border-bottom: 0; }
    ul.dropdown li ul li a { display: block; font-size: 11px; line-height: 12px; color: #333; padding:5px }
	ul.dropdown li ul li a:hover { background-color: #f2f2f2; color: #175eff; }


/*
/		SIDEBAR
--------------------------------------------------------------------------------------------------------*/


.SideBar {
	background: url('../images/global/SideBarBG.png') no-repeat;
	float: left;
	width: 231px;
	min-height: 585px;
	height: auto !important;
	height: 585px;
	padding-left: 34px;

	}

.SideBar ul.dropdown {
	background: url('../images/global/SideBarHR.png') no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

/*action nav*/
ul.ActionNav {
	background: url('../images/global/SideBarHR.png') no-repeat bottom center;
	padding-bottom: 28px;
	margin-bottom: 15px;
	}
ul.ActionNav li a {
	display: block;
	width: 154px;
	height: 37px;
	text-indent: -9999px;
	}
	ul.ActionNav li a.SpreadTheWord { background: url('../images/global/icn-btn-SpreadTheWord.gif') no-repeat; }
	ul.ActionNav li a.Print { background: url('../images/global/icn-btn-print.gif') no-repeat; }
	ul.ActionNav li a.TextSize { background: url('../images/global/icn-btn-TextSize.gif') no-repeat; }
	ul.ActionNav li a:hover { background-position: right; }


/* 
/	BLOCKQUOTE
------------------------------------------*/

.Quote {
	background: url('../images/global/QuoteOpen.png') no-repeat;
	padding: 20px;
	_padding-right: 0;
	}
	.Quote .blockquote {
	background: url('../images/global/QuoteClose.png') no-repeat bottom right;
	padding-bottom: 18px;
	color: #439edc;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 0;
	}
	.Quote .Author {
	color: #666;
	font-style: italic;
	}
	.Quote a.MoreTest {
	background: url('../images/global/MoreTestimonials.png') no-repeat;
	display: block;
	width: 135px;
	height: 10px;
	text-indent: -9999px;
	margin: 28px 0 8px 60px;
	line-height: 0;
	}
	.Quote a.MoreTest:hover {
	background-position: bottom;
	}
	
	
/*
/		GET AN ECHO SOLAR SYSTEM
--------------------------------------------------------------------------------------------------------*/

.ContactBox {
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	width: 605px;
	padding: 17px 12px 28px 12px;
	margin-bottom: 13px;
	float: left;
	color: #000;
	}
	.ContactBox a { 
	background: url('../images/global/Arrow_orange_white.gif') no-repeat right 4px;
	color: #000;
	padding-right: 13px;
	}
	.ContactBox a:hover { text-decoration: underline; }
	.Anywhere a { background-image: url('../images/global/Arrow_orange_blue.gif'); }
	.ContactBox.Anywhere {
	background-color: #ddf7ff;
	}
	.ContactBox h3 {
	text-transform: uppercase;
	}

.ContactBox ul li {
	border-top: 1px solid #e4e4e4;
	padding: 9px 0;
	float: left;
	}
	.ContactBox ul li .dealer { color: #000; font-size: 15px; font-weight: bold; display: block; margin-bottom: 4px; }
	.ContactBox ul li .Phone { float: left; width: 195px; margin-right: 13px; }
	.ContactBox ul li .Email { float: left; width: 195px; margin-right: 13px; }
	.ContactBox ul li .Address { float: left; width: 179px; margin-right: 10px; }
	.ContactBox ul li .contact { color: #54a5e0; font-size: 13px; font-weight: bold; display: block; margin-bottom: 3px; }
	
	
ul.contact-numbers {
    margin-bottom: 15px;
    }
	ul.contact-numbers span {
	width: 50px;
	display: block;
	float: left;
	}
	
.asterix { 
    font-size: .8em; 
    font-style: italic;
    line-height: 25px;
    margin: 0;
    }
    
    
/*
/		FAQ
--------------------------------------------------------------------------------------------------------*/


.faq p {
    position: relative;
    left: 10px;
    padding-left: 10px;
    }
    .faq p span.question {
    position: absolute;
    left: -10px;
    }

.faq ul {
    position: relative;
    padding-left: 34px;
    }
    .faq ul li {
    list-style-type: disc;
    }