body, h1, h2, h3, h4, h5, h6, p, div, span, table, ul, li, img
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #222222;
	color: #f1f1f1;
	font: 12px verdana, arial, san-serif;
	width: 100%;
}

#container
{
	margin: 0 auto;
	text-align: center;
}

#header
{
	width: 100%;
	background: url("../images/black-check.gif");
	border-bottom: 1px solid #000000;
}

#header img
{
	margin-top: 10px;
	padding-left: 20px;
}

#topmenu ul
{
	position: absolute;
	right: 0;
	top: 60px;
	list-style: none;

}

#topmenu li
{
	float: left;
	margin: 0 5px;
}

#topmenu li a
{
	text-decoration: none;
	color: #f1f1f1;
	padding: 0 15px;
	padding-top: 10px;
}

#topmenu li a:hover
{
	background: url("../images/mini-flame.gif") no-repeat -5% 100%;
	border: 0;
}

#slogan
{
	width: 100%;
	background:  #d15900 url("../images/slogan.jpg") no-repeat;
	border-top: 1px solid #d98c53;
	border-bottom: 1px solid #d98c53;
	padding: 50px 0;
}

#slogan p
{
	width: 320px;
	margin-left: 35px;
	color: #ffffff;
	font-size: 13px;
	display: table;
}

.textblock
{
	margin-top: 20px;
	margin-left: 30px;
	float: left;
	width: 230px;
	display: table;

}

.textblock img
{
	border-bottom: 1px solid #6d6d6d;
	padding-bottom: 10px;
}

.textblock p
{
	padding-top: 10px;
}

.textblock p  label
{
	display: block;
	padding-bottom: 2px;
}

.textblock .textbox
{
	width: 150px;
}

.textblock textarea
{
	width: 200px;
	height: 150px;
}

.textblock ul
{
	margin-top:	10px;
	margin-left: 20px;
}

.textblock .header
{
	border-bottom: 1px dashed #6d6d6d;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.required
{
	font-size: 9px;
	color: #ff0000;
}

#footer
{
	clear: both;
	display: table;
	margin-top: 60px;
	margin-left: 30px;
	color: #999999;
	font-size: 9px;
}
