@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(pictures/gradientBackground.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #808080;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(pictures/jeansBackground.jpg);
	background-repeat: repeat-y;
	background-position: left -19px;
	position: relative;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;
	position: absolute;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	width: 620px;
	overflow: visible;
	left: 50px;
	clear: both;
	position: relative;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
}
h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	font-size: 14pt;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}

.commercialRight {
	position: absolute;
	width: 120px;
	height: 600px;
	visibility: visible;
	left: 800px;
	top: 190px;
	bottom: 0px;
	z-index: auto;
}


a {
	color: #FFF;
}
#menu {
	position:absolute;
	left:82px;
	top:262px;
	width:152px;
	height:148px;
	z-index:10;
}
#iTunesLink {
	position:absolute;
	left:92px;
	top:501px;
	width:237px;
	height:84px;
	z-index:1;
}
