@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: "Corbel", Arial, Helvetica, sans-serif;
	color: #fff;
}

.project {
	background-image: url(images/bg_project.jpg);
	background-color: #231c12;
	background-repeat: no-repeat;
	font-family: "Corbel", Arial, Helvetica, sans-serif;
	color: #fff;
}

#header {
	margin-left: 115px;
	margin-top: 55px;
	width: 610px;
}

#header img {
	border: none;
}

#logo {
	float: left;
}

#contact {
	float: right;
	margin-top: 26px;
}

#intro {
	margin: 40px 0px 40px 115px;
	font-family: "Corbel", Arial, Helvetica, sans-serif;
	color: #fff;
	width: 610px;
}

#intro a {
	color: #74c26c;
	text-decoration: none;
}

#content {
	margin-left: 115px;
	width: 620px;
	
}

.item {
	margin-right: 25px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
	width: 129px;
}

.item p {
	margin: 5px 0px;
	padding: 0px;
	font-style: italic;
}

.details {
	width: 129px;
	height: 103px;
	background-image: none;
}

.details:hover, .details.sfhover {
	width: 129px;
	height: 103px;
	background-image: url(images/detail.gif);
}

.details img {
	margin-top: 22px;
	border: 1px solid #7d610c;
}

.details a {
	border: none;
}

#project {
	margin-left: 160px;
	margin-top: 250px;
	width: 715px;
	height: 440px;
	background-color: #fff;
}

#project .text {
	margin: 30px 25px 30px 25px;
	font-family: "Corbel", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	width: 285px;
	float: left;
}

#project .text h1 {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#project .text h2 {
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#project .text p {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#project .text a {
	color: #268c40;
	font-weight: bold;
	text-decoration: none;
}

.play {
	color: #268c40;
	font-weight: bold;
}

.slideshowContainer {
	float: left;
	width: 357px;
	height: 395px;
	margin: 25px 0px;
}

#imglist {
	display: none;
}

.clear {
	clear: both;
}

#prevproj {
	position: absolute;
	top: 430px;
	left: 90px;
	text-align: right;
}

#nextproj {
	position: absolute;
	top: 430px;
	left: 915px;
	text-align: left;
}

#nextproj img, #prevproj img {
	border: none;
}

#nextproj p, #prevproj p, #home p {
	font-family: "Corbel", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin: 0;
	padding: 0;
}

#home a {
	font-family: "Corbel", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #74c26c;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#home {
	position: absolute;
	left: 170px;
	top: 220px;
}
	