/* common */
body {
	background: #fff url(../images/bg-homepage.jpg) 50% 0 no-repeat;
}

/* homepage */
#homepage {
	font-size: .75em;
	margin: 0 auto;
	min-height:682px;
	width:860px;
	position:relative;
}

/* header */
#header {
	background:url(../images/comp-name.jpg) 0 0 no-repeat;
	left:0px;
	top:64px;
	position:absolute;
	z-index:1;
	min-height:106px;
	min-width:375px;
}
#header h1 { 
	display:none;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	padding:10px 0;
	color: #fff;*/
}

/* nav */
#nav {
	font: bold 12px Arial;
	text-align: center;
	padding-top:634px;
	
}
#nav ul {
	display: table;
	/*margin: -63px auto;
	white-space: nowrap;*/
}
#nav ul li {
	display: table-cell;
}

#nav ul li.end a:link,#nav ul li.end a:visited {
	border: none;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff; border-right:1px solid #4c9001; line-height:48px; display:inline-block; padding:0 12px;
}
#nav ul li a:hover {
	background:#da990f url(../images/bg-nav-act.jpg) 0 100% repeat-x;
}

/* footer */
#footer {
	display:none;
}
#footer a:link, #footer a:visited {
}
#footer a:hover {
}