/********************* TEXT STYLES *********************/

body {
	background: #000000;
	color:#FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	overflow:hidden;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 1.4em;
}

form:input, form:textarea {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-indent:-999em;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 0.3em;
	text-transform: lowercase;
	display: block;
}
h3 {
	font-size:0.85em;
	font-weight:bold;
	line-height: 1.4em;
	margin-top: 2em;
	margin-bottom: 0.2em;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	text-align: right;
	display: block;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
}

p {
	font-size:0.8em;
	font-weight:normal;
	color:#FFFFFF;
	line-height: 1.4em;
	display: block;
	margin-bottom: 1.2em;
	margin-top: 0px;
}

a {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	text-decoration:none;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	font-size:1.1em;
	color:#FFFFFF;
	padding:2px 2px 1px 4px;
	border: 1 solid #999999;
}

submit {
	font-weight:bold;
}

ol li {
	color:#FF0000;
	font-weight:bold;
	margin: 0px;
}


/************************ LAYOUT ************************/

#wrapper {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:5;
}

#flash {
	background-repeat:no-repeat;
	background-position: left bottom;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}

#noflash {
	width:100%;
	overflow:hidden;
	display: block;
	float:left;
	z-index:999;
	position:absolute;
	left:0;
	top:0;
	vertical-align: middle;
	font-weight:bold;
	font-size: 1.2em;
}

/************************ CONTENT ************************/
 
 #contentBox {
	width:100%;
	z-index: 100;
	position: absolute;
	top: 7%;
	text-align: left;
	left: 0%;
}
 
.column {
	width:210px;
	overflow:visible;
	float: left;
	z-index: 200;
	margin: 0 21px 0 0;
}
 
.column2 {
	width:170px;
	overflow:visible;
	float: left;
	z-index: 200;
	margin: 0 21px 0 0;
}
.column3 {
	width:280px;
	overflow:visible;
	float: left;
	z-index: 200;
	margin: 0 21px 0 0;
}

.column3b {
	width:380px;
	overflow:visible;
	float: left;
	z-index: 200;
	margin: 0 14px 0 14px;
}

.sizechart {
	height:280px;
	padding:0 14px 0 0;
	overflow:auto; 
	overflow-y:scroll;
	overflow-x:hidden;
}

/************************ FOOTER ************************/

 div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:999;
	margin: 0;
	height: 42px;
	padding: 0;
 }
 
 @media screen{
  body>div#footer{
	position: absolute;
	height: auto;
  }
 }
 
 * html body{
    overflow: visible;
 } 
 
 
#footer2 {
	float:right;
	width: 350px;
	height:42px;
	z-index: 900;
	margin-right: 49px;
}
 
#nomusic {
	width:70px;	
	float: right;
	clear:both;
}

#music {
	width:70px;
	height:42px;
	float: right;
	margin-left: 14px;
}
 
 #address {
	overflow:hidden;
	margin-top:7px;
	display: block;
	font-size: 1em;
	text-align: right;
	vertical-align: middle;
	float: right;
	width: 220px;
}

#crumbs {
	margin:7px 0 14px 35px;
	font-size:0.85em;
	position: absolute;
	left: -6px;
	top: 1px;
	z-index: 100;
}

/*********************** NAVIGATION ***********************/

#nav {
	width:auto;
	w\idth:auto;
	overflow:hidden;
	font-size:0.85em;
	height:42px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0 0;
	display:block;
	z-index: 999;
}

#nav ul {
	margin: 0 49px 0 35px;
}

#nav a {
	display: block;
	width: auto;
	w\idth: auto;
	text-decoration: none;
	padding: 0.25em 1.75em 0.25em 0.5em;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
	w\idth: auto;
	height:2em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	margin-top: -5em; /* changes how high the subnav is */
	width:auto;
	w\idth:800px;
	overflow:hidden;
	padding-bottom:1em;
}

#nav li ul {
border-left: 1px white solid;
margin-left:-1px;
}

#nav li ul li a {
	padding-bottom:1em;
	padding-top:0.5em;
	border:none;
	padding-right:0.25em;
	font-size:0.9em;
}

#nav li ul li {
	height:3em; /* changes how high the subnav is */
	display:block;
	float:left;
	background: url(blank.gif);
	border:none;
	padding-right:0.25em;
}

#nav li li {
	width: auto;
	w\idth: auto;
}

#nav li ul a {
	width: auto;
	w\idth: auto;
}

#nav li ul ul {
	margin: -2.5em 0 0 0; /* changes how high the subnav is */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: url(blank.gif);
	border-left: 1px white solid;
}

#nav li:hover ul li, #nav li.sfhover ul li {
	border-left: none;
}

#nav li:hover a, #nav li.sfhover a {
	color: white;
}



#nav li.rightlist:hover {
	border-left: none;
}

#nav li.rightlist {
	border-left: none;
	float:right;
	clear: none;
	width: 320px;
	margin-right: 20px;
}

#nav .indenter {
margin-left:35px;
}
/************************ CLEARFIX ************************/


.clearFix:after {
    content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 1.2em;
}

.clearFix {display: inline-block;}

/* Hides from IE-mac \*
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac *
