@charset "UTF-8";

html, body
 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	overflow:hidden;
}


#leftnav
{
	height: 140px;
	width: 140px;
	z-index: 1;
	position: absolute;
	top: 50%;
	margin: -70px 0 0 -70px;
	cursor: pointer;
}

#rightnav
{
	height: 140px;
	width: 140px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 30px;
	margin: -70px -95px 0 0;
	cursor: pointer;
}

.main{
	height:100%;
	padding-top:150px;
}

#maincontainer
{
	height: 100%;
	position: relative;
	visibility: hidden;
}

#sectioncontainer
{
	height: 100%;
	position: relative;
	overflow: hidden;
}

#work
{
	height: 100%;
	width:  100%;
	background-color: #222222;
	position: absolute;
	top:0px;
}

#about
{
	height: 100%;
	width:  100%;
	background-color: #E85BAC;
	position: absolute;
	/*right: 100%;*/
	left: -100%;
	top:0px;
}

.pagetitle{
	color:#FFFFFF;
	font-size:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
	left:5%;
	top:15%;
	position:absolute;
}

.aboutredtext
{
	
	width:520px;
	position:absolute;
	top:14%;
	left:35%;
	color:#333;
	font-size:14px;
}

.aboutwhitetext
{
	color: #ffffff;
}

.clienttext1
{
	
	position:absolute;
	left:30%;
	top:15%;
	color:#333;
	font-size:12px;
}

.clienttext2
{
	position:absolute;
	color:#333;
	left:55%;
	top:15%;
	font-size:12px;

}

.contactwhitetext
{
	color: #ffffff;
	position:absolute;
	left:5%;
	top:20%;
	padding:10px 10px;
}

a.contactemail
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #1be24f;
}

a.contactemail:hover
{
	color: #1be24f;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

#contact
{
	height: 100%;
	width:  100%;
	background-color: #99C547;
	position: absolute;
	left: 100%;
	top:0px;
}



#aboutcontent
{
	font-size: 20px;
	width: 570px;
	height:575px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -322px 0 0 -275px;
	font-weight: 400;
}

#contactcontent
{
	font-size: 12px;
	width: 100%;
	height:100%;
	position:absolute;
	left:50%;
	top:20%;
	margin: 0 0 0 0;
	
}

#contact1
{
	width: 585px;
	position: absolute;
	top: 310px;
	left:45%;
}

#contact2
{
	color:#333333;
	width: 585px;
	position: absolute;
	top: 380px;
	left:45%;
}

#contact3
{
	color:#333333;
	width: 585px;
	position: absolute;
	top: 450px;
	left:45%;
}

#contact4
{
	width: 585px;
	position: absolute;
	top: 520px;
	left:45%;
}

#contactoption1
{
	top: 15px;
	position: absolute;
	font-size: 14px;
	left: 75px;
	
}

#contactoption2
{
	top: 15px;
	position: absolute;
	font-size: 14px;
	left: 75px;
	
}

#contactoption3
{
	top: 15px;
	position: absolute;
	font-size: 14px;
	left: 75px;
	
}

#contactoption4
{
	top: 15px;
	position: absolute;
	font-size: 14px;
	left: 75px;
	
}

#leftnavtext
{
	font-size: 18px;
	color: #959595;
	width: 140px;
	height:18px;
	text-align: center;
	position:absolute;
	left:55%;
	top:45%;
	margin:0 0 0 -70px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#rightnavtext
{
	font-size: 18px;
	color: #959595;
	width: 140px;
	height:18px;
	text-align: center;
	position:absolute;
	left:50%;
	top:48%;
	margin: -5px 0 0 -75px;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=9);
}

#leftnavactivegraphic
{
	opacity: 0;
	position: absolute;
}

#rightnavactivegraphic
{
	opacity: 0;
	position: absolute;
}

#logo
{	padding-top:0px;
	left: 50%;
	top:1%;
	margin: 0 0 0 0;
	padding-left:130px;
	position: absolute;
}


#footer
{
	font-size: 12px;
	width:100%;
	position: absolute;
	background-color:#666;
	bottom: 110px;
	color: #FEFEFE;
	left:30%;
	top: 95%;
	z-index:2;
	margin: 0 0 0 0;
	font-weight: 300;
}
.footertext a:hover
{
	color:#CCC;
	text-decoration:underline;
	font-weight:600;
}

.footertext a{
	color:#FEFEFE;
	text-decoration:none;
	font-weight:600;
}
.footertext {
	color:#FEFEFE;
	text-decoration:none;
	font-weight:500;
}

