/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #333333;
}

/* ***** Red Area ***** */
div#redArea {
	width: 100%;
	height: 360px;
	margin-bottom: 3px;
	
	background-color: #ee3224;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

div#redArea div {
	position: relative;
	width: 950px;
	height: 360px;
	margin: auto;
	
	background-image: url('../images/bgGraphic_home2.gif');
	background-repeat: no-repeat;
	background-position: bottom right;

	text-align: left;
}

div#redArea img.homeLogo {
	position: absolute;
	top: 40px;
	left: 60px;
}

div#redArea p {
	position: absolute;
	top: 140px;
	left: 60px;
	width: 350px;
}

/* ***** Navigation ***** */
	/* First level */
div#redArea ul {
	position: absolute;
	top: 50px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

div#redArea ul li {
	position: relative;
	display: inline;
	padding: 5px;
}

div#redArea ul li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}
div#redArea ul li a:hover { color: #000000; }

	/* Second Level */
div#redArea ul ul {
	position: absolute;
	display: none;
	width: 120px;
	top: 20px;
	left: 0px;
	margin: 0px;
	z-index: 10;
	
	border: 0px none #000000;
	background-color: transparent;
	background-image: url('../images/bgMenu2.png');
	background-repeat: repeat;
}

div#redArea ul ul li {
	display: block;
	padding: 0px;
}

div#redArea ul ul li a {
	display: block;
	width: 110px;
	padding: 5px;
	
	text-transform: capitalize;
}
div#redArea ul ul li a:hover { background-color: #333333; color: #ffffff; font-weight: bold; }

	/* Third Level */
div#redArea ul ul ul {
	position: absolute;
	display: none;
	width: 190px;
	top: 0px;
	left: 120px;
	margin: 0px;
	z-index: 10;
	
	border: 0px none #000000;
	background-color: transparent;
	background-image: url('../images/bgMenu3.png');
	background-repeat: repeat;
}

div#redArea ul ul ul li {
	padding: 0px;
}

div#redArea ul ul ul li a {
	display: block;
	width: 180px;
	padding: 5px;
}
div#redArea ul ul li a:hover { background-color: #777777; color: #ffffff; font-weight: bold; }

/* ***** Images ***** */
div#images {
	width: 100%;
	
	border-top: 5px solid #ffffff;
	
	text-align: center;
}
div#images div {
	width: 950px;
	padding: auto;
	margin: auto;
	
	text-align: right;
}

