@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
img {
	border: 0;
}
a, a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	width: 280px;
}

/* li.cp h1 added */

li.cp h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	width: 325px;
}

.name a:hover {

	text-decoration: none;
}


h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	width: 280px;
}
p {
	color: #999999;
	white-space: normal;
	width: 280px;
}

/* p.cp Added */

p.cp {
	color: #999999;
	white-space: normal;
	width: 325px;
}

ul {
	margin: 0px;
	padding: 40px;
	white-space: nowrap;
	display: table-cell;
}
ul li {
	list-style-type: none;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px;
}
ul li ul {
	margin: 10px;
	padding: 10px;
	white-space: nowrap;
	background-color: #ffffff;
	display: table-cell;
}
ul li ul li {
	list-style-type: none;
	height: 400px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px;
}
#nav {
	background-color: #ffffff;
	padding: 70px 10px 8px 10px;
	position: fixed;
	top: 0px;
	left: 50px;
	line-height: 10px;
}
#nav a, #nav a:link, #nav a:visited {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#nav a:hover, #nav a:active {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#content {
	position: absolute;
	top: 88px;
	left: 0px;
}
#arrow {
	background-color: #FFFFFF;
	width:20px;
	height:19px;
	border: solid 15px #FFFFFF;
	position:absolute;
	top:608px;
	left:50px;
	visibility: hidden;
}
