﻿
/* Blanco Home Page styles */

body, .homeMain {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
sup {
  font-size: 8px;
}

.ieCenteringWrapper {
  text-align: center;
}

.altBackground {
  width: 720px;
  height: 540px;
  margin: 0px auto;
  background-color: #333;
}
.homeMain {
  position: relative;
  background: url(http://www.blancocanada.com/images/homepage/homeBackgroundFr2009.jpg) no-repeat top right;
  overflow: hidden;
  width: 720px;
  height: 540px;
  text-align: left;
}
.icons {
  margin: 80px 0px 0px 0px;
  position: relative;
  top:0;
  left:0;
  overflow: hidden;
  height: 106px;
}
.iconHolder {
  position: absolute;
  cursor: pointer;
  top: 0px;
  background-color: #333;
}
.iconHolder img {
  display: block;
}
.rollover {
  position: relative;
  top: -106px;
  z-index: 5;
  text-align: center;
  vertical-alignxx: center;
  height: 106px;
  padding-top: 35px;
}
.mainLinks {
  margin: 0px;
  padding: 20px 0px 0px 40px;
}
.mainLinks div {
  padding-bottomxx: 12px;
}
.otherLinks {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.socialLinks {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 10px;
  left: 26px;
}
a:link, a:visited, a:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
a:hover {
  color: #F90;
}
.rollover a:link {
  letter-spacing: 1px;
}
.rollover a:hover {
  color: white;
}

/* hoverMenu */
div.hoverMenu {
  position: relative;
  width: 150px;
}
div.menuItem {
  margin:0px;
  background-repeat:repeat;
  padding:6px 6px;
  }
div.submenu {
  white-space:nowrap;
  position: absolute;
  top:0px;
  left:149px;
  background-image:url(http://www.blancocanada.com/images/imagesFeature/semi-black-50percent.png);
  background-repeat:repeat;
}
div.submenuItem {
  padding: 0 6px 0 6px;
  margin:0px;
  }
  
.linkBullet {
   color: orange;
   font-size: 18px;
   line-height: 17px;
   font-weight: normal;
 }


