/** Global **/

body {
	font:normal 14px Helvetica, Arial, sans-serif;
	line-height:1.4;
	color:#444;
	background-color: #ffffff;
}

a, a:visited {
	color: #009999;
	text-decoration: none;
}

a:active, a:hover {
	color: #59c1bf;	
}

strong {
	font-weight: bold;
}

p.common {
	padding:10px 0;
}


#header {
	background:url("../images/img-header.png") repeat-x scroll 0 0 #ffffff;
	overflow:hidden;
	width:100%;
}

.header-content {
	width: 730px;
	margin: 0 auto;
}

.header-content-long {
	width: 800px;
	margin: 0 auto;
}

div.ri {
	text-align: right;	
}

div.ce {
	text-align: center;
}

div.fl {
	float: left;
}

div.fr {
	float: right;
}


div.signin {
	margin-left: 554px;
}

div.signin-long {
	margin-left: 600px;
}

a.btn-signin {
	background:url("../images/btn-signin.png") no-repeat;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	width:72px;	
	height:29px;
}

a.btn-senzoo-me {
	background:url("../images/btn-senzoo-me.png") no-repeat;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	width:76px;	
	height:29px;
}

a.btn-signout {
	background:url("../images/btn-signout.png") no-repeat;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	width:72px;	
	height:29px;
}

#footer {
	background: url("../images/img-footer.png") repeat-x scroll 0 0 #b8d7d6;
}

.footer-squirrel {
	top: -20px;
	left: 0px;	
	background: url("../images/img-squirrel1.png") no-repeat 0 0px;
	width: 85px;
	height: 165px;
	float: left;
}

.footer-content {
	width: 800px;
	min-height: 200px;
	margin: 0 auto;
	z-index: 100;
}

.footer-list {
	padding-top: 30px;
	margin-left: 150px;
	color: #528b87;
	font-size: 12px;
}

.footer-list a{
	color: #336666;
	text-shadow: 1pt 0pt 0pt #cde5e5;
}

.footer-list a:hover {
	color: #009999;	
}

.footer-col {
	padding-right: 40px;
}

.footer-col h4{
	color: #5c4525;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 1pt 0pt 0pt #cde5e5;
}

.footer-col ul li{
	line-height: 1.5em;
}

.about-senzoo {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-color: #cde5e5;
/* 	color: rgb(92, 69, 37); */
	color:#444;
	text-shadow: 1pt 0pt 0pt #fff;
	margin: 10px 0pt;
	padding: 0.3em 1em;
	font-size: 13px;		
}

.copyright {
	font-size: 12px;
	color: #666;
	padding-bottom:10px;
	text-shadow: 1pt 0pt 0pt #fff;
}

a.signup, a.signup:link {
	background:url("../images/btn-signupnow.png") no-repeat scroll 0 0px transparent;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	height:74px;
	width:286px;
}

a.signup:hover {
	background-position: 0 -74px;
}

input, textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	border: 1px solid #999;
	padding:4px 2px;
}

input.nb {
	border:none;	
}

#main {
	background: url("../images/img-tour-bg.png") repeat-x scroll 0 0 #f0f0f0;
	width: 100%;
	padding-bottom: 20px;
}

.wrapper {
	width: 730px;
	margin: 0 auto;
}

/** Landing page-exclusive elements **/

.ld-main {
	margin-top: 80px;
	background: url("../images/img-heartbg.png") no-repeat center 120px;
	min-height: 704px;
}

.ld-taglines {
}

.ld-taglines h2 {
	font:normal 20px gill sans, Bookman, sans-serif;
	font-weight: lighter;
	color:#666;
}

.ld-taglines h1 {
	text-indent:-9999px;
	overflow:hidden;
	color:#666;
	background: url("../images/img-fanfunding.png") no-repeat;
	margin-top: 10px;
	margin: 10px auto;
	width: 282px;
	min-height: 50px;
	display: block;
}

.ld-demo {
	margin-top: 140px;
}

.ld-actions {
	margin-top: 190px;
	font-size: 18px;
	color: #666;
}

.ld-demo a {
	background:url("../images/btn-1secdemo.png") no-repeat scroll 0 0 transparent;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	height:74px;
	width:264px;
}

.ld-demo a:hover {
	background-position: 0 -74px;
}

.ld-demo a:active {
	background-position: 0 -148px;
}

.ld-demo-border {
	background:url("../images/img-modal-border.png") no-repeat;
	position: absolute;
	width: 59px;
	height: 85px;
	display: block;
	top: -85px;
	left: 10px;
}

div.ld-demo-close {
	position: absolute;
	top: -30px;
	left: 415px;
}

div.ld-demo-close a{
	background:url("../images/close-green.png") no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:36px;
	width:36px;
}

#ld-demo-guide {
	position: fixed;
	z-index: 200000;
	background: white;
	width:420px;
	height: 220px;
	margin: 0 auto;
	border: 10px solid #66cccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	-moz-box-shadow: #666 0px 5px 5px;
	-webkit-box-shadow: #666 0px 2px 5px;
	box-shadow: #666 0px 2px 5px;
	-ms-filter: &#34;progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=5)&#34;; /* IE8+ */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=5); /* IE7 and lower */
}

#ld-demo-guide .content {
	margin: 20px;	
}

#ld-demo-guide h2{
	color: #43321b;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #f6eee3;
}

#ld-demo-guide p{
	margin-top: 1em;
	margin-left: 0.5em;
	color: #666;
}

#ld-demo-guide div.btns {
	margin-top: 35px;
	width: 100%;
	border-top: 1px solid #ccc;
}

#ld-demo-guide a.signup {
	background:url("../images/btn-addtoyoursite.png") no-repeat 0 0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:350px;	
	height:54px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#ld-demo-guide a.signup:hover {
	background-position: 0 -54px;
}

#ld-demo-guide span {
	font-size: 18px;
}

#mask {
	position:absolute;  
	opacity: 0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	left:0;
	top:0;
	z-index:9000;  
	background-color:#fff;
	margin: 0;
}

/** Tour page-exclusive elements **/

.to-taglines {
	margin-top: 60px;
	margin-left: 10px;
	width: 100%;
	height: 75px;
}

.to-taglines h1 {
	text-indent:-9999px;
	overflow:hidden;
	background: url("../images/img-tour-tagline.png") no-repeat;
	width: 490px;
	height: 30px;
	display: block;
}

.to-squirrel {
	position: absolute;
	background: url("../images/img-squirrel2.png") no-repeat right top;
	width: 171px;
	height: 58px;
	margin-top: -5px;
	margin-left: 550px;
	z-index: 100;
}

.to-howitworks {
	background: url("../images/img-carousel-bg.jpg") no-repeat 0 0 transparent;
	width: 730px;
	height: 288px;
}

.to-howitworks ul.nav{
	margin:0;
	padding:0;
	position: relative;
	list-style:none;
	overflow: hidden;
	width: 510px;
	margin-left: 100px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #43321b url("../images/img-tour-step-bg.png") repeat-x;
	-moz-box-shadow: #333 0px 2px 5px;
	-webkit-box-shadow: #333 0px 2px 5px;
	box-shadow: #333 0px 2px 5px;
	-ms-filter: &#34;progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=5)&#34;; /* IE8+ */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=5); /* IE7 and lower */        
}

.to-howitworks ul.nav li {
	font:normal 12px century gothic, Lucida, Arial, sans-serif;	
	text-indent: 20px;
	float: left;
	height: 37px;
	width: 170px;
	display: inline;
}

.to-howitworks ul.nav li.selected {
	background: #f6eee3 url("../images/img-step-nav-selected.png") no-repeat top right;
}

.to-howitworks ul.nav li.prev {
	background: url("../images/img-step-nav-prev.png") no-repeat top right;
}

.to-howitworks ul.nav li.standby {
	background: url("../images/img-step-nav-standby.png") no-repeat top right;
}

.to-howitworks ul.nav li.first {
	text-indent: 15px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.to-howitworks ul.nav li.last {
	background-image: none;
	text-indent: 28px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.to-howitworks ul.nav li span {
	color: #fff;
	line-height: 37px;
}

.to-howitworks ul.nav li.selected span{
	color: #43321b;
	font-weight: bold;
}

.to-howitworks .nav-content .col-l {
	float: left;
	clear: right;
	width: 40%;
	margin-left: 5%;
	color: white;
	font:normal 14px century gothic, Lucida, Arial, sans-serif;	
}

.to-howitworks .nav-content .col-l h2 {
	text-shadow: 2px 2px 2px #444;
	-moz-text-shadow: 2px 2px 2px #444;
	filter: Shadow(Color=#444444, 
			Direction=135, 
			Strength=2);
}

.to-howitworks .nav-content .col-r {
	float: left;
	clear: right;
	margin-left: 3%;
	width: 40%;
	height: 100%;
}

.to-howitworks .nav-content .col-r img{
	margin-top: 20px;
	border: 5px solid #332D25;
}

.to-howitworks h2{
	font-size: 22px;
	margin-top: 20px;
}

.to-howitworks p{
	font-size: 14px;
	margin-top: 15px;
}

a.btn-next {
	background:url("../images/btn-next.png") no-repeat scroll 0 0 transparent;
	display:block;
	overflow:hidden;
	width:62px;
	height:22px;
	text-indent:-9999px;
}

a.btn-next:hover {
	background-position: 0 -22px;
}

a.btn-next:active {
	background-position: 0 -44px;
}

.to-watchvideo {
	background: url("../images/img-black-ribbon-bg.jpg") repeat-x 0 0;
	width: 731px;
	height: 75px;
	margin: 0;
	position: absolute;
}

a.btn-video {
	background:url("../images/btn-video.png") no-repeat 0 0;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	width:201px;
	height:41px;
	margin-top: 17px;
}

a.btn-video:hover {
	background-position: 0 -41px;
}

a.btn-video:active {
	background-position: 0 -82px;
}

.to-features {
	padding-top: 75px;
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: #ccc 0px 5px 10px;
	-webkit-box-shadow: #ccc 0px 5px 10px;
	box-shadow: #ccc 0px 5px 10px;
	-ms-filter: &#34;progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=5)&#34;; /* IE8+ */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=5); /* IE7 and lower */        
}

.to-features .col {
	margin-top: 10px;
	margin-left: 10px;
	width: 230px;
	height: 220px;	
	float: left;
	font-size: 14px;
	color: #333;
}

.to-features h3 {
	font-size: 20px;
	background: #f6eee3;
	line-height: 35px;
	text-indent: 10px;
}

.to-features p {
	margin-top: 1em;
	line-height:1.3;
	margin-left: 5px;
}

.to-features ul {
	margin-top: 1em;
	text-indent: 5px;
}

.to-features ul li{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
	color: #64c1bf;
}

.to-features ul li span {
	color: #444;
}

ul.everyone-ul1 {
	margin-left: 10px;
	float: left;
	clear: right;
}

ul.everyone-ul2 {
	margin-left: 10px;
	float: left;
}

ul.everyone-ul2 li {
}


.to-features .c-frequency {
	background:url("../images/img-frequency.png") no-repeat 160px 140px;
}

.to-features .c-social {
	background:url("../images/img-social.png") no-repeat 10px 140px;
}

.to-features .c-platform {
	background:url("../images/img-platform.png") no-repeat 155px 90px;
}

.to-features .c-everyone {
	background:url("../images/img-everyone.png") no-repeat 15px 160px;
}

.to-features .c-njbutton {
	background:url("../images/img-njbutton.png") no-repeat 25px 140px;
}

.to-actions {
	margin-top: 20px;
	padding-bottom: 20px;
}

#modal-video {
	background-color: #000;
	min-width: 600px;
	min-height: 400px;
}

/** 1 column template **/

.wrapper-long {
	width: 800px;
	margin: 0 auto;
}

.sc-main {
	margin-top: 40px;
	min-height: 500px;
	border: 1px solid #bbb;
	margin-bottom: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	-moz-box-shadow: #ccc 0px 5px 20px;
	-webkit-box-shadow: #ccc 0px 5px 20px;
	background-color:#fff;
}

.sc-main .sc-content {
	margin-left: 20px;
	margin-right: 20px;
}

.terms-main {
	font-size: 12px;
}

.sc-content h1{
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.sc-content h2{
	font-size: 20px;
	font-weight: bold;
	color: #43321B;
	margin-top: 20px;
}

.sc-content h3{
	font-size: 18px;
	color: #43321B;
	margin-top: 20px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 0.5em;
}

.sc-content p{
	margin-top: 0.1em;
}

.sc-content p.last{
	padding-bottom: 40px;
}

.sc-content ul li {
	list-style:disc;
	list-style-position: inside;
}

.about-tbl div {
	margin-top: 0.1em;
}

.about-tbl {
/*	margin-top: 0.1em;*/
	overflow:hidden;
	width: 100%;
}

.about-tbl h3 {
	margin-top: 1em;
	color: #666;	
	font-size: 18px;
}

.about-tbl .left {
	display:inline;
	float:left;
	width:100px;
}

.about-tbl .right {
	display:inline;
	width: 600px;
	float:left;
	text-align: left;
/*	background-color: blue;*/
}

.about-tbl .right ul {
	margin-top: 0px;
	padding-left: 30px;
}

/** SIGIN/SIGNUP FORM **/

.div-signin {
	float:left;
	width:65%;
}

.div-signup {
	float:left;
	width:33%;
	background-color: #F6EED9;
	border: 1px solid #8F8874;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-align: center;
/* 	height:9em; */
	padding-bottom:2em;
}

.div-signup h3 {
	font-size:14px;
	font-weight: bold;
	color: #333;
	border: none;
	margin-bottom:1em;
}

.div-signup a {
/* 	display:block; */
	padding: 0.5em 2.5em;
	width:1em;
	margin:0 auto;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color:#43321B;
	border: 1px solid #6F5D4C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}


.div-signup a:hover {
	background-color:#2F2820;
}	

form.commonform h3 {
	border:none;
	color:#333;
}

form.commonform table th, form.commonform table td {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

form.commonform table th {
	padding-top: 7px;
	width: 6em;
	text-align: left;
}
	
form.commonform table th label {
	font-weight: normal;
		cursor: default;
	line-height:24px;
	white-space: nowrap;
}

form.commonform table td input[type="text"], td input[type="password"] {
	width:12em;
}

form.commonform table td input[type="submit"] {
	padding: 4px 8px;
}

div.div-signin form.commonform table {
	margin-top:10px;
}

input.email-input {
	width:20em;
}

input.input-wide {
	width:20em;
}

label.error {
    display:none;
	color:red;
}

.sc-content form {
    margin-bottom:1.5em;
}

div.success-msg {
	background-color:#ccffcc;
	margin:0 auto;
    margin-top:1em;
	width:60%;
	text-align:center;
	padding:2px 0;    
}

div.error-msg {
	background-color:#ffccff;
	margin:0 auto;
    margin-top:1em;
	width:60%;
	text-align:center;
	padding:2px 0;    
}

div#success h4, div#error h4 {
	font-size:14px;
	font-weight: bold;
}

div#success span, div#error span {
	font-size:13px;
}

div.success-signup {
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
}

div.success-signup p{
    padding:5px 0;
}

div.success-signup strong {
    font-size:16px;
    font-weight:bold;
}

div.settings-group {
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:20px;
	font-weight: normal;
	font-size:13px;
	color:#666;
	width:100%;
}

div.settings-label {
	float:left;
	margin-right:30px;
	width:150px;
	font-size:12px;
	}

div.settings-label h3 {
	font-size:12px;
	text-transform: uppercase;
	padding:0;
	margin:0;
	font-weight: bold;
	color:#333;
}

div.settings-label span {
	padding:0;
	margin:0;
}

div.settings-value {
	float:left;
	width:550px;
	font-size:12px;
}

div.settings-value a.sublink {
	font-size:12px;
}

div.settings-value p {
	padding-bottom: 5px;
}

div#prices_list input[type="checkbox"] {
	margin-top:5px;
}

div.widget-settings {
	width: 25em;
	float:left;
}

div.widget-preview {
    float:left;
    margin-left:4em;
}

div.widget-preview-button {
	background-color:#F6EED9;
/*     width:16em; */
	padding:5px;
    text-align:center;
}

input#preview {
	margin: 5px;
	padding:5px;
	font-size:16px;
}

div.btn-submit-settings {
	margin: 10px;
	padding:10px;
	font-size:16px;
}

table.paymentgateway-value tr th {
	padding:5px 10px;
	width:10em;
}

table.paymentgateway-value tr td {
	padding:5px 10px;
}

label.formvalue {
	color: #333;
}

label.paymentgateway-option {
	font-weight: bold;
}

span.guide {
	font-size:12px;
	color:#666;
}
