/* 
    This is a general stylesheet that should accomadate most landing pages. 
    If you need to customize some of these styles, just override them in the 
    stylesheet for your specific landing page.
*/

body
{
	font-family:verdana,arial,sans-serif;
	font-size: 11px;
	background-color: #dcdada;
	padding: 0;
	margin: 0;
}

#main {
	position: relative;
	width: 768px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	position: relative;
	height: 59px;
	border-bottom: 6px solid black;
	margin-bottom: 2px;
}

#header a {
	position: absolute;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

#header a.super {
	top: 16px;
	left: 10px;	
	width: 311px;
	height: 33px;
	background: url(../img/header/super-natural.gif) no-repeat;
}

#header a.official {
	top: 3px;
	right: 10px;
	width: 243px;
	height: 43px;
	background: url(../img/header/official.gif) no-repeat;
}

#footer {
	text-indent: -5000px;
	overflow: hidden;
	margin-top: 40px;
	background: url(../img/footer.gif) no-repeat;
	height: 31px;
}

select.error,
input.error
{
    border: 1px solid #00cc00;
}

label.error,
span.error
{
    display: block;
    color: #ff3300;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
}

form ul.checklist 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.checkbox-label input {
    float: left;
}

.checkbox-label label 
{
    display: block;
    padding-left: 20px;
    margin-left: 6px;
}

