@font-face {
	font-family: 'Raleway';
	src: url("/fonts/Raleway.ttf") format('truetype');
}

@font-face {
    font-family: 'Ubuntu-C';
    src: url("/fonts/Ubuntu-C.ttf") format('truetype');
}

#pricing-table {
    /*left: 10em;*/
    margin: 100px auto;
    text-align: center;
    /*width: 1000px;*/ /* total computed width */
    zoom: 1;
    position: relative;
}

/*#pricing-table:before, #pricing-table:after {
    content: "";
    display: table
}

#pricing-table:after {
    clear: both
}
*/
#pricing-table .plan {
    font-family: 'Raleway', sans-serif;
    background: #fff;      
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    height: 100%;
    /*width: 300px;*/
    /*float: left;*/
    _display: inline; /* IE6 double margin fix */
    margin: 0 5px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);   
    position: relative; 
    /*left:0;
    right:0;
    top:0;
    bottom:0;  */   
}

#pricing-table .plan:after {
    font-family: 'Raleway', sans-serif;
    z-index: -1; 
    position: absolute; 
    content: "";
    bottom: 10px;
    right: 4px;
    width: 80%; 
    top: 80%; 
    box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
    transform: rotate(3deg);   
}

#pricing-table .header {
        position: relative;
        font-family: 'Ubuntu-C', sans-serif;
        font-size: 18px;
        padding: 40px;
        margin: -20px -20px 20px -20px;
        border-bottom: 8px solid;
        background-color: #eee;
        background-image: -moz-linear-gradient(#fff,#eee);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
        background-image: -webkit-linear-gradient(#fff, #eee);
        background-image: -o-linear-gradient(#fff, #eee);
        background-image: -ms-linear-gradient(#fff, #eee);
        background-image: linear-gradient(#fff, #eee);
    }

    #pricing-table .header:after {
        font-family: 'Raleway', sans-serif;
        position: absolute;
        bottom: -8px; left: 0;
        height: 3px; width: 100%;
        content: '';
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAADCAYAAABfwxXFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOEE3MTBFRDVCQ0NFMTExODcxMEJBRjhFNUY2ODdCRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMjQxOTc0MUNFNUUxMUUxQjczN0Q4QzY3MDc4MjkxOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMjQxOTc0MENFNUUxMUUxQjczN0Q4QzY3MDc4MjkxOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDMxQTYxREVCQ0RFMTExQUI1NjlDMTg5OTUyMzNDNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOEE3MTBFRDVCQ0NFMTExODcxMEJBRjhFNUY2ODdCRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOCuVUAAAArSURBVHjaYvj//z8DFPMA8UkoDRZjQJJs/w8B7eiSKkD8Eyr5E8pnAAgwAIiWROlhTpC8AAAAAElFTkSuQmCC);
    }
    
    #pricing-table .popular-plan .header {
        font-family: 'Raleway', sans-serif;
        margin-top: -40px;
        padding-top: 60px;        
    }

    #pricing-table .plan1 .header{
        border-bottom-color: #D17461;
    }

    #pricing-table .plan2 .header{
        border-bottom-color: #407183;
    }

    #pricing-table .plan3 .header{
        border-bottom-color: #92BF59;
    }

    #pricing-table .plan4 .header{
        border-bottom-color: #883220;
    }            

    #pricing-table .price{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

#pricing-table .monthly{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999;
}

/* --------------- */

#pricing-table ul {
    font-family: 'Raleway', sans-serif;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    font-family: 'Raleway', sans-serif;
    padding: 10px 0;
}

/* --------------- */
    
#pricing-table .signup {
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding: 10px 20px;
    color: #fff;
    font: bold 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;       
    background-color: #407183;
    border-radius: 3px;     
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    opacity: .9;       
}

#pricing-table .signup:hover {
    opacity: 1;       
}

#pricing-table .signup:active {
    box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
}            

#pricing-table .plan1 .signup{
    background: #D17461;
}

#pricing-table .plan2 .signup{
    background: #407183;
}

#pricing-table .plan3 .signup{
    background: #92BF59;
}

#pricing-table .plan4 .signup{
    background: #883220;
}