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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

* html a {
	position: relative;
}

/* submenu */
div.submenu {
	display: none;
	background-image: url(../images/layout1/apparel-navbar.jpg) !important;
}

/* template main wrapper */
#wb-container-outer {
	background-color:#1f1c0d;		
	min-height:100%;
	height:auto !important;
	height: 100%;
} 	

#wb-container-inner {
	margin: auto;
	width: 870px;
	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 {
	width:870px;
	height:266px;
	background-color: #1b95d5;
	background-image: url(../images/layout1/apparel-header.png);		
	background-position: top left;
	background-repeat: no-repeat;
}			

#wb-layout-header-mask {
	width:870px;
	height:266px;
	border-bottom:1px solid #FFFFFF;		
	background-color: transparent;
	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));
	}

#wb-layout-header-base {
	background-image: url(../images/layout1/subheader.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height:11px;
	width: 870px;
}
/* END HEADER */


/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**	Layout 3
*/
#wb-layout-top-2 {
	display: none;
}

#wb-navigation-subtop {
	width: 870px;
	height: 47px;
	background-color: transparent;
	background-image: url(../images/layout1/apparel-navbar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	overflow:hidden;
	cursor:hand;
	display: block;
}

#wb-navigation-subtop div {
	border-right:1px solid #484b2f;
	cursor:hand;
	height:46px;
	float:left;
	
}
	#wb-navigation-subtop div a {
		padding: 17px 21px 16px 21px;
		cursor:hand;
		display: block;
    }


		
		#wb-navigation-subtop div a:hover {
			
		}
		
		#wb-navigation-subtop div.submenu a:hover {
			background-image: none;
			
		}

		/* top submenu */
	#wb-navigation-subtop div.submenu {
		cursor:hand;
		height:auto;
		background-repeat:repeat-x;
		background-color:#494E30;
	}
	
	#wb-navigation-subtop div.submenu div {
		clear: both;
		border-right:0;
		cursor:hand;
		height:auto;
		padding:0;
		background-color:#494E30;
		background-image:url(../images/layout1/apparel-navbar.jpg);		
		background-repeat:repeat-x;
		background-position:center top;
		width:200px;
	}


/* END top submenu */
					
#wb-top-subbasenav {
}
/* END WB-LAYOUT-TOP-2 */


/* 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;
	}

	/* sidebar navigation */
		#wb-navigation {
			width:205px;
			background-color: transparent;
			float: left;
		}
			#wb-navigation-top {
				width: 205px;
				float: left;
			} 
			#wb-navigation-bottom {
				float: left;
				width: 205px;
			}
				/* SIDEBAR NAVIGATION STRUCTURE
				**	Layout 1
				**	Layout 2
				*/
				#wb-navigation-bottom div {
					width: 205px;
					float: left;
					height: 44px;
					overflow: hidden;
				}
				#wb-navigation-bottom div a {
					background-image: url(../images/layout1/apparel-navbar.jpg);
					background-position: top left;
					background-repeat: repeat-x;
					padding: 10px 20px 19px;
					width:165px;
					border-bottom:1px solid #141208;
					border-top:1px solid #696D52;
					float: left;
				}
					#wb-navigation-bottom div a:hover {
						background-image: url(../images/layout1/apparel-navbar-hover.jpg);
					}
					
				#wb-navigation-bottom div.submenu {
					overflow: visible;
					height: auto;
				}
				/* END SIDEBAR NAVIGATION STRUCTURE */

	#wb-basenav {
	}

	#wb-navbasewrap {
		width: 203px;
		padding-left: 2px;
		padding-bottom: 5px;
		clear: both;
	}
	/* END SIDEBAR */

	
	/* MAIN-CONTENT AREA
	**	ALL Layouts
	*/
	#wb-layout-main {
		width:655px;
		height: 100%;
		float: right;
		padding: 5px;
	}
	/* END MAIN CONTENT AREA */
	
/* END WB-CONTAINER-CONTENTWRAPPER */


/* Page FOOTER
**
**	ALL Layouts
*/
#wb-layout-footer {
	min-height: 63px;
	height:auto !important;
	height: 63px;
	width: 870px;
	background-color: #1b95d5;
	background-image: url(../images/layout1/apparel-footer.png);
	background-position: top 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));
	}
