/* HTML TAGS */

*
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: #0099FF;
}

a:visited
{
	color: #9966CC;
}

a:hover
{
	text-decoration: none;
}

body
{
	min-height: 500px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}


div.itemHeader
{
	margin-top: 4em;
	background-image: url(../images/heading_bg2.gif);
	background-position: top right;
}

* html div.itemHeader
{
	height: 1px;
}

* html div.itemHeader .clearer
{
	display: none;
}

h1
{
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 25px;
	width: 313px;
	height: 175px;
	margin-top: -26px;
	font-size: 100%;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

h1 a
{
	display: block;
	width: 313px;
	height: 30px;
}

h2
{
	margin-top: 0;
	margin-bottom: -2em;
	font-size: 150%;
}


h3
{
	float: left;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	background-color: #000000;
	font-size: 90%;
	line-height: 1.2em;
	text-transform: uppercase;
}

p
{
	clear: left;
	margin-top: 1em;
	font-size: 100%;
}

p.date
{
	float: left;
	margin-top: -1px;
	margin-bottom: -2px;
	padding-right: 0.5em;
	background-color: #000000;
	font-size: 85%;
	color: #666666;
	font-weight: bold;
	white-space: nowrap;
}

ol
{
	margin-top: 1em;
	margin-left: 2em;
}




/* OBJECTS */

#content
{
	position: absolute;
	top: 50%;
	z-index: 30;
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin-top: -225px;
}

#contentInner
{
	overflow: hidden;
	max-width: 500px;
	height: 450px;
	margin-right: 25px;
	margin-left: 40em;
	padding-left: 47px;
	background-image: url(../images/main_bg_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#contentInner2
{
	overflow: hidden;
	height: 450px;
	padding-right: 47px;
	background-image: url(../images/main_bg_right.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#contentInner3
{
	height: 450px;
	overflow: hidden;
	background-color: #000000;
}

#contentScroll
{
	position: relative;
	margin: 0 40px;
}

#fadeIn
{
	position: absolute;
	z-index: 40;
	top: 50%;
	left: 40em;
	height: 75px;
	margin-top: -225px;
	margin-left: 87px;
	background-image: url(../images/fade_in.png);
	background-repeat: repeat-x;
}

* html #fadeIn
{
	background-image: none;
	f\ilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fade_in.png", sizingMethod="scale");
}

#fadeIn.top
{
	display: none;
}

#menu
{
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 82px;
	width: 36em;
	list-style: none;
	margin-top: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a
{
	display: block;
	border-bottom: 1px none transparent;
	text-decoration: none;
}

#menu a:link
{
	color: #FFFFFF;
}

#menu a:visited
{
	color: #666666;
}

#menu a:hover
{
	border-bottom: 1px dotted #7F7F7F;
	color: #7F7F7F;
}

#menu li
{
	float: left;
	padding: 0.4em 10px;
	border-left: 1px solid #666666;
	font-weight: bold;
}

#menu li ul
{
	list-style: none;
	margin-left: -11px;
	border-left: 1px solid #666666;
	padding-top: 5px;
	position: absolute;
}

#menu li ul a:link
{
	color: #CCCCCC;
}

#menu li ul li
{
	float: none;
	border-left: 0 none transparent;
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 85%;
	font-weight: normal;
}

#menu li ul a:visited
{
	color: #666666;
}

#menu li.on
{
	background-color: #333333;
}

#menu li.on a:visited
{
	color: #FFFFFF;
}

#menu li.on a:hover
{
	border-bottom: 0 none transparent;
	color: #FFFFFF;
	cursor: default;
}

#menu li.on ul a:hover
{
	color: #7F7F7F;
	cursor: pointer;
}

#menu li.on ul li.on
{
	background-color: transparent;
	font-weight: bold;
}

#menu li.on ul li.on a
{
	color: #FFFFFF;
}

#menu li.on ul li.on a:visited
{
	color: #FFFFFF;
}

#menu li.on ul li.on a:hover
{
	border-bottom: 0 none transparent;
	color: #FFFFFF;
	cursor: default;
}

#pageBrowser
{

	position: absolute;
	z-index: 40;
	overflow: visible;
	top: 50%;
	left: 40em;
	height: 50px;
	he\ight: 25px;
	margin-left: 87px;
	margin-top: 175px;
	ma\rgin-top: 125px;
	padding-top: 25px;
	padd\ing-top: 75px;
	background-image: url(../images/fade_out.png);
	background-repeat: repeat-x;
	text-align: right;
}

* html #pageBrowser
{
	background-color: #000000;
	bac\kground-color: transparent;
	background-image: url(../images/px_ffffff.gif);
	background-position: 0 12px;
	bac\kground-image: none;
	f\ilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fade_out.png", sizingMethod="scale");
}

#pageBrowser a
{
	float: right;
	width: 26px;
	height: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
}

#pageBrowser a:hover
{
	background-position: 0 -52px;
}

#pageBrowser a.off
{
	visibility: hidden;
}

#pageBrowserNext
{
	margin-left: 1em;
	background-image: url(../images/page_next.gif);
}

#pageBrowserNumber
{
	float: right;
	margin-left: 1em;
	line-height: 26px;
}

#pageBrowserPrevious
{
	background-image: url(../images/page_previous.gif);
}


#styleSwitcher
{
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 30px;
	width: 36em;
	list-style: none;
	margin-top: 51px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#styleSwitcher a
{
	display: block;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	cursor: default;
}

#styleSwitcher a:hover
{
	background-position: 3px -23px;
}

#styleSwitcher li
{
	position: absolute;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#styleSwitcherBlack
{
	background-image: url(../images/style_black.gif);
}

#styleSwitcherBlack a
{
	background-image: url(../images/style_black.gif);
}

#styleSwitcherWhite
{
	margin-left: 19px;
	background-image: url(../images/style_white.gif);
}

#styleSwitcherWhite a
{
	background-image: url(../images/style_white.gif);
}

#wave1
{
	position: absolute;
	width: 100%;
	height: 450px;
	background-image: url(../images/wave1.gif);
	background-repeat: repeat-x;
	background-position: -12px 135px;
}

#wave1B
{
	left: 300px;
	width: 250px;
	background-image: url(../images/wave1b.gif);
	background-position: -312px 135px;
}

#wave1C
{
	left: 350px;
	width: 150px;
	background-image: url(../images/wave1c.gif);
	background-position: -362px 135px;
}

#wave2
{
	position: absolute;
	width: 100%;
	height: 450px;
	background-image: url(../images/wave2.gif);
	background-repeat: repeat-x;
	background-position: 0 150px;
}

#wave2B
{
	left: 325px;
	width: 250px;
	background-image: url(../images/wave2b.gif);
	background-position: -325px 150px;
}

#wave2C
{
	left: 375px;
	width: 150px;
	background-image: url(../images/wave2c.gif);
	background-position: -375px 150px;
}

#wave3
{
	position: absolute;
	width: 100%;
	height: 450px;
	background-image: url(../images/wave3.gif);
	background-repeat: repeat-x;
	background-position: 0 167px;
}

#wave3B
{
	left: 350px;
	width: 250px;
	background-image: url(../images/wave3b.gif);
	background-position: -350px 167px;
}

#wave3C
{
	left: 400px;
	width: 150px;
	background-image: url(../images/wave3c.gif);
	background-position: -400px 167px;
}

#waves
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-top: -225px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}




/* CLASSES */

.clearer
{
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}

.highlight
{
	position: absolute;
	width: 100%;
	height: 450px;
	background-repeat: repeat-x;
}

.left
{
	float: left;
}

.right
{
	float: right;
}
