
/*--------------------------------------------
Fonts
---------------------------------------------*/
@font-face {
    font-family: 'tahoma';
    src: url('../fonts/tahoma.eot');
    src: url('../fonts/tahoma.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tahoma.woff') format('woff'),
         url('../fonts/tahoma.ttf') format('truetype'),
         url('../fonts/tahoma.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background: url("../imgs/bg_moblie.jpg") center!important;
    color: #999999!important;
    font-size: 12px !important;
}
body p{
    color: #fff!important;
    line-height: 20px;
    font-size: 12px !important;
    text-align: justify;
    text-shadow: 1px 1px #191919 !important;
}
.logo{
    padding-bottom: 35px !important;
    padding-top: 35px;
}
#middle_content{
    background: #000!important;
    opacity: .8;
}
#header {
   background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

}
#footer{
    background: url("../imgs/footer_bg.jpg") repeat-x scroll 0 0 transparent !important;
    height: 80px;
}
#footer_content{
    color: #999 !important;
    background: url("../imgs/footer_bg.jpg") repeat-x scroll 0 0 transparent !important;
}
#header_content{
   
}
ul#nav{
    background: #2d2d2d;
    float: left;
    height: 45px !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 980px;
    border-bottom: 1px solid #4a4a4a;
}
ul#nav li{
    float: left;
    margin-left: 5px;
    margin-top: 0px !important;
    padding: 12px 25px !important;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
}
ul#nav li.current-menu-item{
background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */


    
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: 22px;
    position: relative;
    
}
ul#nav li.current-menu-item:first-child {
    margin-left: 0 !important;
    font-weight: bold !important;
}
ul#nav li:hover{
    background: #cc0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: 22px;
    position: relative;
    
}
ul#nav li.current-menu-item a{
    color: #2D2D2D!important;
}
ul#nav li a{
    color: #fff!important;
    font-family: tahoma!important;
    text-decoration: none;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-shadow:none !important;
}
ul#nav li:hover a{
    color: #2D2D2D!important;
}
ul#nav li:hover ul li a{
    color: #2D2D2D!important;
    text-shadow:none !important;
}
ul#nav li ul li a{
    color: #fff!important;
    font-family: arial;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
ul#nav li ul li:hover a{
    color: #2D2D2D!important;
}
ul#nav li ul li:hover{
    background: #2D2D2D;
    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: "tahoma"!important;
    padding-bottom: 10px !important;
}
h1{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: normal;
    text-transform: uppercase;
}
h2{
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    color:#037300 !important;
    margin-bottom: 0px !important;
    font-weight: normal;
}
h3{
    font-size: 18px!important;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: normal!important;
}
h4{
    color:#a14672!important;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
hr{
    border: 1px solid #DCDCDC;
}
hr{
    background: url("../imgs/divider.png") no-repeat scroll 6px 0px transparent;
    border: medium none !important;
    height: 15px !important;
}
ul#services{
    list-style: none outside none !important;
}
ul#services li {
    background: url("../imgs/ul_btn.png") no-repeat scroll 0 12px transparent;
    list-style: none outside none;
    margin-left: -35px !important;
    padding-left: 25px;
    text-shadow: 1px 1px #191919 !important;
}
.custom_text {
    padding-right: 15px;
}
.testimonial{
    background: url("../imgs/testimonial_bg.png") no-repeat scroll 0 0 transparent;
    height: 130px !important; 
    margin-top: 0 !important;
    padding: 10px;
    width: 286px !important;
}
.testimonial p{
    width: 250px !important;
    padding:0 0 0 10px;
    font-style: italic;
}
.testi_date{
    color: #e78500;
    text-align: right;
}
.testi_by{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    color: #FB9A00 !important;
}
ul#footer_nav{
    list-style-type:none;
    text-align: center;
    padding-top: 10px !important;
}
ul#footer_nav li{
    float: left;
    padding-left:10px;
    padding-right:10px;
}

ul#footer_nav li a{
    text-decoration: none;
    color: #999;
}
a.myl_link {
    color: #999 !important;
    text-decoration: none;
}

#slider {
    border-radius:0!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    background:none !important;
}

#menubar {
    height: 45px!important;
    border-bottom: 1px solid #4a4a4a;
    background: #2d2d2d;
}
#wide_slider {
    padding-bottom: 0px!important;
    background: none !important;
    height: 450px;
    margin-top: 5px;
}
.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: #999!important;
}
ul#footer_nav li a:hover {
    color: #cc8c00 !important;
}

ul#footer_nav li.current-menu-item a{
    color: #cc8c00 !important;
    font-weight: normal;
}
.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;
}
.bg {
}
.bg1{
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 5px solid #E5DCD2;
    border-radius: 5px 5px 5px 5px;
    color: #695E53 !important;
    height: 56px;
}
.bg_news{
    background: none repeat scroll 0 0 #E5DCD2;
    float: left;
    margin-left: -10px;
    padding: 15px;
    width: 950px;
}
.padding {
    padding: 8px;
}
.bg h1 {
    background: url("../imgs/title_bg.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #222222;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #222222;
    border-top: 1px solid #444444;
    color: #FFFFFF !important;
    font-size: 18px !important;
    height: 20px;
    padding: 12px 0 0 15px;
    text-shadow: none;
}
.padding_left{
    padding-left: 0px;
}
.bg_gray{
    background: #f8f8f8;
    color: #252525;
    padding: 10px 0px;
}
.third_col.align_center {
    text-align: right !important;
}
.align_center {
    text-align: center !important;
}
.myl_image.border1{
    float: left;
    padding-right: 10px;
}