/*
CSS Credit: http://www.templatemo.com
*/

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #838fbb;
    background: #08123a;
}

a:link, a:visited { 
    color: #ffffff; 
    text-decoration: none; 
    font-weight: normal; 
} 

a:active, a:hover { 
    color: #99FFFF; 
    text-decoration: underline; 
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.cleaner { 
    clear: both; 
    width: 100%; 
    height: 0px; 
    font-size: 0px;  
}

.margin_bottom_10 { 
    float: left; 
    width: 100%; 
    height: 10px; 
    font-size: 1px;    
}

.margin_bottom_20 { 
    clear: both; 
    width: 100%; 
    height: 20px; 
    font-size: 1px;    
}

.margin_bottom_30 { 
    clear: both; 
    width: 100%; 
    height: 30px; 
    font-size: 1px;    
}

.margin_bottom_40 { 
    clear: both; 
    width: 100%; 
    height: 40px; 
    font-size: 1px;    
}

.margin_bottom_50 { 
    clear: both; 
    width: 100%; 
    height: 50px; 
    font-size: 1px;    
}

.margin_bottom_60 { 
    clear: both; 
    width: 100%; 
    height: 60px; 
    font-size: 1px;    
}

.margin_right_10 { 
    margin-right: 10px; 
}

.margin_right_60 { 
    margin-right: 60px; 
}

/* header */
#templatemo_header_wrapper {
    clear: both;
    width: 100%;
    height: 10px;    
    margin: 0 auto;
    background: url(images/templatemo_header_repeat.jpg) repeat-x;
}

#templatemo_header_wrapper #templatemo_header_panel {
    width: 980px;
    height: 50px;    
    margin:0 auto;
    color: #FFF;
    text-align: center;
    background: url(images/templatemo_header.jpg) no-repeat;
}

#templatemo_header_panel #templatemo_header {
    padding-top: 52px;
    font-size: 40px;
    letter-spacing: 30px;
    font-family: "Times New Roman", Times, serif;
    margin-left:20px;
}

#templatemo_header_panel #templatemo_tagline {
    font-size: 20px;
    padding: 20px 30px 5px 0px;
    font-family: "Times New Roman", Times, serif;
}

/* end of header */

/* banner */
#templatemo_banner_wrapper {
    clear: both;
    width: 100%;
    height: 130px;    
    margin: 0 auto;
    background: url(images/templatemo_banner_repeat.jpg) repeat-x;
}
  
#templatemo_banner_wrapper #templatemo_banner_panel {
    width: 980px;
    height: 130px;    
    margin:0 auto;
    text-align: center;
    background: url(images/templatemo_banner_blank.jpg) no-repeat;
}

/* end of banner */

/* menu */
#templatemo_menu_wrapper {
    width: 100%;
    height: 90px;    
    margin: 0 auto;
    background: url(images/templatemo_menu_bg_repeat.jpg) repeat-x;
}

#templatemo_menu_wrapper #templatemo_menu_panel {
    width: 980px;
    height: 90px;    
    margin:0 auto;
    background: url(images/templatemo_menu_bg.jpg) no-repeat;
}

#templatemo_menu_panel ul {
    float: left;
    margin: 20px 0 0 10px;
    padding: 0;
    list-style: none;
}

#templatemo_menu_panel ul li {
    display: inline;
}

#templatemo_menu_panel ul li a {
    float: left;
    width: 75px;
    height: 49px;
    padding: 8px 0 0 0;
    margin-right: 13px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #37a5dd;
    background: url(images/templatemo_menu_button.png) no-repeat;
}

#templatemo_menu_panel li a:hover, 
#templatemo_menu_panel li .current {
    color: #ffffff;
    background: url(images/templatemo_menu_button_hover.png) no-repeat;
}

#templatemo_menu_panel li .last {
    padding-right: 0px;
    border-right: none;
}

/* end of menu */

/* content */
#templatemo_content_wrapper {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: url(images/templatemo_content_bg.jpg) repeat-x;
}

#templatemo_content_wrapper #templatemo_content_panel {
    width: 960px;
    padding: 2px 2px 0 2px;
    margin:0 auto;
}

#templatemo_content_panel .content_panel_3col_section { 
    float: left;
    width: 280px;
}

.content_panel_3col_section p {
    text-align: justify;
    margin-bottom: 10px;
}

.content_panel_3col_section p a {
    color: #abbdfe;
}

.p_section {
    color: #abbdfe;
    text-align: justify;
    text-decoration: underline;
    margin-bottom: 10px;
}

.services {
    margin: 20px 0 0 30px;
    padding: 0px;
}

.services li {
    padding-bottom: 10px;
}

.header_01 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 5px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.image_box_01 {
    padding: 4px;
    background: #7a93d0;
    margin-bottom: 10px;
}

.image_box_01 img {
    border: 1px solid #fff;    
}

.news_section {
    clear: both;
}

.news_section .news_image {
    float: left;
    margin: 3px 0 0 0;
    width: 82px;
    padding: 4px;
    background: #7a93d0;
}

.news_image img {
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
}

.news_section .news_content {
    float: right;
    width: 170px;
}

.news_section .news_title {
    font-size: 12px;
    font-weight: bold;
    color: #abbdfe;
}

/* Р”РѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ СЃС‚РёР»Рё РґР»СЏ СЃС‚СЂР°РЅРёС†С‹ */
.rating-table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.rating-item {
    padding: 8px 10px;
    background: #7a93d0;
    border-bottom: 1px solid #fff;
    height: 46px;
    vertical-align: middle;
}

.rating-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.rating-item a:hover {
    color: #99FFFF;
    text-decoration: underline;
}

.rating-number {
    color: #ffffff;
    font-weight: bold;
    margin-right: 5px;
}

.rating-value {
    color: #ffffff;
    float: right;
    font-weight: bold;
}

.form-container {
    padding: 15px;
    background: #7a93d0;
    border: 1px solid #fff;
    margin-bottom: 20px;
    text-align: center;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
}

.form-table td {
    padding: 8px;
}

.form-label {
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-input {
    width: 90%;
    max-width: 300px;
    padding: 8px;
    border: 1px solid #203172;
    background: #08123a;
    color: #ffffff;
    margin: 10px 0;
}

.form-submit {
    background: #37a5dd;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.form-submit:hover {
    background: #99FFFF;
    color: #040a25;
}

.form-submit:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.site-list {
    margin: 20px 0;
}

.site-item {
    padding: 8px 10px;
    background: #7a93d0;
    margin-bottom: 2px;
    border-left: 4px solid #37a5dd;
}

.site-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.site-link:hover {
    color: #99FFFF;
    text-decoration: underline;
}

.site-number {
    color: #ffffff;
    font-weight: bold;
    margin-right: 10px;
}

.site-input {
    width: 200px;
    padding: 4px;
    border: 1px solid #203172;
    background: #08123a;
    color: #ffffff;
    margin: 0 10px;
}

.stats-container {
    margin-top: 10px;
}

.stats-table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.stats-label {
    color: #abbdfe;
    text-align: right;
    padding: 5px 10px;
    font-size: 12px;
}

.stats-value {
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
}

.marquee-container {
    background: #4282D6;
    padding: 5px;
    margin: 10px 0;
}

.marquee-text {
    color: #ffffff !important;
    font-weight: bold;
}

.marquee-text b {
    color: #AD5D18 !important;
}

.vk-widget {
    margin-top: 20px;
    padding: 15px;
    background: #7a93d0;
    border: 1px solid #fff;
    text-align: center;
}

.warning-text {
    color: #ff6666;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.info-text {
    color: #37a5dd;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.checkbox-label {
    color: #ffffff;
    margin: 10px 0;
    display: block;
}

.checkbox-label input {
    margin-right: 5px;
}

.iframe-container {
    margin: 10px 0;
    text-align: center;
}

/* end of content */

/* footer */
#templatemo_footer_wrapper {
    clear: both;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #203172;
    background: #040a25;
}

#templatemo_footer_wrapper #templatemo_footer_panel {
    width: 980px;
    margin:0 auto;
    padding: 15px 0;
    text-align: center;
}

#templatemo_footer_panel a {
    color: #abbdfe;
}

.footer-banners {
    margin-top: 15px;
}

.footer-banners img {
    margin: 0 5px;
    vertical-align: middle;
    border: none;
}

/* end of footer */