	
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	/*submenu always defaults to display none*/
	div.submenu {display: none}
    
	#wb-container-outer {
		background-color: #1f1c0d;		
		height: auto;
		min-height: 100%;
	}
	
	#wb-container-inner {
		margin: auto;
		width:870px;
		text-align: center;
		background-color: transparent;
		padding-bottom: 16px;
	}
		
	#wb-layout {
		width:870px;
	}
	
	#wb-layout-inner {
		width:870px;
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		background-color:#1b95d5;
		
	}
	
	#wb-layout-header-mask {
		width:870px;
		height:266px;
		border-bottom:1px solid #FFFFFF;		
		background-color: transparent;
		background-image: url(../images/layout1/apparel-header.png);		
		background-position: top left;
		background-repeat: no-repeat;		
		overflow: hidden;
		color: #888888;
	}
	* html #wb-layout-header-mask {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/apparel-header.png));
	overflow:hidden !important;
}
				
	#wb-layout-header-base {
		background-image: url(../images/layout1/subheader.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		height:11px;
	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-navigation-subtop {
		display:none;
		float:left;
		width: 870px;
		height:47px;
		background-color: transparent;
		background-image: url(../images/layout1/apparel-navbar.jpg);
		background-position: top left;
		background-repeat: repeat-x;
    }
    
    #wb-navigation-subtop div {
     	float: left;
		text-align: left;
		border-right:1px solid #484b2f;
    }
	#wb-navigation-subtop div a {
		float:left;
     	padding-left: 25px !important;
		padding-top: 13px !important;
		padding-bottom: 16px !important;
		padding-right: 25px !important;
    }
		#wb-navigation-subtop div a:hover {
		background-image: url(../images/layout1/apparel-navbar-hover.jpg);
		}
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:870px;
		height: 100%;
		background-color: #1a170b;
		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
        float:left;
        width: 205px;
        background-color: transparent;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:205px;
		background-color: transparent;
		background-image: none;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#wb-navigation-top {
		width: 205px;
		background-color: transparent;
		background-image: url(../images/layout1/navigation-top.jpg);
		background-position: top left;
		background-repeat: no-repeat;		
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		width: 205px;
		background-color: transparent;
		background-image: url(../images/layout1/navigation-bottom.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
	float:left;
	}
	#wb-navigation-bottom div a {
		float:left;
		background-image: url(../images/layout1/apparel-navbar.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		padding-left: 20px !important;
		padding-top: 13px !important;
		padding-bottom: 16px !important;
		padding-right: 20px !important;
		width:165px;
		border-bottom:1px solid #141208;
		border-top:1px solid #696D52;
	}
	#wb-navigation-bottom div a:hover {
		background-image: url(../images/layout1/apparel-navbar-hover.jpg);
	}
		
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:665px;
		height: 100%;
		float: left;
		background-color: #1f1c0d;	
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 63px;
		width: 870px;
		border: 0px;
		margin-left: 0;
		background-color:#1b95d5;
		background-image: url(../images/layout1/apparel-footer.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	* html #wb-layout-footer{
	    background-image:none;
	    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/apparel-footer.png));
		overflow:hidden !important;
		height: 63px;
	}
	
	

