@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
	padding:0;
	width: 100%;
}
.ca-menu li{
	width: 340px;
	height: 45px;
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	opacity:0.6;
	border:thin;
	background-color:#e77328;
	/*filter:alpha(opacity=40); /* For IE8 and earlier */
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	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;
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	position: relative;

	
}
.ca-icon{
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 20px;
	text-shadow: 0px 0px 1px #333;
	line-height: 40px;
	position: absolute;
	width: 60px;
	left: 5px;
	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: 56px;
	width: 400px;
	height: 40px;
	top: 7px;
	
}
.ca-main{
	font-size: 14px;
	-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-size: 14px;
    color: #e77328;
    -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{
	background-color: #900;
	
}
.ca-menu li.first:hover{
	background-color: #0CC;
}
.ca-menu li.second:hover{
	background-color: #C90;
}
.ca-menu li.third:hover{
	background: #66F;
}
.ca-menu li.fourth:hover{
	background: #ffcc00;

}
.ca-menu li.fifth:hover{
	background: #6C6;
}
.ca-menu li.sixth:hover{
	background: #66C;
}
.ca-menu li:hover .ca-icon{
	font-size: 20px;
	color: #FFF;
	opacity: 0.7;
	text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
	color:#000;
	-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;
}
.themec{
	colour:#39C; 
	}
.intro{
	width: 440px;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;

	
	}
	
	.intronewlang{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	left:auto;
	background: #fff;
	opacity:0.6;
	filter:alpha(opacity=40);
	margin-bottom: 4px;

	
	}
@-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%);
    }
	/* -------------------- */
/* Aber Header */
.headerReplacement {
   text-indent: -9999px;
   width: 740px;
   height: 98px;
   background:url(../images/aber-logo2.jpg) #fff no-repeat;  
}