.ca-menu{
    padding:0;
    margin:20px auto;
    width:100%;
}
.ca-menu li{
    width: 200px;
    height: 300px;
	margin-left:20px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    position: relative;
}
.ca-icon{
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 30px;
	line-height:30px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%; 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover{
    background-color: #7fbf12;
}
.ca-menu li:hover .ca-icon{
    color: #ff2020;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
    color: #fff;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    background-color: #000000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}



div.tabscontainer{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
}
 .tabscontainer img{
	 padding:0px;
	 border:none;
 }
div.tabscontainer div.tabs{
	list-style: none;
	width: 222px;
	cursor: pointer;
	float: left;
	left: 0px;
	z-index: 2;
}
div.tabscontainer div.curvedContainer{
	margin-left: 222px;
	min-height: 400px;
}
 
div.tabscontainer div.curvedContainer .tabcontent{
	display: none;
	font-size: 13px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	/* [disabled]padding-top: 20px; */
}
 
div.tabs div.tab{
	display: block;
	height: 35px;
	background: #ECECEC;
	border-bottom: #fff solid 1px;
	border-top: none;
	position: relative;
	color: #000;
	font-size: 13px;
	border-radius: 8px;
	margin-bottom: 7px;
}
 div.tabs div.tab:last-child{
	 border-bottom: #fff solid 0px;
 }
div.tabs div.link{
	padding-left: 12px;
	line-height: 35px;
	font-family: pro, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
 
div.tabs div.tab.selected{
    color: #000;
    border-right-color: #aeaeaa;
}
 
div.selected{
	color: #FFFFFF;
	background-color: #FF0000;
	background-image: url(../images/aerohead.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	border:none;
	border-radius:8px 0px 0px 8px;
}
 
div.tabs div.tab.first{
}
 
div.tabs div.tab.last{
}
 
div.tabs div.tab div.arrow{
    position: absolute;
    background: url(homeSelArrow.png) no-repeat;
    height: 58px;
    width: 17px;
    left: 100%;
    top: 0px;
    display: none;
}
 
div.tabs div.tab.selected div.arrow{
    display: block;
}
