body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	background: #d0d0d0 repeat-x url(/img/bg.png);
}

h2 {
	font-size: 13pt;
	color: #ffff80;
	margin-bottom: 20px;
}

#bgshade {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 375px;
	background: center no-repeat url(/img/bgshade.png);
	opacity: 0.1;
	filter:alpha(opacity=10);
}

#logo {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -495px;
}

.addthis_button {
	position: absolute;
	left: 50%;
	top: 324px;
	margin-left: -480px;
}

#stage {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 395px 0px 20px 0px;
}

.block {
	position: relative;
	width: 225px;
	float: left;
}

.gutter {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
}

.clear {
	position: relative;
	width: 100%;
	height: 20px;
}

#sample {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: 255px;
	width: 225px;
	height: 300px;
	color: #ffffff;
}

#sample span {
	display: block;
	margin-top: 10px;
	font-size: 8pt;
}

#samplesnav {
	position: absolute;
	left: 50%;
	width: 98px;
	margin-left: 255px;
	top: 328px;
	height: 12px;
}

#samplesnav img {
	float: left;
}

#sampleimg {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -235px;
	width: 470px;
	height: 300px;
	background: #ffffff;
}

#sample div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 225px;
	height: 270px;
	display: none;
}

#sampleimg div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 470px;
	height: 300px;
	display: none;
}

#sample a {
	text-decoration: none;
	color: #ffff80;
}

#sample a:hover {
	text-decoration: none;
	color: #ffffff;
}

#contact {
	position: absolute;
	left: 50%;
	top: 110px;
	width: 229px;
	margin-left: -482px;
}

#contact h2 {
	margin: 10px 4px 4px 4px;
}

#contact label {
	display: none;
}

#contactname.idle {
	position: relative;
	width: 219px;
	height: 19px;
	padding: 5px;
	background: url(../img/form_name.png);
}
#contactname.focus {
	background: url(../img/form_name_focus.png);
}

#contactemail.idle {
	position: relative;
	width: 219px;
	height: 19px;
	padding: 5px;
	background: url(../img/form_email.png);
}

#contactemail.focus {
	background: url(../img/form_email_focus.png);
}

#contactmessage.idle {
	position: relative;
	width: 219px;
	height: 69px;
	padding: 5px;
	background: url(../img/form_message.png);
}
#contactmessage.focus {
	background: url(../img/form_message_focus.png);
}

#contact input {
	position: relative;
	width: 215px;
	height: 19px;
	line-height: 19px;
	padding: 0px 2px;
	margin: 0px;
	color: #406080;
	border: 0px;
	background: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

#contact textarea {
	position: relative;
	width: 215px;
	height: 69px;
	line-height: 17px;
	padding: 0px 2px;
	margin: 0px;
	color: #406080;
	border: 0px;
	background: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

#contact button {
	position: relative;
	border: 1px solid #505F6E;
	background: #99a9c5;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}

#contact span {
	display: block;
	position: relative;
	width: 225px;
	line-height: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
	color: #FFFF80;
}
