body {
	background-color: #EBE8DB;
	color: #000000;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
}

.site {
	min-width: 900px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px;
}

.page.header {
	position: relative;
	height: 73px;
}

.page.content {
	margin: 0 5px;
}

div.centralcontent {
	height: 290px;
	position: relative;
}

.handshake {
	background-image: url("../landingpage/handshake.jpg");
	background-repeat: no-repeat;
	width: 330px;
	height: 290px;
	left: 50% !important;
	margin-left: -167px !important;
	position: relative;
	border: 2px solid #AE9AD6;
}

.left.half {
	position: relative;
	width: 50%;
}

.right.half {
	position: relative;
	width: 50%;
	margin-left: 50%;
}

.provider.advantages.container {
	position: absolute;
	left: 0;
	top: 25px;
	width: auto;
	display: block;
	right: 170px;
}

.supplier.advantages.container {
	position: absolute;
	left: 170px;
	top: 25px;
	width: auto;
	display: block;
	right: 0;
}

.ulintro {
	text-decoration: underline;
	padding-left: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.advantages.container .title {
	text-align: center;
}

.advantages.container ul {
	margin: 0;
	padding: 0 0 0 30px;
	color: black;
}

.advantages.container li {
	display: list-item;
	float: none;
}

.welcome.container {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.welcome.container .description, .beta.message.container .description {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.plaintitle {
	font-size: 16px;
	color: #312659;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.page.footer {
	position: relative;
	height: 52px;
}

.main.navigation {
	left: 100px;
	position: absolute;
}

.main.navigation ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
}

.main.navigation li {
	display: inline;
	font-size: 16px;
	padding-left: 40px;
}

.main.navigation li a:active, .main.navigation li a:visited,
.main.navigation li a:link, .main.navigation li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.main.navigation li a:hover {
	color: #DEA810;
}

.header.image.left, .header.image.center, .header.image.right {
	height: 73px;
	padding: 0;
	margin: 0;
	top: 0;
	position: absolute;
}

.header.image.left {
	width: 383px;
	background-image: url("../landingpage/header_left.jpg");
	background-repeat: no-repeat;
	left: 0;
}

.header.image.center {
	background-image: url("../landingpage/header_center.jpg");
	background-repeat: repeat-x;
	left: 383px;
	right: 26px;
}

.header.image.right {
	width: 26px;
	right: 0;
	background-image: url("../landingpage/header_right.jpg");
	background-repeat: no-repeat;
}

.footer.image.left, .footer.image.center, .footer.image.right {
	height: 52px;
	padding: 0;
	margin: 0;
	top: 0;
	position: absolute;
}

.footer.image.left {
	width: 20px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url("../landingpage/footer_left.png");
}

.footer.image.center {
	left: 20px;
	right: 20px;
	background-repeat: repeat-x;
	background-image: url("../landingpage/footer_center.png");
}

.footer.image.right {
	width: 20px;
	right: 0;
	background-repeat: no-repeat;
	background-image: url("../landingpage/footer_right.png");
}

.footer.beta.link , .footer.tos.link {
	color: #312659;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 13px;
	left: 10px;
	cursor: pointer;
}

.footer.tos.link {
	color: #312659;
}

.footer.copyright {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 13px;
}

.beta.message.container {
	background-color: #AE9AD6;
	border: 2px solid #312659;
	max-width: 700px;
	padding-top: 5px;
	display: block;
	margin: 50px auto 0;
	width: auto;
}

/* ========================================================================== */
/* ===== Block & Popup Styles =============================================== */
/* ===================================== Block & Popup Styles - General ===== */
.block {
    margin: 0 auto;
    min-height: 27px;
    min-width: 27px;
    position: relative;
    z-index: 0;
}

.block.topleft, .block.top, .block.topright,
.block.left, .block.center, .block.right,
.block.bottomleft, .block.bottom, .block.bottomright {
    position: absolute;
    z-index: -1;
}

.block.topleft, .block.topright, .block.bottomleft, .block.bottomright {
    background-image: url("../landingpage/post_s.png");
    height: 38px;
    width: 38px;
}

.block.left, .block.right {
    background-image: url("../landingpage/post_v.png");
    bottom: 19px;
    top: 19px;
    width: 38px;
}

.block.top, .block.bottom {
    background-image: url("../landingpage/post_h.png");
    height: 38px;
    left: 19px;
    right: 19px;
}

.block.topleft {
    clip: rect(auto 19px 19px auto);
    top: 0;
    left: 0;
}

.block.top{
    clip: rect(auto auto 19px auto);
    top: 0;
}

.block.topright {
    clip: rect(auto auto 19px 19px);
    top: 0;
    right: 0;
}

.block.left {
    clip: rect(auto 19px auto auto);
    left: 0;
}

.block.center {
    background-color: white;
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
    position: absolute;
    z-index: -1;
}

.block.right {
    clip: rect(auto auto auto 19px);
    right: 0;
}

.block.bottomleft {
    clip: rect(19px 19px auto auto);
    bottom: 0;
    left: 0;
}

.block.bottom {
    clip: rect(19px auto auto auto);
    bottom: 0;
}

.block.bottomright {
    clip: rect(19px auto auto 19px);
    bottom: 0;
    right: 0;
}

.block.content {
    padding: 9px;
    position: relative;
    z-index: auto;
}

/* =================================== Block & Popup Styles - Modifiers ===== */


/* ==================================== Block & Popup Styles - Specific ===== */


/* ========================================================================== */
/* ===== Containers ========================================================= */
/* =============================================== Containers - General ===== */
.showcontainers div {
    border: solid 1px red;
    margin: 2px;
}

.showcontainers span {
    border: solid 1px green;
    margin: 2px;
}

.container {
    /* undo template.css styles from booyango joomla site template */
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.container .title {
    padding: 5px 0 0 5px;
    background-color: #312659;
    color: white;
    font-weight: bold;
    display: block;
    height: 23px;
    font-size: 14px;
    margin-bottom: 5px;
    font-style: normal;
}

.form.title {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    color: #36517c;
    height: auto;
    margin-bottom: 5px;
}

.form.text {
    margin-bottom: 10px;
    display: block;
	text-align: center;
	padding: 0 10px;
}

.form.title {
	background-color: transparent;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#form1 {
	padding-left: 100px;
}

#form1 .inputbox {
	width: 240px;
}

.container .description {
    font-size: 12px;
    font-style: italic;
    color: #312659;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
	text-align: center;
}

span.description {
    display: block;
}

.bottomcontent {
	position: relative;
	width: auto;
	padding: 50px 10px 0;
}

.beta.registration.form {
	border: 2px solid green;
	width: 250px;
	padding: 10px;
	float: right;
	margin-bottom: 10px;
}

.bmessage {
	margin-right: 270px;
	padding-right: 20px;
	position: relative;
}

.beta.registration.form p {
	margin-top: 0;
	margin-bottom: 10px;
}

.datalabel {
	font-weight: bold;
	display: block;
}

.inputbox {
	width: 246px;
}

.submit {
	float: right;
}

p.barsubmit {
	position: relative;
	width: 100%;
}

.old {
	background-color: red;
	border: 2px solid darkblue;
	display: block;
	padding: 0 5px;
}

.old {
	display: none !important;
}
