@charset "iso-8859-1";
.banner{
    width:960px;
    height:340px;
    border-bottom:1px solid #B16939;
}
.start-shopping{
    position:absolute;
    background:url(/inc/images/start_shopping_bc.png) repeat-y;
    width:89px;
    height:340px;
}
.start-shopping ul{
    display:block;        
    background:url(/inc/images/start_shopping.png) no-repeat top left;
    padding:69px 0 0 0;    
}
.start-shopping ul li a{
	display:block;
    width:85px;
    height:67px;
    border-bottom:1px solid #E8E8E8;
    text-indent: -9999px;
	overflow: hidden;
}
.start-shopping ul li a:hover{background-position:-85px 0 !important;}

.start-shopping ul li a.ceiling-fans{background:url(/inc/images/ceiling_fans.png) no-repeat;}
.start-shopping ul li a.lighting{background:url(/inc/images/lighting.png) no-repeat;}
.start-shopping ul li a.fireplaces{background:url(/inc/images/fireplaces.png) no-repeat;}
.start-shopping ul li a.barbeques{background:url(/inc/images/barbeques.png) no-repeat;}

.left{
    float:left;
    width:144px;
    padding:15px 10px 0 0;    
}
.center{
    float:left;
    width:459px;
    padding:15px 10px 0 10px;
    border-left:1px solid #E2DFDD;
    border-right:1px solid #E2DFDD;
}
.right{
    float:left;
    width:290px;
    padding:15px 0 0 10px;        
}
ul.top-brands li{
    float:left;
    width:81px;
    height:31px;
    padding:0 4px 14px 4px;
}

.start-shopping-overlay{
    position:absolute;
    width: 460px; height: 340px;
    padding:0 24px 0 21px;
    margin: 0 0 0 85px;
    background: url(/inc/images/start_shopping_bc_ovr2.png) repeat-y;
}
.start-shopping-overlay p{
    border-bottom:1px solid #CCCCCC;
    padding:0 0 7px 0;
    margin:13px 0 13px 0;
}
.start-shopping-overlay table td{
    width:33%;vertical-align: top;
}
a.view-ceiling-fans{
    text-indent: -9999px;
    display:block;
    background: url(/inc/images/buttons/view-ceiling-fans.gif) no-repeat;
    width: 119px; height: 22px;
    margin: 12px 0 0 0;
    float:right;
}
a.view-lighting{
    text-indent: -9999px;
    display:block;
    background: url(/inc/images/buttons/view-lighting.gif) no-repeat;
    width: 119px; height: 22px;
    margin: 12px 0 0 0;
    float:right;
}

a.view-fireplaces{
    text-indent: -9999px;
    display:block;
    background: url(/inc/images/buttons/view-selected.gif) no-repeat;
    width: 119px; height: 22px;
    margin: 12px 0 0 0;
    float:right;
}

a.view-barbecues{
    text-indent: -9999px;
    display:block;
    background: url(/inc/images/buttons/view-barbecues.gif) no-repeat;
    width: 119px; height: 22px;
    margin: 12px 0 0 0;
    float:right;
}

a.view-selected{
    text-indent: -9999px;
    display:block;
    background: url(/inc/images/buttons/view-selected.gif) no-repeat;
    width: 119px; height: 22px;
    margin: 12px 0 0 0;
    float:right;
}