/* @override 
	https://localhost:8888/css/style.css */



@charset "utf-8";
/* CSS Document */



/****************************************
	Fonts
****************************************/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/OpenSans-Italic.woff) format('woff');
}

/****************************************
	Global Elements
****************************************/


iframe {
	display: none;
}
#hari {
	color: #333;
}
body{
	behavior: url(csshover.htc);
	margin:0;
	padding:0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 14px;	
	background:#fff;
	color: #646464;
	}
#header_inner_bg {
	background:url(../images/inner_header_bg.gif) top repeat-x;
	}
	
#wrapper_bg {
	background:#30393D url(../images/banner_tour_bg.gif) top repeat-x;	
	margin-top:-8px; /* added newly */
	}

#wrapper_bg_ser {
	background:#30393D url(../images/banner_bg2.gif) top repeat-x;
	}
	
.wrapper {
	width:960px;
	margin:0 auto;
	}
	
h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color:#4a4a4a;
	}	
a {
	color:#2293cb;
	outline: none;
	border: none;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
a img {
	border: none;
	}
a.blue_arrow {
	background: url(../images/arrow_blue.gif) no-repeat 0 7px;
	padding-left: 9px;
}
	
a.action_button_big {
	background:#fda428;
	width:234px;
	height: 50px;
	line-height: 50px !important;
	margin:0 auto;
	display: block;
	}	
a.action_button_big:hover {
	background: #f2972b;
}
a.action_button_big, a.action_button_med  {
	font:bold 15px;
	text-transform:uppercase;
	display:block;
	text-align:center;	
	color:#fff;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
a.action_button_med {
	background:url(../images/action_button_med.png) no-repeat;
	width:187px;
	height: 28px;
	padding-top: 12px;	
	margin-right:12px;	
	text-align: center;
	padding-right: 20px;	
	}	
a.action_button_big:hover, a.action_button_med:hover{	
	color:#fff;
	}
.check_list, .benefits_list {
	margin-top: 30px;
	}
ol {
	list-style-type: decimal;
	margin-left: 0px;
	margin-top: -10px;
}
ol li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.check_list li, .benefits_list li{
	background:url(../images/tick.jpg) no-repeat;
	padding:0px 0 5px 38px;
	margin-bottom: 10px;
	line-height: 1.6em;
	}	
.check_list.home_list li {
/*	width: 38%;
	float: left;
	margin-right: 5%;*/
	margin-bottom: 30px;
	
}	
.home_list li a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	}
.benefits_list li{
	background:url(../images/star_li.jpg) no-repeat 0 3px;
	}
#about_list li {
	border-bottom: solid 1px #ddd;
	padding-top: 10px;
}
#about_list li#last_li {
	border-bottom: none;
}
#about_list li h2 {
	font-size: 18px;
	margin-bottom: -10px;
}
#content #about_list p{
	}
.chat_button, .tour_button {
	font-size:14px;
	padding-top:22px;
	margin-left:20px;
	display:block;	
	color:#cce3f2;	
	text-decoration:none;	
	vertical-align:middle;	
	}
.chat_button {
	background:url(../images/chat_button.gif) no-repeat;
	width:271px;
	height:50px;
	margin-left:20px;
	padding-top:14px;
	padding-left:10px;
	text-align:center;	
	}	
.tour_button {
	background:url(../images/tour_button_bg.gif) no-repeat;
	width:263px;
	height:42px;
	padding-left:40px;		
	}
	
/****************************************
	Header
****************************************/

#header_wrapper {
	padding-top: 0px;
	height: 100px;
	width: 100%;
	z-index:100;
	position: fixed;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	}	
#header {
	height:inherit;
	width:100%;
}
#logo {
	float:left;
	margin-top:25px;
	width: 200px;
	}	
	
/****************************************
	Top Nav
****************************************/

#nav_wrapper {
	float:right;
	text-align:right;	
	width:672px;
	}	
#phone_num {	
	color:#aaa;
	font-size:16px;
	font-weight: 500;
	padding:0 11px 0 15px;
	}
.pull-right#global_nav li:first-child {	
	border-right: 1px solid #ddd;
	border-left:none !important;
	padding-right:5px;
	}
.pull-right#global_nav li:nth-child(2) {	
	border-right: 1px solid #ddd;
	}
	
.Web_chatIcon {
	background: url(../images/header_chat_btn.jpg) 0px 2px no-repeat;
	width:122px;
	height:28px;
	margin-top: -2px;
	line-height: 27px;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	padding-left:14px;
	display: block;
	text-transform: uppercase;
	color: #0071BC;
	text-decoration: none;
	
	}
	
/****************************************
	Global Nav
****************************************/
	
#global_nav_wrapper {
	padding:0px 40px;
}
#global_nav	{
	margin:35px 0 0 0;
	margin-left: 20px;	
	float:left;
	}
#global_nav	li{	
	display:block;
	float:left;
	font-size:13px;
	color:#fff;
	margin-left: 5px;
	}
*html #global_nav li{
	display: inline;
}	
.nav_lft {
	height:31px;
	display: none;
	}
#global_nav	li a {
	height:31px;
	padding:0 10px 0 10px;
	line-height:31px;
	display:block;
	text-decoration:none;
	color:#888;		
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition:all 0.3s ease;
	}	
#global_nav	li a.chatIcon, #global_nav	li a.chatIcon:hover {
	padding-left: 23px;
	margin: 0 6px 0;
	color: #249dd8;
	background: url('../images/chat-bubble.png') no-repeat 6px 9px;
	font-weight: 500;
}
#global_nav	li a.chatIcon:hover {
	background: #f7f7f7 url('../images/chat-bubble.png') no-repeat 6px 9px;
}
#global_nav	li a:hover{
	color:#555;
	text-decoration:none;
	background: #f7f7f7;
	}
#global_nav	li a.active{
	color:#249ed9;
	background: none;
}
	
.nav_rgt {
	height:31px;
	}	
#global_nav	li a.nav_mid_curr {
	font-weight: bold;
	color: #555;
	
}
.nav_rgt_curr {
	height:31px;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #f5f5f5;
	}	
a.nav_mid_curr:hover{
	color:#fff;
	text-decoration:none;
	}
#global_nav	li #free_trial_nav {
	color: #fff;
	background: #fda428;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
a#free_trial_nav:hover{
	color:#30393D;
	text-decoration:none;
	}

/****************************************
	Sub Nav
****************************************/	
#sub_nav_wrapper {
	background:#249ed9;
	padding: 100px 0 0 0;
}
#sub_nav {
	margin:0 40px;
	padding: 0;
	overflow: hidden;
	text-align: center;
	}
#sub_nav li{
	display: inline-block;
	
	}	
#sub_nav a{
	color:#9cdeff;
	font-size:13px;
	text-decoration:none;
	line-height:60px;
	display: block;
	padding: 0 15px;
	transition:all 0.3s ease;
	}
*html #sub_nav a {
	width: 1px;

}
#sub_nav a:hover,#sub_nav a.active{
	color:#fff;
	}	
.search_field{
	float:right;
	background:url(../images/search_bg.gif) no-repeat;
	width:158px;
	height:23px;
	margin-top:5px;
	}	
.search_field input {
	font-size:12px;
	color:#fff;
	padding-top:2px;
	padding-right:7px;
	width:108px;
	background:none;
	border:0;	
	margin-left:30px;
	}
#active_sub {
}
#active_sub a {
	color: #fff;
	font-weight: bold;
}
#breadcrumb_wrapper {
	background: url(../images/breadcrumb_bg.jpg) repeat-x;
	display: none;
}	
#breadcrumb {
	width:960px;
	margin:0 auto;
	display: block;
	height: 18px;
	padding: 12px 0 0 0;
}
#breadcrumb li {
	display: block;
	float:left;
	padding-right: 5px;
}
#breadcrumb li a {
	color:#000;
}

/****************************************
	Banners
****************************************/

#banner_wrapper {
	clear:both;
	overflow:hidden; 
	background: #223948;
	height:400px;
	}	
#banner_wrapper.home_banner_wrapper {
	background: #2293cb !important;
}
#banner {
	clear:both;
	width:960px;
	margin: 0 auto;
	overflow:hidden; 
	}	
#anfo_service h1{
	font-size:38px;
	color:#30393d;
	margin:30px 0 0 65px;
	padding:0;
	}
.banner_main {
	width:650px;
	height:400px;
	float:left;
	}	
#home_banner {
	background:url(../images/home_answering_banner.png) no-repeat;
}
#services_banner {
	background:url(../images/services_banner.png) no-repeat;
}
#features_banner {
	background:url(../images/features_banner.png) no-repeat;
}
#industries_banner {
	background:url(../images/industries_banner.png) no-repeat;
}
#crm_banner {
	background:url(../images/crm_banner.png) no-repeat;
}
#about_banner {
	background:url(../images/about_banner.jpg) no-repeat;
}
.banner_main blockquote {
	font-size: 30px;
	font-style: italic;
	color:#fff;
	width:310px;
	position: absolute;
	margin: 120px 0 0 300px;
	line-height: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url('../images/overlay.png') no-repeat left top;
}

#about_banner blockquote {
	margin: 70px 0 0 290px;
	font-size: 26px;
	text-align: center;
	margin-left: 280px;
}
.banner_sub {	
	width:300px;
	height:350px;
	margin-left: 10px;
	float:left;
	text-align:center;
	display: block;
	}	
.banner_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight: 300;
	font-size:30px;
	margin-top:100px;
	margin-left: 280px;
	}	
.banner_title a {
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
}
.banner_main p{
	color:#cce3f2;
	font-size:15px;
	line-height: 1.6em;
	width:340px;
	text-align:left;
	margin:20px 0 0 280px;	
	}	
a#learn_more{
	text-transform: uppercase;
	color:#fff;
	display: block;
	margin:20px 50px 0 0;
	float: right;
	}	
*html #banner_main a {
	margin-right: 30px;
}
#trial{	
	background:url(../images/home_free_banner.png) no-repeat;
	}
#tour{	
	background:url(../images/features_tour_banner.jpg) no-repeat;
	}
#about_sub{	
	background:url(../images/about_sub_banner.jpg) no-repeat;
	}
#about_sub ul {	
	text-align: left;
	color: #fff;
	font-size: 14px;
	padding: 92px 20px 0 75px;
	}
#about_sub ul li {
	padding-bottom: 11px;
}	
.banner_sub h1 {
	font-size:30px;
	color:#fff;
	margin:90px 30px 15px;
	text-align: center;
	line-height: 1.2em;
	}
	
.banner_sub p {
	font-size:15px;
	color:#b7c5ce;
	width:248px;
	line-height: 1.4em;
	margin:0 30px 20px 30px;
	}	
#tour {
	text-align: left;
}
#tour p {
	font-size:14px;
	color:#fff;
	width:155px;
	padding-left:0px;
	text-align: left;
	}
 
/****************************************
	Middle Content 
****************************************/
	
#content_wrapper{
	clear:both;
	margin:50px auto 0 auto;
	width:960px;
	overflow:hidden;
	}	

/****************************************
	Sidebar Content
****************************************/

#sidebar	{
	width:290px;
	overflow: hidden;
	float:left;
	padding: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
#sidebar_header {
	display: none;
	}	
#sidebar_footer {
	display: none;
	}
#sidebar h1 {
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 1.2em;
	color: #777;
	}
.sidebar_widget {
	margin: 0 0 20px 0;
	position: relative;
	width:230px;
	z-index: 0;
	padding: 25px 30px;
	color: #777;
	background: #f5f5f5;
	}
#price_widget {
	background: #f5f5f5 url(../images/sb_pricing_bg.png) 160px 35px no-repeat ;
	height: 160px;
}
#price_widget p {
	font-size: 13px;
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
	margin: -5px 100px 20px 0;
	color: #999;
}
.widget_header {
	display: none;
	}
.widget_footer {
	display:none;
	}	
.sidebar_widget .widget_btn {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color:#fff;
	cursor: hand;
	cursor: pointer;
	display: block;
	background: #ccc;
	padding: 13px 10px; 
	margin-top: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
.sidebar_widget .widget_btn:hover {
	background: #2293cb;
	color: #fff;
}
#price_widget .widget_btn:hover {
	background: #fda428;
	color: #fff;
}
#web_chat {
	background: url(../images/chat_widget_btn.jpg) no-repeat;
	line-height: 44px;
	height: 46px;
	text-align: center;
	padding-left: 15px;
	width:213px;
	font-weight:normal;
}
#pricing {
	background: url(../images/pricing_widget_btn.jpg) no-repeat;
	line-height: 44px;
	height: 46px;
	text-align: center;
	padding-left: 28px;
	width:198px;
}	
#click_to_call label {
	display:block;
	float:left;
	font-weight:normal;
	padding:10px 5px 4px 1px;
	color: #aaa;
}
#click_to_call ul {
	margin-left: 0;
	width: 100%;
	height: 60px;
}
#click_to_call li {
	display:block;
	float: left;
	width: 110px;
	margin: -10px 5px 5px 0;
}
#click_to_call li input {
	color:#333;
	border: 1px solid #ddd;
	background: #fff;
	font-size:13px;
	height:20px;
	line-height: 20px;
	padding:3px 2px 2px 4px;
	width: 105px;
	clear: both;
}
*html #click_to_call {
	height: 90px;
}
#call_me {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color:#fff;
	cursor: hand;
	cursor: pointer;
	display: block;
	background: #ccc;
	padding: 13px 10px; 
	margin: 0px !important;
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
#call_me:hover {
	background: #2293cb;
	color: #fff;
}	
#next_steps {
	padding:0;
	}	
#next_steps li{	
	margin-top:6px;
	color:#CCE3F2;
	}
#next_steps li a{
	font-size:14px;
	color:#027CB2;	
	position:relative;
	top:-4px;
	padding-left:8px;
	}	
.signup_widg {
	margin: 0 0 20px 0px;
	border: none;
}	
	
/****************************************
	primary content 
****************************************/
	
#content {
	float:left;
	width:610px;
	overflow: hidden;
	margin-left:60px;
	font-size: 14px;
	}
		
#content h1{		
	margin:6px 0 -5px 0;
	font-size: 26px;
	}
#content h1.white {		
	margin:6px 0 25px 0;
	}
#content h2{		
	margin:6px 0 15px 0;
	font-size: 22px;
	}
#content h3{		
	margin:6px 0 15px 0;
	font-size: 18px;
	}
#content p {
	padding:0;
	font-size: 15px;
	margin:30px 0 30px 2px;
	font-weight: normal;
	line-height: 1.6em;
	color: #777;
	}	
#content strong {
	font-weight: 600;
}

 #content .Web_chatIcon {
	color:#67D3F9;
	outline: none;
	border: none;
	cursor: hand;
	cursor: pointer;
	}
.tour_banner {	
	margin-top:15px;
	background:url(../images/tour_banner_bg.jpg) no-repeat;
	width:640px;
	height:167px;
	margin-left: -3px;
	}
	
#content .tour_banner h1 {
	color:#fff;
	line-height:1.1em;
	position:relative;
	top:42px;
	left:195px;
	font-size: 22px;
	font-weight: normal;
	width:370px;
	}
.tour_banner .action_button_med {
	position:relative;
	top:45px;
	left:390px;
	}	
#summary_header {
	background:url(../images/tour_content_header.gif) top no-repeat;
	width:625px;
	height:10px;
	overflow:hidden;
	margin: 5px 0 0 0;
	display: none;
	}  	
#summary_content {
	background: #f7f7f7;
	width:625px;
	float: left;
	margin: 0;
	padding: 10px 0 20px 0;
}
#summary_content img {
	float:left;
	margin: 10px 40px 0 30px;
	position: absolute; 
	background: #b4d7ed;
	padding: 10px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width: 45px;
	height: 45px;
}
#summary_content h3 {
	margin: 10px 0 0 120px;
	color:#30393D; 
	font-size: 20px;
}
#summary_content p {
	margin: 10px 30px 0 120px;
	color:#30393D; 
}
#summary_footer {
	padding:10px 0 0;
	margin-bottom: 40px;
	width: 625px;
	height: 40px;
	clear:both;
	background: #f0f0f0;
	}
#summary_footer ul {
	padding: 0 0 0 20px;
}	
#summary_footer ul li {
	display: inline;
	float: left;
	line-height: 25px;
	margin: 0 20px 0 0;
}
#summary_footer, #summary_header, #summary_content {
	margin-left: -5px;
}	
.mini_price {
	background: url(../images/mini_price_icon.gif) no-repeat 0 5px;
	padding-left: 17px;
}
.mini_chat {
	background: url(../images/mini_chat_icon.gif) no-repeat 0 5px;
	padding-left: 20px;
}
.mini_trial {
	background: url(../images/mini_star_icon.gif) no-repeat 0 5px;
	padding-left: 19px;
}
.mini_next {
	background: url(../images/mini_arrow_icon.gif) no-repeat 0 5px;
	padding-left: 19px;
}

/****************************
	service primary content
*****************************/

#service_perc{		
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:15px 0 15px 40px;
	width:520px;
	}	

#services_offered {
	margin:30px 2px;
	padding:0;
	}	

#services_offered li{
	clear:both;
	overflow:hidden;
	margin-bottom: 30px;
	}	
#services_offered li#first_icon {
	border-top: none;
}
#services_offered li#last_icon {
	border-bottom: none;
	height:88px;
}
#services_offered li img{
	float:left;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width: 62px;
	height: 62px;
	}	
	

#services_offered li h4 {
	margin:0;
	padding:0px 0 0 0px;
	font-size:16px;
	font-weight:normal;
	}	

#services_offered li p {
	padding-top:5px;
	margin: 0;
	padding-left: 80px;
	}

/****************************************
	footer
****************************************/

#footer_break {
	clear:both;
	margin-top:25px;
	}

#footer_wrapper {
	clear:both;
	overflow:auto;
	padding:60px;
	background:#f0f0f0;
	margin-top: 50px;
	}
#footer-body {
	width:960px;
	margin: 0 auto;
}		
#footer-body:after{
	content:"";
	display:block;
	clear:both;
}
#footer_wrapper h2{
	font-size:22px;
	font-weight:normal;
	margin:26px 0 3px 0px;
	padding:0;
	color:#999;
	text-align:center;
	margin-top:18px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	}

#footer_wrapper p{
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:-5px 0 0 0px;
	padding:0;
	color:#888;
	text-align:center;
	line-height: 1.2em;
	}		

#footer_wrapper span {
	font-size:12px;
	color:#999;
	}

#foot_lft {
	width:303px;
	height:117px;
	float:left;
	text-align:center;
	}	

#foot_mid {
	width:346px;
	height:117px;
	float:left;
	margin:0 5px;
	text-align:center;
	display:block;
	line-height: 1.2em;


	}

#foot_rgt {
	width:300px;
	height:117px;
	float:left;
	text-align:center;
	}	
#foot_mid, #foot_lft, #foot_rgt {
	background: #e3e3e3;
	padding: 20px 0;
}
#footer_wrapper ul {
	margin:0 auto;
	overflow:hidden;
	width:300px;
	text-align:center;
	position:relative;
	top:26px;
	}	
#footer_wrapper ul li{	
	font-size:12px;
	display:inline;
	color:#888;	
	padding:0;
	}

#footer_wrapper ul li a{	
	text-decoration:none;
	color:#888;	
	}

.risk_free {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color:#fff;
	cursor: hand;
	cursor: pointer;
	display: block;
	background: #ccc;
	padding: 13px 10px; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 20px 30px 0;
	}	
.risk_free:hover {
	background: #fda428;
}
#namefield{ 
 text-decoration:none;
 display:none;
 }
 #companyfield{ 
 text-decoration:none;
 display:none;
 }
 #phonefield{ 
 text-decoration:none;
 display:none;
 }
 #phonevalidfield{ 
 text-decoration:none;
 display:none;
 }
 #emailfield{ 
 text-decoration:none;
 display:none;
 }
 #emailvalidfield{ 
 text-decoration:none;
 display:none;
 }
 

/* AnswerForce 3 field registration experiment */
 
 
#reg_content_new{ width:600px; height:auto; float:left; margin:0px; padding:20px 0px 20px 15px; background:#cce3f2; _padding-left:0px; _width:615px;}

#reg_content_new #details_new { width:460px; height:auto; float:left; margin:0px; padding:0px 0px 0px 10px;}
			     #details_new #row_new{ width:100%; height:auto; float:left; margin:0px 0px 6px 0px; padding:0px 10px 0px 40px; _padding:0px 10px 0px 20px;}
					          #row_new #txt_new{ width:15%; height:auto; float:left; margin:0px; padding:0px; font-family: Tahoma, Geneva, Verdana, sans-serif;	font-size:14px; font-weight:normal; color:#000;} #txt_new em{ color:#f26522;}
					  
					  #row_new #obj_new{ width:75%; height:auto; float:left; margin:0px; padding:0px 0px 0px 0px;}

#reg_content_new #image_new { width:110px; height:auto; float:left; margin:0px; padding:0px 0px 0px 30px; border:#FF0000 1px solid; _padding:0px 0px 0px 10px;}

#reg_content_new input.input_new{ width:300px; border-top:#666 1px solid; border-left:#666 1px solid; border-right:#fff 1px solid; border-bottom:#fff 1px solid; background:url(https://images.answerforce.com/bg_input.jpg) repeat-x; margin-top:0.1em;}
#reg_content_new input.input_new:focus{ background:#fefed4; border-top:#666 1px solid; border-left:#666 1px solid; border-right:#fff 1px solid; border-bottom:#fff 1px solid;}


.pull-right#global_nav{
	float:right;
}
.pull-right#global_nav li{
	display:inline-block;
}

.pull-right#global_nav	li a.sign-in{
	display:inline-block;
}
.pull-right#global_nav	li .sign-in em{
	height: 25px;
	width: 20px;
	background: url('/images/icon-right.png') no-repeat right 8px;
	opacity:0.8;
	float: right;
}

#global_nav li:first-child{
	border-left:1px solid #ddd;
	padding-left:10px;
}



/*************************
WEBSITE PAGE CHANGES
*************************/
.websites_container {
padding: 40px;
}
.websites_banner h1 {
font-size: 30px;
margin-bottom: 30px;
font-weight: 300;
}
.website_content {
width: 481px;
line-height: 30px;
padding-right: 35px;
border-right: dotted 1px #ccc;
float: left;
}
.website_content h4 {
font-size: 22px;
color: #777;
margin-bottom: 20px;
font-weight: 300;
}
.website_content p {
color: #777;
font-size: 18px;
font-weight: 300;
}
.website_content .button_holder {
margin-top: 25px;
}
.websites_banner {
display: inline-block;
width: 100%;
padding-bottom: 40px;
/* border-bottom: dotted 1px #ccc; */
}
.how_works {
float: left;
width: 305px;
padding-left: 40px;
line-height: 30px;
}
.how_works h3 {
font-size: 18px;
font-weight: 500;
color: #249ed9;
margin-bottom: 10px;
}
.how_works ul {
font-size: 16px;
font-weight: normal;
color: #555;
width: 300px;
}

.website_template {
	padding-top: 40px;
}
.website_template h1,.website_pricing h1{
font-size: 26px;
margin-bottom: 30px;
}
.template_content,.pricing_content {
line-height: 30px;
}
.template_content > p,.pricing_content > p {
font-size: 20px;
color: #777;
width: 730px;
font-weight: 300;
}
.template_layout {
padding-top: 50px;
}
.template_list_content h2 {
font-size: 24px;
font-weight: 400;
margin-bottom: 10px;
}
.template_list_content ul{
	margin-top: 15px;
}
.template_list_content p, .template_list_content ul li {
font-size: 18px;
color: #777;
font-weight: 300;
}

.template_list {
padding-left: 520px;
padding-top: 55px;
padding-bottom: 55px;
margin-bottom: 50px;
}
.hongkong {
background: url(../images/hongkong.png) no-repeat 0px 20px;
}
.melbourne{
background: url(../images/Melbourne.png) no-repeat 0px 20px;
}
.barcelona{
background: url(../images/Barcelona.png) no-repeat 0px 20px;	
}
.istanbul{
background: url(../images/Istanbul.png) no-repeat 0px 20px;	
}
.cairo{
background: url(../images/Cairo.png) no-repeat 0px 20px;	
}
.pricing_content table th {
font-weight: bold;
}
.pricing_content table th, .pricing_content table td {
text-align: center;
font-size: 14px;
width: 300px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #000;
}
.pricing_content table .services{
width: 200px;
}
th.traditional {
background-color: #b6b5b5;
}
th.ecommerce {
color: #fff;
background: #249ed9;
}
td.traditional {
background: #f3f3f4;
}
td.ecommerce {
background: #acd4ec;
}
.pricing_content table {
border: 1px solid #fff;
border-bottom:0px;
margin: 50px auto 0px;
}
.pricing_content table th:last-child, .pricing_content table td:last-child{
border-right: 0;
}




ul.blue_list {
list-style-type: disc;
color: #249ed9;
margin: 12px 0 0 15px;
padding: 0;
}
ul.blue_list li {
font-size: 12px;
line-height: 17px;
padding: 5px 0;
}
ul.blue_list li strong {
color: #4f5c63;
font-size: 16px;
font-weight: 300;
line-height: 20px;
}
.blue_button a {
color: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding: 7px 35px 7px 20px;
font-size: 13px;
background: #fda428 url(../images/rightarrow.png) no-repeat 212px 9px;
}

.template_layout ul.blue_list li strong {
font-size: 18px;
color: #777;
}
th.ecommerce {
color: #fff !important;
}
td.services {
font-size: 12px !important;
}
th.services {
font-size: 14px !important;
font-weight: 400 !important;
}
.pricing_content table .ecommerce {
border-color: #b4c0c0 !important;
}



.template_list_content h2 a {
color: #4a4a4a;
text-decoration: none;
}