html, body{
	margin: 0;
	padding: 0;
	background-image: url(../images/backgroundtile.png);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}

a {
   outline: 0;
}

h1{
	background-image: url(../images/h1-logo.png);
	display: block;
	position: relative;
	float: left;
	width: 251px;
	height: 72px;
	margin-top: -15px;
}

h1 span{
	margin-left: -999em;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #595655;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #595655;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 15px;
}

h4{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #595655;
	font-weight: bold;
	margin-bottom: 0px;
}

h2.padding{
	padding-top: 15px;
/*	padding-bottom: 15px;*/
}

h2.red{
	color: #bf3235;
	font-weight: bold;
}

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

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

h2 a:hover{
	text-decoration: none;
	color: black;
}

h4.red{
	color: #bf3235;
}

link:active{
	border: none;
}

.center{
	text-align: center;
}

.center p{
	font-size: 0.8em;
	font-weight: bold;
}

.center img{
	-webkit-box-shadow: 0px 0px 5px grey;
	-moz-box-shadow: 0px 0px 5px grey;
	box-shadow: 0px 0px 5px grey;
	padding: 1px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.clear{
	clear: both;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.smalltext{
	font-size: 0.8em;
}

#intro{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-image: url(../images/backgroundtile.png);
	background-repeat: repeat;
}

#intrologo {
	position: fixed;
	background-image: url(../images/intrologo.png);
	background-repeat: no-repeat;
	background-position: center 40%;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

#supersized{
	position: fixed;
}

#supback{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/spacer.png);
	background-repeat: repeat;
}

#wrap{
	min-height: 100%;
}

#main{
	position: relative;
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 2;
	padding-bottom: 35px;
}

#navbar{
	position: absolute;
	width: 100%;
	height: 61px;
	background-image: url(../images/navigationbackground-01.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	z-index: 1;
	margin-top: 20px;
}

#nav{
	position: relative;
	height: 61px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	z-index: 2;
	padding-top: 20px;
}

#nav ul{
	height: 45px;
	margin-top: -10px;
	margin-bottom: 0px;
	position: relative;
	float: right;
	right: 0px;
	top: 17px;
}

#nav ul li{
	float: left;
	list-style: none;
	color: white;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	width: 99px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#nav a:link{
	color: white;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

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

#number{
	position: absolute;
	width: 200px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 0.8em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	padding-top: 14px;
	left: 360px;
	top: 20px;
}

.tab:hover{
	background-image: url(../images/nav-current.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;	
}

.tabactive{
	background-image: url(../images/nav-current.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	font-weight: bolder;
}

.tab{
	background-image: url(../images/nav-inactive.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

.leftcontent{
	left: 15px;
	float: left;
}

.rightcontent{
	right: 15px;
	float: right;
}

.resizediv{
	float: right;
	right: 15px;
	top: 22px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/resize.png);
	background-repeat: no-repeat;
}

.resizediv:hover{
	background-position: -16px 0;
}

.resizediv span{
	width: auto;
	display: none;
	font-size: 0.85em;
	display: none;
}

.resizediv:hover span{
	margin-left: -65px;
	text-decoration: none;
	display: inline;
}

.resizediv:link{
	color: #595655;
	text-decoration: none;
}

.resizediv:visited:hover{
	color: #595655;
	text-decoration: none;
}

.resizemap{
	float: right;
	right: 15px;
	top: 22px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/resize.png);
	background-repeat: no-repeat;
}

.resizemap:hover{
	background-position: -16px 0;
}

.resizemap span{
	width: auto;
	display: none;
	font-size: 0.85em;
}

.resizemap:hover span{
	margin-left: -90px;
	display: inherit;
}

.resizemap:link{
	color: #595655;
	text-decoration: none;
}

.resizeproject{
	float: right;
	right: 15px;
	top: 22px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/resize.png);
	background-repeat: no-repeat;
}

.resizeproject:hover{
	background-position: -16px 0;
}

.resizeproject span{
	width: auto;
	display: none;
	font-size: 0.85em;
}

.resizeproject:hover span{
	margin-left: -65px;
	display: inherit;
	text-decoration: none;
}

.resizeproject:link{
	color: #595655;
	text-decoration: none;
}

.imagecenter {
	margin-left: 35px;
	margin-top: 10px;
}

.collapsed{
	display: none;
}

#footerbar{
	position: relative;
	background-image: url(../images/footer-background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	margin-top: -27px;
	clear: both;
	z-index: 2;
/*	overflow: hidden;*/
}

#footerbar p{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	color: white;
	height: auto;
	overflow: hidden;
	padding: 12px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

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

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

#footerbar a:hover{
	text-decoration: underline;
}

#box{
	position: relative;
	background-image: url(../images/content-background.png);
	background-repeat: repeat;
	font-size: 0.8em;
	line-height: 1.5em;
	-webkit-box-shadow: 0px 0px 5px grey;
	-moz-box-shadow: 0px 0px 5px grey;
	box-shadow: 0px 0px 5px grey;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #595655;
	font-weight: lighter;
}

#box p a:link{
	color: #595655;
	border-bottom: dotted 1px;
	text-decoration: none;
}

#box p a:hover{
	border-bottom: dotted 1px;
	color: black;
}

#box p a:visited{
	color: #595655;
	border-bottom: dotted 1px;
	text-decoration: none;
	
}

#box p a:hover:visited{
	border-bottom: dotted 1px;
	color: black;
}

#music{
	position: absolute;
	top: 22px;
	right: 45px;
}

.centerimage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 5px grey;
	-moz-box-shadow: 0px 0px 5px grey;
	box-shadow: 0px 0px 5px grey;
	padding: 1px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.home{
	float: left;
	width: 360px;
	top: 25px;
	left: 15px;
	padding: 20px 15px 15px 15px;
}

.services{
	width: 900px;
	top: 25px;
	margin-bottom: 30px;
	padding: 20px 15px 15px 15px;
}

.contactlarge{
	width: 500px;
	top: 25px;
	float: left;
	height: 660px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px;
}

.contactlarge input {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.contactlarge input.long{
	width: 400px;
	padding: 5px;
}

.contactlarge input.short{
	width: 200px;
	padding: 5px;
}

.contactlarge textarea{
	width: 460px;
	height: 100px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
}

.contactlarge select{
	width: 200px;
}

.button{
	width: 125px;
	height: 35px;
	background-color: #262534;
	border: none;
	float: right;
	margin-right: 35px;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	box-shadow: 0px 0px 3px grey;
	-webkit-box-shadow: 0px 0px 3px grey;
	-moz-box-shadow: 0px 0px 3px grey;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, rgb(38,37,52)),
	    color-stop(1, rgb(70,69,92))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(38,37,52) 24%,
	    rgb(70,69,92) 100%
	);
	background-image: linear-gradient(
	    center bottom,
	    rgb(38,37,52) 24%,
	    rgb(70,69,92) 100%
	);
	background-image: gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, rgb(38,37,52)),
	    color-stop(1, rgb(70,69,92))
	);
}

.button:hover{
	background-color: #262760;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, rgb(38,37,52)),
	    color-stop(0.24, rgb(70,69,92))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(38,37,52) 100%,
	    rgb(70,69,92) 25%
	);
}

.contactlarge form{
	width: 500px;
}

.contactlarge form div{
	width: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
	left: 15px;
}

.contactsmall{
	float: right;
	top: 25px;
	width: 350px;
	margin-bottom: 25px;
	right: 15px;
	padding: 20px 15px 15px 15px;
}

.privacyterms{
	width: 900px;
	top: 15px;
	height: auto;
	margin-bottom: 50px;
	padding: 20px 15px 15px 15px;
}

.gallery{
	width: 400px;
	float: right;
	right: 15px;
	top: 20px;
	margin-bottom: 30px;
	padding: 20px 15px 15px 15px;
}

.gallerythumbs{
	float: right;
	right: 15px;
	width: 400px;
	top: 5px;
	padding: 0px 15px 0px 15px;
	margin-bottom: 15px;
}

.gallerynext{
	width: auto;
	top: 5px;
	padding: 10px;
	float: right;
	right: 15px;
}

.galleryprevious{
	width: auto;
	top: 5px;
	float: right;
	right: 25px;
	padding: 10px;
}

.galleryimages{
	width: auto;
	top: 5px;
	padding: 10px;
	float: left;
/*	right: 172px;*/
	left: 555px;
	margin-bottom: 10px;
}

.galleryicon{
	background-image: url(../images/imagesicon.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
	height: 16px;
}

.galleryicon:link:hover{
	background-position: bottom left;
	color: black;
}

.galleryicon:link{
	text-decoration: none;
	color: #595655;
}

#collapsethumbs div{
	text-align: center;
	padding-bottom: 10px;
}

#collapsethumbs div img{
	-webkit-box-shadow: 0px 0px 5px grey;
	border-style: solid;
	border-color: #d5d4d5;
	border-width: 1px;
	margin: 4px;
}

#thumbnails{
	text-align: center;
}

.nextproject{
	background-image: url(../images/nexticon.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 18px;
	display: block;
	height: 16px;
}

.nextproject:link:hover{
	background-position: right -17px ;
	color: black;
}

.nextproject:hover:visited{
	background-position: right -17px ;
	color: black;
}

.nextproject:link{
	text-decoration: none;
	color: #595655;
}

.nextproject:visited{
	text-decoration: none;
	color: #595655;
}

.previousproject{
	background-image: url(../images/previousicon.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 5px;
	display: block;
	height: 16px;
}

.previousproject:link:hover{
	background-position: right -17px ;
	color: black;
}

.previousproject:link{
	text-decoration: none;
	color: #595655;
}

.rightalign{
	text-align: right;
}

.leftalign{
	text-align: left;
}

.rightimage{
	float: right;
	margin-left: 15px;
	padding: 1px;
	-webkit-box-shadow: 0px 0px 5px grey;
	-moz-box-shadow: 0px 0px 5px grey;
	box-shadow: 0px 0px 5px grey;
}

#thumbs {
	text-align: center;
	position: relative;
	top: 25px;
	padding-bottom: 20px;
}

#thumbs img{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 5px grey;
	-moz-box-shadow: 0px 0px 5px grey;
	box-shadow: 0px 0px 5px grey;
	border: solid transparent 1px;
}

#thumbs img:hover{
	box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

