/* feature */
#home-feature {
	width: 511px;
	height: 226px;
	border: none;
	margin-left: 2px;
	float: left;
	position: relative;
}
#home-feature-static {
	position: absolute;
	top: 0;
	left: 0;
}
#home-feature-flash {
	position: absolute;
	top: 0;
	left: 0;
/*	visibility: hidden;*/
}

/* promos */
#header-promos-right {
	margin: 0 0 2px 2px; 
	border: none;
	width: 213px; 
	height: 346px;
}
.promo {
	position: relative;
	margin: 0 0 2px 0;
	height: 91px;
	width: 213px;
}
.promo h2 {
	position: absolute;
	top: 10px;
	left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #206f98;
	letter-spacing: 0;
	line-height: 10pt;
	z-index: 1;
	margin: 0;
}
.promo h2 strong {
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	letter-spacing: -0.03em;
	line-height: 1em;
}
.promo img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.promo img.bottom {
	position: absolute;
	bottom: 0;
}
.promo a h2 { text-decoration: none; }
.promo a:hover h2 {
	color: #209edf;
}
.promo#destDiff {
	height: 120px;
	background: #233c65;
}
.promo#destDiff #destDiffTitle {
	top: 4px;
	left: 8px;
}
.promo img#destDiffPlus { 
	position: static; 
	vertical-align: text-top; 
	padding-right: 3px;
}
.promo#destDiff ul { 
	position: absolute;
	top: 24px;
	left: 24px;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 7pt;
	list-style: url(/static/images/general/symbol_arw_right_sm_FFCC44_233c65.gif);
}
.promo#destDiff ul li { 
	margin-bottom: 3px;
	padding: 0;
	line-height: 1.1em;
}
.promo#destDiff strong {
	text-transform: uppercase;
}
.promo#destDiff a {
	color: #ffedbc;
	text-decoration: none;
}
.promo#destDiff a:hover {
	color: #ffcc44;
	text-decoration: none;
}
.promo#destDiff p {
	position: absolute;
	bottom: 0;
	left: 8px;
	margin: 0;
	font-size: 7pt;
}

/* nav by type */
#main-nav 
{
	width: 100%;
	margin-left: 10px;
	color: #7a7140;
	font-family: Arial, Helvetica, sans-serif;
}
#main-nav h2 
{
	font-size: 13.75pt;
	margin: 6px 0;
}
#main-nav h3
{
	width: 118px;
	height: 19px;
	font-size: 7.5pt;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	background: url(/static/images/page_home/subnav/SUBNAV.gif) top left no-repeat;
	padding-left: 7px;
	letter-spacing: -0.02em;
	padding-top: 3px;
	margin-top: -3px;
	cursor: pointer;
}
#main-nav h3.over { background: url(/static/images/page_home/subnav/SUBNAV_over.gif) top left no-repeat; }
#main-nav h3.energyStar { background: url(/static/images/page_home/subnav/SUBNAV_energystar.gif) top left no-repeat; }
#main-nav h3.energyStar.over { background: url(/static/images/page_home/subnav/SUBNAV_energystar_over.gif) top left no-repeat; }
#main-nav a
{
	text-decoration: none;
	color: #7a7140;
	font-size: 8pt;
}

#main-nav a:hover
{
	text-decoration: none;
	color: #a0410a;
}
#main-nav td {
	padding: 0;
	text-align: left;
}

/* bottom welcome */
.home_btmTxtblock
{
	padding: 25px;
	padding-left: 35px;
	margin-left: 2px;
	width: 666px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #d2cfad;
	background-image: url(/static/template_imgs/_framework/dl_logo_btmText.gif);
}

.home_btmTxtblock h1
{
	margin: 0;
	padding: 0;
	color: #553;
	font-size: 16pt;
	font-weight: normal;
}

.home_btmTxtblock p
{
	color: #553;
}

.home_btmTxtblock p.tagline
{
	margin: 0;
	padding: 0;
	color: #553;
	font-size: 14pt;
	line-height: 25pt;	
	font-weight: normal;
}

.home_btmTxtblock h2
{
	margin: 0;
	padding: 0;
	color: #553;
	font-size: 13pt;
	font-weight: normal;
}
