/* 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             : 312px;
   min-height        : 247px;
   background        : rgb(241, 244, 247);
   margin            : 0 12px 20px 0;
   
}

#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       : 19px;
   font-size         : 0.9em;
}

#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 4px no-repeat;
}

#homeContent .blue a#videoTour {
   background        : url('../../BCMain/images/arrow-trans.png') right 4px 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;
}

/* formatting for new templates */
#homeContent > h1 {
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: Arial;
}

#banner {
    float: left;
    width: 468px;
    margin-right: 8px;
}

#news, #specials, #career {
    float: left;
    width: 316px;
    margin-bottom: 15px;
}

#career {
    width: 318px;
    margin-right: 0;
}

#news h2, #specials h2, #career h2 {
   background: url('../../BCMain/images/homeHeaderBackground.png') 0 0 repeat-x !important;
   width: 290px;
   height: 20px;
   font-size: 1.4em;
   color: rgb(92,106,121);
   padding: 5px 0 5px 25px;
   margin: 0 2px 2px 0;
}

#career h2 {
    width: 293px;
    margin-right: 0;
}

#news h3, #specials h3, #career h3 {
    font-size: 1.5em;
    color: rgb(128,166,195);
    margin-top: 0;
}

#news .content, #specials .content, #career .content {
    border: 1px solid #cde3f9;
    padding: 15px 25px 5px 25px;
    height: 200px;
	position: relative;
    overflow: hidden;
}

#news a, #specials a, #career a {
    color: rgb(119,119,119);
    text-decoration: none;
    display: block;
}

#news a {
    position: relative;
    top: -5px;
}

#news .contentimage {
    float: left;
    padding-right: 10px;
}

#specials .contentimage {
    padding: 10px 0 18px 0;
}

#career p.tiny {
    color: rgb(78,154,213);
    font-weight: bold;
    margin: 3px 0 10px 0;
}
