/* Overall */

.bg-black-trans
{
	background: url('../images/layout/bg-black-trans.png') repeat-y fixed right;
}

.bg-white-trans
{
	background: url('../images/layout/bg-white-trans.png') repeat-y fixed right;
}

/* Header */

#header
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: black;
	z-index: 0;
}

#header-container
{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	overflow: hidden;
	z-index: 50;
}

#header-image-border-left
{
	
	position: absolute;
	left: 0;
	width: 50px;
	height: 100%;
	z-index: 50;
	background: url('../images/layout/black-to-trans-50.png') repeat-y right;
}

#header-image-content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	background: url('../images/layout/headers/index.jpg') no-repeat top center;
}

#header-image-border-right
{
	
	position: absolute;
	right: 0;
	width: 50px;
	height: 100%;
	z-index: 50;
	background: url('../images/layout/trans-to-black-50.png') repeat-y left;
}

/* Menu */

#top-menu
{
	position: absolute;
	right: 100px;
	top: 0;
	width: 950px;
	height: 70px;
	margin: 0 auto;
	z-index: 100;
}

#top-menu li
{
	list-style-type: none;
	float: right;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-serif;
	background: url('../images/layout/black-trans-50.png') repeat right;
}

#top-menu li.active
{
	background: url('../images/layout/black-trans-80.png') repeat right;
}

#top-menu li a
{
	display: block;
	text-decoration: none;
	padding: 60px 20px 10px;
	color: #FFFFFF;
}

#top-menu li a:hover
{
	background: black;
}

#sub-menu
{
	width: 100%;
	padding: 0.2em 0 0 0;
}

.sub-menu
{
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #000000;
	margin: 0.7em 0;
	padding: 0 0 0.5em 0;
}

.sub-menu li
{
	list-style-type: none;
	display: inline;
	margin: 0 2em;
}

.sub-menu li a
{
	text-decoration: none;
	color: black;
}

.sub-menu li a:hover
{
	text-decoration: underline;
}

/* Container */

#body
{
	position: absolute;
	top: 285px;
	left: 0;
	width: 100%;
	height: 200px;
	background: url('../images/layout/container-top.png') repeat-x;
}

div.container
{
	margin-top: 15px;
	padding-bottom: 100px;
}

#content
{
	padding-top: 1em;
}
