@charset "UTF-8";

/* CSS Document */

@import url("reset.css");

@import url("global.css");

body {
	background: url(../img/logo_small.png) no-repeat 50px 20px;
	font: 0.75em/1.6 Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	height: 600px;
	position: relative;
	padding: 55px 0 0 50px;
}

#contact {
	position: absolute;
	top: 20px;
	left: 700px;
	width: 100px;
}

table {
	margin: 0 0 30px;
	background: url(../img/fruit_strip.png) repeat-x 0px bottom;
}

td {
	vertical-align: top;
	padding: 0 0 5px;
}

td.contact {
	text-align: right;
}

td h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 50px 0 20px 0;
}

td.panel {
	padding: 50px 35px 20px;
	border-right: 1px solid #99CC00;
}

td.panel img {
	border: 5px solid #F9FFE6;
}

td p {
	width: 400px;
	padding: 0 20px 10px 0;
}

p.contact {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.homelink {
	width: 900px;
	float: left;
	border-right: 1px solid #999;
	text-align: right;
	margin: 10px 0 0;
	padding: 0 4px 0;
	text-transform: uppercase;
	font-size: .8em;
}

/* @group Project */

td.project {
	text-align: center;
	font: 1.1em/2 Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

td.project p {	width: 300px;
}

td.project h1 {
	font-size: 1em;
	padding:50px 0 0;
	letter-spacing: 3px;
	font-weight: bold;
	color: #f60;
	text-transform: uppercase;
}

td.project h2 a:link {
	color: #9c3;
	border: none;
}

td.project h2  a:visited {
	color: #6fa240;
	border: none;
}

td.project h2  a:hover {
	color: #9c3;
	border-bottom: 1px solid #f60;
}

/* @end */
