div#homeHeader	{
	width : 750px; height : 114px;
	border : 0px solid #000;
}

div#mainBanner	{
	height : 321px;
	width : 750px;
	display : block;
	border : 0px solid #ff0000;
	position: relative;
}
	#movie	{
		position : absolute;
		top : 55px; left : 140px;
		border : 0px solid #000;
		width : 270px; height : 220px;
	}
	div#mainLinks	{
		width : 750px;
		border : 0px solid #fff;
		font-size : 9px;
		background : url(../images/home/mainlinks_bg.gif) repeat-y;
	}
		div#mainLinks #mainLinksInner	{
			display : block;
			height : 100%;
			background : url(../images/home/mainlinks_top_bg.gif) no-repeat 0px 155px;
		}
			#mainLinks #mainShop	{
				float : left;
				width : 245px;
			}

				#mainLinks #mainShop div	{
					margin : 0 0 0 18px;
					width : 210px;
					border : 0px solid #fff;
				}

					#mainLinks #mainShop div div	{
						margin : 5px 0 0 0;
						width : 100px;
						border : 0px solid #fff;
					}

			#mainLinks #denimBar	{
				float : left;
				width : 250px;
			}

				#mainLinks #denimBar div	{
					margin : 0 0 0 22px;
					width : 210px;
					border : 0px solid #fff;
				}

					#mainLinks #denimBar div div	{
						margin : 5px 0 0 0;
						width : 100px;
						border : 0px solid #fff;
					}

			#mainLinks #madeToMeasure	{
				float : left;
				width : 255px;
			}

				#mainLinks #madeToMeasure div	{
					margin : 0 0 0 23px;
					width : 210px;
					border : 0px solid #fff;
				}

					#mainLinks #madeToMeasure div div	{
						margin : 5px 0 0 0;
						width : 100px;
						border : 0px solid #fff;
					}
#saleLayer	{
	display: none;
	height: 484px;
	left: 50%;
	margin: 0 0 0 -225px;
	position: absolute;
	top: 100px;
	width: 497px;
	z-index: 2;
}
	#saleBanner	{
		bottom: 0;
		left: 0;
		position: absolute;
		z-index: 3;
	}
	#closeButton	{
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 4;
	}
#overlay	{
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity = 60);		/* IE <=8 */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
