/* CSS Document */
 body{
	background-color:#000000;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:0 62px;
	text-align:center;
	width:100%;
}
#root{
	width:792px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#header{
	width:792px;
	height:76px;
	/*background-color:#999999;*/
}
#topNav{
	width:650px;
	padding-right:13px;
	float:left;	
	text-align:right;
	color:#FFFFFF;
	padding-top:45px;
}
#topNav a.login{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#logo{
	float:left;
	padding-top:24px;
}
#content{
	padding-top:46px;
	width:792px;
	border-bottom:1px solid #525252;
	padding-bottom:62px;
}
#panel_1{
	height:174px;
}
#panel_2{
	height:159px;
}
.subpanel_left{
	float:left;
	width:375px;
	background-image:url(images/gradientPLC.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:100%;
}
.subpanel_right{
	float:right;
	width:405px;
	background-image:url(images/gradientPRC.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
}
.gradientPanel_Div_Line{
	float:left;
	background-image:url(images/gradientDivisionLine.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:12px;
	height:100%;
}
.gradientPanel{
	background-color:#000000;
	background-image:url(images/gradientPanel.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:792px;
}
.topLine{
	height:15px;
	position:relative;
	background-image:url(images/topLine.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.topLineLeft{
	height:15px;
	width:52px;
	background-image:url(images/topLineLeft.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	float:left;
}
.topLineRight{
	height:15px;
	width:52px;
	background-image:url(images/topLineRight.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	float:right;
}
#arrowSelect{
	position:absolute;
	top:-19px;
	left:58px;
}
a img{
	 border:0px;
	 margin:0px;
	 padding:0px;
}
#buttonsPanel a{
	padding-left:18px;
	cursor:pointer;
}
#footer{
	width:792px;
	border-top:1px solid #7C7C7C;
	font-size:11px;	
}
#footerLeft{
	float:left;
	color:#05A8D9;
	width:396px;
	padding-bottom:10px;
}
#footerRight{
	float:right;
	color:#B5B5B5;
	width:396px;	
	text-align:right;
	padding-bottom:10px;
}
a.blueLink{
	color:#05A8D9;
	text-decoration:none;
}
.h3{
	color:#FFFFFF;
	font-size:25px;
	font-weight:normal;
	padding:0px;
	margin:0xp;
}
#revText{
	width:210px;
	padding-top:18px;
	float:left;
}
#getStartedBtn{
	padding-top:13px;
	padding-right:32px;
	float:right;
}
#panel_1_left a{
	color:#07A9DA;
	text-decoration:none;
	text-align:right;
	display:block;
}
#panel_1_left .text{
	padding-top:18px;
	padding-right:25px;
}
.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
	/*background-color:#990000;*/
}
