
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo500-regular-webfont.eot');
    src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo500-regular-webfont.woff') format('woff'),
         url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeoSans';
    src: url('../fonts/neosans-webfont.eot');
    src: url('../fonts/neosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neosans-webfont.woff') format('woff'),
         url('../fonts/neosans-webfont.ttf') format('truetype'),
         url('../fonts/neosans-webfont.svg#NeoSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { 
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  
}

a{
    text-decoration: none;
}

img{
    border: none;
}

#main_container{
    width: 980px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #000;
}

#header{
    width:100%;
    margin: 0 auto;
    height: 120px;
    position: relative;
}

#logo{
    float: left;
    margin: 10px 0 0 10px;
}

#main_content{
    float: left;
    margin: 10px 0 0 20px;
    width: 720px;
}


h1{
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #00539B;
    font-weight: normal;
    font-family:"Museo", Arial, Helvetica, sans-serif;
}

#social_media{
    position: absolute;
    overflow: hidden;
    right: 10px;
    top: 10px;

}

/*----------Social icons------------*/

#social_media span{
        float: left;
}

#social_media a{
        float: left;
        width: 40px;
        height: 35px;
}

#fb{ background: url("../images/icons/social_media.png") no-repeat left;}

#tw{background: url("../images/icons/social_media.png") no-repeat -45px;}

#gl{background: url("../images/icons/social_media.png") no-repeat -90px;}

#yo{background: url("../images/icons/social_media.png") no-repeat -135px;}


/*--------------------------------------------------------------*/

#middle{
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #E6E6E6;
    overflow: hidden;

}

#quick_book{
float: left;
width: 120px;

}
#quick_book a{
color: #fff;
 font-family:"Museo", Arial, Helvetica, sans-serif;

}
#quick_book a:hover{
color: #FFC425;
}



#quick_book a span{
float:right;
margin-top: 6px;
background: url("../images/icons/indicator.png") no-repeat bottom;
height: 5px;
width: 10px;

}


#menu_cont{
    background: #999999;
    padding: 10px;
    height: 15px;
    position: relative;
    z-index: 1000;
    
    background-image: -moz-linear-gradient(bottom, #4D4D4D, #B2B2B2);
    background-image: -webkit-linear-gradient(bottom, #4D4D4D, #B2B2B2);
    background-image: linear-gradient(bottom, #4D4D4D, #B2B2B2);
    background-image: -ms-linear-gradient(bottom, #4D4D4D, #B2B2B2);
    background-image: -o-linear-gradient(bottom, #4D4D4D, #B2B2B2);
    
    -moz-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.6);
    -webkit-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.6);
    box-shadow:0 2px 5px rgba( 0, 0, 0, 0.6);
    -ms-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.6);
    -o-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.6);

}

#menu{
    position: absolute;
    right: 0;
}
#menu ul{
  margin: 0;
  padding: 0;
}
#menu ul li{
  float: left;
  position: relative;
  padding: 0 10px 10px;
  list-style-type: none;
}

#menu ul li a{
  display: block;
  font-family:"Museo", Arial, Helvetica, sans-serif;
}

#menu ul li:hover > a{
    color: #FFC425;
}





#menu ul li div{
  padding: 10px 0;
  display: none;
  position: absolute;
  width: 250px;
  background:url("../images/dot.png");
  top: 25px;
  
    -moz-box-shadow:2px 2px 8px rgba( 0, 0, 0, 0.4);
    -webkit-box-shadow:2px 2px 8px rgba( 0, 0, 0, 0.4);
    box-shadow:2px 2px 8px rgba( 0, 0, 0, 0.4);
    -ms-box-shadow:2px 2px 8px rgba( 0, 0, 0, 0.4);
    -o-box-shadow:2px 2px 8px rgba( 0, 0, 0, 0.4);
}
#menu ul li div a{
  display: block;
  padding: 5px 0 5px 10px;
  color: #fff;
}

#menu ul li div a:hover{
  color: #FFC425;
}

.active{
    color: #FFC425;
}

.inactive{
    color: #fff;
}

.inactive:hover{
    color: #FFC425;
}


#qb_form{
    color: #fff;
    font-size: 10px;
    background:url("../images/dot.png");
    width: 260px;
    position: absolute;
    left: 0;
    top: 35px;
    display: none;
    padding: 15px 10px;
    z-index: 1000;
}

#qb_form label{
    width: 90px;
    float: left;
}

#qb_form input{
    width: 150px;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

#submit, input[type="submit"]{
   border: none;
   background: #FFC425;
   color: #fff;
   padding: 5px 10px;
   text-transform: uppercase;
   font-family:"Museo", Arial, Helvetica, sans-serif;
   
    background-image: -moz-linear-gradient(bottom, #BD931A, #FFC425);
    background-image: -webkit-linear-gradient(bottom, #BD931A, #FFC425);
    background-image: linear-gradient(bottom, #BD931A, #FFC425);
    background-image: -ms-linear-gradient(bottom, #BD931A, #FFC425);
    background-image: -o-linear-gradient(bottom, #BD931A, #FFC425);
    
    -moz-box-shadow:0 8px 6px -6px rgba( 0, 0, 0, 0.6);
    -webkit-box-shadow:0 8px 6px -6px rgba( 0, 0, 0, 0.6);
    box-shadow:0 8px 6px -6px rgba( 0, 0, 0, 0.6);
    -ms-box-shadow:0 8px 6px -6px rgba( 0, 0, 0, 0.6);
    -o-box-shadow:0 8px 6px -6px rgba( 0, 0, 0, 0.6);
    
    -moz-border-radius:2px;

}
#submit:hover, input[type="submit"]:hover{
   background: #BD931A;
    background-image: -moz-linear-gradient(bottom, #93720C, #FFC425);
    background-image: -webkit-linear-gradient(bottom, #93720C, #FFC425);
    background-image: linear-gradient(bottom, #93720C, #FFC425);
    background-image: -ms-linear-gradient(bottom, #93720C, #FFC425);
    background-image: -o-linear-gradient(bottom, #93720C, #FFC425);

}

#submit:active, input[type="submit"]:active{
   background: #FFC425;
    -moz-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.8)inset;
    -webkit-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.8)inset;
    box-shadow:0 2px 5px rgba( 0, 0, 0, 0.8)inset;
    -ms-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.8)inset;
    -o-box-shadow:0 2px 5px rgba( 0, 0, 0, 0.8)inset;
    
    -moz-border-radius:2px;

}

#close{
    padding: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color:  #FFC425;
    font-weight: bold;
}
#close:hover{
    color:  #fff;

}


#thanks{
    display: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}


/*----------------------------------------------------------------*/
#imgthumb_cont{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
#imgthumb_cont .thumb{
    width: 310px;
    height: 250px;
    float: left;
    margin:5px;
    cursor: pointer;
    overflow: hidden;
    
}

.thumb img{
    height: 250px;
    width: auto;
}

#thumb1{
    background:url("../images/thumb_1.jpg") no-repeat #ccc;
}

#thumb2{
    background:url("../images/thumb_2.jpg") no-repeat #ccc;
}

#thumb3{
    background:url("../images/thumb_3.jpg") no-repeat #ccc;
}

#thumb4{
    background:url("../images/thumb_4.jpg") no-repeat #ccc;
}

#thumb5{
    background:url("../images/thumb_5.jpg") no-repeat #ccc;
}

#thumb6{
    background:url("../images/thumb_6.jpg") no-repeat #ccc;
}


#transport,#mservices,#carmart,#signet,#paradise,#filling{
    width: 310px;
    height: 250px;
    position: relative;
}


.front{
   width: 310px;
   position: absolute;
   z-index: 500;
   bottom: 0;
}
.back_foot{
   display: none;
   width: 310px;
   position: absolute;
   z-index: 1000;
   bottom: 0;
}


.front span{
    float: left;
    width: 60px;
    height: 61px;
    margin:10px;

}
.front a{
    background:url("../images/icons/arrows.png") no-repeat bottom;
    width: 50px;
    height: 36px;
    float: right;
    position: relative;
    top:-15px;
    right: 10px;
}

.back{
   display: none;
   width: 290px;
   height: 230px;
   position: absolute;
   padding: 10px;
}

.back p{
   width: 290px;
    font-size: 13px;
    color: #fff;
}

h2{
    margin: 0 0 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
     font-family:"Museo", Arial, Helvetica, sans-serif;
     font-weight: normal;
}

.back_foot span{
    background:url("../images/icons/arrows.png") no-repeat top;
    width: 15px;
    height: 15px;
    float: left;
    margin:12px 10px;
}



.back_foot a{
    height:82px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#icon{ background:url("../images/icons/itemcons.png") no-repeat;width: 110px;}
#icon2{ background:url("../images/icons/itemcons.png") no-repeat -130px 0;width: 110px;}
#icon3{ background:url("../images/icons/itemcons.png") no-repeat -265px 0;width: 150px;}
#icon4{ background:url("../images/icons/itemcons.png") no-repeat 8px -100px;width: 110px;}
#icon5{ background:url("../images/icons/itemcons.png") no-repeat -130px -96px;width: 110px;}
#icon6{ background:url("../images/icons/itemcons.png") no-repeat -300px -100px;width: 110px;}

.bar{
    width: 310px;
    height: 41px;
    position: absolute;
    bottom: 0;
    background:url(../images/item_bar.png) no-repeat;
}

.site{
    position: relative;
    left: 10px;
    z-index: 1000;
    top: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family:"Museo", Arial, Helvetica, sans-serif;
}


/*------------------------Image Gallery--------------------------------*/

#gall{
   margin: 0;
   padding: 0;
   position: relative;
   overflow: hidden;
}

#gall li{
   list-style-type: none;
   float: left;
   margin:7px;
       
}

#map{
    position: absolute;
    right: 10px;
    top: 40px;
    text-align: center;
    width: 130px;
}

#skype{
   position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: center;
}

#skype img{
   height: 80px;
}

/*------------------------Testimonials--------------------------------*/

#inner_cont{
    margin: 0 auto;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

#inner_cont > p{
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
}



#inner_img{
    margin: 0 auto;
    position: relative;
    width: 960px;
    height: 250px;
    overflow: hidden;
}

h3{
    font-size: 25px;
    color: #00539B;
    text-transform: uppercase;
    font-weight: normal;
    font-family:"Museo", Arial, Helvetica, sans-serif;
}

.t_box{
    width: 960px;
    height: auto;
    margin: 10px auto;
}

.t_top{
    background:url(../images/testitop.png) no-repeat;
    width: 960px;
    height: 44px;
    margin:  0 auto;
    position: relative;
}

.t_mid{
    background:url(../images/testimid.png);
    height:auto;
    margin:0 auto;
    padding:0 25px;
}

.t_bot{
    background:url(../images/testibot.png) no-repeat;
    width: 960px;
    height:78px;
    margin:  0 auto;
    position: relative;
}

.t_t{
    position: absolute;
    font-size: 9px;
    top: 10px;
   left: 25px;
}

h5{
    font-size: 15px;
    margin: 0 0 10px 0;
    padding-bottom: 2px;
    font-family:"Museo", Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted dodgerblue;
    color: dodgerblue;
    display: inline-block;
}

.t_mid p{
    margin: 0;
    padding: 10px 0;
}


#addtesti{
    background: #FFEECA;
    padding: 10px;
}

#addtesti table tr{
    text-align: left;
}




/*-------------------------New and Events-------------------------------*/
#news{
    width:470px;
    position: relative;
    float: left;
}


#events{
    width:470px;
    position: relative;
    float: right;
}

h6{
  font-family:"Museo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 0;
}

.scroll{
    overflow: auto;
    height: 300px;
}

.scroll span{
    background: #FFEECA;
    padding: 2px 4px;
    margin-bottom: 12px;
    display: inline-block;
}

.scroll p{
    margin-top: 0;
    margin-bottom: 20px;
}
/*-------------------------New and Events Footer-------------------------------*/

#news_cont{
    margin:  0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    background: #E6E6E6;
}


#slnewsevent{
    background:url("../images/newsevents.png") no-repeat #845938;
    width: 630px;
    height: 145px;
    position: relative;
    float: left;
}

.news_slide{
    width: 636px;
}

#cal{
    position: absolute;
    padding: 10px;
    left: 210px;
    top: 20px;
    width: 80px;
    color: #fff;
    text-align: center;
    font-family: AvantGarde, Arial, Helvetica, sans-serif;
}

#month{
    font-size: 30px;
     font-family:"Museo", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#day{
    font-size: 60px;
    font-family:"Museo", Arial, Helvetica, sans-serif;

}

#event{
    color: #fff;
    width: 290px;
    position: absolute;
    right: 16px;
    top: 10px;
}
#event p{
    margin-top: 0;
}


#event a{
    color: #FBB040;
}

#event a:hover{
    color: #fff;
}


#contact{
    background: #4D4D4D;
    padding: 10px;
    width: 290px;
    position: relative;
    float: right;
    height: 255px;
    color: #fff;
}

#contact p{
    font-size: 12px;
    line-height: 1.5em;
}

#sendmail{
    background: #E6E6E6;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
#sendmail form{
    float: left;
}

#sendmail table tr{
    text-align: left;
}

#address{
    float: right;
    height: 300px;
    width: 215px;
    position: relative;
}

#address div{
    bottom: 10px;
    font-weight: bold;
    right: 20px;
    line-height: 1.5em;
    position: absolute;
}
#address p{
   margin-left: 10px;
}


#address div label{
    display: inline-block;
}

.c_cons{
    display: inline-block;
}

.c_cons img{
    vertical-align: middle;
}



h4{
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: normal;
    font-family:"Museo", Arial, Helvetica, sans-serif;
}

#tel{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: bold;
    line-height: 1.5em;
}

#tel span{
   color: #FBB040;
   display:inline-block;
   width: 18px;
}

#tel label{
   display:inline-block;
}


#testi{
   background:url("../images/testi.png") no-repeat #ccc;
    width: 630px;
    float: left;
    height: 120px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}


.testi_slide{
    position: absolute;
    right: 0;
    width: 300px;
    height: 110px;
}

.d_t{
    position: absolute;
    font-size: 9px;
    bottom: 0;
    right: 10px;
    width: 290px;
}

.testi_des{
    position: absolute;
    right: 10px;
    width: 290px;
    top: 10px;
}

.testi_des p{
    margin-top: 0;
}






/*-----------------------footer-------------------------------------------*/

#footer{
    margin: 0 auto;
    position: relative;

}

#footer_cont{
    border-top: 2px solid #FFC425;
    background: #1A1A1A;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#footer_menu{
    position: absolute;
    left: 5px;
    top: 7px;
    padding: 5px;
    font-size: 10px;
}

#footer_menu a{
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#footer_menu a:hover{
    text-decoration: underline;
}