/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th{ 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


.ca-menu{
	padding:0;
	margin:auto;
	width: 1000px;
	float:left;
}

.green
{
background: #ffc51c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzUxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGE3MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffc51c 0%, #dda70c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc51c), color-stop(100%,#dda70c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc51c 0%,#dda70c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc51c 0%,#dda70c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc51c 0%,#dda70c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc51c 0%,#dda70c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc51c', endColorstr='#dda70c',GradientType=0 ); /* IE6-8 */

border:solid 1px #a8c092;
}
.green2
{
background: #b5df5b; /* Old browsers */
background: -moz-linear-gradient(top,  #b5df5b 0%, #a4d047 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5df5b), color-stop(100%,#a4d047)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5df5b 0%,#a4d047 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5df5b 0%,#a4d047 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5df5b 0%,#a4d047 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b5df5b 0%,#a4d047 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5df5b', endColorstr='#a4d047',GradientType=0 ); /* IE6-9 */
border:solid 1px #9ac345;
}
.sky2
{
background: #b3e1ff; /* Old browsers */
background: -moz-linear-gradient(top,  #b3e1ff 0%, #65b6fc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3e1ff), color-stop(100%,#65b6fc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3e1ff 0%,#65b6fc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3e1ff 0%,#65b6fc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3e1ff 0%,#65b6fc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b3e1ff 0%,#65b6fc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e1ff', endColorstr='#65b6fc',GradientType=0 ); /* IE6-9 */

border:solid 1px #8dc5f4;
}

.ca-menu li{
	width: 310px;
	height: 100px;
	overflow: hidden;
	position: relative;
	display: block;


	margin-bottom: 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;
	float:left;
	margin-right:10px;
	margin-left:10px;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
	text-align: left;
	width: 250px;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.ca-icon{
    font-family: 'BelmarCondensedLightNormalRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
	margin-top:20px; 
    position: absolute;
    width: 90px;
    left:0px;
    text-align: center;
    -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-content{
	position: absolute;
	left: 90px;
	width: 230px;
	height: 60px;
	top: 10px;
}
.ca-main{
font-family: 'BelmarCondensedLightNormalRegular', Arial, sans-serif;
color:#000000;
    font-size: 30px;
    -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-sub{
font-family:Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    color:#000000;
	
    -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:hover{
border:solid 1px #CCCCCC;    

    background-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);


}
.ca-menu li:hover .ca-icon{
    font-size: 40px;
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
    opacity: 1;
   
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}
@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}
