body, html {
	margin: 0px;
	height: 700px;
	min-width: 1200px;
	color: #777777;
	font-family: arial;
	font-size: 10pt;
}

.hidden {
	display: none;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	background: url('logo_top.jpg');
	background-repeat: no-repeat;
	height: 226px;
	width: 274px;
}

#nav_holder {
	float: right;
	width: 800px;
}

.nav {
	float: left;
	width: 25%;
	font-size: 16pt;
	font-family: helvetica;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	height: 50px;
	color: #333333;
}

.nav_selected {
	height: 5px;
	width: 25px;
	background: #cccccc;
	margin: auto auto;
	cursor: default;
}

.nav_hover {
	height: 5px;
	width: 25px;
	background: #cc0000;
	margin: auto auto;
	cursor: pointer;
}

#nfuse_description {
	position: absolute;
	width: 430px;
	height: 108px;
	left: 50%;
	margin-left: -215px;
	top: 100px;
	background: url('who.png');
	background-position: center center;
	background-repeat: no-repeat;
}

span.nfuse {
	color: #CC0000;
	font-size: 106%;
	font-weight: normal;
}

#bar {
	position: relative;
	color: #fff;
	top: 190px;
	left: 0px;
	width: 100%;
	height: 360px;
	background: url('bar_bg.jpg');
	background-repeat: repeat-x;
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #CCCCCC;
	font-size: 1.2em;
	clear: both;
}

#bar_page {
	position: relative;
	color: #333333;
	top: 190px;
	left: 0px;
	width: 100%;
	background: url('bar_page_bg_top.png');
	background-repeat: repeat-x;
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	font-size: 1.2em;
	clear: both;
}

#page {
	 position: relative;
	 margin: auto auto;
	 width: 800px;
	 text-align: center;
	 z-index: 2;
	 clear: both;
	 padding-bottom: 10px;
}

#bar p {
	text-align: center;
}

ul {
	margin-left: 20px;
	list-style-type: square;
	text-align: left;
}

h1 {
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#footer {
	position: relative;
	top: 190px;
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	background: url('footer_bg.jpg');
	clear: both;
}

/* Portfolio */

#controls {
	position: absolute;
	width: 200px;
	height: 50px;
	z-index: 2;
	text-align: center;
}

#details {
	top: 100px;
	height: 100%;
	width: 50%;
	position: absolute;
	text-align: center;
}

#screenshots {
	left: 50%;
	top: 13px;
	height: 334px;
	width: 50%;
	position: absolute;
	text-align: center;
}

#screenshots a {
	width: 100%;
	background: url('bar_bg.jpg');
	background-repeat: repeat-x;
	background-position: -13px;
}

#screenshots img {
	background: #fff;
	border: 2px solid #CCCCCC;
	padding: 10px;
	width: 600px;
	height: 310px;
}

td.title {
	font-size: 14pt;
	color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
	
td.description {
	text-align: left;
	padding: 10px;
	padding-top: 5px;
	vertical-align: top;
}
	
img {
	border: 0px;
}

a, a:active, a:visited {
	background: transparent;
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

#middle {
	border: 1px solid #cccccc;
	width: 400px;
	text-align: center;
	margin-left: -200px;
	left: 50%;
	top: 200px;
	position: absolute;
	padding: 10px;
}

textarea, input, select {
	border: 1px solid #CCCCCC;
	color: #777777;
}