/* Import main CSS. */
@import "../../BCMain/css/main.css";

/* Markets div. */
.markets {
   width             : 614px;
   height            : 252px;
   background        : url('../../BCMain/images/background_markets.png');
   margin-top        : 4px;
}

.markets .market {
   display           : block;
   float             : left;
   margin            : 15px 0px 0px 0px;
   width             : 170px;
   height            : 230px;
   overflow          : hidden;
}

.markets #market1 {
   margin            : 17px 20px 0px 18px;
}

.markets img {
   margin-bottom     : 10px;

}

.markets #market1 p, .markets #market2 p, .markets #market3 p {
   color             : rgb(0, 0, 0);
   font-size         : 10px;
   line-height       : 13px;
}

.markets #market2 {
   margin            : 17px 0px 0px 15px;
}
.markets #market3 {
   margin            : 17px 0px 0px 24px;
}

.markets #market1 h1, .markets #market2 h1, .markets #market3 h1 {
   display           : block;
   height            : 27px;
   font-size         : 11px;
   color             : rgb(0,0,0);
   line-height       : 14px;
   font-weight       : 900;
   margin            : 1px 0px 10px 0px;
}

.markets .market span {
   font-size         : 10px;
   color             : rgb(114, 191, 240);

}

.market #market1 h3 {
   font-size         : 12px;
   color             : rgb(0, 0, 0);
}

/* Products. */
#products {
   display           : block;
   float             : left;
   width             : 307px;
   /*height            : 241px;*/
   min-height        : 247px;
   background        : #80a6c3;
   margin            : 15px 0px 20px 0px;
}

#products h1 {
   color             : rgb(255, 255, 255);
   font-size         : 12px;
   margin            : 17px 20px 7px 18px;
   font-weight       : 900;
}

#products #homeOrderNow {
   display           : block;
   margin            : 0px 0px 4px 0px;
}

#products #showAllProducts {
   margin            : 0px -1px 0px 0px;
   text-decoration   : none;
}

.popularTitle {
   display           : block;
   color             : rgb(255, 255, 255);
   font-size         : 10px;
   font-weight       : 100;
   margin-top        : 5px;
   padding-left      : 30px;
   line-height       : 20px;
   height            : 22px;
   background        : url('../../BCMain/images/background_products.png') repeat-y;
}

.popularLink {
   text-decoration   : none;
   font-size         : 10px;
   font-weight       : 100;
   color             : rgb(0, 0, 0);
   display           : block;
   line-height       : 20px;
}

.popularLink:hover {
   text-decoration   : underline;
}

#products #homeNext {
   float             : left;
}

#products p {
   font-size         : 12px;
   margin            : 0px 20px 0 18px;
   font-weight       : 900;
}

/* Content. */
#homeContent {
   display           : block;
   float             : left;
   width             : 307px;
   /*height            : 241px;*/
   min-height        : 247px;
   background        : rgb(238, 243, 246);
   margin            : 15px 0px 20px 
   
}

#homeContent h1 {
   text-transform    : none;
   font-weight       : 900;
   margin            : 30px 20px 15px 20px;
   font-size         : 17px;
}

#homeContent p {
   color             : rgb(0, 0, 0);
   margin            : 0px 20px 10px 20px;
   line-height       : 14px;
}

#homeContent .blue a {
   padding-right     : 20px;
   color             : rgb(66, 108, 135);
   text-decoration   : none;
   font-size         : 10px;
   line-height       : 13px;
}

#homeContent .blue a#readMore {
   background        : url('../../BCMain/images/arrow-trans.png') right 5px no-repeat;
}

#homeContent .blue a#videoTour {
   background        : url('../../BCMain/images/arrow-trans.png') right 5px no-repeat;
}

#homeContent .blue a:hover {
   text-decoration   : underline;
}

/* Products dropdown. */
#products #ulProducts { 
   display           : none;
   position          : absolute;
   margin            : 72px 0px 0px 18px;
   width             : 223px;
   padding           : 0px;
   list-style-type   : none;
   list-style-image  : none;
   background        : rgb(66, 108, 135);
}

#products #ulProducts a {
   display           : block;
   height            : 34px;
   line-height       : 34px;
   text-decoration   : none;
   color             : rgb(255, 255, 255);
   font-size         : 14px;
   font-weight       : 900;
   padding           : 0px 18px 0px 18px;
}

#products #ulProducts a:hover {
   text-decoration   : underline;
}


#products .listLinks   {
   margin            : 0px 18px 18px 18px;
   padding           : 0px 0px 0px 30px;
   list-style-image  : url('../../BCMain/images/list_icon.png');
   background        : url('../../BCMain/images/background_products.png') 0 22px repeat-y;
}

#products .listLinks li {
    margin: 0;
    padding: 0;
    height: 22px;
}
