/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}

.nav .logo {
	background: url(../images/logo.png) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;	
}

.nav h1 {
	color: #0075ff;
	margin: 12px 0;
}

.nav li {
	border-bottom: 1px solid #EEE;
}

.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
	border: none;
}

.nav li a:hover {
	background: #FAFAFA;
	color: #0075ff;
	border: none;
}

/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}

.subnav {
	padding: 12px 12px 0;
}

.subnav h1 {
	color: #0075ff;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
	text-align: center;
}

.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}

.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}

.subnav li a {	
	color: #cccccc;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}

/*.subnav li a:hover {*/
/*	color: #666666;*/
/*}*/

.imgrealaleat {
	color: #eeeeee;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(../images/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}