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


html, body {
	height: 100%;
	overflow: hidden;
	margin-top: 0px;
}
/* This is the see-through block of colour that the menu fits into */
	#mainmenucontainer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 320px;
		visibility: visible;
	    height: 100%;
	    margin-left: 0px;
	    z-index: 7;
	    background-color: #FFFFFF;
	    opacity: .5;
	}
#mainmenulogo {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 320px;
   height: 310px;
   z-index: 8;
}
#mainmenushadow {
   visibility: visible;
   position: absolute;
   top: 0px;
   left: 320px;
   width: 50px;
   height: 99.7%;
   background-image: url('../images/menushadow.png');
   z-index: 7;
}

#sliderwindow {
    width: 550px;
    height: 550px;
    color: #000000;
    margin-left: 320px;
    background-image: url('../images/contentcorner.png');
    background-repeat: no-repeat;
}
#sliderwrapper {
	margin-bottom:0;
	margin-left:312px;
	margin-right:0;
	margin-top:-8px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:0;
}
#copyright {
   position: absolute;
   top: 97%;
   left: 45px;
   font-family: arial, helvetica;
   font-size: 12px;
   color: #FFFFFF;
   z-index: 24;
}
#textstyle_about, #textstyle_portfolio, #textstyle_contact, #textstyle_why {
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   letter-spacing: 0px;
   position: absolute;
   z-index: 8;
}
#textstyle_about {
   top: 320px;
   font-size: 93px;
   left: 0px;
}
#textstyle_portfolio {
   top: 410px;
   font-size: 55.4px;
   left: 0px;
}
#textstyle_contact {
   top: 460px;
   font-size: 65.5px;
   left: 1.5px;
}
#textstyle_why {
   top: 528px;
   font-size: 43px;
   left: 0px;
}

/* removes outlines from links in menu */
a:focus {
	outline:none;
}  

/*positions loading gif */
#load {
	top: 77px;
	left: 73px;
	position: absolute;
	z-index: 9;
}
/* links up the top right of main page */
#top_nav {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	padding: 10px 20px 10px 10px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
#login_box {
	position: absolute;
	float: right;
	right: 0px;
	top: 30px;
	padding: 10px;
	width: 200px;
	height: 100px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	background-image: url('../images/login_bg.png');
}
#email, #password {
	font-family: Helvetica, Arial;
	font-size: 18px;
	margin: 5px;
	color: #888888;
	width: 195px;
	height: 18px;
	padding: 2px;
	border: 1px solid #888888;
}
#submitcontainer {
	margin: 5px;
	
}