/* ******************************
	Author: Rene Porhauer, Mentasti Matthias, Needlabs
	Website: www.needlabs.at
****************************** */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background: url(images/htmlbackground.jpg) center center repeat;	
}
body {
	color: #fff;
	background: url(images/background.jpg) 0px 0px repeat-x;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
}

textarea {
	overflow: hidden;
}

a {
	text-decoration: none;	
	color: #fff;
}

a:hover {
	text-decoration: underline;	
	color: #fff;
}
.clear {
	clear: both;
}
h1 {
	margin: 0px auto 0px auto;
	width: 127px;
	height: 54px;
}
h1 a {
	padding-top: 10px;
	width: 127px;
	height: 54px;
	background: url(images/logo.jpg) center bottom no-repeat;
	text-indent: -999999px;
	display: block;
}


#container {
	margin: auto;
	margin-top: 25px;
	width: 960px;
	min-height: 500px;
	background: url(images/boxes.jpg) center center no-repeat;
	position: relative;
}
.col {
	width: 290px;
	float: left;
	padding: 0 15px;
	margin-top: 100px;	
}
#work {
	padding: 0px;
	width: 320px;
	text-align: center;
}

#work h2 {
	color: #c3050f;
}

#controller {
	list-style-type: none;
	margin-left: 130px;
}
#controller li {
	background: url(images/slide.gif) center center no-repeat;
	width: 9px;
	height: 10px;
	float: left;
	text-indent: -999999px;
	margin: 0 3px;
}
#controller li.jFlowSelected {
	background: url(images/slideon.gif) center center no-repeat;	
}
#controlls {
	display: none;
}
#work li div {
	padding: 0 15px;
}

#slides li {
	list-style-type: none;
}
	
#contactforms li {
	list-style-type: none;
	margin-bottom: 20px;
    clear: both;
	
}

#contactforms label {
	font-size: 12px;
    display: block;
    margin-bottom: 3px;
    clear: both;
}

#contact h2 {
	color: #c3050f;
}

.moreabout {
	position: absolute;
	min-height: 540px;
	background: url(images/htmlbackground.jpg) 0px 0px repeat;
	width: 640px;
	top: 0px;
	left: 320px;
	z-index: 9;
}

.moreabout h2 {
	color: #c3050f;
}

#about h2 {
	color: #c3050f;
}

#footer {
	padding-top: 70px;
	font-size: 11px;
	text-align: center;
	width: 960px;
}

#footer a {
	color: #c3050f;
}



