*{
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s
	}

body {
	background-color: #000000;
	margin: 0px;
}

.menu {
	background-attachment: fixed;
	background-image: url(../img/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	height: 100%;
	width: 300px;
	left: 0px;
	top: 0px;
	
}

.menubtn {
	position: absolute;
	height: 600px;
	width: 270px;
	left: 0px;
	top: 120px;
}


.mbtn {
	height: 58px;
	width: 270px;
	left: 4px;
	border-style: none;
}

#social{
	height: 23px;
	width: 23px;
	border-style: none;
}

.mbtn, #social {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
	-khtml-opacity: 0.6;
}


.mbtn:hover, #social:hover{
	filter:alpha(opacity=100);
	moz-opacity: 1; 
	opacity: 1;
	khtml-opacity: 1;
}



.info {
	width: 240px;
	left: 30px;
	top: 260px;
	position: absolute;
	height: 200px;
}
.pagetitle {
	left: 0px;
	top: 0px;
}

.container {
	position: absolute;
	height: 100%;
	width: 874px;
	left: 330px;
	top: 0px;
	z-index: 10;
}

.cell1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #101010;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.cell2 {
	padding: 25px;
	width: 200px;
}

.cell3 {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #101010;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.cell4 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cell5 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #101010;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.projectgallery {
	position: absolute;
	top: 90px;
}
.projectcontent {
	position: absolute;
	top: 120px;
}
.projecttitle {
	left: 80px;
	width: 700px;
	top: 15px;
	position: absolute;
}
.projecttumb {
	left: 2px;
	top: 30px;
	position: absolute;
	right: 0px;
	height: 60px;
	width: 60px;
}
.rightcol {
	position: fixed;
	width: 220px;
	height: 100%;
	z-index: 11;
	top: 0px;
	left: 805px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #101010;
	overflow: auto;
	background-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.newscol {
	width: 475px;
	height: 100px;
	left: 0px;
	top: 0px;
	position: absolute;
}

.logo {
	position: absolute;
	height: 69px;
	width: 245px;
	left: 26px;
	top: 22px;
	background-image: url(../img/blacklake.png);
}

.menu_facebook {
	position: absolute;
	height: 23px;
	width: 23px;
	left: 30px;
	top: 215px;
}

.menu_google {
	position: absolute;
	height: 23px;
	width: 23px;
	left: 70px;
	top: 215px;
}

.menu_vimeo {
	position: absolute;
	height: 23px;
	width: 23px;
	left: 110px;
	top: 215px;
}

.menu_twitter {
	position: absolute;
	height: 23px;
	width: 23px;
	left: 150px;
	top: 215px;
}
.clear {
	height: 30px;
	width: 100%;
}

.thumb {
	margin-right: 28px;
	margin-top: 0px;
	margin-bottom: 28px;
	height: 260px;
	width: 260px;
	border-style: none;
}

.endline {
	width: 100%;
	height: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #101010;
	padding-top: 10px;
}


.img {
	padding: 5px;
	margin-bottom: 25px;
	border: thin solid #101010;
}

.relthumb:hover{
	filter:alpha(opacity=30);
	-moz-opacity: 0.3; 
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.relthumb{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0;
}




#submitbtn{
	background:none;
	background-image: url(../img/btn_submit1.png);
	height: 40px;
	width: 64px;
	border-style: none;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}
#submitbtn:hover{
	background-image: url(../img/btn_submit2.png);
}

	
	
	

	
	
	
	
	
	
	
	
	
