﻿@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;
}
.news-title
{
    font-size:14px;
    color:#891313;
    padding: 3px;
    cursor:pointer;
}
a.news-body
{
    font-size:13px;
    padding: 3px 3px 6px 3px;
    display:block;
    color:#333 !important;
}
a.news-body:hover, .links a:hover{
    text-decoration:underline;
}
.links a
{
    color:#333 !important;
    display:block;
    padding:2px 1px;
}


.news-date {
    font-size:11px;
    /*font-style:italic;*/
    display:block;
    color:#808080;
    
}
.ca-menu{
    padding:0;
    margin:20px auto;
    width:580px;

}
.ca-menu li.redbanner{
    width:203px;
    padding:3px;
    font-size:18px;
    font-weight:bold;
    padding-bottom:8px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #891313;
    /*background-image:url(../images/brushed-red.jpg);*/
    color:white;
    -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-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li.rbanner{
    width:203px;
    padding:3px;
    padding-bottom:8px;
    overflow: hidden;
    position: relative;
    display: block;
    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-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li.banner{
    width: 580px;
    height: 110px;
    overflow: hidden;
    position: relative;
    display: block;
    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-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li.banner a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    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: 120px;
    width: 410px;
    height: 65px;
    top: 20px;
}
.ca-main{
    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-size: 14px;
    color: #666;
}
.ca-menu li.banner:hover{
    background-color: #000;
}
.ca-menu li.banner:hover .ca-icon{
    color: #f13c23;/*#f13c23-red;#f900b0;-purple*/
    font-size: 120px;
    opacity: 0.2;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.ca-menu li.banner:hover .ca-main{
    color: #f13c23;/*#f900b0;-purple*/
    opacity: 0.8;
}
.ca-menu li.banner:hover .ca-sub{
    color: #fff;
    opacity: 0.8;
}

            .shadow
            {
                -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);
            }
            h2.ca-main {
                margin-top:-12px;
            }
            li.footer {
                height: 100px;
                vertical-align: bottom;
            }
            .content{
                padding-bottom:50px;
            }
            li.brand {
                height:100px;
                -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-bottom:15px;
                position:relative;
                margin-top:30px;
            }
            li.detail{
                width:548px;
                background:#999;
                color:#ddd;
                padding:16px;
                font-size:15px;
                -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-bottom:5px;
            }
            .body {
                background-image: url(images/bg.png);
                background-repeat: repeat;
            }
            .logo-box
            {
                 /*position: absolute; */
                 margin-top: 10px; 
                 margin-left: 0px;
                 padding:10px;
                 height:80px;
            }
.logo-cloud {
    line-height: 60px;
    margin-left: 20px;
    margin: 6px 6px 5px 12px;
    width: auto;
    height: auto;
    line-height: auto !important;
    left: 0;
    position: relative;
    float: left;
    color: white;
    font-size: 40px;
    text-shadow: 0px 0px 2px #333;
}
            .logo-text{
                 line-height:60px;
                 font-size: 40px; 
                 position: relative; 
                 float: left; 
                 font-weight: 900; 
                 color: white; 
                 margin-top: -8px !important; 
                 margin-left: -12px; 
                 text-shadow: 0px 0px 2px #333;
            }