
/*--------------------------------------------
Fonts
---------------------------------------------*/
@font-face {
    font-family: 'high-tower-text';
    src: url('../fonts/high-tower-text.eot');
    src: url('../fonts/high-tower-text.eot?#iefix') format('embedded-opentype'),
         url('../fonts/high-tower-text.woff') format('woff'),
         url('../fonts/high-tower-text.ttf') format('truetype'),
         url('../fonts/high-tower-text.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    color: #666666!important;
    background: url("../my_files/back.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.logo {
    padding-bottom: 20px !important;
    padding-top: 20px;
}
#header {
    
}
#slider {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
#footer{
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
#footer_content{
    height: 65px;
    color: #fff;
}
#header_content{
 } 
ul#nav{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 980px;
    height: 65px;
}
ul#nav li{
    float: left;
    margin-top: 0px!important;
    text-align: center;
    padding: 23px 23px;
    list-style:none!important;
}
ul#nav li:hover{
    background: #A90329;
}
ul#nav li.current-menu-item{
    background: #a90329;    
}
ul#nav li.current-menu-item a{
    color: #fff!important;
}
ul#nav li a{
    font-style: normal !important;
    font-family: Verdana;
    font-weight: normal;
}
ul#nav li a:hover{
    color: ;
    height: 45px;
}
ul#nav li:hover ul li a{
    color: #333!important;
}
ul#nav li ul li a{
    color: #333!important;
    font-family: georgia;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
ul#nav li ul li:hover a{
    color: #fff!important;
}
ul#nav li ul li:hover{
    background: #b90505;
    border-radius:0px;
    height: auto!important;
}
ul#nav li ul li{
    background: none;
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    height: auto;
    margin: 0;
    width: 150px;
    text-align: left;
}
ul#nav li ul{
    display: none;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: none outside none;
    margin-top: 19px;
    *margin-top: 38px;
    margin-left: -20px!important;
    *margin-left: -100px!important;
    padding: 0 0 0px!important;
    position: absolute;
    z-index: 999999;
}
h1, h2, h3, h4{
    font-family: "high-tower-text"!important;
}

h1{
    font-size: 20px!important;
    color: #555555!important;
    font-weight: bold!important;
}

h2{
    font-size: 20px;
    margin: 0;
    padding: 0;
    color:#333333!important;
}

h3{
    font-size: 18px!important;
    margin: 0;
    padding: 0;
    color: #ab5c82;
    font-weight: normal!important;
}

h4{
    color:#555555!important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold!important;
}
h6{
    font-size: 12px!important;
    margin: 0;
    padding: 0;
    color: #555555;
    font-weight: bold!important;
}

hr{
    border: 1px solid #DCDCDC;
}

.testimonial{
    background: url('../imgs/testimonial_bg.jpg') no-repeat;
    width: 260px;
    height: 149px;
    margin-top: 30px;
    padding:10px;
}

.testi_date{
    color: #e78500;
    text-align: right;
}

.testi_by{
    font-weight: bold;
    text-align: right;
}

ul#footer_nav{
    list-style-type:none;
    text-align: center;
    list-style:none!important;
}

ul#footer_nav li{
    float: left;
    padding-left:10px;
    padding-right:10px;
    
}

ul#footer_nav li a{
    text-decoration: none;
    color: #666;
}

#slider {
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 350px !important;
}
.back1{
    background: url("../my_files/content_bg.jpg") no-repeat scroll center bottom #FFFFFF;
    min-height: 150px;
    padding: 15px 0 50px !important;
    width: 980px;
}
#menubar {
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

    height: 65px !important;
}
#wide_slider {
    padding-bottom: 0px!important;
}
.home_news_row .news_thumb img {
    border: none!important;
}
.home_news_row .news_thumb {
    width: 109px!important;
}
.home_news_row .news_summary {
    width: 344px!important;
}

ul#footer_nav li a {
    color: #ffffff!important;
}
ul#footer_nav li a:hover {
    color: #f2f2f2!important;
}
.home_news_row .news_date{
    color: #767676!important;
    font-weight: bold;
    font-size: 14px;
}
.home_news_row .news_title{
    font-size: 12px!important;
    font-weight: normal!important;
}
.home_news_row .news_date{
    font-style: italic!important;
    font-size: 13px!important;
    color:#19687c!important;
}
.img_border img{
    border: 4px solid!important;
}
ul#footer_nav li.current-menu-item a{
    color: #f2f2f2!important;
    font-weight: bold;
}
.bg{
    background: #f2f0e0;
    color: #555!important;
}
.bg h1{
    color: #fff!important;
    padding: 10px;
    padding: 12px 0 0 23px;
}
.padding_left{
    
}
.bg_gray{
    background: #dbdbdb;
    color: #252525;
}
.padding_top_10 h3{
   padding-top: 10px;    
}
.three_top_tabs{
    background: url("../my_files/sale.jpg") no-repeat; 
    width: 305px; 
    height: 173px;
}
#wide_slider {
    background: none repeat scroll 0 0 #d0d0d0;
    box-shadow: 0 0 10px 0 #000;
    height: auto;
    width: 100%;
}
.arrow{
    display: none !important;
} 