@charset "UTF-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

body {
	font-family: Helvetica, Arial, Sans-Serif; line-height: 24px;
	background: #000000 url(images/main_bg.jpg) center top no-repeat;
}


#container {
	width: 1101px; margin: 0 auto;
}

#header {
	overflow: hidden;
}
	#header h1 a {
		display: block; width: 731px; height: 122px; float: left;
		background: url(images/header.png) no-repeat; text-indent: -9999px;
	}

#contentheader {
	width: 731px; height: 122px; padding: 0px 16px 0px 16px; overflow: hidden;
	background: url(images/header.png) no-repeat;
	margin-top: 8px;
}
			
#content {
	width: 731px; padding: 16px 16px 10px 16px; overflow: hidden;
	background: url(images/content_bg.png) no-repeat;
	margin-top: -1px;
}

#content .column {
	width: 326px; float: left; padding: 0 30px 0 10px; margin: 0 0 24px 0;
}

#content .column p {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: normal;
}

#subheader {
	background: url('images/subheader.jpg') top center no-repeat;
	width: 326px;
	height: 75px;
	margin: 35px 0 0 0;
	padding: 0;
}

#content .column #optinform p {
	margin: 0;
	padding: 0 0 5px 0;
}

.knowmoreyellow {
	font-size: 16px;
	color: #fef100;
	font-weight: bold;
}

#optinform {
	margin-top: 15px;
}

#optin {
	text-align: left;
}

#optin input[type=text] {
	border: 0;
	font-size: 14px;
	padding: 0 3px;
	width: 220px;
	height: 22px;
	margin: 0 3px 4px 0;
}

#optin input[type=image] {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#footer {
	width: 731px; min-height: 159px; overflow: hidden; text-align: left;
}

.floatLeft { 
    float: left; 
    margin: 25px 4px 4px 20px;
}

#MoBeePay {
	float: left;
	margin: 25px 0px 4px 10px;
}

#MoBeePayDemo {
	margin: 20px;
}

#left {
	float: left;
	margin: 25px 4px 4px 10px;
}

#demo {
	margin-top: -50px;
	color: #FFF;
	font-size:18px;
}

#demo a, #demo a:visited, #demo a:active {
	color: #FFF;
	font-size:18px;
	text-decoration: none;
}

#demo a:hover {
	color: #FFF;
	font-size:18px;
	text-decoration: underline;
}

img.leftalign {
	margin-left: 20px;
	margin-right: 25px;
}

img.floatLeft { 
    float: left; 
    margin: 25px 4px 4px 40px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

a, a:visited, a:hover, a:active {
	color: #FF0;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed #FF0;
}