@charset "utf-8";
/* CSS Document pbs landing page */

/* GENERAL LAYOUT ---------------------------------------------------------------------------------- */

body {
	padding: 			0;
	margin: 			0;
	background: 		url(../images/landing/background.jpg) no-repeat center top;
}

h1 {
	font-family: 		Verdana, Tahoma, Helvetica, Arial;
	font-size: 			16px;
	text-align: 		left;
	color: 				#084861;
	font-weight:		normal;
	font-size: 			large;
}

p, li {
	font-family: 		Verdana, Tahoma, Helvetica, Arial;
	font-size: 			10px;
	text-align: 		left;
	line-height: 		170%;
}

#table_text {
	font-family: 		Verdana, Tahoma, Helvetica, Arial;
	font-size: 			10px;
	text-align: 		left;
	line-height: 		170%;
	color: 				#084861;
}

img {
	border:				0px;
}

#back {
	position:absolute; 
	top: 4px;
	left: 12px;
}
/* CONTENT ---------------------------------------------------------------------------------------- */

#content {
	padding: 			0;
	margin: 			0;
	background:			url(../images/landing/dashinterface.jpg) no-repeat left top;
	position:			absolute;
	left:				50%;
	margin-left:		-497px;
	width:				980px;
	height:				600px;
}

#content #value {
	position:			relative;
	left:				270px;
	top:				140px;
	width:				500px;
}

#content #value p {
	color: 				#084861;
	padding:			0px 0px 0px 15px;
	margin-top:			-10px;
	width:				300px;
	font-weight:		normal;
	margin-bottom:		-10px;
}

#content #value ul {
	margin-left:		30px;
	width:				300px;
	padding:			0px 0px 0px 0px;
	color: 				#084861;
}

#content #value li {
	list-style: 		square url(../images/landing/bullet.gif);
}

/* FOOTER ----------------------------------------------------------------------------------------- */

#footer {
	padding: 			0;
	margin: 			0;
	background: 		url(../images/footer/background.jpg) no-repeat left top;
	position:			absolute;
	left:				50%;
	margin-left:		-178px;
	top:				548px;
	width:				489px;
	height:				46px;
}

#footer #subscribe_btn {
	position:			relative;
	left:				0px;
	top:				0px;
	width:				136px;
	height:				46px;
}

a.subscribe_link {
	background:			url(../images/footer/btn_subscription.jpg);
	display: 			block;
	position:			relative;
	left:				0px;
	top:				0px;
	width:				136px;
	height:				46px;
}

a.subscribe_link:hover {
	background:			url(../images/footer/btn_subscription_on.jpg) no-repeat left top;
	position:			relative;
	left:				0px;
	top:				0px;
	width:				136px;
	height:				46px;
}

#footer ul {
	postion:			absolute;
	margin:				0px;
	margin-top:			-28px;
	padding:			0px 0px 0px 143px;
	list-style-type:	none;
	white-space:		nowrap; 

}

#footer li {
	display:			inline;
	font-size:			65%;
	color: 				#000000;	
}

#footer li a {
	text-decoration:	none;
	color: 				#000000;	
}

#footer li a:hover {
	text-decoration:	underline;
	color: 				#000000;	
}

/*TESTIMONIALS ------------------------------------------------------------------------------------ */

#testimonials {
	background:			url(../images/landing/testimonials.gif) no-repeat left top;
	padding: 			0;
	margin: 			0;
	position:			absolute;
	left:				262px;
	top:				353px;
	width:				251px;
	height:				195px;
}

/*PLANET ------------------------------------------------------------------------------------------ */

#planet {
	background:			url(../images/landing/planet.gif) no-repeat left top;
	padding: 			0;
	margin: 			0;
	position:			absolute;
	left:				579px;
	top:				143px;
	width:				360px;
	height:				382px;
}

/*LOGO CLICK -------------------------------------------------------------------------------------- */

#logo_click {
	padding: 			0;
	margin: 			0;
	position:			absolute;	
	left:				293px;
	top:				19px;
	width:				246px;
	height:				86px;
}

/*PURPLE CARD ------------------------------------------------------------------------------------- */

#purple_card {
	padding: 			0;
	margin: 			0;
	position:			absolute;	
	left:				622px;
	top:				0px;
	width:				291px;
	height:				124px;
}

#disconnected {
	display: none;
}
