@charset "utf-8";
/* CSS Document */

/*-- main
layout --*/
#activationLeft {
float:left;
width: 60%;
}




body {
  text-align: center;
  background-image:url(../images/bgRepeatX.jpg);
  background-repeat:repeat-x;
  background-color: #414142;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
}

#container {
  margin: 0 auto;
  width: 1280px;
  height: 768px;
  text-align: center;
  background-image:url(../images/bg.jpg);
  background-repeat:no-repeat;
} 

#wrapper {
  margin: 0 auto;
  width: 974px;
  text-align:left;
} 


.clear {
	clear:both;
}




/*-- header
layout --*/
#header {
	margin:0px;
	padding: 0px;
	height: 103px;
	width: 974px;
}

#header img {
	float:left;
}


#topLinks {
	float: right;
	margin:0px;
	padding-top:15px;
	height: 32px;
	width: 340px;
}

#topNav {
	margin:0px;
	padding: 0px;
	height: 32px;
	width: 158px;
	vertical-align:top;
	float:left;
	padding-top: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#login {
	background-image:url(../images/loginBar.png);
	background-repeat:no-repeat;
	float:right;
	height: 32px;
	width: 175px;
	
}

.loginBar {
	text-align:center;
	padding-left: 5px;
}

#navigation {
	float:right;
	height: 37px;
	width: 552px;
	padding-top: 10px;
}


/*-- banner
layout --*/
#banner {
	width: 974px;
	height: 350px;
	padding-bottom:15px;
}


/*-- bottom bar 1
layout --*/
#barBottom1 {
	float:left;
	background-image:url(../images/bottomBar1_02.jpg);
	background-repeat: no-repeat;
	width: 974px;
}

#barBottom1 img {
	float:left;
	padding-left: 20px;
	padding-right: 10px;
}

#bar1Repeat {
	background-image:url(../images/bottomBar1_03.jpg);
	background-repeat:repeat-y;
	float:left;
	width: 974px;
}

#bar1Copy {
	width: 468px;
	float:left;
	padding-left: 10px;
	
}



/*-- bottom bar 2
layout --*/
#bar2Repeat {
	background-image: url(../images/bottomBar2_03.jpg);
	background-repeat:repeat-y;
	width: 974px;
	
}


#bar2Content {
	background-image:url(../images/bottomBar2_02.jpg);
	background-repeat:no-repeat;
	width: 974px;
	height: 100%;
	float:left;

}

#bar2Copy {
	width: 172px;
	float:left;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 60px;

}

#icons {
	width: 790px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/*-- subpage LEFT
layout --*/
#subLeft {
	width: 232px;
	float: left;


}

#sideNavBG {
	background-image:url(../images/sideNav_03.png);
	background-repeat:repeat-y;
	width: 232px;
}

#sideNavGradient {
	background-image:url(../images/sideNav_02.png);
	background-repeat: no-repeat;
	width: 232px;
	padding-left: 10px;
	height:105px;
}


#sideJoin {
	/*width: 209px;*/
	width:157px;
	height: 28px;
	padding-bottom: 5px;	
	padding-top: 5px;
	padding-left: 53px;
	background-image:url(../images/sideNav_buttons_01.png);
	background-repeat:no-repeat;
	text-align:center;
}

#sideDemo {
	width: 190px;
	height: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 35px;
	background-image:url(../images/sideNav_buttons_03.png);
	background-repeat:no-repeat;
	text-align:center;
}

#sideFree {
	width: 190px;
	height: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 35px;
	background-image:url(../images/sideNav_buttons_05.png);
	background-repeat:no-repeat;
	text-align:center;

}


/*-- subpage RIGHT
layout --*/
#bullets {
	padding-left: 45px;
	list-style: disc;
}

.box {
	background-color:#dedede;
}

.tablePad {
	padding: 25px;
}

#subRight {
	width: 723px;
	float: right;
	
}

#subRightHeader {
	width: 708px;
	height: 49px;
	padding-left: 15px;
	padding-top: 15px;
	background-image:url(../images/subpage_01.jpg);
	background-repeat:no-repeat;
	float: right;
}

#subBody {
	padding: 15px;
	background-color: #FFFFFF;
	height: 100%;

}

#table {
	background-image:url(../images/table_03.jpg);
	background-repeat:repeat-y;
	width: 639px;
	
}

#tablePadding {
	padding-left: 27px;
}

#tableBG {
	background-image:url(../images/table_02.jpg);
	background-repeat: no-repeat;
	width: 609px;
	padding-left: 15px;
	padding-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 12px;
  	font-weight: normal;
	color: #666666;
}

/*-- form
layout --*/
#formLeft {
	float:left;
	width: 310px;
	background-color: #FFFFFF;
}

#formRight {
	float:right;
	width: 310px;
	background-color: #FFFFFF;
}


/*-- footer
layout --*/
#footer {
	padding-top: 20px;
	padding-bottom: 50px;
	width: 974px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#footerRight {
	float:right;
	text-align: right;

}

#footerLeft {
	float:left;
	text-align:left;
}

/*-- FEATURES PAGE --*/
#mainArea { 
	width:410px;
} 
