body,html{
margin:0;
padding:0;
background:url(../images/bg.jpg) top left repeat-x #47bbf0;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #405471;
}

#menu_vertical{
width:208px;
background:url(../i/menu_bg.jpg) top left repeat-y;
}

.footer {
color: #405471;
padding:10px 20px;
}

.footer a{
color: #405471;
text-decoration: none;
}

.footer a:hover {
color: #47bbf0;
text-decoration: none;
}

select, input, textarea{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
border:#666666 solid 1px;
}

.SearchBtn {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
border:#666666 solid 1px;
font-weight:bolder;
}

a {
color: #064399;
text-decoration:none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

img{
border:none;
}

h1 {
    color: #064399;
	font-family: 'Orbitron', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	letter-spacing: 3.85px;
	line-height: 18px;
	text-transform:uppercase;
}

.red {
color: #df382e;
}

table {
    align-content: center;
    border: none;
    width: 923px;
    border-spacing: 0px;
    background-color: white;
}

#rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 171px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#rslides li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: ccl-slide-fade 18s linear infinite;
}

#rslides li:nth-child(1) { animation-delay: 0s; }
#rslides li:nth-child(2) { animation-delay: -12s; }
#rslides li:nth-child(3) { animation-delay: -6s; }

#rslides img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes ccl-slide-fade {
    0%, 27.777% { opacity: 1; }
    33.333%, 94.444% { opacity: 0; }
    100% { opacity: 1; }
}
