﻿@font-face
{
    font-family: 'SpeedTigerFont';
    src: url('/font/yekan.eot') format('eot'), /* IE6–8  */ url('/font/yekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/font/yekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

#header
{
    width: 100%;
    color: #fff;
    background-color: #ffe402;
}

.header-top
{
    width: 100%;
    background-color: #1c1c1c;
    font-size: 20px;
    text-align: left;
}

.footer1
{
    background-color: #ffe402;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #1c1c1c;
    font-size: 18px;
    padding-top: 6px;
}

.footer2
{
    padding-top: 36px;
    clear: both;
    background-color: #1c1c1c;
}

.footer_title
{
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
    font-size: 14px;
    word-wrap: break-word;
    margin-bottom: 10px;
}


.footer_menu
{
    list-style: none;
    margin: 0;
    padding: 0;
}


.footer_menu li
{
    padding: 5px 0 4px;
    color: #FFE402;
}

.footer_menu li a
{
    color: #FFE402;
    text-decoration: none;
}

.footer_copyRight
{
    color: #777777;
    margin-top: 40px;
    margin-bottom: 10px;
}

.menu
{
    background-color: #FFE402;
    width: 100%;
}

.mainMenu
{
    width: 100%;
    background-color: #323232;
    border-bottom: 1px solid #262626;
    border-radius: 5px 5px 0 0;
    float: right;
    padding-left: 12px;
    height: 45px;
    margin-top: 5px;
}

.mainMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.mainMenu ul li
{
    float: right;
    padding: 8px 20px;
}

.mainMenu ul li a
{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    vertical-align: top;
}


.mainMenu ul li a:hover
{
    color: #ffe402;
    text-decoration: none;
}


.speed_hr
{
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),#1C1C1C,rgba(0,0,0,0));
}


#myCarousel
{
    border-bottom: 45px solid#323232;
    border-radius: 0px 0px 5px 5px;
}
