/*  
Theme Name: Geco Loco
Theme URI: http://www.gecoloco.com
Description: wordpress template
Version: 0.1
Author: Bartek Czerwinski bartek@gecoloco.com
Author URI: http://gecoloco.com
*/

/*   Screen styles   */

/* GLOBAL RESET SETTINGS ******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a img {border:none;}
html, body { height: 100%; }

/* VARIETE **************/

.clear { clear: both; } 
.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.left { float: left; }
.right { float: right; }
.main strong { font-weight: 700; }
.main em { font-style: italic; }
.more-link { color: #00c1ba; font-size: 11px; }
.rounded-corners-5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.container { width: 940px; margin: 0 auto; position: relative; }

/* STICKY FOOTER **************/

html, body, #wrap { 
	height: 100%; 
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#holder {
	padding-bottom: 5px; /* was 90px */
}

#footer {
	position: relative;
	margin-top: -90px; 
	height: 90px;
	clear:both;
	background: #637c92 url('../images/footer-bg.png') 0 0 repeat-x;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* PAGE FONT SETTINGS **************/

body { 
	background: #fff; 
	color: #464748; 
	font: 14px/20px Helvetica, Arial, Verdana, sans-serif; 
	letter-spacing: 0.7px
	} 

/* HEADER SETTINGS************/

#header {
	width: 100%;
	height: 93px;
	background: #fff url('../images/header-bg.png') 0 100% repeat-x;
}

#branding { 
	display: block; 
	width: 145px; 
	height: 43px; 
	position: absolute; 
	top: 25px; 
	left: 0; 
}

#branding a { 
	display: block;
	width: 145px; 
	height: 43px; 
	text-indent: -3000px; 
	overflow: hidden; 
	background: transparent url('../images/logo.png') 50% 50% no-repeat; 
	}
	
#nav { 
	position: absolute; 
	right: 0; 
	z-index: 50; 
	top: 40px; 
}
	
#nav li { 
	display: inline; 
	float: left; 
}
	
#nav a { 
	cursor: pointer; 
	display: block; 
	float: left; 
	padding: 0 10px; 
	font-size: 12px;
	text-transform: uppercase; 
	overflow: hidden; 
	height: 23px; 
	line-height: 23px; 
	text-decoration: none; 
	margin-left: 12px; 
	color: #464748;
}
	
#nav a:hover, #nav .current a { 
	background: #da4f2b url('../images/nav-hover.png') 50% 50% repeat-x; 
	color: #fff; 
}

#nav #languages a.globe {
	width: 16px;
	height: 23px;
	background: #fff url('../images/globe.png') 50% 50% no-repeat;
	padding: 0;
	text-indent: -3000px;
	overflow: hidden;
	outline: none;
	}
	
#nav #languages ul { display:none; position: absolute; background-color: #f9f9f9; right: 0; top: -5px;z-index: 10; border: 3px solid #fff;}
#nav #languages ul li { display: block; float: none; }
#nav #languages ul li a { float: none; margin: 0;}


/* CONTENT SETTINGS***********/

#home-details { 
	background: #637c92 url('../images/top-banner.jpg') 0 0 repeat-x;
	height: 420px;
}

#home-details #banner { 
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 460px;
	padding: 45px 0 20px;
	line-height: 1em;
	clear: left;
	float: left;
}
 
@media screen and (-webkit-min-device-pixel-ratio:0){
#home-details #banner { font-weight: 700;	text-shadow: #121212 1px 1px 1px; }
}

#home-details #sub-banner { 
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-shadow: #121212 1px 1px 1px;
	width: 460px;
	color: #c3cad2; 
	clear: left;
	float: left;
	letter-spacing: 0;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

#home-details img {
	width: 460px;
	margin-left: 20px;
  margin-top:45px;
}

#home-details ul { 
	clear: both;
	height: 60px;
	padding-top: 40px;
}

#home-details li.left { 
	width: 460px;
	height: 60px;
	background: transparent url('../images/home-page-button-tour.png') 0 0 no-repeat;
}
#home-details ul li.right { 
	width: 460px;
	height: 60px;
	background: transparent url('../images/home-page-button-signup.png') 0 0 no-repeat;
}

#home-details li a { 
	display: block;
	width: 460px;
	height: 60px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	font-weight: 400;
	text-shadow: #121212 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	 }

/* main content fonts *******/

.main { 
	padding: 20px 0; 
	margin: 0 auto;
	}
.main p { 
	padding: 5px 0; 
}
.main a {
	color: #da502c;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;

}
.page-title { 
	background: #637c92 url('../images/top-banner.jpg') 0 100% repeat-x;
	height: 120px;
}

#title {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 100px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#title { font-weight: 700; 	text-shadow: #121212 1px 1px 1px; }
}

#features-intro,
body#FeaturesPage #features-intro {
  width: auto;
}

#features-intro p, 
body#FeaturesPage #features-intro p {
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
}
  
#features-intro h3, img,
body#FeaturesPage #features-intro h3, body#FeaturesPage img {
  width: auto;
}

#features-intro h3,
body#FeaturesPage #features-intro h3 {
  font-size:26px;
  line-height:32px;
  margin-left: 0;
}

.features { 
	width: 460px;
	padding-bottom: 20px;
}
.features h3 {
  font-size: 26px;
  line-height: 32px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	width: 460px;
}

body#FeaturesPage .features h3 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.35px;
  margin: 0 0 0 70px;
}

body#FeaturesPage .features p {
  font-size: 12px;
  line-height: 15px;
	letter-spacing: 0.35px;
  margin: 0 0 0 70px;
}

.features img { 
  width: 460px;
  height: 140px;
  margin: 10px 0 5px;
}

body#FeaturesPage .features img { 
	width: 70px;
	height: 70px;
	margin: -15px 0 0;
	float: left;
}

.tour {
	width: 940px;
	padding-bottom: 20px;
	position: relative;	
}

.tour h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	width: 460px;
	float: left;
}
.tour img { 
	margin: 10px 0 5px;
}

.tour a {
	display: block;
	float: right;
	width: 460px;
	font-size: 14px;
	font-weight: 700;
	padding-left: 20px;
	background: transparent url('../images/bullet.png') 0 50% no-repeat;
}

.case-studies { 
	width: 460px; 
	padding-bottom: 20px;
	}
.case-studies h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	padding-bottom: 10px;
	}
.case-studies img { 
	width: 130px;
	height: 130px;
	margin: 0 20px 15px 0;
	float: left;
	}
.case-studies p {
	display: block;
	clear: left;
}
.case-studies blockquote {
	font-weight: 700;
	padding-left: 150px;
}

#faq {
	width: 600px;
	padding-bottom: 20px;
}
.faq {
	padding-bottom: 20px;
}
.faq h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	padding-bottom: 10px;
	}
	
.sidebar {
	width: 320px;
}
.sidebar h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	padding-bottom: 10px;
	color: #da502c;
	}
.sidebar li {
	display: block;
	padding-bottom: 10px;
}

.sidebar li a {
	padding-left: 20px;
	display: block;
	background: transparent url('../images/bullet.png') 3px 3px no-repeat;
}

.plans { 
	width: 220px;
	margin-right: 20px;
	float: left; 
	background: #4d6277 url('../images/plans-bottom.png') 0 100% no-repeat;
	position: relative;
}
.plans:last-child {
	margin-right: 0;
}
.plans h3 { 
	display: block;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: #121212 1px 1px 1px;
	padding: 20px 0 10px 25px;
	color: #fff;
	background: transparent url('../images/plans-top.png') 0 0 no-repeat;
	}
.plans ul {
	padding: 0 25px;
} 
.plans li { 
	display: block;
	padding-left: 15px;
	background: transparent url('../images/plans-bullet.png') 5px 50% no-repeat; 
	color: #fff;
	 }
.plans .price-tag {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	background: transparent url('../images/plans-price-tag.png') 50% 50% no-repeat ;
	width: 95px;
	height: 20px;
}
.plans .price-tag p {
	display: block;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #2f2f2f;
}

.plans .price-tag span.price-month {
	line-height: 20px;
	text-align: center;
	font-weight: 100;
	text-shadow: #efefef 1px 1px 1px;
	font-size: 12px;
	color: #2f2f2f;
}	
.plans a {
	display: block;
	width: 175px;
	height: 35px;
	background: #dd532d url('../images/plans-signup-button.png') 50% 50% no-repeat;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	font-weight: 400;
	text-shadow: #121212 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	margin: 15px auto 20px;
}
.plans a:hover {
	text-decoration: none;
}

#free-plan { 
	clear:both; 
	padding: 20px 0 20px 5px;
	}
#free-plan li { 
	float: left;
	margin-right: 22px;
	padding-left: 22px;
	background: #fff url('../images/free-plan-bullet.png') 0 50% no-repeat;
	 }
#free-plan li#free-plan-name {
	display: block;
	background: transparent url('../images/free-bg.png') 50% 50% no-repeat ;
	width: 97px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	text-shadow: #333 1px 1px 1px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	margin-right: 22px;
}
#free-plan a {
	font-weight: 700;
}

#plans-page #info {
	border-top: 1px solid #979797;
	clear: both;
	padding-top: 20px;
}
#plans-page .info {
	float: left;
	margin-right: 20px;
	width:220px;
}
#plans-page .info:last-child {
	margin-right: 0px;
}
#plans-page .info h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	padding-bottom: 10px;
}

#calls-to-action { 
	clear: both; 
	height: 60px;
}

#calls-to-action a { 
	display: block;
	width: 940px;
	height: 60px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	font-weight: 400;
	text-shadow: #121212 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	background: #ff6621 url('../images/big-button.png') 0 0 no-repeat;
}

#calls-to-action li.tour, #calls-to-action li.signup { 
	width: 460px;
	height: 60px;
	display: block;
}
#calls-to-action li.tour a { 
	display: block;
	width: 460px;
	height: 60px;
	background: transparent url('../images/home-page-button-tour.png') 0 0 no-repeat;
	padding: 0;
}
#calls-to-action li.signup a { 
	display: block;
	width: 460px;
	height: 60px;
	background: transparent url('../images/home-page-button-signup.png') 0 0 no-repeat;
	padding: 0;
}



/* EXTRAS *******/

.more { text-align: right; }
.more a { color: #da502c; font-size: 11px;  }
	
	.main table { border-collapse: collapse; width: 585px; }
		.main table td { width: 60%; }
		.main table th, .box table td { border: 2px solid #fff; padding: 3px 5px; background: #efefef; vertical-align: top; }
		.main table th { font-weight: 700; }


/* FOOTER STUFF *******/			
#footer .container { padding: 20px 0; }
#footer p { font-size: 12px; color: #fff; text-align: right; padding: 5px 0; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }
.copyright { position: absolute; left: 0; top: 20px;  }
#footer .copyright  p { text-align: left; }

/* NEW FOOTER *******/
#footer-in {
    background: url(/images/back-wide-foot.jpg) repeat-x center top;
    height: 303px;
    width: 100%;
    position: relative;
    margin: 35px 0 0 0;
}

#footer-in  #content {
    background-image: url(/images/back-foot2.png);
    background-repeat: no-repeat;
    position: relative;
    height: 274px;
    width: 969px;
    margin: 0 0 0 -15px;
}

#footer-in  #links-box a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer-in #links-box {
    position: absolute;
    left: 65px;
    top: 43px;
    height: 129px;
    width: 488px;
    font-size: 15px;
    color: #3e586d;
    line-height: 2em;
}

#footer-in .links-block {
    float: left;
    height: 120px;
    width: 130px;
    margin-left: 30px;
}

#footer-in h3 {
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

#footer-in #footer-text {
    position: absolute;
    left: 666px;
    top: 54px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    width: 254px;
    font-weight: normal;
}

.linkgray {
    color: #46586b;
    text-decoration: none;
}

#footer-in #content #footer-logos {
    position: absolute;
    left: 512px;
    top: 201px;
}

#footer-in #content #footer-terms {
    position: absolute;
    left: 51px;
    top: 214px;
    width: 452px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3e586d;
}

#footer-home {
    background: url(/images/back-foot.jpg) repeat-x center top;
    height: 266px;
    width: 100%;
    padding-top: 10px;
}

#footer-home a {
    color: #3e586d;
    text-decoration: none;
}

#footer-home #content {
    background-image: url(/images/back-content-foot.jpg);
    height: 249px;
    width: 950px;
}

#footer-home #links-box {
    position: absolute;
    left: 348px;
    top: 34px;
    height: 129px;
    width: 488px;
    font-size: 15px;
    color: #3e586d;
    line-height: 2em;
}

#footer-home .links-block {
    float: left;
    height: 120px;
    width: 130px;
    margin-left: 30px;
}

#footer-home h3 {
    font-weight: bold;
    color: #f14e13;
    text-transform: uppercase;
}

#footer-home #footer-signup {
    position: absolute;
    left: 842px;
    top: 28px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    width: 106px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#footer-home .linkwhite {
    color: #FFFFFF;
    text-decoration: none;
}

#footer-home #content #footer-logos {
    position: absolute;
    left: 22px;
    top: 189px;
}

#footer-home #content #footer-terms {
    position: absolute;
    left: 555px;
    top: 203px;
    width: 322px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3e586d;
}

/* BETA *******/
p.betapar { margin-bottom: 20px; }
h3.betahead {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
}

#free-plan ul { margin-bottom: 1.2em;}

#page_content #news { width: 600px; }
#page_content #news .news_item {
    margin-bottom: 1em;
}

#page_content #news .news_item .title { font-size: 14px; }

#page_content #news .title { font-size:22px; font-style: bold }
#page_content #news .date { font-style: italic; }
#page_content #news .header { font-weight: 700 }
#page_content #news .about {
    font-size: 12px; 
    line-height: 16px; 
    color: #666;
}

#page_content #news .about h3 {
    font-size: 12px; 
    line-height: 16px; 
    color: #666;
    font-weight: bold;
}

.orange {
    color: #cc6934;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.title-column {
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.border {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d7dadc;
}

#main-content {
    padding: 0;
}

#main-content .left-column {
    float: left;
    width: 605px;
    margin-right: 25px;
    color: #330033;
}

#main-content .right-column {
    float: left;
    background-attachment: scroll;
    background-color: #e6e9ee;
    background-image: url(/images/left-column_03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 310px;
    padding-top: 20px;
}

#main-content .right-col-bottom {
    background-attachment: scroll;
    background-image: url(/images/left-column_10.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 14px;
    width: 310px;
}

#main-content .section-title {
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #464748;
    padding: 15px 0;
}

#main-content .section-subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #464748;
}

#main-content #banner-company {
    background-image: url(/images/pic-about_03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 287px;
    width: 602px;
    position: relative;
}

#main-content #banner-text {
    position: absolute;
    left: 25px;
    top: 45px;
    font-size: 12px;
    text-align: right;
    color: #464748;
	width: 228px;
}

#main-content .orangebold {
    font-size: 18px;
    color: #d3733d;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;
}

#main-content .right-column #nav-section {
    position: relative;
    width: 274px;
    margin: 0 auto;
}

#main-content .right-column .itemlink a {
    font-size: 16px;
    color: #464748;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #bfcadd;
    height: 35px;
    width: 250px;
    display: block;
    line-height: 35px;
    padding-left: 20px;
    font-weight: bold;
}

#main-content .right-column .itemlink a:hover, #main-content .right-column .current a{
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    background-color: #445A71;
    border: 1px solid #bfcadd;
    height: 35px;
    width: 250px;
    display: block;
    line-height: 35px;
    padding-left: 20px;
    font-weight: bold;
    background-image: url(/images/back-section_07.jpg);
    background-repeat:  repeat-x;
}

#main-content .right-column .right-box {
    width: 267px;
    position: relative;
    margin: 5px auto;
    font-size: 13px;
}

#main-content .right-column .mail-icon {
    background-image: url(/images/icon_03.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 3px 0 0 55px;
}

#main-content .right-column .voice-icon {
    background-image: url(/images/icon_06.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 3px 0 0 55px;
}

#main-content .protected {
    background-image: url(/images/protected-data.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 100px;
    margin: 20px 0;
}

#main-content .security {
    background-image: url(/images/security.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 100px;
    margin: 20px 0;
}

#main-content .encrypted {
    background-image: url(/images/encrypted.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 100px;
    margin: 20px 0;
}

#main-content .authentication {
    background-image: url(/images/authentication.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 100px;
    margin: 20px 0;
}

#main-content .view-features {
    background: url(/images/view-features.jpg) left 90px no-repeat;
    height: 380px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 105%;
}

#main-content .view-features .view-btn {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(/images/orange-btn.jpg);
    height: 43px;
    width: 266px;
    display: block;
    text-align: center;
    line-height: 43px;
    top: 334px;
    position: absolute;
}
#main-content .right-column  #side-text{
	font: HelveticaNeue, Helvetica, Verdana, Arial, sans-serif italic 13px;
}
#main-content .right-column  #autor, #autor {
	font: HelveticaNeue, Helvetica, Verdana, Arial, sans-serif 13px;
	font-weight: bold;
	padding: 10px 0 0 0 ;
}
#main-content  #free-singup {
	background-attachment: scroll;
	background-image: url(/images/signup-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E6E9EE;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 21px 90px 0 90px;
	margin-top: 20px;
}
#main-content #free-singup h2 {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}

#main-content  #free-signup-btm {
	background-attachment: scroll;
	background-color: #E6E9EE;
	background-image: url(/images/signup-btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	clear: both;
}
#main-content #free-singup #quote1 {
	background-image: url(/images/signup-quotes_1.jpg);
	float: left;
	height: 251px;
	width: 384px;
	position: relative;
}
#main-content #free-singup #quote2 {
	background-image: url(/images/signup-quotes_2.jpg);
	float: left;
	height: 251px;
	width: 376px;
	position: relative;
}
#main-content  #free-singup  .innertext   {
	position: relative;
	top: 33px;
	height: 76px;
	width: 332px;
	font-size: 11px;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	left: 20px;
}
#main-content #free-singup .innertext2 {
	position: relative;
	top: 33px;
	height: 76px;
	width: 332px;
	font-size: 11px;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	left: 32px;
}
#main-content #free-singup  .innerimage {
	position: relative;
	height: 97px;
	width: 84px;
	left: 5px;
	top: 65px;
}
#main-content #free-singup .innerimage2 {
	position: relative;
	height: 97px;
	width: 84px;
	left: 17px;
	top: 65px;
}
#main-content  #free-singup  .inner-author  {
	position: absolute;
	left: 103px;
	top: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main-content  #free-singup  .inner-author-title  {
	position: absolute;
	left: 103px;
	top: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main-content #free-singup .inner-author2 {
	position: absolute;
	left: 113px;
	top: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main-content #free-singup .inner-author-title2 {
	position: absolute;
	left: 113px;
	top: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




/*contact page*/



#main-content #formsignup {
	background-attachment: scroll;
	background-image: url(/images/form-signup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 565px;
	margin: 15px auto;
	position: relative;
	padding-left: 198px;
}
#main-content #formsignup h3 {
	font-size: 18px;
	display: block;
	padding-top: 25px;
	padding-bottom: 10px;
}

.signup-input {
	background-image: url(/images/signup-input.jpg);
	background-position: left top;
	height: 30px;
	width: 357px;
	border: 0px none transparent;
	display: block;
	font-size: 16px;
	padding-top: 14px;
	padding-left: 10px;
}
.signup-submit {
	background-image: url(/images/freesignup-btn.jpg);
	height: 71px;
	width: 763px;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-left: -198px;
	border: none 0px transparent;
	background-color: transparent;
	display: block;
	margin-top: 15px;
}

.signup-orange {
	font-size: 12px;
	color: #f86123;
}
/*new features page*/
#main-content .right-column .featurelink a {
	font-size: 16px;
	color: #536174;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #bfcadd;
	height: 35px;
	width: 250px;
	display: block;
	line-height: 35px;
	padding-left: 20px;
	font-weight: bold;
}
#main-content   .right-column   .featurelink   a:hover, #main-content   .right-column   .currentfeature   a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #ce6d3b;
	border: 1px solid #bfcadd;
	height: 35px;
	width: 250px;
	display: block;
	line-height: 35px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(/images/back-section_07.jpg);
	background-repeat:  repeat-x;
}
.features-box {
	position: relative;
}

.features-box .ftr-pic {
	position: relative;
	float: left;
}
.features-box .ftr-title {
	font-size: 20px;
	font-weight: bold;
	color: #464748;
	padding-top: 90px;
}
.features-box .ftr-subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #c76638;
	padding: 15px 0;
}
.features-box .ftr-text {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #464748;
	padding-top: 15px;
	clear: both;
	padding-bottom: 30px;
}

.features-box .ftr-benefit {
	background-image: url(/images/back-benefit_06.jpg);
	position: relative;
	height: 67px;
	width: 571px;
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	text-shadow: #444444 2px 2px 2px;
	padding: 15px;
	display: block;
	vertical-align-text: center;
}
#landing-page {
	font-family: Helvetica, arial, Verdana, sans-serif;
}

#landing-details {
	background: #637c92 url(/images/top-banner-landing.jpg) 0 0 repeat-x;
	height: 505px;
}

#banner-landing  {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 460px;
	padding: 20px 0 15px;
	line-height: 1em;
	clear: left;
	float: left;
	text-shadow: #121212 1px 1px 1px;
}
#sub-banner-landing {
	font-size: 21px;
	line-height: 20px;
	font-weight: 400;
	text-shadow: #121212 1px 1px 1px;
	width: 460px;
	color: #FFFFFF;
	clear: left;
	float: left;
	letter-spacing: 0;
	font-style: normal;
	font-family: Georgia, Times, serif;
}
#landing-details-picture {
	position: relative;
	top: -15px;
	left: 40px;
}
#form-landing {
	position: absolute;
	top: 153px;
	left: 0px;
	height: 309px;
	width: 447px;
	background-image: url(/images/form-landing.png);
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 15px 0 0 30px;
}
#form-landing .try-input {
	background-image: url(/images/form-landing-input.jpg);
	height: 29px;
	width: 394px;
	display: block;
	border: none transparent;
	padding: 7px 10px 0 10px;
	font-size: 16px;
}
#form-landing h3 {
	height: 15px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-top: 3px;
}
#form-landing .try-submit {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	border: none transparent;
	display: block;
	background-image: url(/images/form-landing-submit.jpg);
	height: 47px;
	width: 413px;
	text-align: center;
	font-style: normal;
	line-height: 47px;
	text-decoration: none;
	margin-top: 4px;
}
#no-risk {
	font-size: 14px;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(/images/no-risk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 78px;
	width: 905px;
	padding: 10px 10px 10px 30px;
	letter-spacing: 0.7px;
}

#no-risk em {
	color: #df8748;
	font-weight: bold;
}
#quote-hr {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	height: 90px;
	padding: 10px 300px 0 70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 15px;
	position: relative;
}
#quote-hr #quote-imgn {
	position: absolute;
	left: 645px;
	top: 10px;
}

#what-provides {
	width: 430px;
	padding: 30px;
	float: left;
}
#what-provides h2 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#feature-provided {
	padding-top: 30px;
}


.feature-provided {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	background-attachment: scroll;
	background-image: url(/images/point-line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	width: 410px;
	letter-spacing: 0em;
}

.feature-provided img {
	float: left;
}
.feature-provided h3 {
	font-size: 14px;
}
#wide-sidebar {
	float: left;
	width: 450px;
	background-image: url(/images/wide-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-color: #EAEDF2;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
#wide-sidebar-btm {
	background-attachment: scroll;
	background-image: url(/images/wide-sidebar-btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
	width: 450px;
}
#side-quotes {
	margin: 15px 0 15px 45px;

}

.side-quotes {
	background-attachment: scroll;
	background-image: url(/images/side-quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	width: 366px;
	font-size: 12px;
	position: relative;
	letter-spacing: 0em;
	line-height: 1.2em;
}
.side-quotes .sq-text {
	font-style: italic;
	position: absolute;
	left: 12px;
	top: 7px;
	width: 340px;
	height: 85px;
}
.side-quotes img {
	position: absolute;
	left: 0px;
	top: 88px;
}
.side-quotes .sq-author {
	position: absolute;
	left: 84px;
	top: 99px;
	height: 46px;
}

/*new plan on plan's page*/
#plans-page #enterprise-plan {
	background-image: url(../../images/enterprise.gif);
	height: 138px;
	width: 888px;
	margin: 10px 0;
	position: relative;
	padding: 25px 15px 15px 25px;
	color: #FFFFFF;
}
#plans-page #enterprise-plan h3 {
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: #121212 1px 1px 1px;
}
#enterprise-plan a {
	display: block;
	width: 265px;
	height: 35px;
	background: #dd532d url('../images/plans-signup-button.png') 50% 50% no-repeat;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	font-weight: 400;
	text-shadow: #121212 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	margin: 15px auto 20px;
}
#enterprise-plan  a:hover {
	text-decoration: none;
}
#enterprise-plan  .price-tag  {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	background: transparent url('../images/plans-price-tag.png') 50% 50% no-repeat;
	width: 95px;
	height: 20px;
}
#enterprise-plan .price-tag p {
	display: block;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	text-shadow: #efefef 1px 1px 1px;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #2f2f2f;
}
#enterprise-plan  .price-tag span.price-month {
	line-height: 20px;
	text-align: center;
	font-weight: 100;
	text-shadow: #efefef 1px 1px 1px;
	font-size: 12px;
	color: #2f2f2f;
}

#f-landing-details *,
#landing-page *,
#f-landing2-details *,
form *,
.ftext p {
	letter-spacing: 0 !important;
}

#f-landing-details {
	background: #677a96 url('/images/ftopia-landing-bg.jpg') no-repeat;
	width: 900px;
	height: 155px;
	margin: 15px auto;
	padding: 30px 35px 0 35px;
}

#f-landing2-details {
	background: #677a96 url('/images/ftopia-landing2-bg.jpg') no-repeat;
	width: 900px;
	height: 410px;
	margin: 15px auto;
	padding: 30px 35px 0 35px;
}

#f-landing-details h1,
#f-landing2-details h1 {
	color: white;
	font-size: 27px;
	text-shadow: 1px 1px 1px #27313d;
	font-weight: bold;
}

#f-landing-details h2,
#f-landing2-details h2 {
	color: #eaeaea;
	margin: 10px 0;
	font-family: Georgia, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	line-height: 125%;
	text-shadow: 1px 1px #4b5b6f;
}

#f-landing2-details form {
	background: none;
	position: static;
	height: 240px;
	width: 500px;
	padding: 10px 0 0 5px;
	line-height: 125%;
}

#f-landing2-details form input {
	margin-top: 5px;
}

#f-landing-details h2 strong,
#f-landing2-details h2 strong {
	color: white;
}

#f-landing2-details form label,
#f-landing2-details form p {
	text-shadow: 1px 1px #556981;
}

#f-landing2-details form #terms-and-conditions {
	position: relative;
	top: 10px;
	left: 5px;
	cursor: pointer;
	display: block;
}

#f-landing2-details  .try-submit {
	padding-top: 3px;
	width: 250px;
	background-image: url("/images/ftopia-landing-btn.png")
}

.try-submit {
	margin-top: 15px !important;
}

#terms_and_conditions {
	position: relative;
	top: 7px;
	left: 0;
	float: left;
	margin-bottom: 15px;
}

.ftext p {
	margin: 0 0 15px 0;
}

img.bullet {
	position: relative;
	top: -1px;
	margin-left: 10px;
}

span.orange,
p.orange {
	color: #cc6934;
	font-weight: bold;
}

#landing-intro {
	background: #edf0f4;
	padding: 15px;
	text-align: justify;
	font-size: 14px;
	line-height: 160%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0 10px 0;
}

#landing-content {
	width: 520px;
	float: left;
	padding-left: 15px;
}

h2 {
	font-size: 22px;
	margin: 15px 0 5px 0;
	color: #4c7099;
}

#landing-sidebar {
	width: 350px;
	background: #eaedf2;
	padding: 15px 15px 25px 15px;
	min-height: 500px;
	float: right;
	margin: 15px 0 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

p.center {
	text-align: center;
	padding: 0;
	margin: 0;
}

img.photo {
	display: block;
	margin: 0 auto;
}

#testimonial-title {
	background: url('/images/ftopia-landing-h3bg.png') no-repeat;
	font-size: 15px;
	height: 30px;
	margin: 20px 0 10px 0;
	line-height: 31px;
	text-align: center;
	text-shadow: 1px 1px white;
	color: #507197;
}

#testimonial p {
	margin-left: 10px;
}

#testimonial-photo {
	padding: 0 10px 0 10px;
}

#testimonial-photo img {
	border: 1px solid #acb5c5;
}

#testimonial-quote {
	font-style: italic;
	font-size: 90%;
	line-height: 135%;
	text-shadow: 1px 1px #f7faff;
}

#testimonial-author {
	clear: both;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-shadow: 1px 1px #f7faff;
}

#testimonial-description {
	text-align: justify;
}

#advantages {
	line-height: 175%;
}

#feature-left-col {
	float: left;
	padding: 25px 0 0 45px;
}

.feature-left-col {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	background-attachment: scroll;
	background-image: url(/images/point-line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	width: 410px;
	letter-spacing: 0em;
}

.feature-left-col img {
	float: left;
}
.feature-left-col h3 {
	font-size: 14px;
}

#feature-right-col {
	float: right;
	padding: 25px 45px 0 0;
}

.feature-right-col {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	background-attachment: scroll;
	background-image: url(/images/point-line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	width: 410px;
	letter-spacing: 0em;
}

.feature-right-col img {
	float: left;
}
.feature-right-col h3 {
	font-size: 14px;
}

#what-provides-title,
#what-subtitle {
	padding-left: 15px;
}