/* CSS Document */

 

::-moz-selection
{
background:#FFF;
color:#222;
}
 
::selection 
{
background:#FFF;
color:#222;
}



body {
	font-family: 'Anaheim', sans-serif;
	color: #FFF;
	font-size: 12pt;
	letter-spacing: 0.03pt;
	background-color: #777777;
	margin-bottom: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
}



.scrolling_content {
display: none;
opacity: 0;
position: fixed;
top: 165px;
left: 215px;
right: 0px;
bottom: 30px;
overflow: hidden; }




#about1 {
	width: 339px;
	position: absolute;
	z-index: 199;
	margin-left: 235px;
	margin-top: 0px;
	height: 202px;
}

#about2 {
	width: 300px;
	position: absolute;
	z-index: 200;
	margin-left: 585px;
	margin-top: 0px;
		
}


#contact1 {
	width: 339px;
	position: absolute;
	z-index: 199;
	margin-left: 235px;
	margin-top: 0px;
	height: 202px;
}

#contact2 {
	width: 300px;
	position: absolute;
	z-index: 200;
	margin-left: 585px;
	margin-top: px;
	height: 202px;	
}

#form {
	width: 339px;
	position: absolute;
	z-index: 199;
	margin-left: 235px;
	margin-top: 150px;
	height: 0px;
}


#links {
	width: 339px;
	position: absolute;
	z-index: 199;
	margin-left: 235px;
	margin-top: 0px;
	height: 202px;
}


#links2 {
	width: 300px;
	position: absolute;
	z-index: 200;
	margin-left: 585px;
	margin-top: 0px;
	height: 202px;	
}

#prices {
	width: 639px;
	position: absolute;
	z-index: 199;
	margin-left: 235px;
	margin-top: 0px;
	height: 202px;
}


#content {
	width: auto;
	height: auto;
	
}


#contentshrt {
	width: auto;
	height: 350px;
}

#contentshrt2 {
	width: auto;
	height: 745px;
}


#logo {
	width: 175px;
	height: 85px;
	position: absolute;
	font-size: 36pt;
	line-height: -1;
}

#nav {
	width: 150px;
	height: 100px;
	position: fixed;
	margin-top: 120px;
	background-size:150px;
	z-index:auto
	
}


#sidebar {
	width: 200px;
	height: 400px;
	position: fixed;
	z-index: 0;
	font-size: 12pt;
	font-weight: normal;
}



#homeimages { 
width: auto;
position:absolute;
z-index: 100;
margin-left: 200px;
margin-top: -19px;
}



#workhoriz {
	width: 700px;
	position: absolute;
	z-index: -100000;
	margin-left: 200px;
	margin-top: 0px;
	height: auto;
	
}




.bodycopy {
	
	font-family: 'Anaheim', sans-serif;
	font-size: 11pt;
	color: #FFF;
	line-height: 12pt;
}





ul.nav {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

li img {
	margin-bottom: 6px;
	
}


ul.workhoriz {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	list-style-type:none;
	
}



a:link {
	text-decoration: none;
	color:#FFF; 
}

a:visited {
	text-decoration: none;
	color:#FFF;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color:#FFF;
}


@-webkit-keyframes reset {
0% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
 
@-webkit-keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.fade-in {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
}

.fade-in.logo {-webkit-animation-delay: 0, 0;}
.fade-in.home {-webkit-animation-delay: 0, 1s;}
.fade-in.about {-webkit-animation-delay: 0, 1s;}
.fade-in.one {-webkit-animation-delay: 0, .1s;}
.fade-in.two {-webkit-animation-delay: 0, 1s;}
.fade-in.three {-webkit-animation-delay: 0, 1s;}
.fade-in.four {-webkit-animation-delay: 0, 1s;}
.fade-in.pub {-webkit-animation-delay: 0, 0s;}
.fade-in.exp {
	-webkit-animation-delay: 0, 1s;
	font-size: 11pt;
}
.fade-in.work {-webkit-animation-delay: 0, 1s;}
.fade-in.wone {-webkit-animation-delay: 0, 1s;}
.fade-in.wtwo {-webkit-animation-delay: 0, 1s;}
.fade-in.wthree {-webkit-animation-delay: 0, 1s;}
.fade-in.wfour {-webkit-animation-delay: 0, 1s;}
.fade-in.workone {-webkit-animation-delay: 0, 1s;}
.fade-in.workbutton {-webkit-animation-delay: 0, 1s;}

ul#home li {
  list-style: none outside;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 250px;
  height: 250px;
  line-height: 250px;
  text-align: center;
}








	



.credits {
position: fixed;
bottom: 8px;
left: 18px;
color: #FFF;

font: 9px  Verdana, Geneva, sans-serif;
}

.credits a {
color: inherit;
text-decoration: none; }

.credits a:hover, .links a.on {
color: #222; }





	
	
