@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------
PAGE LAYOUT
-----------------------------------------------------*/
.landingLeft{
	width:530px;
	float:left;
	margin-right:55px;
}
.landingLeft p{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	line-height:16px;
}
.landingLeft h1{
	font-size:37px;
	margin:0px;
	padding:0px;
	line-height:37px;
	color:#52287f;
	margin-bottom:5px;
	font-weight:normal;
}
.landingLeft h2{
	font-size:18px;
	margin:0px;
	padding:0px;
	line-height:21px;
	color:#525560;
	margin-bottom:22px;
	font-weight:bold;
	margin-top:5px;
}
.landingLeft h3{
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:21px;
	color:#52287f;
	margin-bottom:5px;
	font-weight:normal;
	margin-top:15px;
}
.landingRight{
	width:315px;
	float:left;
}
/* ----------------------------------------------------
FORM
-----------------------------------------------------*/
.landingForm{
	background:url(/images/landing_raspberry/formbg.gif) bottom left no-repeat #e4e5e9;
	padding-bottom:10px;
	margin-top:15px;
}
.landingForm h1{
	background:url(/images/landing_raspberry/formheader.gif) top left no-repeat #525560;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding:12px;
}
.landingForm ul{
	list-style:none;
	padding:0px;
	margin:10px 0px 10px 0px;
	clear:both;
}
.landingForm li{
	margin-bottom:6px;
	height:22px;
}
.landingForm li.messageBody{
	height:100px;
}
.landingForm .inputLabel{
	width:100px;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-top:3px;
}
.landingForm input, .landingForm textarea{
	background-color:#FFFFFF;
	border:#b0b0b0 1px solid;
	width:180px;
	float:left;
	font-size:12px;
	padding:1px;
}
.landingForm input{
	height:18px;
}
.landingForm textarea{
	height:90px;
}
.landingForm li.submitBody{
	height:30px;
}
.landingForm .submitButton{
	background-color:#52287f;
	font-size:15px;
	width:90px;
	float:right;
	margin-right:20px;
	height:25px;
	border:none;
}
/* ----------------------------------------------------
Promo Buttons Vertical
-----------------------------------------------------*/
.promoVertPanel{
	padding:0px;
	margin:0px;
}
.promoVertPanel ul {
	padding:0px;
	margin:0px;
	margin-bottom:0px;
}
.promoVertPanel ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	clear:both;
	height:95px;
}
.promoVertPanel a{
	display:block;
	height:90px;
	width:315px;
	background-repeat:no-repeat;
	background-position:top left;
}
a.promoVertOpenTrading{
	background-image:url(./images/landing_raspberry/tabs-wide/opentrading-wide-0.jpg);
}

a.promoVertOpenCust{
	background-image:url(./images/landing_raspberry/tabs-wide/openCust-wide-0.jpg);
}

a.promoVertWatch{
	background-image:url(./images/landing_raspberry/tabs-wide/watch-wide-0.jpg);
}

a.promoVertLogin{
	background-image:url(./images/landing_raspberry/tabs-wide/login-wide-0.jpg);
}

/* ----------------------------------------------------
OVERIDE
-----------------------------------------------------*/

.head .headInner {
	width:940px;
	height:135px;
	margin:auto;
	background:url(../images/landing_raspberry/header-landing.gif) bottom right no-repeat;
	padding:0px 20px 0px 20px;
	text-align:left;
}
.head .headInner .nav {
	position:absolute;
	width:870px;
	top:105px;
}