@charset "UTF-8";
/* CSS Document */


#pricing-table {
	margin: 0px auto;
	text-align: center;
	//width: 892px; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .weekly{
	margin: 0px auto;
	text-align: right;
	//width: 892px; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
	font: 15px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	//text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #f3f3f3 url('images/overlay.png');     
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
}

#pricing-table .empty {

	margin-bottom: 20px;
	width: 100%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
}



#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	color:#fff;
/*	background-color: #47648C;
	background-image: -moz-linear-gradient(#47648C,#6897C3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#47648C), to(#6897C3));    
	background-image: -webkit-linear-gradient(#47648C, #6897C3);
	background-image: -o-linear-gradient(#47648C, #6897C3);
	background-image: -ms-linear-gradient(#47648C, #6897C3);
	background-image: linear-gradient(#47648C , #6897C3 );*/
	background: #47648C url('images/overlay.png');
}

#pricing-table h1 {
	font-size: 20px;
	font-weight: bold;
	color:#000;
	margin: 10px 0 20px 0;
}

#pricing-table .links {
	font-size: 17ps;
	font-weight: bold;
	color:#47648C;
}



#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 22px/100px Georgia, Serif;
	color: #4B4A4A;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

#pricing-table h1:before
			{
				position: relative;
				display: inline-block;
				color: #fff;
				background: #2f333b url('images/overlay.png');
				border-radius: 1em;
				text-align: center;
				
				width: 64px;
				height: 64px;
				line-height: 64px;
				//margin-right: 0.75em;
				font-size: 32px;
				top: 0.2em;
			}


/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align:center;
}

#pricing-table .left{
	text-align:left;
}

#pricing-table b {
	font-family: 'Source Sans Pro', sans-serif;
	color:#000;
}

/* --------------- */
	
/*#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}
*/
/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

