body { background: #000000; }

body, html {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

DIV#container, DIV#container-home {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* this put the content back to left align */
	z-index: 1;
	width: 798px;

}

DIV#container-home {
	background: url('../images/bg/bg-home-page.jpg') no-repeat;
	height: 598px;
}

DIV#header {
	background: url('../images/bg/bg-header.jpg') no-repeat;
	height: 186px;
}

DIV.header-link-home {
	position: absolute;
	left: 66px;
	top: 133px;
	color: black;
	text-transform: uppercase;
	font-size: 9px;
}

DIV.header-link-home A:link, DIV.header-link-home A:visited, DIV.header-link-home A:active {
	text-decoration: none;
	color: black;
}

DIV.header-link-home A:hover {
	text-decoration: underline;
}

DIV.header-link-bar {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 197px;
	top: 157px;
	width: 579px;
	font-size: 11px;
	color: #BBBCBF;
	height: 9px;
}

DIV.header-link-bar A:link, DIV.header-link-bar A:visited, DIV.header-link-bar A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 11px;
}

SPAN.selected, A.selected:link, A.selected:visited, A.selected:active {
	color: #000000;
	font-weight: bold;
}

DIV.header-link-bar A:hover {
	text-decoration: underline;
}

DIV.header-link-1, DIV.header-link-2, DIV.header-link-3, DIV.header-link-4, DIV.header-link-5, DIV.header-link-6, DIV.header-link-7  {
	position: absolute;
	top: 133px;
	display: inline-block;
	background: url('../images/bg/bg-button.gif') no-repeat;
	width: 87px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-top: 1px;
	text-align: center;	
	color: black;
	letter-spacing:-1px;
}

DIV.header-link-1 {
	left: 180px;
}

DIV.header-link-2 {
	left: 266px;
}

DIV.header-link-3 {
	left: 350px;
}

DIV.header-link-4 {
	left: 434px;
}

DIV.header-link-5 {
	left: 520px;
}

DIV.header-link-6 {
	left: 607px;
}
DIV.header-link-7 {
	left: 692px;
}

DIV.header-button A:link, DIV.header-button A:visited, DIV.header-button A:active {
	color: #BBBCBF;
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size:10px;
}

DIV.header-button A:hover {
	text-decoration: underline;
}

DIV.header-button-selected {
	background-position: -174px 0px;
	font-size: 9.5px;
}





DIV#header-home {
	position: absolute;
}

DIV#content-container {
	background: url('../images/bg/bg.jpg') repeat-y;
}

DIV#content {
	background: url('../images/bg/bg-nav.jpg') no-repeat top left;
	min-height: 370px;
}

/* inside content area */

DIV#nav {
	width: 155px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

DIV#stage {
	border-left: #93222D 1px solid;
	margin-left: 25px;
	padding-left: 25px;
	margin-bottom: 30px;
	width: 555px;
	float: left;
}


DIV#stage-left {
	float: left;
	width: 155px;
}

DIV#stage-right {
	float: left;
	width: 370px;
}

SPAN.redheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #9B1A20;
}

HR.padtb {
	margin-top: 10px;
	margin-bottom: 20px;
}




TD.nc1, TD.nc2 {
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	line-height: 9px;
	padding-bottom: 10px;
}

TD.nc2 {
	padding-left: 5px;
	font-size: 10px;
	line-height: 8px;
}


/* end inside content area */


DIV#footer-container {
	background: url('../images/bg/bg-footer.jpg') repeat-y top left;
}

DIV#footer {
	position: relative;
	background: url('../images/bg/bg-footer-bottom.jpg') no-repeat bottom left;
	text-align: right;
	padding: 5px 25px 7px 25px;
}

DIV#copyright {
	position:absolute;
	top:50%;
	left: 25px;
	margin-top:-1em;
	vertical-align: middle;
	height: 1em;
}

SPAN.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

SPAN.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SPAN.footer-link A:link, SPAN.footer-link A:visited, SPAN.footer-link A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D6F72;
	text-decoration: none;
}

SPAN.footer-link A:hover {
	text-decoration: underline;
}

DIV#usa_made {
	position: absolute;
	left: 16px;
	top: 606px;
}

/* misc formating */

.pt { padding-top: 20px; padding-bottom: 10px; }

.highlight {
	color:#9B1A20;
}
