/* 
========================================================================
CREATED BY:     Jamie Peloquin <http://www.dockingbay-94.com>
CEATION DATE:   11:22:40 PM -0400 on 2006-05-16
COPYRIGHT:      ©2006 Jamie Peloquin
CSS VERSIONS:   1::2.1
FILE URI:       http://www.directvent.com/_css/home.css
===================================================================== */

img { border-width: 0px; }

object { outline:none; }
/*used to prevent outline around Flash objecs in FF3 Win */

#MoreInfoLinksImage, #MoreInfoLinks {
    position: relative;
    top: 0;
    bottom: 0px;
    width: 795px;
    height: 276px !important;
}

.keypoint {
	position: absolute;
	width: 246px;
	height: 132px;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.keypoint ul,
.keypoint li {
    margin: 0px;
    padding: 0px;
}

.keypoint li {
    margin-left: 12px;
    padding: 0px;
}

		#KeypointEconomical {
		    left: 0px;
		}
		
		#KeypointConvenient {
		    left: 266px;
		}
		
		#KeypointSafe {
		    left: 532px;
		}

.video_calc_links {
	display: block;
	position: absolute;
	width: 250px; height: 40px;
	left: 0px; top: 110px;
	z-index: 100;
}
.video_calc_links a {
	display: block;
	position: absolute;
	width: 250px; height: 40px;
	z-index: 100;
}



#ProductLines { position: relative;
overflow: visible;
z-index: 200;
}

#ProductLinesImg {
    position: absolute;
    top: 30px;
    left: 27px;
}

.product_line {
	float: left;
	padding: 60px 18px 0px 18px;
	width: 140px;
	height: 235px; /* to push away footer */
    margin: 0px 5px 0px 10px;
    overflow: visible;
}


.product_line p {
	position: relative;
	top: auto;
	color: #fff;
	font: 12px/130% Arial, sans-serif;
}

.product_line a { color: #00FF00; }


.product_line img { 
    display: block;
    position: relative;
    margin: auto;
}


		#LineLochinvar img{
		  margin-top: 30px;
		}
		
		#LineMonitor img{
		  margin-top: 21px;
		}
		
		#LineToyostove img{
		  margin-top: 4px;
		}
		
		#LineRinnai img{
		  margin-top: 38px;
		}

#LineLochinvar p {
  margin-top: 22px;
}

#LineMonitor p {
  margin-top: 20px;
}

#LineToyostove p {
  margin-top: 10px;
}

#LineRinnai p {
  margin-top: 23px;
}



/*  MASTHEAD * * * * * */

#Masthead {
    position: relative;
    height: 170px;
}

#MastheadLogoImg {
    position: relative;
    margin: 12px;
    width: 269px;
    height: 153px;
}

#MastheadIntro {
    position: absolute;
    width: 450px;
    height: 153px;
    left: 325px;
    top: 40px;
}

#MastheadIntroImg {
    position: relative;
    width: 432px;
    height: 21px;
}

#MastheadIntro p {
    font-size: 14px;
    line-height: 21px;
}


/*  LAYOUT  */

body {
	background-image: url(../_images/_css/home_body_bg.jpg);
    background-position: center top;
	background-repeat: repeat-x;
	background-color: #0d2609;
}

#Page {
	background-image: url(../_images/_css/home_page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Page.save30 {
	background-image: url(../_images/save30_header.jpg);
}
#Page.hotwater {
	background-image: url(../_images/notanks_header.jpg);
}
#Page.emissions {
	background-image: url(../_images/emissions_header.jpg);
}

#Content {
    position: relative;
    padding-top: 146px;
}

#Footer {
    position: relative;
    margin-top: 12px;
}


/* LAYOUT
----------------------------------------------- */
#newpgbody {
	margin: 0px;
	height: 266px;
	width: 755px;
	background-image: url(../_images/save30_content_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 40px;
}
#newpgbody h1 {
    position: relative;
    font-size: 18px;
    color: #FC6;
    margin: 0px;
}
#newpgbody ul {
	margin-top: 16px;
	margin-right: 12px;
}
#newpgbody li {
	font-size:16px;
	line-height:16px;
}
#newpgbody.emissions {
	background-image: url(../_images/emissions_content_bg.jpg);
}
#newpgbody.save30 {
	background-image: url(../_images/save30_content_bg.jpg);
}
#newpgbody.notanks {
	background-image: url(../_images/notanks_content_bg.jpg);
	margin: 0px;
	width: 545px;
	padding-left: 230px;
	padding-right: 20px;
}
#AdPageBullets {
}

