@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	overflow: visible;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
}
img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}
#header {
	margin: 0px;
	height: 172px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#logo {
	height: 172px;
	width: 256px;
	margin: 0px;
	float: left;
}
#headerlinks {
	text-align: right;
	padding-right: 20px;
	top: 78px;
	background-color: #000;
	position: relative;
}

#headerright {
	margin: 0px;
	float: right;
	height: 172px;
	width: 300px;
}

.content {
	margin: 0px;
	float: left;
	height: 150px;
	width: 20%;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contentholder {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 172px;
	background-color: #000;
	overflow: hidden;
	z-index: 3;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
}
.shadow {
   -moz-box-shadow: 0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
   box-shadow: 0 0 10px #000000;
}
#backer {
	min-height: 1760px;
	width: 100%;
	z-index:2;
	margin: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../images/bee.png);
	background-repeat: no-repeat;
}

#quote {
	position: relative;
	font-size: 48px;
	top: 1150px;
	width: 90%;
	left: 5%;
}
#footer {
	width: 100%;
	position: relative;
	font-size: 12px;
	text-align: right;
	z-index: 3;
	float: left;
}
#description strong {
	color: #FC0;
}
#work {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 185px;
	z-index: 3;
}

#footer a {
	font-size:12px;
}
.index {
	top: 1760px;
}
#display {
	min-height: 480px;
	float: left;
	position: relative;
}
#contentright {
	position: absolute;
	min-height: 486px;
	left: 350px;
	padding-right: 40px;
}
#thumbs {
	padding-top: 10px;
}
#thumbs img {
	margin-right: 10px;
	margin-top: 10px;
	border:none;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!
}
#workdisplay {
	position: absolute;
	height: 486px;
	width: 100%;
}

#contentlinks a {
	font-size: 16px;
}
#workimg {
	position: relative;
	margin-left: 10px;
	z-index: 4;
	margin-top: 6px;
}
#thumbs img:hover {
	cursor: pointer;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);					// second!
}
.shadow {
  -moz-box-shadow: 5px 5px 5px #000;
  -webkit-box-shadow: 5px 5px 5px #000;
  box-shadow: 5px 5px 5px #000;
}
#contactholder {
	margin-top: 20px;
	margin-left: 280px;
}
