﻿html{
    width: 100%;
}
body{
    background: url(../img/bg.jpg) #FFF9F1 repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
div#header{
    width: 100%;
    height: 301px;
    background: url(../img/panorama.jpg) center top no-repeat;
}
div#logo{
    width: 976px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}
div#logo img{
    margin-top: 29px;
}
div#langs{
    width: 976px;
    height: 12px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}
div#weather{
    width: 968px;
    height: 100px;
    font-family: Georgia;
    margin: 40px auto 0 auto;
    padding-right: 8px;
}
div#weatherBlock{
    width: 286px;
    height: 100px;
    float: right;
    color: #fff;
}
div#weatherBlock img{
    float: left;
}
div#weatherBlock p{
    font-size: 15px;
    font-weight: bolder;
    margin: 5px 0 0 0;
}
div#weatherBlock strong{
    font-size: 35px;
}
div#weatherBlock em{
    font-size: 25px;
}
div#weatherBlock span{
    font-size: 25px;
}
div#menu{
    width: 971px;
    height: 28px;
    margin: 0 auto;
    padding-left: 5px;
}
div#menu ul{
    margin: 8px 0 0 0;
    padding: 0;
    width: 966px;
    height: 24px;
    background: url(../img/menu.png);
    font-family: Georgia;
    list-style: none;
    text-align: center;
    float: left;
    display: inline;
    padding-top: 4px; 
}
div#menu ul li{
    margin: 0;
    padding: 0;
    display: inline;
}
div#menu a{
    color: #F9E9D2;
    text-decoration: none;
    padding: 0 19px 5px 19px;
}
div#menu a:hover{
    border-bottom: 4px solid #5EACFF;
}
div#menu .active{
    border-bottom: 4px solid #5EACFF;
    font-weight: bolder;
    color: #fff;
}
div#container1{
    width: 990px;
    height: auto;
    background: url(../img/container.jpg) center top no-repeat;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
div#container{
    width: 100%;
    height: 400px;
    background: url(../img/container.jpg) center top no-repeat;
    margin1: 0 auto;
    padding: 0;
    border: 0;
}
div#wrapper{
    width: 990px;
    height: auto;
    margin: 0 auto;  
}
div#content{
    width: 977px;
    margin-left: 6px;
    float: left;
    display: inline;
}
div#kardjali{
    width: 977px;
    height: 160px;
    background: url(../img/kardjali.jpg) 500px top no-repeat;
}
div#kardjali h1{
    width: 900px;
    background: url(../img/kardjali_heading.jpg) bottom left no-repeat;
    font-size: 16px;
    margin: 19px 0 6px 17px;
    padding: 0px 0 5px 25px;
    float: left;
    display: inline;
}
div#kardjali p{
    width: 530px;
    float: left;
    margin: 0;
    padding: 0 0 0 25px;
    font-style: italic;
}
div#kgTop{
    width: 966px;
    height: 6px;
    background: url(../img/kardjali_top.jpg) bottom no-repeat;
    margin-left: 6px;
    padding: 0;
    float: left;
    display: inline;
}
div#kgBot{
    width: 966px;
    height: 6px;
    background: url(../img/kardjali_bottom.jpg) top no-repeat;
    margin-left: 6px;
    /*padding: 3px 20px 0 0;*/
    float: left;
    display: inline    
    
}
#kgBotA{
    color: #000;
    font-size: 10px;
    float: right;
}
div#kgCont{
    width: 964px;
    height: 89px;
    background-color: #F1EDE2;
    border-left: 1px solid #CBC4BA;
    border-right: 1px solid #CBC4BA;
    margin-left: 6px;
    float: left;
    display: inline;
}
div#kgCont ul{
    margin: 0;
    padding: 7px 0 0 8px;
    list-style: none;
}
div#kgCont ul li{
    height: 75px;
    display: inline;
    float: left;
    padding: 0 11px;
    border-right: 1px solid #D1CCAE;
}
div#services{
    width: 977px;
    float: left;
    padding-bottom: 10px;
    background: url(../img/services.jpg) bottom center no-repeat;
}
div#service_1{
    width: 225px;
    height: 150px;
    background: url(../img/services/1.jpg) no-repeat;
    float: left;
    display: inline;
    margin: 15px 0 0 10px;
    text-align: center;
}
div#service_2{
    width: 243px;
    height: 150px;
    background: url(../img/services/2.jpg) no-repeat;
    float: left;
    display: inline;
    margin-top: 15px;
    text-align: center;
}
div#service_3, div#service_4{
    width: 245px;
    height: 150px;
    background: url(../img/services/3.jpg) no-repeat;
    float: left;
    display: inline;
    margin-top: 15px;
    text-align: center;
}
div#service_4{
    background: url(../img/services/4.jpg) no-repeat;
}
div#service_1 h2, div#service_2 h2, div#service_3 h2, div#service_4 h2{
    font-size: 14px;
    margin: 15px 0 95px 0;
}

div#service_1 a, div#service_2 a, div#service_3 a, div#service_4 a{
    background-color: #67B0FF;
    color: #000;
    text-decoration: none;
    padding: 3px 20px;
}
div#service_1 a:hover, div#service_2 a:hover, div#service_3 a:hover, div#service_4 a:hover{
    background-color: #93C6FF;
}
div#langs a{
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
    line-height: 1em;
}
div#langs img{
    vertical-align: middle;
}
div#footer{
    width: 976px;
    height: auto;
    background: url(../img/footer.jpg) no-repeat;
    float: left;
    display: inline;
    margin-top: 10px;
    padding: 0 7px 5px 7px;
    font-size: 10px;
}
div#footer ul{
    width: 900px;
    margin: 35px 0 40px 80px;
    padding: 0;
    list-style: none;
    float: left;
    display: inline;
}
div#footer ul li{
    float: left;
    display: inline; 
}
div#footer ul em{
    visibility: hidden;
}
div#footer ul a{
    text-decoration: none;
}
div#footer #amsterdam{
    margin-left: 105px;
}
div#footer #casadecuba a{
    width: 205px;
    height: 69px;
    background-image: url(../img/banners/casadecuba.png);
    float: left;
}
div#footer #casadecuba a:hover{
    background-image: url(../img/banners/casadecubaHover.png);
}
div#footer #amsterdam a{
    width: 264px;
    height: 69px;
    background-image: url(../img/banners/amsterdam.png);
    float: left;
}
div#footer #amsterdam a:hover{
    background-image: url(../img/banners/amsterdamHover.png);
}
div#footer #larosanegra{
    margin-left: 130px;
}
div#footer #larosanegra a{
    width: 110px;
    height: 69px;
    background-image: url(../img/banners/larosanegra.png);
    float: left;
}
div#footer #larosanegra a:hover{
    background-image: url(../img/banners/larosanegraHover.png);
}
div#footer p{
    margin: 0;
    padding: 0;
}
div#footer a{
    color: #000;
}
.left{
     float: left;
}
.right{
    float: right;
}
#webstar, div#footer a:hover{
    text-decoration: none;
}
#webstar strong{
    text-decoration: underline;
}
div#about, div#entertain{
	padding: 0 20px;
}
div#about h1{
	margin: 20px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 16px;
	background: url(../img/about_heading.jpg) bottom left no-repeat;
}
div#entertain h2{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
div#entertain h2 span{
    text-decoration: underline;
}
div#about ul{
	width: 937px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#about ul li{
	margin: 0 15px 5px 0;
	padding: 0;
	display: inline;
	float: left;
}
div#about ul li img{
	border: 3px solid #5EACFF;
}
div#contacts{
	width: 488px;
	float: left;
	padding: 0 20px;
}
div#contacts p{
	margin: 0;	
}
div#contacts a{
	color: #000;
}
div#contacts h1{
	margin: 20px 0 12px 0;
	padding: 0 0 3px 0;
	font-size: 16px;
	background: url(../img/about_heading.jpg) bottom right no-repeat;
}
#map{
	margin: 39px 0 0 10px;
}
div#prices h1{
	margin: 20px 0 12px 20px;
	padding: 0 0 3px 0;
	font-size: 16px;
	background: url(../img/prices_heading.jpg) bottom left no-repeat;
}
.priceTable{
	width: 450px;
	border-collapse: collapse;
	float: left;
    display1: inline;
	margin: 0 0 0 20px;
}
.priceTable td{
	height: 30px;
	padding-left: 18px;
	padding-right: 10px;
}
.priceTable span{
	text-decoration: underline;
}
.tableHeading{
	background-color: #E6E7E9;
}
.alignRight{
	text-align: right;
}
div#note{
	width: 947px;
	float: left;
	display: inline;
	margin: 12px 0 0 20px;
	padding: 5px 0 0 20px;
	font-size: 10px;
	background: url(../img/prices_heading.jpg) top left no-repeat;
}
div#entertain h1{
	margin: 20px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 16px;
	background: url(../img/entertain_heading.jpg) bottom left no-repeat;
}
#priceList{
	width: 291px;
	height: 23px;
	background: url(../img/price_list.jpg) 10px center no-repeat;
	border: 1px solid #E6DACC;
	color: #000;
	padding: 8px 0 0 40px;
	float: left;
}
#priceList:hover{
	text-decoration: none;
}
div#entertain table{
	width: 960px;
	border-collapse: collapse;
}
div#entertain table img{
	margin-bottom: 10px;
}
div#entertain table td{
	vertical-align: top;
}
div#entertain table strong{
	text-decoration: underline;
}
div#entertain table p{
	width: 300px;
	margin: 0;
	padding: 0;
}
div.line{
	width: 950px;
	height: 1px;
	background: url(../img/entertain_heading.jpg) top left no-repeat;
	float: left;
	margin: 10px 0;
}
div#tel{
	width: 270px;
	height: 40px;
	background: url(../img/tel.jpg) no-repeat;
	padding: 14px 0 0 80px;
	margin: 39px 0 0 20px;
	float: left;
	display: inline;
}
div#tel strong{
	font-size: 18px;
}
div#tel p{
	margin: 0;
	padding: 0;
}
#reservation td{
	padding: 3px 0;
}
#reservation input{
	border: 1px solid #CEC2B2;	
}
.rTitle{
	width: 170px;
}
.width285{
	width: 285px;
}
.width80{
	width: 80px;
}
div#borderTop{
	border-top: 1px dashed #000;
	padding-bottom: 5px;
}
div#capcha{
	width: 200px;
	float: left;
	display: inline;
	margin-left: 8px;
}
div#capcha img{
	float: left;
	border: 1px solid #AAB8C5;
}
div#capcha input{
	width: 80px;
	height: 16px;
	margin-left: 10px;
}
div#capcha span{
	font-size: 10px;
	width: 200px;
	display: block;
}
#submit{
	width: 242px;
	height: 31px;
	background-image: url(../img/submit.jpg);
	float: right;
	display: inline;
	margin-right: 8px;
}
#success{
	display: none;
}
div#content div#successBlock{
	display: none;
}

div#tooltip{
    width: 263px;
    height: 193px;
    background: url(../img/tooltip.png);
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 3000;
    display: none;
}
div#tooltip a{
    text-decoration: none;
}
div#tooltip a#close_tip{
    width: 27px;
    height: 27px;
    float: right;
    font-size: 1px;
}
div#tooltip a span{
    visibility: hidden;
}
div#tooltip h1{
    width: 263px;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}
div#tooltip p{
    width: 217px;
    height: 74px;
    float: left;
    margin: 0;
    padding: 9px 29px 0 17px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}
div#tooltip a#download{
    width: 221px;
    height: 28px;
    float: left;
    display: inline;
    margin-left: 15px;
}
