/* ... GNP welcome pages... */ 
#main.welcome #subhead {
  height:34px; padding:10px 0 0 15px; 
}
#main.welcome #subhead h3 {
	height:26px; width:322px; margin:0;
	background:url('/img/welcome_heads.png') no-repeat left top;
}
#main.welcome.benefits #subhead h3 { background-position:0 0px;}
#main.welcome.features #subhead h3 { background-position:0 -25px;}
#main.welcome.how #subhead  h3 { background-position:0 -50px;}
#main.welcome.ideas #subhead h3 { background-position:0 -75px;}
#main.welcome.badge #subhead h3 { background-position:0 -100px;} 
#main.welcome.next #subhead h3 { background-position:0 -125px; 
}

/* .. subnavigation .. */
#main.welcome ul#sub-nav {
	position:relative; margin-left:10px;
  font-size:9pt; font-weight:normal;
}

#main.welcome p {
	color:#000000;
	font-size:12px;
	line-height:18px;
	margin-bottom:17px;
}
#main.welcome p.last {
	margin-bottom:30px;
}

#main.welcome #content {
	position:relative; 
	width:474px; 
	padding-left:15px;
	float:left;
	color:#4d4d4d;
}
#main.welcome #content p { 
	color:#4d4d4d;
}
#main.welcome #content .block {
	padding:0px 0 1px 0;
}
#main.welcome .column-right {
	float:right; width:207px; position:relative; display:inline;
	margin-top:11px 2px 0 0;
}

#main.welcome #content h2 {
	padding-top:10px;
	color:#808080; 
	margin-bottom:17px;
}

#main.welcome .botnav {
	color:#38869a;
	font-weight:bold;
	background:url('/img/botnav_arrow.png') no-repeat right;
}
#main.welcome h3 { 
	color:#808080; 
	margin-top:11px;
	font-size:16px;
	font-weight:normal;
	
}
#main.welcome .green { 
	color:#7f974a; 
}
#main.welcome .gold { 
	color:#e39b17; 
}

/* right column*/

#main.welcome .column-right h3 {
	height:23px; margin:10px 0 0 0;
	background:url('/img/welcome_heads.png') no-repeat left top;
}
#main.welcome .column-right .register h3 {
	background-position:18px -155px; 
}
#main.welcome .column-right .questions h3 { 
	background-position:18px -176px; margin-bottom:12px; margin-top:19px;  
}

/* register form */
#main.welcome .column-right .register-email {
  margin-top:5px;
	background-image:url(/img/form_bg.png);
}
#main.welcome .column-right .register-email span.top {
  display:block; height:5px;
  background:url('/img/form_top.png') no-repeat left top;
}
#main.welcome .column-right .register-email span.bottom {
  display:block; height:5px;
  background:url('/img/form_bot.png') no-repeat left bottom;
}
#main.welcome .column-right .register-email form {
	padding:1px 15px 1px 18px;
}
#main.welcome .column-right .register-email form label,
#main.welcome .column-right .register-email form span,
#main.welcome .column-right .register-email form button {
	display:block; margin:10px 0 5px 0;
}
#main.welcome .column-right .register-email form label {
  color:#808080;
  font-size:12px; font-weight:bold; 
}

/* question block */
#main.welcome .column-right .questionblock { 
	position:relative; }
#main.welcome .column-right .questionblock h3 { 
	margin-bottom:3px; }
#main.welcome .column-right .questionblock .box { 
	position:relative; height:30px; margin-bottom:28px; padding:0 10px 0 0;
	border:#c0c0c0 1px solid;
}
#main.welcome .column-right .questionblock .box p { 
	text-align:center;
}
#main.welcome .column-right .login{ 
	margin-left:18px; margin-top:8px;
}
#main.welcome .column-right .using{ 
	width:195px; line-height:17px;
}
#main.welcome .column-right .using p { 
	color:#e39b17; margin-bottom:5px;
} 

/* reviews block */
#main.welcome .column-right ul.blocklist {
	margin:6px 0 0 0; padding:0; position:relative;
	border-bottom:#c0c0c0 solid 1px; background-color:#fbfbf9;
}
#main.welcome .column-right ul.blocklist li {
	margin:0; padding:10px 0 10px 15px;
	display:block; width:auto; 
  border:#c0c0c0 solid 1px; border-bottom:none;  
}
#main.welcome .column-right ul.blocklist li a {
	display:block; margin-left:10px;
}

/* collect reviews block */
#main.welcome #content .collectblock { 
	padding-left:22px; }
#main.welcome #content .collectblock p{ 
	padding-left:22px; }
#main.welcome #content .collectblock h3{ 
	padding-left:22px; color:#7f974a; background:url('/img/star_whitebg.png') no-repeat left top; font-weight:normal; line-height:17px;
}
#main.welcome #content ul { 
	margin-left:24px; margin-bottom:18px; list-style:disc;  line-height:18px; font-size:12px; color:#000000; 
}

#main.welcome #content #badge img { 
	margin-left:39px; margin-bottom:15px; margin-top:4px; 
}

#main.welcome #content .dontblock{ color:#e39b17; font-size:16px; background:url('/img/donts.png') no-repeat left top; font-weight:bold; line-height:48px;
	margin-top:20px;}
#main.welcome #content .doblock{ color:#7f974a; font-size:16px; background:url('/img/dos.png') no-repeat left top; font-weight:bold; line-height:48px;	
	margin-top:29px;}
	
#main.welcome #content .doblock .head{ padding-left:56px;}
#main.welcome #content .dontblock .head{ padding-left:56px;}

#main.welcome #content .dontblock .highlight{ color:#e39b17; font-weight:bold; font-size:13px;}
#main.welcome #content .doblock .highlightdo{ color:#7f974a;  font-weight:bold; font-size:13px;}
