#container_1 {
	font-size: .75em;
	background: #fff url("../gfx/content_bg2.gif") repeat-y;
	width: 949px;
	margin: 0 auto;
	padding: 0;
}

#content{
	padding: 10px 15px;
}

#contentIndex {
	width: 944px;
	display: block;
	margin: 4px auto;
	padding: 0;
}

#contentTxtMargin {
	margin: 0 20px;
}

#content_top {
	background: #fff url("../gfx/content_top2.gif") top no-repeat;
	width: 907px;
	height: 23px;
	padding: 20px;
	margin: 0 auto;
}

#content_bottom {
	background: transparent url(../gfx/content_bottom2.gif) top no-repeat;
	width: 949px;
	height: 7px;
	clear: both;
}

.loginInput input {
	width: 121px;
	height: 15px;
	background-color: #fff;
	border: 0;
	margin: 2px 2px 0;
	line-height: 11px;
	color: #000;
	font-size: .95em;
}

* html .loginInput input {
	height: 13px;
}

.checkbox {
	width: 12px;
	height: 12px;
	border: 0;
	margin: 2px 0 1px;

}

* html .checkbox {
	margin-bottom: 2px;
}

.check {
	width: 215px;
	height: 12px;
	font-size: .9em;
	color: #5bd7ff;
	position: relative;
	top: 13px;
	left: 19px;
	padding: 0;
	display: block;
	clear: both;
}

* html .check {
	top: 18px;
}

#forgot {
	width: 185px;
	height: 25px;
	font-size: .9em;
	color: #5bd7ff;
	position: relative;
	top: 51px;
	left: 60px;
	padding: 0;
	display: block;
}

#forgot a {
	color: #5bd7ff;
}

* html #forgot {
	top: 46px;
}

#sign_in {
	background: transparent url(../gfx/sign_in.gif) no-repeat;
	width: 51px;
	height: 19px;
	display: inline;
	border: 0;
	padding: 0;
	position: absolute;
	left: 90px;
	top: 95px;
	cursor: pointer;
}

* html #sign_in {
	top: 94px;
}
	
#sign_in:hover {
	background: transparent url(../gfx/sign_in.gif) -51px 0px no-repeat;	
}

/* right box for logged users */
#enter {
	background: transparent url(../gfx/enter.jpg) no-repeat;
	width: 206px;
	height: 214px;
	position: relative;
	top: 73px;
	left: 706px;
	float: left;
	padding: 19px;
	color: #dfe6e9;
	font-size: .9em;
	line-height: 1.4em;
}

#enter_btn {
	background: transparent url(../gfx/enter_btn.gif) no-repeat;
	width: 159px;
	height: 48px;
	display: block;
	float: left;
	position: absolute;
	top: 80px;
	left: 38px;
}

#enter_btn:hover {
	background-position: -159px 0;
}

#enter_logout {
	position: relative;
	top: 80px;
	float: left;
}

#enter_logout_btn {
	background: transparent url(../gfx/enter_logout_btn.gif) no-repeat;
	width: 83px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 75px;
	float: left;
	border: none;
	cursor: pointer;
}

#enter_logout_btn:hover {
	background-position: -83px 0;
}

a {
	text-decoration: none;
	color: #0083a2;
}

a:hover {
	text-decoration: underline;
}


/* */

#container{
	width: 949px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}

#header{
	background: transparent url(../gfx/logo_big.jpg) left no-repeat;
	width: 949px;
	height: 114px;
	display: block;
}
#logo_btn{
	width: 225px;
	height: 114px;
	display: block;
	float: left;
}

#top_menu{
	width: 616px;
	height: 34px;
	display: block;
	float: left;
	position: relative;
	top: 81px;
	left: 108px;
}

#item1, #item1active {
	background: transparent url(../gfx/top_menu.png) 0 0 no-repeat;
	width: 110px;
	height: 33px;
	float: left;
}

#item1:hover {
	background: transparent url(../gfx/top_menu.png) -110px 0 no-repeat;
}

#item1active {
	background: transparent url(../gfx/top_menu.png) -220px 0 no-repeat;
}

#item2, #item2active {
	background: transparent url(../gfx/top_menu.png) 0 -33px no-repeat;
	width: 87px;
	height: 33px;
	margin-left: 3px;
	float: left;
}

#item2:hover {
	background: transparent url(../gfx/top_menu.png) -87px -33px no-repeat;
}

#item2active {
	background: transparent url(../gfx/top_menu.png) -174px -33px no-repeat;
}

#item3, #item3active {
	background: transparent url(../gfx/top_menu.png) 0 -66px no-repeat;
	width: 123px;
	height: 33px;
	margin-left: 3px;
	float: left;
}

#item3:hover {
	background: transparent url(../gfx/top_menu.png) -123px -66px no-repeat;
}

#item3active {
	background: transparent url(../gfx/top_menu.png) -246px -66px no-repeat;
}

#item4, #item4active {
	background: transparent url(../gfx/top_menu.png) 0 -99px no-repeat;
	width: 115px;
	height: 33px;
	margin-left: 3px;
	float: left;
}

#item4:hover {
	background: transparent url(../gfx/top_menu.png) -115px -99px no-repeat;
}

#item4active {
	background: transparent url(../gfx/top_menu.png) -230px -99px no-repeat;
}

#item5, #item5active {
	background: transparent url(../gfx/top_menu.png) 0 -132px no-repeat;
	width: 59px;
	height: 33px;
	margin-left: 3px;
	float: left;
}

#item5:hover {
	background: transparent url(../gfx/top_menu.png) -59px -132px no-repeat;
}

#item5active {
	background: transparent url(../gfx/top_menu.png) -118px -132px no-repeat;
}

#item6, #item6active {
	background: transparent url(../gfx/top_menu.png) 0 -165px no-repeat;
	width: 85px;
	height: 33px;
	margin-left: 3px;
	float: left;
}

#item6:hover {
	background: transparent url(../gfx/top_menu.png) -85px -165px no-repeat;
}

#item6active {
	background: transparent url(../gfx/top_menu.png) -170px -165px no-repeat;
}

#banner {
	background: transparent url(../gfx/banner.jpg) top no-repeat;
	width: 949px;
	height: 325px;
}

#banner_login {
	font-family: Arial, Helvetica, Sans-serif;
	width: 236px;
	height: 126px;
	position: relative;
	top: 74px;
	left: 706px;
	padding-top: 12px;
}

.loginInput {
	width: 128px;
	height: 18px;
	border: 0;
	float: right;
	margin: 5px 20px 0 0;
}

#sign_up{
	background: transparent url(../gfx/sign_up.gif) no-repeat;
	width: 189px;
	height: 54px;
	position: relative;
	top: 106px;
	left: 729px;
	display: block;
}
#sign_up:hover{
	background: transparent url(../gfx/sign_up.gif) -189px 0px no-repeat;	
}

#left{
	background: #f1f1f1 url(../gfx/left_top.gif) top no-repeat;
	width: 327px;
	height: auto;
	float: left;
}
#left_txt{
	background: #f1f1f1 url(../gfx/left_bottom.gif) bottom no-repeat;
	color: #62615f;
	text-align: justify;
	width: 277px;
	height: auto;
	margin: 78px auto 0px;
	padding: 0px 25px 10px;
}
#see_btn{
	background: transparent url(../gfx/see_btn.gif) no-repeat;
	color: #fff;
	width: 138px;
	height: 20px;
	margin: 47px auto 7px;
	display: block;
}
#see_btn:hover{
	background: transparent url(../gfx/see_btn.gif) -138px 0px no-repeat;
	}
#center{
	width: 373px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#center_top{
	background: transparent url(../gfx/center_top.gif) no-repeat;
	color: #52514f;
	width: 373px;
	height: 68px;
}
#center_txt {
	background: transparent url(../gfx/center_txt.gif) repeat-y;
	color: #747472;
	text-align: justify;
	width: 323px;
	height: auto;
	margin: 0px auto 0px;
	padding: 10px 25px 10px;
}

#center_txt p {
	margin: 12px 0;
	padding: 0;
}

#take_btn{
	background: transparent url(../gfx/take_btn.gif) no-repeat;
	color: #fff;
	width: 138px;
	height: 20px;
	margin: 25px auto 0px;
	display: block;
}
#take_btn:hover{
	background: transparent url(../gfx/take_btn.gif) -138px 0px no-repeat;
	}
#center_bottom{
	background: transparent url(../gfx/center_bottom.gif) no-repeat;
	width: 373px;
	height: 7px;
	margin: 0px;
	padding: 0px;
}

#right{
	width: 238px;
	height: auto;
	float: left;
	margin: 0px;
}
#right_top{
	background: transparent url(../gfx/right_top.gif) no-repeat;
	color: #52514f;
	width: 238px;
	height: 68px;
}
#right_txt{
	background: transparent url(../gfx/right_txt.gif) repeat-y;
	color: #747472;
	text-align: justify;
	width: 188px;
	height: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#see_more_btn{
	background: transparent url(../gfx/see_more_btn.gif) no-repeat;
	color: #fff;
	width: 122px;
	height: 20px;
	margin: 33px auto 0px;
	display: block;
}
#see_more_btn:hover{
	background: transparent url(../gfx/see_more_btn.gif) -122px 0px no-repeat;
	
}
#right_bottom{
	background: transparent url(../gfx/right_bottom.gif) no-repeat;
	width: 238px;
	height: 7px;
	margin: 0px;
	padding: 0px;
}

#rushmore {
	background: #fff url(../gfx/rushmore.gif) no-repeat;
	width: 176px;
	height: 79px;
	margin: 25px auto;
	display: block;
}


#footer {
	width: 944px;
}


#steps {
	background: transparent url(../gfx/steps_bg.gif) no-repeat scroll 0;
	width: 877px;
	height: 77px;
	margin: 0 0 30px;
}

#step_1 {
	display: block;
	float: right;
	height: 67px;
	margin: 5px 3px;
	width: 107px;
}

.step_1_a {
	background:transparent url(../gfx/steps.gif) no-repeat scroll -107px 0;
}

.step_1_p {
	background:transparent url(../gfx/steps.gif) no-repeat scroll 0 0;
}

#step_2 {
	float: right;
	height: 67px;
	margin: 5px 3px;
	width: 107px;
}

.step_2_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -67px;
}

.step_2_p {
	background: transparent url(../gfx/steps.gif) no-repeat scroll 0 -67px;
}

.step_2_n {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -214px -67px;
}

#step_3 {
	float: right;
	height: 67px;
	margin: 5px 3px;
	width: 107px;
}

.step_3_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -134px;
}

.step_3_p {
	background: transparent url(../gfx/steps.gif) no-repeat scroll 0 -134px;
}

.step_3_n {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -214px -134px;
}

#step_4 {
	float: right;
	height: 67px;
	margin: 5px 3px;
	width: 107px;
}

.step_4_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -201px;
}

.step_4_n {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -214px -201px;
}

#your_steps {
	background:#fff url(../gfx/steps.gif) no-repeat scroll 0 -348px;
	float: left;
	height: 20px;
	width: 188px;
}

#y_step_1 {
	float: right;
	height: 20px;
	margin: 0 1px;
	width: 22px;
}

.y_step_1_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -268px;
}

.y_step_1_p {
	background: transparent url(../gfx/steps.gif) no-repeat scroll 0 -268px;
}

#y_step_2 {
	float: right;
	height: 20px;
	margin: 0 1px;
	width: 22px;
}

.y_step_2_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -288px;
}

.y_step_2_p {
	background: transparent url(../gfx/steps.gif) no-repeat scroll 0 -288px;
}

.y_step_2_n {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -214px -288px;
}

#y_step_3 {
	float: right;
	height: 20px;
	margin: 0 1px;
	width: 22px;
}

.y_step_3_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -308px;
}

.y_step_3_p {
	background: transparent url(../gfx/steps.gif) no-repeat scroll 0 -308px;
}

.y_step_3_n {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -214px -308px;
}

#y_step_4 {
	float: right;
	height: 20px;
	margin: 0 1px;
	width: 22px;
}

.y_step_4_a {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -107px -328px;
}

.y_step_4_n {
	background: transparent url(../gfx/steps.gif) no-repeat scroll -214px -328px;
}

#next_step {
	float: right;
	height: 29px;
	width: 220px;
}

.next_step_2 {
	background: #fff url(../gfx/steps.gif) no-repeat scroll 0 -371px;
}

.next_step_3 {
	background: #fff url(../gfx/steps.gif) no-repeat scroll 0 -400px;
}

#next_step_btn {
	display: block;
	float: right;
	height: 29px;
	width: 129px;
}

.next_step_2_btn {
	background: #fff url(../gfx/steps.gif) no-repeat scroll -91px -371px;
}

.next_step_2_btn:hover {
	background: #fff url(../gfx/steps.gif) no-repeat scroll -220px -371px;
}

.next_step_3_btn {
	background: #fff url(../gfx/steps.gif) no-repeat scroll -91px -400px;
}

.next_step_3_btn:hover {
	background: #fff url(../gfx/steps.gif) no-repeat scroll -220px -400px;
}

.next_step_4_btn {
	background: #fff url(../gfx/steps.gif) no-repeat scroll -91px -429px;
}

.next_step_4_btn:hover {
	background: #fff url(../gfx/steps.gif) no-repeat scroll -220px -429px;
}

/* other */
.caption {
	display: block;
	border-bottom: 1px solid #dfdfdf;
}




#banner_sub{
	width: 950px;
	height: 133px;
	position: relative;
}
#sign_up_sub{
	background: transparent url(../gfx/e-mail.gif) no-repeat;
	width: 139px;
	height: 45px;
	display: block;
	position: absolute;
	right: 25px;
	top: 40px;
}
#sign_up_sub:hover{background-position: -139px 0px;}

#enter_sub{
	background: transparent url(../gfx/enter_sub.gif) no-repeat;
	width: 139px;
	height: 45px;
	display: block;
	position: absolute;
	right: 25px;
	top: 40px;
}
#enter_sub:hover{background-position: -139px 0px;}

#sign_in_sub{
	background: transparent url(../gfx/sign_in_sub.gif) no-repeat;
	width: 85px;
	height: 29px;
	display: block;
	position: relative;
	float: left;
}
#sign_in_sub:hover{background-position: -85px 0px;}

#content_top_sub{
  background: transparent url(../gfx/content_top_sub.jpg) no-repeat;
	width: 950px;
	height: 42px;
	display: block;
  float: left;
}
#content_sub {
 	background: transparent url(../gfx/content_sub.gif) repeat-y;
	width: 859px;
	height: auto;
	display: block;
 	float: left;
 	line-height: 1.8em;
 	color: #5a5a5a;
 	padding: 0 45px 45px;
}
#content_bottom_sub{
  background: transparent url(../gfx/content_bottom_sub.gif) no-repeat;
  width: 950px;
  height: 5px;
  clear: both;
}

.stdtext {
	color: #5a5a5a;
	line-height: 1.5em;
}

#page_contact {
	width: 250px;
	margin: 0 auto 40px;
}

#page_contact img {
	vertical-align: middle;
	padding-right: 8px
}

#page_faq li {
	line-height: 1.6em;
}

#page_faq ul {
	margin-left: 15px;
	margin-bottom: 40px;
	list-style: square;
}

#page_faq dt a, dt a:link, dt a:hover, dt a:active {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

#page_faq dd.back {
	font-size: .8em;
	margin: 0 0 20px 40px;
}

#page_faq dd {
	margin: 0 0 0 20px;
	text-indent: -19px;
}

#page_features dl {
	margin: 0;
}
#page_features dd {
	text-align: center;
	margin-bottom: 40px;
}
#page_features dt {
	margin-bottom: 20px;
}
#page_features img, #page_partners img.frame {
	padding: 6px;
	border: 1px solid #ddd;
}

#page_affiliate_plans .plans {
	border-top: 1px solid #dfdfdf;
	padding: 10px 0 8px 5px;
	display: block;
	line-height: 24px;
	position: relative;
}

#page_terms li { 
	line-height: 1.6em;
	margin: 10px 0;

}

#page_terms ol, ul {
	margin: 15px 25px;
	list-style: decimal;
}

#page_terms ol ol {
	list-style-type: lower-roman;
}
