body, p, div, a, span, input, textarea, h1, h2, h3, h4, li {
	background-color: transparent;
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
body{
	background-color: black;
	}
	
a img, img, a{
	border: none;
	}
	
h1{
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #9DAA20;
	}
	
h2{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF9900;
	}
	
#page{
	top: 20px;
	width: 1000px;
	text-align: center;	
	position: relative;
	margin: auto;
	}
	
#pagehead{
	position: relative;
	text-align: left;
	height: 80px;
	width: 100%;
	}
	
#pageleft{
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: 30px;
	}
	
#footer{
	text-align: right;
	padding-top: 50px;
	width: 1000px;
	}

#footer a{
	text-decoration: none;
	}
	
#pagemain{
	text-align: left;
	position: relative;
	}

	
#pageleft a div{
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	}
	
#pageleft a:hover div{
	color: #9DAA20;
	}
	

	
div.navi1{
	}
	
div.navi1Active{
	color: #FF9900;
	}
	
#bannerArea{
	position: relative;
	width: 1000px;
	height: 350px;
	overflow: hidden;
	}
	
#imageBanner{
	height: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#imageBanner img{
	display: inline;
	}
	
#bannerScrollLeft{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 350px;
	background-color: transparent;
	}
	
#bannerScrollRight{
	position: absolute;
	left: 750px;
	top: 0px;
	width: 250px;
	height: 350px;
	background-color: transparent;
	}
	
#bannerScrollRightImage {
	display: none;
	background-color: transparent;
	}
	
#bannerScrollLeftImage {
	display: none;
	background-color: transparent;
	}
	
#services{
	width: 100%;
	
	}
	
#services td{
	padding: 10px;
	width: 50%;
	vertical-align: top;
	}

.inputInput input{
	background-color: black;
	border: 1px solid #eeeeee;
	width: 500px;
	color: #666666;
	}
	
.inputInput select{
	background-color: black;
	border: 1px solid #eeeeee;
	width: 502px;
	color: #666666;
	}
	
.inputInput textarea{
	background-color: black;
	border: 1px solid #eeeeee;
	width: 500px;
	height: 250px;
	color: #666666;
	scrolling: auto;
	}
	
.inputLabel{
	color: #FF9900;
	font-size: 13px;
	padding-top: 15px;
	font-variant: small-caps;
	}
	
fieldset{
	border: 0px;
	}
	
li a{
	font-size: 12px;
	}
	
div.freeArea{
	height: 100px;
	width: 100%;
	}
	
.freeArea img{
	width: 100%;
	height: 100%;
	}
	
#catSelection{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100px;
	}
	
#catSelection td{
	color: #9DAA20;
	font-size: 14px;
	width: 25%;
	text-align: center;
	cursor: pointer;
	}
	
#references{
	width: 100%;
	padding: 20px;
	}
	
#references th{
	color: #9DAA20;
	font-size: 14px;
	width: 33%;
	}
	
#references td{
	vertical-align: top;
	width: 33%;
	}
	
.catHighlight{
	color: #FF9900;
	}
	
#contactFormArea{
	width: 510px;
	}
	
#currentImageContact{
	position: absolute;
	right: 0px;
	top: 0px;
	
	}
	
span.highlight{
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	}
	
#logout{
	position: absolute;
	top: 5px;
	right: 0px;
	
	}
	
#custImageArea{
	height: 600px;
	width: 100%;
	}
	
#imageThumbs{
	text-align: center;
	height: 600px;
	scrolling: 
	overflow: hidden;
	width: 380px;
	}
	
#imagePreview{
	text-align: center;
	width: 600px;
	height: 600px;
	vertical-align: middle;
	position: absolute;
	left: 400px;
	top: 0px;
	}
	
#thumbFrame{
	width: 400px;
	height: 600px;
	overflow: auto;
	}
	
#imageThumbs td {
	padding: 10px;
	width: 100px;
	}
	
#aboutMe1{
	position: relative;
	left: 30px;
	top: 30px;
	width: 250px;
	}
	
#aboutMe2{
	position: relative;
	left: 350px;
	top: -20px;
	width: 250px;
	}
	
#aboutMe3{
	position: relative;
	left: 150px;
	top: 20px;
	width: 250px;
	}
	
.servicePreview{
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	width: 125px;
	padding: 5px;
	}
	
.servicePreview h3{
	
	font-size: 14px;
	font-weight: bold;
	}
	
.services img{
	padding-bottom: 10px;
	}
	
#servicesPage{
	height: 100px;
	}
	
.service{
	position: absolute;
	left: 150px;
	top: 70px;
	padding: 30px;
	border: 2px solid #dddddd;
	background-color: #222222;
	width: 600px;
	height: 350px;
	display: none;
	}
	
.service img{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	}
	
.closeServices{
	float: right;
	cursor: pointer;
	font-weight: bold;
	color: #dddddd;
	}
	
.serviceHead{
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FF9900;
	font-weight: bold;
	font-size: 13px;
	}

.serviceList{
	position: relative;
	left: 15px;
	}
	
.serviceSubhead{
	color: #9DAA20;
	font-weight: bold;
	}
	
#leitspruch{
	color: #9DAA20;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	}
