@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	color: #e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 50px auto;
}

#trial {
	position: absolute;
	top: 0px;
	right: 0px;
}
#logo {
	color: #665c50;
	font-size: 1.1em;
	width: 550px;
	text-align: center;
	margin: 0px auto 10px;
}
#demo {
	width: 548px;
	background: #093753;
	border: 1px solid #666666;
	margin: auto;
}
#copy {
	width: 550px;
	text-align: left;
	font-size: 0.8em;
	margin: 20px auto;
	line-height: 120%;
}
#copy img {
	margin-bottom: 20px;
	margin-left: 20px;
}
.goldbold {
	color: #C3C759;
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
}
#copy  .goldbold a {
	color: #C3C759;
}

#steps {
	width: 528px;
	background: #093753 url(graphics/stepsbg.png) no-repeat 10px 13px;
	border: 1px solid #666666;
	padding: 10px;
	position: relative;
}
#steps ol {
	margin: 0px;
	position: relative;
	padding: 0px;
	width: 528px;
	clear: both;
}
#steps li {
	list-style: none outside;
	float: left;
	position: relative;
	width: 140px;
	margin: 0px 10px 0px 20px;
	padding-right: 8px;
}
#copy a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.redbold {
	font-size: 3em;
	color: #a41520;
	text-align: center;
}
.whitebold {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
.greysmall {
	color: #666666;
	font-size: 0.9em;
}
