/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/16px Verdana;
    color: #639;
    background: #f9e7f9 url(img/gr_body.jpg) repeat-x 0 0;
}

a, a:link { 
    text-decoration: none;
    outline: none; /* to avoid outline boxes on main */
    color:#67329a;
}
a:hover { text-decoration: underline }

img{ border: 0; }

h1, h2, h3, h4, h5, h6
{
color: #639;
font-weight: 700;
text-decoration: none;
margin:0;
}
h1{font-size: 130%;}
h2{font-size: 120%;}
h3{font-size: 110%;}
h4{font-size: 100%;}
h5{font-size: 90%;}
h6{font-size: 80%;}


#outer{min-width:1102px;}
* html #outer {padding-left:1102px;height: 100%;}
* html #middle {height:0;}
* html #minwidth {margin-left:-1102px;position:relative;height:0;}



/* TOP */

#topl
{
position: relative;
background: url(img/gr_topl.jpg) no-repeat 0 0;
}

#topr
{
background: url(img/gr_topr.jpg) no-repeat 100% 0;
}

#topc
{
height: 55px;
padding-top: 130px;
overflow: hidden;
background: url(img/gr_topc.jpg) no-repeat 50% 0;
}

#menuf
{
/*width: 700px;*/
height: 28px;
margin: 0 auto;
}

#menul
{
width: 7px;
background: url(img/gr_menul.png) no-repeat 0 0;
}

#menur
{
width: 7px;
background: url(img/gr_menur.png) no-repeat 0 0;
}

#menu
{
background: #f3e6f3;
}

#menu ul
{
margin: 0;
padding: 0;
}

#menu ul li
{
float: left;
padding: 7px 0 5px;
list-style-type: none;
border-left: solid 1px #c7aed7;
}

#menu ul li a
{
color: #639;
display: block;
padding: 0 11px;
font: 13px/16px Verdana;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li.first
{
border-left: none;
}

#icons
{
position: absolute;
top: 5px;
right: 40px;
}

#icons a
{
float: left;
width: 19px;
height: 20px;
margin: 0 5px;
display: block;
}

#icons a.home {background: url(img/home.gif) no-repeat 0 0;}
#icons a.mail {background: url(img/mail.gif) no-repeat 0 0;}
#icons a.fav {background: url(img/add2fav.gif) no-repeat 0 0;}
#icons a:hover
{
background-position: 0 -20px;
}








/* CENTER */
#mainc
{
    width: 100%;
    overflow: hidden;
}

.blin_kapec_skoko_pravok
{
    background: url(img/gr_mainc.jpg) no-repeat 50% 100%;
}

#left
{
    float: left;
    width: 175px;
}

#right
{
    float: right;
    width: 200px;
    background: #f6eef6 url(img/round.gif) no-repeat 0 100%;
    font-size:90%;
    position: relative;
}

#main
{
    margin: 0 225px 0 200px;
    background: #f6eef6;
    padding: 0 20px;
}
#mainw
{
    margin: 0 0 0 200px;
    background: #f6eef6;
    padding: 0 2px;
}

* html #main
{
    height: 1%;
}
* html #mainw
{
    height: 1%;
}



/*---------------------------------------------- border bottom block -------------------------------------------------------------------*/
#left .underlinePaddingBox {
    padding-left:8px;
}

.underlinePaddingBox div, .underlinePaddingBox_fst div, .underlinePaddingBox_last div {
    /*margin:0 15px;*/
}
#right .underlinePaddingBox div, #right .underlinePaddingBox_fst div {
	border-bottom:#dbb9dc 1px solid;
	margin:0 5px 0 10px;
	margin-bottom:5px;
	padding-bottom:5px;
}
    
#right .underlinePaddingBox_fst	{
    background:url(img/top_left_roundCorner.gif) top left no-repeat;
}

.underlinePaddingBox_fst div img {
    vertical-align:middle;
    padding-bottom:1px;
}

#left .underlinePaddingBox ul
{
    padding: 10px 0 30px;
}

#left .underlinePaddingBox li
{
    padding: 10px 0;
}

.underlinePaddingBox_last {
    padding-bottom:15px;
    background:url(img/right_bottom_corner.gif) bottom left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------------------------*/

/* LEFT */
#countriesBlock
{
    /*position: relative;*/
    background: #f2edf2 url(img/countries_bg_btm.jpg) 0 100% no-repeat;
}
    
#countriesBlock .menuShadow
{
    width: 18px;
    height: 103px;
    background: url(img/menu_bg.png) 0 0 no-repeat;
    margin-right: -18px;
    margin-top: -120px;
    float: right;
    position: relative;
}   

* html #countriesBlock .menuShadow
{
display: none;
}

#countriesBlock h2 
{
    background: url(img/countriesHeader.gif) top left no-repeat;
    height:70px;
    margin:0;
    text-indent:-9999em;
}

#left ul#countriesList 
{
    text-align:center;
    padding: 0 10px 80px;
    margin:-5px 0 0 0;
}

    
#countriesList li {
    margin: 0;
    color:#673397;
    border-bottom:#f6d8f4 1px solid;
    padding:2px 0;
    list-style-type: none;
}
#countriesList li a{
    color:#67329a;
    padding-left:18px;
}

#countriesList li span{
    color:#639;
    font-size: 10px;
    font-weight: 700;
}


#countriesList li a span
{
    color:#67329a;
    font-size: 11px;
    font-weight: normal;
    padding-right:18px;
}
#countriesList li a:hover{
    font-weight:bold; 
    background: url(img/countriesBullet_left.gif) 0 50% no-repeat;
    text-decoration:none;
}

#countriesList li a:hover span{
    background:url(img/countriesBullet_right.gif) 100% 50% no-repeat;
}
/* #countriesList li a:visited{	
    color:#b870b9;
 }
 */

/* ---------------------------------------------------------------------RIGHT ----------------------------------------------------------*/
#right h2 {
    text-indent:-9999em;
    clear:both;
    margin-left:10px;
}

#consultations
{background: url(img/consultations.gif) bottom center no-repeat;
    height:32px;
}
#right span {
    font-size:80%;
    margin-left:-6px;
    padding-right:2px;
}

#right a {
    display:block;
    text-align:center;
    }
#anyTasteTours 
{
    background: url(img/anyTasteTours.gif) bottom center no-repeat;
    height:35px;
}

#right ul {
    background:url(img/right_bottom_corner.gif) bottom left no-repeat;
    padding-bottom:15px;
}

#right li {
    padding-left:15px;
}

#right li a 
{
    width:100%;
    padding-top:98px;
    background-position:top center;
    background-repeat:no-repeat;
    text-transform:uppercase;
}

#VIPtours 
{
    background-image: url(img/VIPtours.jpg)
}
#hollidayTours
{
    background-image: url(img/hollidayTours.jpg)
}

#kidsTours
{
    background-image: url(img/kidsTours.jpg)
}
#hotTours
{
    background-image: url(img/hotTours.jpg)
}
#corporateTours
{
    background-image: url(img/corporateTours.jpg)
}
#skies
{
    background-image: url(img/skies.jpg)
}
#weddingTours 
{
    background-image: url(img/weddingTours.jpg)
}

#right .abrakadabra
{
    width: 68px;
    height: 59px;
    background: url(img/abra.png) 0 0 no-repeat; 
    position: absolute;
    bottom: -59px;
    right: 0;
}

/* ----------------------------------------------------------------------------- MAIN --------------*/



/*-------------------- search --------------------------------------*/
#main .gutter {
    padding-bottom: 20px;
    background:#f6eef6 url(img/main_bottom_rightCorner.gif) bottom right no-repeat;
    }
/* html .gutter
{
    width:99%;
}*/


#searchBlock
{
    height:52px;
    margin: 0 -20px;
    position: relative;
/*  display: none;*/
    padding: 15px 0px 0 155px;
    background:url(img/search_bg_left.gif) top left no-repeat;
}

#searchBlock form
{
margin: 0;
padding:0;
}

#search div
{
    
}

#searchField 
{
    width: 89%;
    border: solid 0px #fff;
    height: 16px;
    padding:0;
    margin:0;
}

#submitBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 53px;
}

* html #submitBtn {right: -1px; }   
/*--------------- main headers -------------------*/


#main .imgHeader {
    height:58px;
    cursor: pointer;
    text-indent:-9998em;
    background-position:center center;
    background-repeat:no-repeat;    
}
    
#Czechia {
    background-image:url(img/Czechia_header.gif)
}
#Hungary {
    background-image:url(img/Hungary_header.gif)
}
#Turkey {
    background-image:url(img/Turkey_header.gif)
}
#Egypt {
    background-image:url(img/Egypt_header.gif);
}

/*----------------- images - links ---------------*/

#main .underlinePaddingBox_fst h2{
    border-top:#dbb9dc 1px solid;
}

ul.mainPageTours
{
margin: 0;
padding:0;
}

ul.mainPageTours {
    overflow: auto;
    width: 100%;
    padding: 1px 0;
    /*border-bottom:#dbb9dc 1px solid;*/
}
.mainPageTours li {
    float: left;
    width:33%;
    margin:0;
    padding:0;
    list-style-type: none;
}
.mainPageTours li a{
    display:block;
    width: 152px;
    margin: 0 auto;
    padding-top:7px;
    text-align:center;
    text-transform:uppercase;
    position: relative;
}
.mainPageTours li a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.mainPageTours li span{
    display:block;
    position:absolute;
    width:152px;
    height:107px;
    top:0px;
    left:0;
    background:url(img/superBorder_2.png) top left no-repeat;
    text-indent:-999em;
}

.subscribeBox{
    /*position: relative;*/
    background: #fff url(img/subscription_top.jpg) top center no-repeat; 
}

.subscribeBox .subs2{
    background:url(img/subscription_bottom.jpg) bottom left repeat-x;
    padding:45px 5px 10px;
}
.subscribeBox h2 {
    text-indent:-9999em;
}
.subscribeBox input.textField {
    background:url(img/subscription_field.gif) top right no-repeat;
    width: 152px;
    border:none;
    height:20px;
    padding:1px 5px;
    position: relative;	
    z-index: 1000;
}

.subscribeBox .submit
{
    background: transparent;
    border: none;
    margin: 0;
    padding: 5px 0;
    color: #8e518e;
    text-decoration: underline;
}

.subscribeBox p
{
    margin: 0;
    padding: 2px 2px 4px;
    display:block;
    text-transform:uppercase;
}

.subscribeBox .convert
{
    float: right;
    width: 36px;
    height: 33px;
    background: url(img/convert.png) no-repeat 0 0;
    margin-right: -22px;
    margin-top: -13px;
    position: relative;
}

.sres{
    margin:10px 5px;
}
.sres .title, .sres .title a{
    font-weight:bold;
    font-style:italic;
}
.sres p{
    margin-left:20px;
    line-height:1em;
}

ul#asdf
{
margin:0;
padding: 0;
}

ul#asdf li
{
padding: 0;
margin: 0;
list-style-type: none;
}

#printlnk
{
}

.printDiv
{
    text-align: right;
    padding: 0 0 10px 0;
}
.quest
{
    height: 21px;
    width: 100px;
    margin: 0 auto;
    padding: 10px 0 0 30px;
    background: url(img/quest.gif) no-repeat 0 0;
}


#gmap
{
    overflow: hidden;
}


.footer
{
    color: #8b1c8b;
    padding: 70px 50px 40px;
}

.dnk
{
    float: right;
    margin-top: -20px;
    padding: 0px 30px 0 0;
}

.dnk _a
{
    float: left;
    height: 50px;
    color: #8b1c8b;
    display: block;
    font-family: Tahoma;
    padding: 10px 0 0 55px;
    text-decoration: none;
    position: relative;
}

.dnk b
{
    top: 0;
    left: 0;
    width: 48px;
    height: 50px;
    position: absolute;
    /*background: url(img/dnk.png) no-repeat 0 0;*/
}

.dnk a span
{
    font-size: 9px;
    font-family: Tahoma;
}

.mp_head_div
{
    padding-bottom: 10px;
}

.mp_head1_span
{
    color: #C03;
    font: 15px Verdana;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    margin: 0;
}

.mp_head2_span
{
    color: #C66;
    font: 15px Verdana;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}

.mp_head3_span
{
    color: #3C0;
    font: 13px Verdana;
    font-style: italic;
    margin: 0;
}
