.fullpage .col1 {
    padding-top:15px;
}

/* 
   ============================================================================
   div#banner
   ============================================================================
*/
#breadcrumb {
    display:none;
}

/* 
   ============================================================================
   div#banners
   ============================================================================
*/

    #banners {
        background-color: #fff;
        width: 650px;
        height: 295px;
        -moz-box-shadow: 5px 5px 5px #aaa;
        -khtml-box-shadow: 5px 5px 5px #aaa;
        overflow: hidden;
    }
    
    .banner {
        height: 265px;
        padding : 15px;
    }

    #bannerTabs ul {
        
        position: absolute;
        top: 3px;
        left: 640px;
        width: 30px;
        padding-top: 7px;
        
    }
    
    #bannerTabs li {
        
        list-style: none;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        
    }

    .bannerTabSelected {
        border: 1px solid #dadada;
        border-left: 1px solid transparent;
        background-color: #fff;
        color: #0f8596;
        padding: 2px;
        -moz-box-shadow: 5px 5px 5px #aaa;
        -khtml-box-shadow: 5px 5px 5px #aaa;
    }
    
    .bannerTabNotSelected {
        
        border: none;
        border-left: 1px solid transparent;
        background-color: transparent;
        padding: 2px;
        
    }


/*
   ============================================================================
   div.secondColWidget
   ============================================================================
*/

.secondColWidget {
    position: absolute;
    top: 312px;
    right: 15px;
    width: 235px;
}

/* 
   ============================================================================
   div#promotions
   ============================================================================
*/

    div#promotions {
        clear: both;
        position:absolute;
        right:15px;
        top: 0;
        padding:15px;
        width: 200px;
    }
    

    div.subPanel {
        width: 230px;
}
    
div.promotion {
    position:relative;
    margin-top:13px;
}
div.promotion:first-child {
    margin-top:0px;
}
div.promotion, div.promotion img {
    width:205px;
    height:80px;
}
div.promotion .imgMask {
    position:absolute;
    top:0px;
    left:0px;
}
.homeProductsMod {
    display:none;
}

/* 
   ============================================================================
   div.categoriesSection
   ============================================================================
*/

    .categoriesSection {
        position: relative;
        top: 15px;
        width: 620px;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        background-color: #fff;
        -moz-box-shadow: 5px 5px 5px #aaa;
        -khtml-box-shadow: 5px 5px 5px #aaa;        
    }
    

/* 
   ============================================================================
   CHANGE SIZE ROLLOVER GRID HOME LANDINGS PAGE
   ============================================================================
*/

	.description {
		height: 204px;
}

	.rollover .description {
		background-image:url("/img/xyron/bg/grad_white_home.png");
		font-weight:bolder;
}

	.thumbnailItem .image img {
		width: 204px;
		height: 204px;
}

	div.item {
		margin:0px;
		padding:0px;
		border:none;
}

/* 
   ============================================================================
   div.homepageWidget 1,2
   ============================================================================
*/

	div.homepageWidget.widget1 {
		width:620px;
		height:735px;
		float:left;
		background-color:#FFF;
		margin-top:15px;
		padding:15px;
		-moz-box-shadow:5px 5px 5px #AAAAAA;
		-khtml-box-shadow: 5px 5px 5px #aaa;  
	}	
	
	div.homepageWidget.widget2 {
		width:200px;
		height:630px;
		float:right;
		background-color:#FFF;
		margin-top:15px;
		padding:0 15px 15px 15px;
		-moz-box-shadow:5px 5px 5px #AAAAAA;
		-khtml-box-shadow: 5px 5px 5px #aaa;  
	}	
			
	.widget2 h2 {
		background:url("/img/xyron/bg/relatedItemTitle.gif") repeat-x scroll center center transparent;
		border-bottom:1px solid #DADADA;
		line-height:40px;
	    width:215px;
		padding:0 0 0 15px;
		margin-left:-15px;
	}
	
	div.homepageWidget.widget1>h2 {
	    display:none;
	}
	
