*
{
	margin: 0; padding: 0;
	border: 0;
	outline: none;
}

table
{
	display: none;
}

body
{
	width: 100%;
	background-color: #F6F6F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	cursor: default;
}

a
{
	color: #666666;
	text-decoration: none;
}

#header
{
	position: relative;
	margin: 0 auto; padding: 10px;
	width: 860px; height: 140px;
	background: transparent url("header.jpg") top center no-repeat;
}

#header h1
{
	float: left;
	width: 300px; height: 140px;
}

#header h1 a
{
	display: block;
	width: 300px; height: 140px;
	background: transparent url("logo.gif") top center no-repeat;
	text-indent: -9999px;
}

#header #domains
{
	float: right;
	padding: 5px 10px;
	border-left: 1px dashed #DDDDDD; border-bottom: 1px dashed #DDDDDD;
	text-align: right;
	line-height: 20px;
}

#progress
{
	position: relative;
	margin: 0 auto; padding: 18px 20px;
	width: 840px; height: 24px;
	background: transparent url("progress.jpg") center center no-repeat;
	line-height: 24px;
}

#progress span
{
	float: left;
	display: block;
}

#progress-bar
{
	margin: 0 auto;
	width: 280px;
	text-align: center;
}

#progress-bar-image
{
	display: block;
	width: 150px; height: 24px;
	background: transparent url("progress-empty.jpg") center left repeat-x;
}

#progress-bar-image span
{
	display: block;
	background: transparent url("progress-full.jpg") center left repeat-x;
	text-indent: -9999px;
}

#progress-bar-image .progress-bar-10 { width: 15px; }
#progress-bar-image .progress-bar-20 { width: 30px; }
#progress-bar-image .progress-bar-30 { width: 45px; }
#progress-bar-image .progress-bar-40 { width: 60px; }
#progress-bar-image .progress-bar-50 { width: 75px; }
#progress-bar-image .progress-bar-60 { width: 90px; }
#progress-bar-image .progress-bar-70 { width: 105px; }
#progress-bar-image .progress-bar-80 { width: 120px; }
#progress-bar-image .progress-bar-90 { width: 135px; }
#progress-bar-image .progress-bar-100 { width: 150px; }

#contact
{
	position: absolute;
	top: 18px; left: 760px;
}

#contact a
{
	display: block;
	padding: 3px 0 3px 24px;
	width: 60px; height: 18px;
	background: transparent url("email.gif") center left no-repeat;
	line-height: 18px;
}

#content
{
	position: relative;
	margin: 0 auto; padding: 0 20px;
	width: 840px;
	background: transparent url("content-back.jpg") top center repeat-y;
}

#content p
{
	clear: both;
	padding-bottom: 10px;
	text-align: justify;
}

#content .bordered
{
	margin: 5px; padding: 10px;
	border: 2px dashed #DDDDDD; border-left: 0; border-right: 0;
}

#content .centered
{
	text-align: center;
}

#form
{
	margin: auto;
	width: 420px;
}

#form span
{
	display: block;
	height: 24px;
}

#form span.text
{
	height: 84px;
}

#form span.center
{
	padding: 10px 0;
	text-align: center;
}

#form label
{
	float: left;
	display: block;
	padding: 4px 0;
	width: 100px;
}

#form input
{
	float: left;
	display: block;
	padding: 2px 4px;
	width: 300px;
	background-color: #F6F6F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #DDDDDD;
}

#form input.button
{
	float: none;
	display: inline;
	padding: 2px 4px;
	width: 100px;
}

#form select
{
	float: left;
	display: block;
	padding: 1px 0;
	width: 310px;
	background-color: #F6F6F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #DDDDDD;
}

#form textarea
{
	float: left;
	display: block;
	padding: 2px 4px;
	width: 300px; height: 80px;
	background-color: #F6F6F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #DDDDDD;
}

#content-top
{
	margin: 0 auto;
	width: 880px; height: 30px;
	background: transparent url("content-top.jpg") top center no-repeat;
}

#content-bottom
{
	margin: 0 auto;
	width: 880px; height: 30px;
	background: transparent url("content-bottom.jpg") bottom center no-repeat;
}

#footer
{
	position: relative;
	margin: 0 auto; padding: 10px;
	width: 860px;
	font-size: 11px;
	text-align: right;
	line-height: 18px;
}