@charset "utf-8";
#slider {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.scroll {
	height: 600px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	overflow:hidden;
}
.scrollContainer .panel {
	height: 600px;
	width: 800px;
}
.scrollContainer #about {
	background-image: url(images/about01.jpg);
}
.scrollContainer #contact {
	background-image: url(images/background_02.jpg);
}
.scrollContainer #work {
	background-image: url(images/background_03.jpg);
}
.menuWrapper {
	height: 40px;
	width: 280px;
	float: left;
	margin-left: -9px;
}

.menuWrapper2 {
	height: 40px;
	width: 280px;
	float: left;
	margin-left: -9px;
}
.menuWrapper3 {
	height: 40px;
	width: 280px;
	float: left;
	margin-left: -9px;
}

.textWrapper {
	height: 180px;
	width: 200px;
	padding-top: 400px;
	float: right;
	padding-right: 130px;
}
.formWrapper {
	margin-top: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}

#thumbs {
	height: 200px;
	width: 455px;
	float: left;
	padding-top: 380px;
	color: #F7F5E9;
	text-decoration: none;
}

#thumbs ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#thumbs li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-decoration: none;
}


.textWrapper .theText {
	width: 288px;
	height: 130px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.textWrapper .theText a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menuWrapper ul {
	margin: 0px;
	padding: 0px;
}
.menuWrapper  li {
	list-style-type: none;
	display: inline-block;
	float: left;
}
.menuWrapper .navigation .current {
	background-image: url(images/images/buttonsnormal_01.jpg);
	background-repeat: no-repeat;
}
.navigation img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.menuWrapper2 li {
	list-style-type: none;
	display: inline-block;
	float: left;
}

.menuWrapper2 ul {
	margin: 0px;
	padding: 0px;
}
.menuWrapper3 ul {
	margin: 0px;
	padding: 0px;
}
.menuWrapper3 li {
	list-style-type: none;
	display: inline;
	float: left;
}

body {
	background-color: #000000;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:active {
	text-decoration: none;
}
#form{
text-align: right;
}
