*{
    margin:0;
    padding:0;
}
.clear {
    clear: both;
    line-height: 0px;
    margin:0;
    padding:0;
}

body {
    margin: 0;
    padding: 0;
	background-color: #ededed;
    background-image: url("../images/bg.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: Segoe UI,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    line-height: 1.4em;
}
img {
    border-style: none;
}
.outwrapper{
width:1000px;
margin:0 auto;
}

.headwrap{
    width:1000px;
	float:left;	
	height:103px;
}
.logo{
   width:290px;
   height:58px;
   margin-top:15px;
   float:left;
}
.header_icons{
   float:right;
   padding:8px;
   width:500px;
}
.menuclass{
width:700px;
margin-top:10px;
float:right;
}
.banner{
width:1000px;
float:left;
}
.bodycontent{
background-color: #FFFFFF;
    background-position: 0 0;
    background-repeat: repeat-x;
	height:640px;
    border: 3px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    clear: both;
    float: left;
	margin-top:20px;
    position: relative;
	width:1000px;
	
}


.title{
    float: left;
padding-left: 10px;
 width: 1000px;
}
h2{
color: #404040;
    font-size: 24px;
    line-height: 8px;
    
	font-weight:normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
   
}

.products{
float:left;
padding:15px;
margin-top:1px;
margin-left:15px;
line-height:1.9;
font-family: Segoe UI,sans-serif;
    font-size: 14px;
    font-weight: normal;
width:285px;
border-right:1px solid #cccccc;

}

.footercopy{
float:left;
padding:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d2d2d;
}
.footerpower{
float:right;
padding:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d2d2d;
}







/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}


.pricing-table {
    width: 80%;
    margin: auto;
    text-align: center;
}
.pricing-table .heading{
    color: #9C9E9F;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.pricing-table .heading2{
    color: #309CC7;

    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.block{
    width: 22%;    
    margin: 0 4px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
/*    border: 1px solid red;*/
}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 10px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}
.hint{
    font-style: italic;
    font-size: 0.9rem;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:15px ;
    font-size: 0.9rem;
}
.features li{
    padding:10px 0;
    width: 100%;
}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
/*PERSONAL*/
.personal .title{        
    background: #78CFBF;    
}
.personal .content,.personal .pt-footer{
    background: #24C11D;
}
.personal .content:after{	
	border-top-color: #24C11D;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #3EC6E0;
}
.professional .content,.professional .pt-footer{
    background: #53CFE9;
}
.professional .content:after{	
	border-top-color: #53CFE9;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #E3536C;
}
.business .content,.business .pt-footer{
    background: #EB6379;
}
.business .content:after{	
	border-top-color: #EB6379;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}

/*CORPORATE*/
.corporate .title{
    background: #3368FF;
}
.corporate .content,.corporate .pt-footer{
    background: #3368FF;
}
.corporate .content:after{    
	border-top-color: #3368FF;	
}
.corporate .pt-footer:after {	
	border-top-color: #FFFFFF;	
}

