/******* Default Part CSS *******/
html, body, div, h1, h2, h3, h4, h5, h6, a, form,
fieldset, select, input, table, td, th, img,
dl, dt, dd {
	padding: 0px; 
	margin: 0px;
}
.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}

.t_right{
	text-align: right;
}
.t_justify{
	text-align: justify;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
img{
	border: none;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
}
/*ul, ol, li{
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}
*/

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}



/********************************/

body	{
	/*font: 12px arial,helvetica,tahoma,verdana,sans-serif; */
	/*font: 15px arial,helvetica,tahoma,verdana,sans-serif; */
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:21px;
	color: #333333;
	background:#121212;
    height: 100%;
    min-height: 100%;
    width: 100%;	
}
		


h1 {color: #333333; font-family:arial,helvetica,tahoma,verdana,sans-serif; font-size: 33px; line-height:39px; font-weight: normal; padding: 0 0 0px 0; margin-bottom:20px;} 
h2 {color: #333; font-size: 24px; line-height: 28px; margin: 0;} 
h3 {color: #444; font-size: 18px; line-height: 24px; margin: 0; margin-bottom:10px;} 
h4 {color: #666; font-size: 14px; line-height: 18px; margin: 0; margin-bottom:10px;} 

.faso-user-p {margin:0;padding:0;}


/***Links` Styles***/
a, a:visited, a :link  {color: #0084B4; text-decoration: underline;}
a:hover {text-decoration: none;}

 
 /******************/

.wrapper-cont-bg {
	width: 100%; 
	margin:0;
	background: #f5f5f5; 
	padding:15px 0;
}


.content {
	margin:10px auto;
	/*
	width:910px; /* correct, not 940px as on mock-ups */
	width: 80%;
	max-width: 910px;

	padding:20px 20px 20px 20px;
	background:#ffffff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#ffffff));
	background: -moz-linear-gradient(top,  #fdfdfd,  #ffffff);*/
	border-top:1px solid #ddd;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #bbb;
	border-radius:5px;
	-mox-box-shadow:  0 1px 1px 0 #ccc;
	-webkit-box-shadow:  0 1px 1px 0 #ccc;
	box-shadow:  0 1px 1px 0 #bbb;
	
}

.content td {cellpadding:8px;text-align:center;}


.wrapper-main {
    min-height: 100%;
    /*min-width: 990px;*/
    position: relative;
    width: 100%;
}


.wrapper{
	
}


.header {
	height: 100px; 
	background: #121212; 
	text-align: left; 
	position: relative; 
	z-index:10;
	margin:0px auto;
	width:80%;
	max-width: 950px;
}

a.logo {
	position: absolute; 
	left: 0px; 
	top: 15px; 
	width: 315px; 
	height: 67px;
	cursor:pointer;
	/*background: url(../images/logo3.png) no-repeat top left; */
}

.header-user-func {
	position: absolute; 
	right: 0px; 
	top: 55px; 
	width: 175px; 
	height: 30px;
}

.header-user-func  span{
	display:block;
	float:left;
	height: 30px;
	text-align:center;
	color:#595959;
	font: 12px Georgia, "Times New Roman", serif;
	line-height: 30px;
	padding:0 10px;
	font-style:italic;
	
}
a.head-btn-login {
	display:block;
	float:left;
	width: 60px; 
	height: 30px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#999;
	cursor:pointer;
	line-height: 30px;
}


a.head-btn-login:hover {
	text-decoration:none;
	color:#fff;
}

.head-btn-signup {
	display:block;
	float:left;
	width: 77px; 
	height: 30px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	background: url(../images/btn-signup-head.png) no-repeat top left; 
}

/* Navigation */


.nav-wrap{
	background:#fff; 
	width:100%;
	position: relative; 
	z-index:1000;
	/*height: 50px; */
	padding: 3px 0 7px 0;
	border-bottom:1px solid #ddd;
}
.nav {
	text-align: left; 
	position: relative; 
	z-index:10;
	margin:0px auto;
	padding-top:8px;
	width:80%;
	max-width: 950px;
}

.subnav {
width:100%;
text-align:center;
background:#f5f5f5;
padding-top:8px;
padding-bottom:8px;
border-bottom:1px solid #ddd;
}

.subnav a {font-weight:bold;}



/* ------------------------------------------------------------  Navigator`s Styles  ------------------------------------------------------------ */
.nav-wrapper{
	height:50px;
	position:relative;
	z-index:100;
}


.nav ul{
	list-style: none;
	margin:0;
	padding:0;
	height:36px;
}

/* first level */
.nav ul li {
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
	position:relative;
}



.nav ul li a {
	text-decoration: none;
	font: bold 16px  Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #0084b4;
	line-height: 36px;
	display:block;
	z-index:1000;
	padding:0 20px;
}

.nav ul li.active{
}

.nav ul li a:hover,
.nav ul li:hover a,
.nav ul li.active a,
.nav ul li.active a:hover,
.nav ul li.iehover a {
	color: #ff9d00;
}

/* second level */

/*N.B. Andrew (my rule)*/
.nav ul li ul li.active{
    padding-left:15px;
}



.nav ul li ul {
	display:none;
	position: absolute;
	z-index:1000;
	left: 0px;
	top: 36px;
	min-width:250px;
}

.nav ul li ul li{
	margin: 0px;
	padding:0;
	list-style: none;
	display: block;
	float:none;
	border:none;
}

.nav ul li ul li a ,
.nav ul li:hover ul li a,
.nav ul li.iehover ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #454545;
	line-height: 18px;
	padding:5px 20px;
	background:#ebf0eb;
	z-index:1000;
}
.nav ul li ul li a span{
	font-size:11px; 
	color:#989898;
	z-index:1000;
}

/* Second Menu Hover */

.nav ul li:hover li a:hover,
.nav ul li:hover li:hover a,
.nav ul li.iehover ul li a:hover ,
.nav ul li.iehover ul li.iehover a{
	color: #000;
	z-index:1000;
}


.nav ul li:hover ul,
.nav ul li.iehover ul {
    display: block;
	z-index:1000;
        
} 




/* Header search in nav line */

.nav ul li.head-search {
	float:right;
	padding-top:5px;
}

.head-search-input {
	border:1px solid #ccc;
	background: url(../images/search-ico.png) no-repeat  5px center;
	padding:5px 5px 5px 25px;
	height:15px;
	width:120px;
	float:left;
}
.head-search-btn {

	float:right;
	width:55px; 
	height:26px;
	border:0;
	cursor:pointer;
	margin:0 0 0 5px;
	background: #4dade4;
	color:#fff;
	font-size:14px; 
}




/* Search box */

.search-box {
	float:right;
	width:310px;
	height:30px;
	background:#f5f5f5;
	padding:10px;
	margin-left:50px;
	margin-bottom:40px;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


.search-input {
	display:block;
	float:left;
	width:222px; 
	height:20px;
	padding:5px 10px;
	border:0;
	margin:0;
	background: url(../images/search-input-bg.png) no-repeat top left; 
		
}

.btn-search{
	float:right;
	width:55px; 
	height:26px;
	border:0;
	cursor:pointer;
	margin:2px 0 0 0;
	background: #666;
	color:#fff;
	font-size:12px; 
}





/* Home */












.home-banner {
	margin:0px auto;
	width:100%;
	max-width: 950px;	
	background:#000;
	color:#fff;
	position:relative;
	border-radius:3px;
}

.home-banner-text {
	margin:40px 0 40px 40px;
	float:left;
	width:430px;
	color:#999;
	font: 19px arial,tahoma,helvetica,verdana,sans-serif; 
	position:relative;
	line-height:30px;	
}

.home-banner h1{
		color:#999;
	font: 19px arial,tahoma,helvetica,verdana,sans-serif; 
}


.tagline{
	color:#fff;
	font: 41px arial,tahoma,helvetica,verdana,sans-serif; 
	line-height:46px;
	margin-bottom:30px;
}


.btn-activatesite {
	margin-top:40px;
	display:block;
	width: 422px; 
	height: 98px;
	cursor:pointer;
	background: url(../images/btn-activatenow.png) no-repeat top left; 
}

.btn-activatesite_b {
	margin-top:40px;
	display:block;
	width: 422px; 
	height: 98px;
	cursor:pointer;
	background: url(../images/btn-activatenow_b.png) no-repeat top left; 
}

.btn-activatesite_c {
	margin-top:40px;
	display:block;
	width: 422px; 
	height: 98px;
	cursor:pointer;
	background: url(../images/btn-activatenow_c.png) no-repeat top left; 
}





.home-banner-gallery {
	margin:40px 40px 40px 0px;
	float:right;
	width:410px;
	color:#999;
	font: 12px arial,tahoma,helvetica,verdana,sans-serif; 
	position:relative;
	line-height:30px;
}

/* Easy Slider */
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:410px;
		height:380px;
		overflow:hidden; 
		text-align:center;
		}	

	#slider li a, #slider2 li a{ 
		text-decoration:none;
		cursor:pointer;
		color:#999;
		font: 11px arial,tahoma,helvetica,verdana,sans-serif; 
		line-height:30px;
		}	
	#slider li a:hover, #slider2 li a:hover{ 
		text-decoration:none;
		color:#fff;
		}	

	#slider li a span{ 
		line-height:30px;
		display:block;
		}	



	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:25px;
		height:52px;
		position:absolute;
		left:-30px;
		top:150px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:415px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:25px;
		height:52px;
		background:url(../images/slider-arrow-left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/slider-arrow-right.png) no-repeat 0 0;	
		}	

	


.home-speakup {
	/*border-top:1px solid #ddd;*/
	/*border-bottom:1px solid #ddd;*/
	text-align:left;
	color:#666;
	font: 24px Georgia, "Times New Roman", serif;
	font-style:italic;
	line-height:36px;	
}

span.home-speakup-author{
	color:#0084b4;
	font: 11px/36px arial,tahoma,helvetica,verdana,sans-serif; 
}



.home-features {
	margin-bottom:30px;
	

}
.home-features h2 {
	border-bottom:1px solid #ddd;
	color:#666;
	font-weight:bold;
	font: 20px Georgia, "Times New Roman", serif;
	margin-bottom:15px;
}

.home-features-item {
	float:left;
	width:210px;
	margin-right:15px;
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:21px;
		color: #333333;
		font-weight:normal;

}


.home-features-item-wide {
	float:left;
	width:100%;
	margin-right:0px;
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:21px;
		color: #333333;
		font-weight:normal;
		text-align:left;

}

.home-features-item h3 {
	color:#0084b4;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:8px;
}

.home-features-item1 {
	float:left;
	width:210px;
	margin-right:15px;
		font-family:  'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:21px;
		color: #333333;
		font-weight:normal;

}



.home-features-item1 h3 {
	color:#0084b4;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position:relative;
	margin-bottom:8px;
}



a.home-features-more{
	display:block;
	cursor:pointer;
	background: #4dade4; 
	margin-top:0px;
	color:#fff;
	width: 77px; 
	height: 15px;
	text-align:center;
	font-size: 11px;
	text-decoration:none;
	line-height: 15px;

	
}

a.home-features-more:hover{
	background: #FDAB27; 
	text-decoration:none;
}


span.author{
	padding-top:15px;
	padding-right:20px;
	color:#0084b4;
	text-align:right;
	float:right;
}

span.mediums{
	padding-right:20px;
	color:#999999;
	text-align:right;
	float:right;
}

div.artwork{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	padding:auto;
	color:#0084b4;
	text-align:center;
	float:center;
	display:inline-block;
}








/* -------------------------------------- Layout styels ------------------------------------------------- */
/*** Landing Page *******/
.landing-layout {
    width: 100%;
}
.landing-layout td {
    padding: 0;
    vertical-align: top;
}

.landing-layout td.sidebar-landing {
    width: 150px;
    border-right: 1px solid #DDDDDD;
}
.landing-layout td.sidemain-landing {
    padding-left: 30px;
}
.landing-layout td.sidemain-landing p{
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
	text-align: left;
}
.landing-layout td.sidemain-landing img {
    float: right;
    margin: 0 0 15px 15px;
    border: 1px solid #B9B9B9;
}
.sidebar-landing h2 {
    display: block;
    background: #4DADE4;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.sidebar-landing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.sidebar-landing ul li {
    margin: 0 0 20px 0;
    padding: 0;
}
.sidebar-landing ul li a,
.sidebar-landing ul li a:visited {
    display: block;
    padding-left: 13px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.sidebar-landing ul li a.active,
.sidebar-landing ul li a.active:visited {
    color: #0084B4;
    font-weight: bold;
    background: url(../images/blue-marker.png) no-repeat left 4px;
}
.sidebar-landing ul li a:hover,
.sidebar-landing ul li a.active:hover {
    color: #0084B4;
    text-decoration: none;
}
.pagerTags {
    width: 100%;
    color: #0084B4;
    font-size: 14px;
    margin-bottom: 15px;
}
.pagerTags .prev a,
.pagerTags .prev a:visited {
    color: #0084B4;
    text-decoration: none;
}
.pagerTags .prev a:hover {
    text-decoration: underline;
}
.pagerTags .tags {
    text-align: center;
    
}
.pagerTags .tags a,
.pagerTags .tags a:visited {
    color: #0084B4;
    font-size: 18px;
    text-decoration: none;
}
.pagerTags .tags a:hover {
    text-decoration: underline;
}
/*** End Landing Page ***/

.side-main-cont  {
	float:right;
	width:741px;
	padding-top:5px;
}

.sidemain-why {
	float:left;
	width:560px;
}

.sidebar-why {
	float:right;
	width:280px;
	padding:15px;
	background-color:f5f5f5 !important;
	border:1px solid #ddd;
}


.sidebar-artm {
	float:right;
	width:220px;
}

.sidemain-artm {
	float:left;
	width:690px;
	padding-right:20px;
	border-right:1px solid #ccc;
}

.sidemain-blog {
	float:left;
	width:690px;
	padding-right:20px;
		
}
.sidebar-blog {
	float:right;
	width:160px;
}




/* Art marketing */


.knowledge-base {

}

.knowledge-base h3{
	font-size:18px;
	font-weight:normal;
	
}


.links-4col{
	margin: 0px 0 40px 0;  
	padding:0px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.links-4col-column{
	width:23%;
	float:left;
	margin-right:10px;
}

.links-4col-column a,
.links-4col-column a:visited{
	font-size:18px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	margin:8px 0;
	display:inline-block;
}

.links-4col-column a.active,
.links-4col-column a:hover{
	color:#ff6600;
	text-decoration:none;
}

.post-item {
	margin:20px 0;
	padding:20px 0;
	border-bottom: 1px solid #ccc;
}




.post-bottom-info {
	height:30px;
	margin-top:15px;
}



.post-item-posted {
	float:left;
	line-height:30px;
	
}

.post-item-comments {
	float:right;
	line-height:30px;
	margin-left:20px;
	background: url(../images/comments-num-bg.png) no-repeat top left; 
}


.comments-num {
	display:block;
	float:left;
	width:22px;
	height:22px;
	line-height:18px;
	text-align:center;
	font-weight:bold;
	background: url(../images/comments-num-bg.png) no-repeat top left; 
}


.post-item-comments .comments-num{
	float:left;
	margin: 0px 10px 0 0;
}

.post-item-favorites {
	float:right;
	line-height:30px;
	margin-left:40px;
	background: url(../images/star.png) no-repeat top left;
	padding-left:30px;
}
.fav-list-item {
	padding:5px 0;
	line-height:22px;
}

.fav-list-rating {
	float:right;
	width: 80px;
	
}


.fav-list-rating span{
	float:left;
	height:22px;
	width:22px;
	margin-right:3px;
	background: url(../images/star.png) no-repeat top left;
	
}

.sidebar-item {
	margin:0px 0 50px ;
}




.share-item {
	padding:5px 0;
	line-height:30px;
}

.share-item a{
	color:#333;
	text-decoration:none;
	line-height:30px;
}

.share-item a:hover{
	color:#ff6600;
	
}


.share-item .ico-connected-email,
.share-item	.ico-connected-rss,
.share-item	.ico-connected-tw,
.share-item	.ico-connected-fb{
	float:right;
	margin-right:80px;

}





.share-item .ico-connected-email{
	background: url(../images/connect-ico-mail.png) no-repeat bottom left; 
}
.share-item .ico-connected-email:hover{
	background: url(../images/connect-ico-mail.png) no-repeat top left; 
}

.share-item .ico-connected-fb{
	background: url(../images/connect-ico-fb.png) no-repeat bottom left; 
}
.share-item .ico-connected-fb:hover{
	background: url(../images/connect-ico-fb.png) no-repeat top left; 
}




.share-item .ico-connected-tw{
	background: url(../images/connect-ico-tw.png) no-repeat bottom left; 
}
.share-item .ico-connected-tw:hover{
	background: url(../images/connect-ico-tw.png) no-repeat top left; 
}



.share-item .ico-connected-rss{
	background: url(../images/connect-ico-rss.png) no-repeat bottom left; 
}
.share-item .ico-connected-rss:hover{
	background: url(../images/connect-ico-rss.png) no-repeat top left; 
}







































/* Art marketing Survey*/

.text-input {
	border:1px solid #aaa;
	padding:6px 3px;
}
.text-input.number {
	width:100px;
}

.artm-survey {
	font-size:16px;
}

.artm-survey th, td{
	padding:10px 0;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

.artm-survey th{
	width:50px;
}

.artm-survey .text-input {
	font-size:16px;
	margin-top:5px;
}

.artm-survey-important-param{
	
	font-size:11px;
	
}
.artm-survey-important-param td {
	text-align:center;
	width:10px;
	padding:10px 40px 0 0 !important;
}
.artm-survey-important-param td.artm-survey-important-param-low {
	text-align:left  !important;
	padding:0px 40px 0 0 !important;
}

.artm-survey-important-param td.artm-survey-important-param-mid {
	padding:0px 40px 0 0 !important;
	text-align:center !important;
}


.artm-survey-important-param td.artm-survey-important-param-high {
	text-align:right  !important;
	padding:0px 40px 0 0 !important;
}

.btn-submit {
	display:block;
	width:141px; 
	height:40px;
	cursor:pointer;
	margin:0;
	background: url(../images/btn-submit.png) no-repeat top left;
	border:0;
}



/* Blog page */

.sidebar-blog h4 {

	width:90px;
	background: #fdab27;
	color:#fff;
	padding:10px 10px;
	margin-bottom:0;
	
}
.sidebar-blog .sidebar-item {
	background: #f5f5f5;
	padding:10px;
}

.sidebar-blog .side-categories th {
	text-align:left;
	vertical-align:top;
	width:140px;
	padding:7px 0;
	font-weight:normal;
}
.sidebar-blog .side-categories td {
	text-align:right;
	vertical-align:top;
	padding:7px 0;
}

.sidebar-blog .side-categories a,
.sidebar-blog .side-recent a{
	color:#333;
	text-decoration:none;
}

.sidebar-blog .side-categories a:hover,
.sidebar-blog .side-recent a:hover{
	color:#ff6600;
	text-decoration:none;
}


.sidebar-blog .side-recent ul{
	list-style:none;
	padding-left:0;
	margin-left:0;
}
.sidebar-blog .side-recent li{
	padding-bottom:14px;
}


/* Thanks page */

.thanks-text {
	font-size:18px;
}

.thanks-text h1{
	font-size:60px;
}

.thanks-text a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.thanks-text a:hover{
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}


/* Why */

.btn-signup{
	display:block;
	float:right;
	width:141px; 
	height:40px;
	cursor:pointer;
	margin:0;
	background: url(../images/btn-signup.png) no-repeat top left; 

}
.why-item  {
	font-size:14px;
	line-height:1.6em;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

.why-item h3 {
	color:#666;
}

.whyside-item-saying{
	clear:both;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;

}
.whyside-item-saying h4{
	color:#0084b4;
	font-size:16px;

}

.why-item img.f_l {
margin: 0 20px 0px 0;
}

.why-item img.f_r {
margin: 0 0 0px 20px;
}

.whyside-item  {
	font-size:14px;
	line-height:1.4em;
	margin-bottom:20px;
}

.whyside-item  span{
	font-weight:bold;
	font-style:italic;
	margin-right:15px;
}

.btn-60daytrial {
	display:block;
	width:422px; 
	height:119px;
	cursor:pointer;
	margin:30px auto 0;
	background: url(../images/btn-60daytrial.png) no-repeat top left; 
}

/*** Pricing page by A. Kirichenko ***/

TABLE.pricing {
    width:100%;
    margin-top: -10px;
    table-layout: fixed;
    border-collapse: collapse;
    border: 0 none;
}
    .pricing CAPTION {
        background: #000;
        padding: 4px 5px 12px;
        font-size: 18px;
        color: #676767;
    }
    .pricing CAPTION SPAN.h2 {
        padding-bottom: 4px;
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
        color: #FFF;
    }
.pricing .params {
    width: 320px;
    padding: 30px 10px 10px 0;
}

td.params a {color:#656565 !important;}

.pricing .values {
    width:180px;
    padding: 0 15px;
    text-align: center;
}
.pricing .values.last {
    width:180px;
    padding-right: 0;
}
.pricing TR {border-bottom: 2px solid #D5D6D7;}
.pricing TR.last {border: 0 none;}

.pricing TH,
.pricing TD {
    font-size: 14px;
    line-height: 30px;
    color: #656565;
	height:100%;
}
.pricing TH H3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.pricing .values DIV {
    padding: 30px 0 10px;
    background-color: #F5F5F5;
}
.pricing DIV.check {
    background: #F5F5F5 url(../images/ico-check.png) 50% 25px no-repeat;
}
    .pricing A.btn-signup-now {
        display: block;
        width: 180px;
        height:71px;
        background: url(../images/btn-sign-up-now-pricing.png) 0 0 no-repeat;
    }
.pricing-more {
    padding: 20px 0 0 330px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
    .pricing-more A {
        padding: 0 20px 0 0;
        font-size: 18px;
        font-weight: bold;
        background: url(../images/btn-pricing-more.gif) right 8px no-repeat;
        color: #333;
        text-decoration: none;
        cursor:pointer;
    }
    .pricing-more A:hover {
        text-decoration: underline;
    }
	
.pricing-complete {
    padding: 20px 0 0 330px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.home-speakup.pricing {
    padding: 50px 0 0;
    margin: 0;
    border: 0 none;
}

/*** END Pricing page ***/

/*** Sign Up page ***/

.signup .sidemain {
    float: left;
    width: 340px;
    color: #656565;
}
.signup H2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #656565;
}

.signup .sidebar h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight:bold;
    color: #656565;
    text-align:center;
}
.signup .sidebar p.signup2-text {
    margin: 20px 0 40px 0;
    font-size: 24px;
    color: #656565;
    line-height:36px;
}
.signup .sidebar p.signup2-text input{
    font-size: 24px;
    color: #656565;
    line-height:36px;
    border:0;
    border-bottom:1px solid #656565;
    width: 155px; 
}

.signup P {
    font-size: 14px;
    line-height: 20px;
}
.sidemain IMG {
    display: block;
    margin: 35px 0;
    border: 1px solid #DDD;
}

.testimonial .customer-name {
    display: block;
    text-align: right;
}

.signup .sidebar {
    float: right;
    width: 530px;
}

.signup .sidebar FORM {
    padding: 20px 20px 0;
    margin-bottom: 40px;
    background-color: #F5F5F5;
}
    .signup LABEL,
    .signup INPUT.inp-text {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .signup LABEL {
        float: left;
        width: 130px;
        padding-right: 20px;
        text-align: right;
        color: #656565;
    }
        .signup LABEL.for-textarea {margin-bottom: 72px;}
    .signup INPUT.inp-text,
    .signup TEXTAREA.inp-text { /* ie8.css background!!! */
        float: right;
        width: 326px;
        padding: 0 7px;
        background: #FFF;
        border: 0 none;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        color: #333;
    }
    .signup TEXTAREA.inp-text {
        height: 82px;
        margin-bottom: 20px;
    }
.signup .btn-create-website {
    display: block;
    width: 401px;
    height:99px;
    margin: 0 auto;
    background: url(../images/btn-create-website.png) 0 0 no-repeat;
}

/*** END Sign Up page ***/


/*** Footer ************************************************/

.footer {
	/*background:#000 url(../images/footer-top-bg.png) repeat-x top center; 
	padding-top:26px; */
	width: 100%; 
	margin:0px auto;
	line-height:20px;
	color:#888;
}

.footer-links-wrap {
	background:#222; 
	width: 100%; 
	padding:50px 0 30px;
}
.footer-links {
	width: 100%;
	max-width: 950px; 
	margin:0px auto;
	font-size:12px;
	line-height:24px;	
}
.footer-links h3 {
	color:#444;
	font-size:18px;
	font-weight:bold;
	margin:0px;

}

.footer-links-speakup {
	float:left;
	width:240px;
	margin-right:20px;
}

.footer-links-speakup span{
	display:block;
	text-align:left;
	color:#888;
	font: 12px Georgia, Times New Roman;
	font-style:italic;
	line-height:24px;	
}

.footer-links-speakup span.speakup-author{
	display:block;
	text-align:right;
	color:#888;
	font: bold 12px arial,tahoma,helvetica,verdana,sans-serif; 
}

.footer-links-werelated {
	float:left;
	width:240px;
	margin-right:20px;
}

.footer-links-connected {
	float:left;
	width:190px;
	margin-right:20px;
	padding-right:50px;
}

.footer-links-getstarted {
	float:left;
	width:160px;
}

.btn-footer-signup{
	display:block;
	width:141px; 
	height:40px;
	cursor:pointer;
	margin:15px 0 0 0;
	background: url(../images/btn-signup-footer.png) no-repeat top left; 

}
.ico-connected-email{
	display:block;
	float:left;
	width:30px; 
	height:30px;
	cursor:pointer;
	margin:5px 10px 5px 0;
	background: url(../images/connect-ico-mail.png) no-repeat top left; 
}
.ico-connected-email:hover{
	background: url(../images/connect-ico-mail.png) no-repeat bottom left; 
}

.ico-connected-fb{
	display:block;
	float:left;
	width:30px; 
	height:30px;
	cursor:pointer;
	margin:5px 10px 5px 0;
	background: url(../images/connect-ico-fb.png) no-repeat top left; 
}
.ico-connected-fb:hover{
	background: url(../images/connect-ico-fb.png) no-repeat bottom left; 
}




.ico-connected-tw{
	display:block;
	float:left;
	width:30px; 
	height:30px;
	cursor:pointer;
	margin:5px 10px 5px 0;
	background: url(../images/connect-ico-tw.png) no-repeat top left; 
}
.ico-connected-tw:hover{
	background: url(../images/connect-ico-tw.png) no-repeat bottom left; 
}



.ico-connected-rss{
	display:block;
	float:left;
	width:30px; 
	height:30px;
	cursor:pointer;
	margin:5px 10px 5px 0;
	background: url(../images/connect-ico-rss.png) no-repeat top left; 
}
.ico-connected-rss:hover{
	background: url(../images/connect-ico-rss.png) no-repeat bottom left; 
}

.footer-copy-a {
	background:#222; 
	width: 100%; 
	max-width: 950px;
	text-align: right;
	margin:0px auto;
	font-size:11px;
	color:#888;
	margin-top:25px;
}

.footer-copy-a a {color:#888;}


.footer-copy {
	
	background:#000; 
	width: 100%; 
	height: 30px; 
	text-align: center;
	margin:0px auto;
	font-size:11px;
	line-height:30px;
	color:#888;
}


.footer-links a, 
.footer-links a:link, 
.footer-links a:visited{
	color:#888;
	text-decoration:underline;
}

.footer-links a:hover {
	text-decoration:none;
}

.footer-copy a, 
.footer-copy a:link, 
.footer-copy a:visited{
	color:#888;
	text-decoration:none;
}

.footer-copy a:hover {
	text-decoration:underline;
}





/* Popup */

.popup-wrapper {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
}

.opaqueLayer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.6;
	-moz-opacity: 0.6; 
	filter:alpha(opacity=60);
	background-color: #000000;
	z-index:10001;
}

.popup-box {
	position:absolute;
	z-index:100001;
	left:50%;
    top: 200px;	
	/*min-height:450px;*/
	margin: 0 0 0 -180px;
	width:400px;
	background:#fff;
	border:5px solid #c5a22e;
	-moz-box-shadow: 0px 0px 15px #000;
  	-webkit-box-shadow: 0px 0px 15px #000;
  	box-shadow: 0px 0px 15px #000;
  	
}


.popup-close {
	float:right;
	background: url(../images/popup-close-bg.png) no-repeat top left;
	color:#ccc;
	font-size:14px;
	padding:0px;
	width:22px;
	height:22px;
	text-align:center;
	cursor:pointer;
	line-height:22px;
	margin:-11px -11px 0 0;
	position:relative;
	font-family:Arial, Tahoma, sans-serif;
	font-weight:bold;
	z-index:100002;
}

.popup-close:hover {
	color:#666;
}

.popup-box-cont {
	padding:20px 20px;
	position:relative;
	color:#666;
	font: 14px arial,tahoma,helvetica,verdana,sans-serif;
	line-height:1.8em;
}

.popup-box-cont.start-popup {
	font: 18px arial,tahoma,helvetica,verdana,sans-serif;
	line-height:1.4em;
	padding:0px;
}


.popup-box-cont h2{  
	color:#666;
	font: 30px arial,tahoma,helvetica,verdana,sans-serif; 
	line-height:36px;
	}	

.popup-box-cont h3{  
	color:#333;
	font: 24px Georgia, Times New Roman, Sans; 
	line-height:36px;
	}	


.popup-form-input-text {  
	padding:5px;
	width:290px;
	border:1px solid #ccc;
	}	

.popup-btn-start {
	margin-top:40px;
	display:block;
	width: 122px; 
	height: 54px;
	cursor:pointer;
	background: url(../images/btn-start2.png) no-repeat top left; 
	margin:0 auto;
	border:0;
}


.popup-btn-signup {
	margin-top:40px;
	display:block;
	width: 142px; 
	height: 54px;
	cursor:pointer;
	background: url(../images/btn-signup2.png) no-repeat top left; 
	margin:0 auto;
	border:0;
}

.lightbox-image-placeholder-bg{
	width: 270px; 
	height: 215px;
	background: url(../images/lightbox-image-placeholder-bg.jpg) no-repeat top left; 
	padding:0;
	border:0;
	margin:0px auto;
}
.lightbox-image-placeholder{
	width: 250px; 
	height: 155px;
	padding:10px 10px 50px 10px ;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.lb-author {
	text-align:right;
}

.faso-article {
text-align:left;
font-family:Georgia;
font-size:17px;
line-height: 25px;

}

.artist-websites-left-col {
	width: 600px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 610px) {
  h1 {
	  font-size: 28px;
	  line-height: 30px;
  }
	
  .header {
  	height: 150px;
  }
  a.logo img {
  		margin-top: 20px;
  		width: 70%;
  }
  .header-user-func {
  	top: 100px; 
  }

  .home-banner td {
  	float: left;
  }

  .home-banner-heading {
  	font-size: 30px !important;
  	line-height: 34px !important;
  }

  .home-banner-heading2 {
  	font-size: 26px !important;
  	line-height: 28px !important;
  	margin-top: 10px !important;
  }

  .btn-activatesite_b {
  	width: 300px;
  	margin: 40px auto !important;
	background-size: 100%;
  }

	#artists_websites_slider {
		width: 320px !important;
	}

	#website_preview_slides {
		width: 320px !important;
	}

	.home-speakup td {
		float: left;
		font-size: 18px;
	}

	.content {
		width: 90% !important;
		padding: 20px 10px !important;
	}

	.home-features-item, 
	.home-features-item1 {
		width: 90% !important;
	}
	
	.artist-websites-subnav {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	
	.artist-websites-subnav td {
		float: left;
	}
	
	.artist-websites-left-col {
		width: 100%;
		float: left;
	}
	
	.artist-websites-right-col {
		width: 100%;
		float: left;
	}
	
	.footer-links-wrap {
		padding-left: 15px;	
	}
}