/* ###### GENERAL STYLING ###### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;;
	background:#311c10;
}

.structural {
	position: absolute;
	left: -9999px;
}

.img-replacement {
	display: block;
	text-indent: -9999px;
}

a{
	color:#fff;
}


/* ###### HASLAYOUT ###### */

#container:after, #content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* ###### CONTAINER ###### */

#container {
	position:relative;
	margin: 0 auto;
	width:950px;
	background:#311c10;
}


/* ###### HEADER ###### */

#header{
	width:950px;
	height:100px;
	background:url(images/main-header.jpg);
}
	#header h1{
		display:block;
		float:left;
		width:249px;
		height:36px;
		background:url(images/logo.png);
		margin:20px 0px 0px 20px;
	}

#menu{
	display:block;
	float:left;
	width:930px;
	list-style-type: none;
	margin:15px 0px 0px 15px;
}

	#menu li{
		display:block;
		float:left;
	}

	#menu li a{
		display:block;
		padding:5px 5px;
		text-indent: -9999px;
	}

	#menu li a.about{ background:url(images/btn-about.png) no-repeat center center; width:47px;}
	#menu li a.news{ background:url(images/btn-news.png) no-repeat center center; width:43px;}
	#menu li a.jeans{ background:url(images/btn-jeans.png) no-repeat center center; width:47px;}
	#menu li a.campaign{ background:url(images/btn-campaign.png) no-repeat center center; width:76px;}
	#menu li a.making{ background:url(images/btn-making.png) no-repeat center center; width:113px;}
	#menu li a.stores{ background:url(images/btn-stores.png) no-repeat center center; width:54px;}
	#menu li a.jobs{ background:url(images/btn-jobs.png) no-repeat center center; width:37px;}
	#menu li a.contact{ background:url(images/btn-contact.png) no-repeat center center; width:64px;}

	#menu li a.about:hover{ background:url(images/btn-about-over.png) no-repeat center center; width:47px;}
	#menu li a.news:hover{ background:url(images/btn-news-over.png) no-repeat center center; width:43px;}
	#menu li a.jeans:hover{ background:url(images/btn-jeans-over.png) no-repeat center center; width:47px;}
	#menu li a.campaign:hover{ background:url(images/btn-campaign-over.png) no-repeat center center; width:76px;}
	#menu li a.making:hover{ background:url(images/btn-making-over.png) no-repeat center center; width:113px;}
	#menu li a.stores:hover{ background:url(images/btn-stores-over.png) no-repeat center center; width:54px;}
	#menu li a.jobs:hover{ background:url(images/btn-jobs-over.png) no-repeat center center; width:37px;}
	#menu li a.contact:hover{ background:url(images/btn-contact-over.png) no-repeat center center; width:64px;}

/* ###### CONTENT ###### */

#content{
	width:950px;
	background:#000;
}

#flashAction{
	width:950px;
	hieght:900px;
}

/* ###### FOOTER ###### */

#footer{
	height:90px;
	background:#000 url(images/main-footer.jpg);
	padding:20px;
}