body
{
	color: black;
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

h1,
h2
{
	font-size: 14pt;
	margin: 0px;
	color: #222222;
}

h2,
{
	font-size: 13pt;
}

hr
{
	height: 1px;
	border: none;
	border-top: 1px solid black;
}

h1 span
{
	display: none;
}

ul
{
	list-style-image: none;
	list-style-type: none;
	marker-offset: 0px;
	margin-left: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #222222;
}

a img
{
	border: none;
}

#wrapper
{
	margin: 0px auto;
	width: 800px;
}

#navigation
{
}

#navigation ul
{
	list-style-image: none;
	list-style-type: none;
	marker-offset: 0px;
	padding: 0px;
	margin: 0px;
}

#navigation li
{
	clear:both;
}

#navigation li a
{
	margin-top: 22px;
	float: right;
}

#navigation span
{
	display: none;
}

#home
{
	display: block;
	background-image: url('images/home.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 49px;
	height: 18px;
}

#hosting
{
	display: block;
	background-image: url('images/hosting.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 68px;
	height: 23px;
}

#webdesign
{
	display: block;
	background-image: url('images/webdesign.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 103px;
	height: 23px;
}

#contact
{
	display: block;
	background-image: url('images/contact.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 80px;
	height: 18px;
}

#content
{
	padding: 10px;
	padding-top: 20px;
}

#companyslogan
{
	padding: 10px;
	padding-bottom: 20px;
	width: 100%;
}

.form_field,
.form_field_error
{
	clear: both;
	height: 20px;
	padding-top: 10px;
	width: 410px;
	margin: 0px auto;
}

.form_field_error,
.required
{
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

.form_field .label
{
	width: 200px;
	height: 20px;
	float:left;
}

.form_field input
{
	float:left;
	height: 20px;
	width: 200px;
}

.form_field textarea
{
	float: left;
	height: 100px;
	width: 200px;
}

#submit_button
{
	width: 100px;
	margin: 0px auto;
}

#submit_button input
{
	width: 100px;
}

#recaptcha
{
	clear: both;
	height: 130px;
	margin-top: 10px;
}

#recaptcha_widget_div
{
	margin: 0px auto;
}

