body{
	margin:0;
	padding:0;
	background:#e0e4e3;
	font:12px Arial, Helvetica, sans-serif;
}

img,a{
	border:none;
	outline:none;
}

.homepage-container{
	position:relative;
	margin:85px auto;
	width:840px;
	height:570px;
	background:#606060;
	border-collapse:collapse;
}

.homepage-panel{
	position:absolute;
	top:135px;
	width:840px;
	height:205px;
	overflow:hidden;
	background:#393939;
}

.homepage-nav{
	position:absolute;
	top:320px;
	left:360px;
	color:#fff;
}

.homepage-nav a{
	color:#fff;
	text-decoration:none;
	width:75px;
	display:block;
	float:left;
}

.homepage-nav .projects{
    position:absolute;
    top:0px;
    left:226px;
    width:140px;
    visibility:hidden;
}


.homepage-nav .projects a{
	color:#b4bab7;
	font-size:11px;
	text-decoration:none;
	width:140px;
	height:24px;
	float:left;
}

.homepage-contact{
	position:absolute;
	bottom:22px;
	right:22px;
	text-align:right;
	color:#ffffff;
}

.homepage-contact a{
	color:#ffffff;
	text-decoration:none;
}

.homepage-contact a:hover{
	color:#ff0090;
}



/****************************************
	Follower pages
 ****************************************/

.container{
	position:relative;
	margin:85px auto;
	width:840px;
	height:570px;
	background:#9c9c9c;
	border-collapse:collapse;
}

.main-content{
	position:relative;
	width:840px;
	height:464px;
	background:#fff;
}

.footer{
	position:relative;
	width:840px;
	height:106px;
	overflow:hidden;
}

.footer .logo{
	margin-left:26px;
	float:left;
}

.nav{
	position:absolute;
	bottom:32px;
	right:50px;
	width:460px;
	height:40px;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
}

.nav a{
	color:#fff;
	text-decoration:none;
}

.nav a:hover{
	color:#ff0090;
}

.nav .highlight{
	color:#ff0090;
}

.nav .left{
	float:left;
	width:365px;
	overflow:hidden;
}

.nav .right{
	float:right;
}

.nav .divider{
	clear:both;
	padding-top:8px;
	margin-bottom:8px;
	border-bottom:1px solid #fff;
}

.arrows{
	position:absolute;
	top:35px;
	right:20px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}

.arrows .left{
	width:5px;
	height:10px;
	display:block;
	float:left;
	margin-right:8px;
	text-indent:-99em;
	overflow:hidden;
	background:url(../images/left-arrow.gif) no-repeat 0 0;
}

.arrows .left:hover{
	background:url(../images/left-arrow.gif) no-repeat 0 -10px;
}

.arrows .right{
	width:5px;
	height:10px;
	float:left;
	display:block;
	text-indent:-99em;
	overflow:hidden;
	background:url(../images/right-arrow.gif) no-repeat 0 0;
}

.arrows .right:hover{
	background:url(../images/right-arrow.gif) no-repeat 0 -10px;
}

.arrows a:hover{
	color:#ff0090;
}

/****************************************
	Intro page
 ****************************************/

.intro-images{
	position:absolute;
	left:145px;
	width:330px;
	height:464px;
	overflow:hidden;
}

.intro-images img{
	margin-bottom:23px;
}

.intro-text{
	position:absolute;
	top:40px;
	left:490px;
	width:320px;
	font:11px Arial, Helvetica, sans-serif;
	color:#5E6E66;
	line-height:13px;
}

.intro-text a{
	color:#ff0090;
	text-decoration:none;
}

.intro-text a:hover{
	text-decoration:underline;
}

/****************************************
	Thumbnails page
 ****************************************/

.thumbnails{
	position:absolute;
	top:23px;
	left:146px;
	width:685px;
	height:464px;
	overflow:hidden;
}

.thumbnail{
	float:left;
	width:100px;
	height:100px;
	margin-right:13px;
	margin-bottom:9px;
	background:#fff;
	overflow:hidden;
}


/****************************************
	Main image page
 ****************************************/

.main-image{
	position:absolute;
	left:145px;
	width:695px;
	height:464px;
	overflow:hidden;
}


/****************************************
	These are Ids used by Javascript
 ****************************************/

 #logo{
 	visibility:hidden;
 }
