body{
    background: url(../graphic/background.png) repeat-x;
    margin:0;
    padding: 0;
    font-family: Lucida Sans;
    font-size: 12px
}
input[type=text],textarea{
    font-family: Lucida Sans;
    font-size: 12px;
    width: 250px;
    border: 1px solid #646464
}

a,img{
    border: none;
    text-decoration: none
}
#wrapper{
    width: 960px;
    margin: 0 auto;
    
}
#country_map{
    width: 1275px;
    margin: 0 auto
}
#country_map div{
    position: absolute;
    background: url(../graphic/country.png) no-repeat;
    width: 1275px;
    height: 625px;
    z-index: -1
}

#logo{ 
    height: 101px; 
}

.navi_hover{
    background: url(../graphic/navi_hover.jpg)repeat;
    height: 50px
}
ul#navi{
    background: url(../graphic/navi.png) no-repeat;
    width: 960px;
    height: 68px;
    list-style: none;
    margin:0;
    padding: 0 ;
}

ul#navi li{
    padding: 15px 0 0 30px;
    float: left;
    height: 35px;
    cursor: pointer;
    color: #fff
}

ul#navi li:hover{
    background: url(../graphic/navi_hover.jpg)repeat;
    height: 35px;
    
}
ul#navi li div{
    padding-right: 30px;
    border-right: 1px solid #fff
}

ul#navi li div.last{
    border-right: none !important;
}

ul#navi li a{
    color: #fff;
    
}

#banner{
    width: 922px;
    height: 280px;
    background: #fff;
    margin: -10px auto 0 auto;
    padding: 10px;
}

.slideshow { position:relative; padding:0;  margin:0;}

.slideshow  li.slide { 
    list-style-type:none;
}
.slideshow  .slides {    
    height:280px;    
    margin:0;
}
.slideshow  .slides li.slide {    
    visibility:hidden;  
    position:absolute;    
    left:0px;    
    top:0;
}

.slideshow  .buttons {    
    display:block;    
    position:absolute;    
    z-index:1;    
    left:0px;    
    bottom:10px;    
    margin:0;
}

.slideshow  .buttons li {   
    
    float:left;    
    display:inline;    
    width:19px;    
    height:19px;    
    margin:0;    
    line-height:19px;
    text-align: center;
    background-image:url('../graphic/buttonBg.png');   
    background-repeat:no-repeat;
    margin-right: 10px
}
.slideshow  .buttons li span {    
    float:left;    
    text-decoration:none;    
    width:19px;    
    height:19px;    
    color:#a4a4a4;    
    outline:0; 
    cursor:pointer
}
.slideshow  ul.buttons li span:hover {    
    text-decoration:none;   
    color:#000;
}
.slideshow  ul.buttons li.active span:hover,.slideshow  ul.buttons li.active span {   
    color: #000
}

#content{
    margin: 10px 0;
    
}

#col1{
    width: 260px;

    float: left
}
#col2{
    width: 680px;
    padding-left: 10px;
    float: left;
    border-left: 1px solid #646464;
    min-height: 600px;
}

#welcome_note{margin: 10px 0}
#welcome_note img{ float: left;  margin-right: 5px} 
#welcome_note p{ float: left; width: 330px; margin: 0 0 0 5px; text-align: justify}

#tour_packages {
    margin: 10px 0
}
#tour_packages tr td{
    padding-bottom: 5px
}

#tour_packages a{
    color: #000;
}

#tour_packages a:hover{
    text-decoration: underline
}

#photo_gallery div,#top_destination,#gallery div,#top_destination div{ margin: 10px 0} 
#photo_gallery div span,#gallery div span,#top_destination div span{ text-align: center ;width:162px; float: left; margin-right: 4px; height: 200px}
#photo_gallery a,#gallery a{
    color: #000
}
#packages{
    margin-bottom: 20px;
}
#packages ul{
    list-style: url(../graphic/list-style_15.jpg);
    margin:0px 0 0px 27px;
    padding: 3px 0 6px 0;
}

#packages ul li a{
    color: #383838
}

#helpful{
    
}

#services table,#services table tr td{
    border: 0;
}
#services table tr td{
    
    border-bottom: 1px dashed #646464;
    padding: 5px
}
#services table tr.no_border td{
    border-bottom: none
}

#footer{
    background: url(../graphic/footer_29.jpg);
    width: 960px;
    height: 34px;
    padding-top: 15px
}

#copyright{
    float: left;
    color: #fff;
    padding-left: 10px   
}

#footer_navi{
    float: right;
    padding-right: 10px
}

#footer_navi span{
    margin-left: 10px;
    
}

#footer_navi span a{
    color: #fff
}

#neuvave{
    text-align: right;
    margin: 5px 0
}

#neuvave a{
    color: #042641;
    font-weight: bold
}
.arrow{
    padding-top: 3px
}
.orange{
    color: #e96300;
}
.clr{
    clear: both
}

#success{
    padding: 10px;
    border: 1px solid #4f8a10;
    background: #dff2bf;
    color: #4f8a10;
    margin: 10px 0;
}

#err{
    padding: 10px;
    border: 1px solid #d8000c;
    background: #ffbaba;
    color: #d8000c;
    margin: 10px 0;    
}