@import url("reset.css");


body {
	background: #252525 url('../images/landing/bg.gif') repeat-x ;
	width: 1024px;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.3;
	color: #FFF;
	}
	
.LogoWelcome {
	background: url('../images/landing/logo.gif') no-repeat;
	padding: 21px 0 0 0 ;
	width: 750px;
	height: 117px;
	text-indent: -99999px;
	}
	
.ContentArea {
	margin-left: 170px;
	float: left;
	margin-bottom: 60px;
	display: inline;
	}

a { color: #FFF; text-decoration: underline; }
a:hover { color: #CCC; }
sup { font-size: 60%; vertical-align: top; }

h2 { font-size: 23px; font-weight: normal; }

.footer {
	border-top: 1px solid #484848;
	margin: 0 0 0 170px;
	padding-top: 15px;
	font-size: 10px;
	clear: both;
	width: 880px;
	}

	.footer .pvtSolar a {
	background: url('../images/landing/pvtSolar.gif') no-repeat;
	display: block;
	float: right;
	width: 129px;
	height: 36px;
	text-indent: -9999px;
	}

.logoFlash
{
	float:right;
	width:300px;
	height:81px;
	display:none;
}
		
/*
/		LOGIN
--------------------------------------------------------------------------------------------------------*/

.LandingWrap {
	width: 845px;
	margin: 80px auto 0;
	}

.GUIsite {
	float: left;
	width: 377px;
	display: inline;
	margin-left: 75px;
	}

.mainsite {
	float: left;
	width: 377px;
	display: inline;
	}

	.mainsite p,
	.GUIsite p
	{
		margin: 20px 20px 15px 0;
		height: 35px;
		color: #FFF;
		display: block;
	}
	
	.mainsite p a,
	.GUIsite p a {
		font-weight: bold;
	}
