img, div {
	behavior: url(css/iepngfix.htc);
	}
body {
margin: 0 0 0 0;
background:
	url('../gfx/background.png') repeat-x;
background-color: #000;
}
#background {
}

.preload-images {
	background: url('gfx/button000b.png') no-repeat -9999px -9999px;
	background: url('gfx/button000b.png') no-repeat -9999px -9999px,
		    url('gfx/button001b.png') no-repeat -9999px -9999px,
		    url('gfx/button002b.png') no-repeat -9999px -9999px,
		    url('gfx/button003b.png') no-repeat -9999px -9999px,
		    url('gfx/button004b.png') no-repeat -9999px -9999px,
				url('gfx/button005b.png') no-repeat -9999px -9999px,
				url('gfx/button006b.png') no-repeat -9999px -9999px,
				url('gfx/button007b.png') no-repeat -9999px -9999px;
	}

@font-face {
	font-family: 'Akzidenz';
	src: url('../fonts/AkzidenzGrotesk-Cond.eot'); /* IE9 Compat Modes */
	src: url('../fonts/AkzidenzGrotesk-Cond.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/AkzidenzGrotesk-Cond.woff') format('woff'), /* Modern Browsers */
		url('../fonts/AkzidenzGrotesk-Cond.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/AkzidenzGrotesk-Cond.svg#e9b771a20f2652403551597170d8f06f') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Akzidenz-Bold';
	src: url('../fonts/AkzidenzGrotesk-ExtraBoldCond.eot'); /* IE9 Compat Modes */
	src: url('../fonts/AkzidenzGrotesk-ExtraBoldCond.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/AkzidenzGrotesk-ExtraBoldCond.woff') format('woff'), /* Modern Browsers */
		url('../fonts/AkzidenzGrotesk-ExtraBoldCond.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/AkzidenzGrotesk-ExtraBoldCond.svg#9aaace0669099cb8e48e16b2fc2aa530') format('svg'); /* Legacy iOS */
	font-style:   normal;
	font-weight:  700;
}

.BLUE { color: #6792bf;	}

#outer {
background:#000;
min-height:100%;
}
* html #outer { height:100% }
.inner {
padding:1px 0;
margin-right:-100%;
position:relative;
zoom:1.0;
color:red;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16;
	margin-top: 0;
	margin-bottom: 14;
	padding: 0;
	}
li {
	margin-bottom: 8px;
	}

.smalllist ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16;
	margin-top: 0;
	margin-bottom: 18;
	padding: 0;
	}
.smalllist li {
	margin-bottom: 4px;
	}

#root-container {
	position: relative;
	width: 940px;
	text-align: left;
	font-family: Arial,Tahoma,Geneva,Helvetica;
	font-size: 9pt !important;
	line-height: 16pt;
	color: black;
	}
#main-container {
	position: relative;
	width: 100%;
	background: #677c8f url('../gfx/background-gue.png') repeat-x;
	}

/* BRAND HEADER */
#header-container {
	position: relative;
	width: 940px; top: 0px; height: 137px;
	text-align: left; display: block;
	z-index: 1;
	}
#options-container {
	position: relative;
	width: 940px; top: 0px; height: 33px;
	text-align: left; display: block;
	z-index: 1;
	}
#header-logo {
	position: absolute;	top: 21px; left: 0px;
	}
#header-banner {
	position: absolute;	top: 28px; left: 472px;
	}

/* OPTIONS BAR */
.optionbar {
	width: 940px;
	}
.optionbar ul {
	list-style-type: none; margin: 0; padding: 0;
	}
.optionbar li {
	float: left;
	}
.optionbar a {
	display: block;
	}
.optionbar a:link, .optionbar a:visited {
	font-family: 'Akzidenz-Bold', Tahoma, Geneva, Helvetica; font-size: 12pt !important; letter-spacing: 1; color: white;
	text-align:center; padding: 7px 0px 5px 0px; text-decoration: none; text-transform: uppercase;
	}
.optionbar a:hover, .optionbar a:active {
	background: white; color: #000;
	}
.optionbar .current {
	background: #000 url('../gfx/option-select.png') repeat-x;
	}

/* IMAGE BANNER */
#banner-container {
	position: relative;
	width: 940px; top: 0px; height: 364px; z-index: 0;
	}
#banner-fadebox {
	position: absolute;
	width: 940px; height: 364px; top: 0px; z-index: 0;
	}
#banner-tint {
	position: absolute; top: 292px; left: 0px; z-index: 1;
	}
#banner-logo {
	position: absolute; top: 15px; left: 15px; z-index: 1;
	}
#banner-logo2 {
	position: absolute; top: 0px; left: 0px; z-index: 1;
	}
#banner-facebook {
	position: absolute; top: 243px; left: 773px; z-index: 1;
	}

/* ICONS */
#icon-container {
	position: absolute; z-index: 2;
	top: -57; width: 940px; height: 40px;
	}
#icon-container-small {
	position: absolute; z-index: 2;
	top: 275px; width: 940px; height: 40px;
	}
.icon000 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button000a.png');
 	}
.icon000 a:hover {
	background: url('../gfx/button000b.png');
	}
.icon001 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button001a.png');
 	}
.icon001 a:hover {
	background: url('../gfx/button001b.png');
	}
.icon002 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button002a.png');
 	}
.icon002 a:hover {
	background: url('../gfx/button002b.png');
	}
.icon003 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button003a.png');
 	}
.icon003 a:hover {
	background: url('../gfx/button003b.png');
	}
.icon004 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button004a.png');
 	}
.icon004 a:hover {
	background: url('../gfx/button004b.png');
	}
.icon005 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button005a.png');
 	}
.icon005 a:hover {
	background: url('../gfx/button005b.png');
	}
.icon006 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button006a.png');
 	}
.icon006 a:hover {
	background: url('../gfx/button006b.png');
	}
.icon007 a {
 	outline: none; display:block; width:125px; height:120px; margin-bottom: 5px;
	background: url('../gfx/button007a.png');
 	}
.icon007 a:hover {
	background: url('../gfx/button007b.png');
	}
#icon-labels td {
	font-family: 'Akzidenz-Bold', Tahoma, Geneva, Helvetica; font-size: 11pt !important; letter-spacing: 1; color: black;
	}

/* MAIN CONTENT BOX - top 534px; */
#content-container {
	position: relative;
	width: 940px; top: 0px;
	text-align: left;
	background: #fff url(../gfx/background-content.png) repeat-x;
	}
#content {
	position: relative;
	padding: 125px 30px 0px 30px;
	}

/* FOOTER */
#footer-container {
	position: relative;
	width: 100%; height: 130px;
	text-align: center;
	background: #000 url(../gfx/background-footer.png) repeat-x;
	padding-bottom: 20px;
	color: white;
	font-family: Arial,Tahoma,Geneva,Helvetica;
	font-size: 8pt !important;
	line-height: 12pt;
	}
#footer-container a {
	color: yellow;
	}
#footer-container a:hover {
	color: red;
	}

/* END */
