﻿@charset "utf-8";
/* CSS Document */
.body_bgr{
	background:url(../images/body_bgr.png)#7a7a7a repeat-x left 23px;
}
.top_bar{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	height:23px;
	font-weight:bold;
	padding-right:20px;
	line-height:21px;
background: #7083ae; /* Old browsers */
background: -moz-linear-gradient(left, #7083ae 50%, #cccccc 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#7083ae), color-stop(50%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #7083ae 50%,#cccccc 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #7083ae 50%,#cccccc 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #7083ae 50%,#cccccc 50%); /* IE10+ */
background: linear-gradient(to right, #7083ae 50%,#cccccc 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7083ae', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
.top_bar a{
	color:#000000;
	text-decoration:none;
}
.top_bar a:hover{
	color:#333333;
	text-decoration:none;
}

.thunder_logo{
	position:relative;
	text-align:center;
}

.thunder_logo img{
	position:absolute;
	left:-15px;
	top:-23px;
}
.cs5CC6MainTde {
    color: #000000!important;
}
.middle_box_section{
	width:775px;
	margin:0 auto;
}

/*KTM styles*/
.ktm_top_bar {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    height: 23px;
    font-weight: bold;
    padding-right: 20px;
    line-height: 21px;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 50%, #e4e7ea 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,#000000), color-stop(50%,#e4e7ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000000 50%,#e4e7ea 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #000000 50%,#e4e7ea 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #000000 50%,#e4e7ea 50%); /* IE10+ */
    background: linear-gradient(to right, #000000 50%,#e4e7ea 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e4e7ea',GradientType=1 ); /* IE6-9 */
}

    .ktm_top_bar a {
        color: #000000;
        text-decoration: none;
    }

        .ktm_top_bar a:hover {
            color: #ff6600;
            text-decoration: none;
        }


.ktm_logo {
    position: relative;
    text-align: center;
    background: #ff6600;
    height: 150px;
}

    .ktm_logo img {
        height: 150px;
    }

/*HUSQ styles*/
.husq_top_bar {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    height: 23px;
    font-weight: bold;
    padding-right: 20px;
    line-height: 21px;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #002550 50%, #ffffff 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,#002550), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #002550 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #002550 50%,#ffffff 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #002550 50%,#ffffff 50%); /* IE10+ */
    background: linear-gradient(to right, #002550 50%,#ffffff 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002550', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

    .husq_top_bar a {
        color: #000000;
        text-decoration: none;
    }

        .husq_top_bar a:hover {
            color: #002550;
            text-decoration: none;
        }


.husq_logo {
    position: relative;
    text-align: center;
    margin-top: 5px;
    background: #ffffff;
    height: 150px;
}

    .husq_logo img {
        height: 150px;
    }