/* TOP START */
#mainHeader.start h1 {
  margin:               0;
  line-height:          0;
  float:                left;
}
#mainHeader.start p.startPreamble {
  margin:               0;
  float:                left;
  width:                480px;
  height:               99%;
  overflow:             hidden; 
  display:              table;
  position:             static;
}
#mainHeader.start p.startPreamble span {
  display:              block;
  /*top:                  50%;*/
  display:              table-cell; 
  vertical-align:       middle; 
  position:             static;
}
#mainHeader.start p.startPreamble span span {
  display:              block;
  position:             static; 
  /*top:                  -50%*/
}
#mainHeader.start div.puffBlock {
  width:                212px;
  background-image:     url(../img/bg_topStartTextblock.gif);
}
/* /TOP START */

/* START */
div.startPage {
  background:           url(../img/bg_twoColsStartTile.gif) repeat-y right top;
}
div.startPage div.wrapper {
  padding-bottom:       10px;
  background:           url(../img/bg_twoColsStartBottom.gif) no-repeat right bottom;
}
div.startPage #leftCol {
  width:                752px;
  padding-right:        0;
  padding-top:          22px;
}
div.startPage #rightCol {
  width:                201px;
  padding:              0 12px 43px 12px;
}
div.startPage #leftCol h2 {
  color:                #505050;
  font-size:            18px;
  margin:               0 0 6px 0;
}
div.startPage #showroomPuffs {
  margin-bottom:        20px;
}
div.startPage #showroomPuffs a {
  display:              block;
  float:                left;
  text-align:           left;
  text-decoration:      none;
  margin-right:         10px;
  display:              inline  
}
div.startPage #showroomPuffs a span {
  display:              block;
  color:                #333333;
  font-size:            12px;
  font-weight:          bold;
  margin-top:           4px;
  width:                240px;
  cursor:               pointer
}
div.startPage #showroomPuffs a span strong {
  color:                #004286;
  text-decoration:      underline
}
div.startPage #showroomPuffs a:hover span strong {
  color:                #333333;
}
div.startPage #showroomPuffs a img {
  display:              block;
  border:               1px solid #c7c7c7;
  padding:              4px;
}
div.startPage #banners,
div.startPage #banners2 {
  height:               295px;
}
div.startPage #banners img, 
div.startPage #banners2 img {
  display:              block;
  position:             absolute;
  margin-bottom:        10px;
}

div.startPage #rightCol ul {
  list-style:           none;
  margin:               0;
  padding:              0;
  font-size:            12px;
}
div.startPage #rightCol ul li {
  background:           url(../img/bg_startListDivider.gif) repeat-x center bottom;
  padding-bottom:       10px;
  margin-bottom:        10px;
}
div.startPage #rightCol ul li a {
  display:              block;
  font-weight:          bold;
  margin-bottom:        6px;
  padding-left:         6px;
  background:           url(../img/bg_blueArrow.gif) no-repeat left 3px;
}
div.startPage #rightCol a.viewMore {
  display:              block;
  text-align:           right;
  font-size:            11px;
  color:                #7d7d7d;
}
/* START */