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

body {
	padding: 0;
	margin: 0;
	font-family:"MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
}
a {
	color:#656769;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

/* MENU BLOCK */
#menuWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	background-color:#D7D9D5;
	-moz-opacity: 0.80;
	opacity:.85;
	filter: alpha(opacity=85);
	/* background-image:url(images/menu-bg.png);
	background-image:url(images/menu-bg.gif)\9; /* IE8 and below */
	/* background-image:url(images/menu-bg.gif); /* IE7 and below */
	z-index:100;
}
#logo {
	position:fixed;
	top:20px;
	left:40px;
	height:62px;
	z-index:150;
}

/* Using JavaScript Content Switch */
#menuContainer {
	width:400px;
	height:290px;
	position:fixed;
	top:100px;
	left:0;
}
#menu {
	float:left;
	width:110px;
	padding:0;
	margin:0 17px 0 0;
	text-align:right;
	font-size:12px;
	line-height:20px;
}
#menu a {
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	color:#656769;
	text-decoration:none;
}
#contentareas {
	position:relative;
	width: 260px;
	height:300px;
	overflow:hidden;
}
#contentareas p {
	margin-top:3px;
}
#area1 {
	position:relative;
	width: 260px;
	height:300px;
	font-size:12px;
	color:#656769;
}
#area2 {
	position:relative;
	width: 260px;
	height:300px;
	font-size:12px;
	color:#656769;
}
#area3 {
	position:relative;
	width: 260px;
	height:300px;
	font-size:12px;
	color:#656769;
}
#area4 {
	position:relative;
	width: 260px;
	height:300px;
	font-size:12px;
	color:#656769;
}
.content-scroll {
	width: 260px;
	height: 280px;
	overflow:hidden;
	padding:0;
}
.info {
}
.info a {
	text-decoration:underline;
}
.info a:hover {
	text-decoration:underline;
}



/* FOLIO IMAGE */
#folioContainer {
}
#folioContainer ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}

#folioContainer ul li { 
	float:left;
	list-style: none;
	width: 400px;
	height: 400px;
}
.folioContainer {
	width: 400px;
    height:400px;
    position: relative;
	padding:0;
	margin:0;
}
.folioItem {
	width:400px;
	height:400px;
	position: absolute;
    top:0;
    left:0;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



	