/**** By Tag ****/

/* main page heading */
h1 { padding-top:30px; }

/**** By Class ****/

/* titlebar container */
div.titlebar-container { padding-bottom:15px; }

/**** By ID ****/

/* content area */
/*#content { background:url(/verticoil-edge-brochure/images/page/home-background.gif) no-repeat top right; }*/

/* box with coil background */
#coil
{
  min-height:158px;
  height:auto !important;
  height:158px;
  background:url(/verticoil-edge-brochure/images/page/home-background.gif) no-repeat top right;
}

/* floated photo with coil count link */
#photo
{
  float:right;
  margin-left:10px;
  padding-top:5px;
  width:273px;
}

#video {background:url(/verticoil-edge-brochure/images/page/verticoil-edge-video.jpg) no-repeat top left; display:block; width:273px; height:152px;}
#video:hover {background-position:left bottom;}

/* list items */
#list-item1, #list-item2, #list-item3
{
  padding:0 0 1em 25px;
  width:594px;
  background:no-repeat top left;
}
#list-item1 { background-image:url(/verticoil-edge-brochure/images/page/home-bullet1.gif); }
#list-item2 { background-image:url(/verticoil-edge-brochure/images/page/home-bullet2.gif); }
#list-item3 { background-image:url(/verticoil-edge-brochure/images/page/home-bullet3.gif); }

/* table of list items with the second overall list item */
#coils
{
  width:594px;
  overflow:hidden;
}
#coils div.first, #coils div.second { float:left; }
#coils div.first
{
  padding:0 10px 0 15px;
  width:135px;
}
#coils div.second { width:434px; }

/* "Want more sales..." statement */
#sales
{
  float:left;
  padding:1px 10px;
  background:#fff18e;
  font-size:1.14em;
  font-style:italic;
  font-weight:bold;
}

.video-download {
    background-color:White;
    margin-top:6px;
    height:30px;   
    }
.video-download .inner-text {
    padding-left:40px;
    margin-top:7px;  
    float:right; 
    color:#000;
    display:block;    
}    
.video-download img {
    display:inline;
    height:30px;
    }
.video-download a { float:right; padding:0px 0 0px 6px;}
