/*    Based on a style by http://www.cssportal.com    */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
    background-attachment: Fixed;
    background-size: 100% 100%;
    background-image: url("../images/background1.png");
}

p {
    padding: 2px;
}

#wrapper {
    width: 100%;
    min-width: 1050px;
    max-width: 4000px;
    margin: 0 auto;
    background:#000000;
}

#headerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#header {
    height: 250px;
    background: #FF6633;
    background: url("../images/header3_1.jpg") no-repeat center;
    /*border-radius: 10px;
    border: 1px solid #0000ff;*/
    margin: 5px;
}

#navigationwrap {
    width: 100%;
/*    min-width: 1250px;
    max-width: 4000px;*/
    float: left;
    margin: 0 auto;
}

#navigation {
    /* Not required for the ribbon manu
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px solid;
    margin: 5px;*/
    height: 80px;
}

#contentliquid {
    float: left;
    width: 100%;
}

#contentwrap {
    margin-left: 200px;
    margin-right: 150px;
    float: center;
}

#content {
    background-color: #CCFF99;
    /*background: url("");*/
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
}

#leftcolumnwrap {
    width: 200px;
    margin-left:-100%;
    float: left;
}

#leftcolumn {
    /*background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #1fb8eb;*/
    margin: 5px;
}

#rightcolumnwrap {
    width: 150px;
    margin-left: -150px;
    float: left;
}

#rightcolumn {
    /*background: #CC33FF;
    border-radius: 10px;
    border: 1px solid #b81feb;*/
    margin: 5px;
}

#footerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #1feb52;
    margin: 5px;
}

/****** Pricing table *******/

.pricetablewrap{
width:100%;
position:relative;
height:100%;

}

.pricing-table{
    font-family: 'Lobster', sans-serif;
    list-style: none;
    float: left;
    padding: 5px;

}
.pricing-table ul{
    border-width: 3px;
    border-style: solid;
    border-color: #E35C22;
    border-radius: 22px;
    margin: 2px;
    width: 199px;
    text-align: center;
    font-family: 'Lobster', sans-serif;;
    list-style: none;
    float: left;
    padding: 5px;
    background-color: #FFFFFF;

}
.pricing-table ul li{
    padding: 7px;
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: #B8B8B8;
    border-radius: 82px;
    border-bottom-width: 0px;
    font-size: 18px;
}
.pricing-table li:nth-child(odd){
    background-color: #FFFFFF;
}
.pricing-table ul .heading{
    color: #FFFFFF;
    background-color: #101CC9;
    font-size: 22px;
}
.pricing-table ul .price{
    color: #F54C18;
    background-color: #FFFFFF;
    font-size: 32px;
}
.pricing-table ul .action{
    font-size: 24px;
    background-color: #4DC920;
    color: #C9501C;
}
.feature{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 3px 5px 7px rgba(0,0,0,.7);
}

.pricing-table:hover {
		box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		transform: scale(1.04) translateY(-5px);
		z-index: 1;
		border-bottom: 0 none;
		border-radius: 22px;
}
.pricing-table:hover h3 {
		background: #222;
}
.pricing-table:hover .action {
        color: #FFFFFF;
    	box-shadow: inset 0 0 45px 1px #DB7224;
		background: linear-gradient(#F9B84A, #101CC9);
}

/****** Pricing table *******/

/****** Flipping coin *******/

.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
  width: 100px;
  height: 100px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}

/****** Flipping coin *******/

/****** Member area *******/

#fullcontainer {
    margin: 0 auto;
    width: 100%;
}

#singlecolumncontainer {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#singlecolumncontent {
    /*height: 200px;*/
    /*background: #FF6633;*/
    border-radius: 10px;
    border: 1px solid #eb521f;
    margin: 5px;
}

#leftcolumncontainer {
    width: 50%;
    float: left;
    margin: 0 auto;
}

#leftcolumncontent {
	/*height:200px;*/
    background: #CCFF99;
    border-radius: 10px;
   /* border: 1px solid #1fb8eb; */
    margin: 5px 2px 5px 2px;
}

#rightcolumncontainer{
    width: 50%;
    float: right;
    margin: 0 auto;
}

#rightcolumncontent {
    background: #CCFF99;
    border-radius: 10px;
    /*border: 1px solid #b81feb;*/
    margin: 5px 2px 5px 2px;
	/*height:200px; */
}

/****** Member area *******/


