body {
    padding:0px;
    background-color: black;
    font-family: Verdana;
    color: white;
    font-size: 12px;
    background-image:url('stars.gif');
    text-align:center;
}
.page-border{
    text-align: left;
    width:1149px;
    padding:0px;
    margin:auto;
}
.page-header{
    height: 462px;
    background-image:url('background_top.jpg');
}
.home .page-header{
    background-image:url('home_background_top.jpg');
}
.language-choice{
    float:right;
    margin:20px;

}
.middle{
    margin:0px;
    background-image:url('background_middle_repeat.jpg');
}
.home .middle{
    background-image:url('home_background_middle.jpg');
    height: 419px;
}
.middle-top{
    background-image: url('background_middle.jpg');
    height: 280px;
    margin-bottom: -280px;
}
.home .middle-top{
    height:1px;
    background-image: url('home_background_middle.jpg');
    margin-bottom: 0px;
}
.sidebar{
    width:160px;
}
.sidebar.left{
    float:left;
}
.sidebar.right{
    float:right;
}
#content{
    width:650px;
    margin:auto;
}
.footer{
    clear:both;
    height:139px;
    background-image:url('background_bottom.jpg');
}
.home .footer{
    display:none;
}

A {border: 0px; color: #ff0000;}
A:hover {text-decoration: none;}
IMG {border: 0px;}
.gray {color: #777;}
hr{
    height:0px;
    border:1px solid white;
}
.top-menu a{
    outline:none;
}
.menu {
    list-style-type: none;
    margin-left:0px;
    margin-top:-50px;
    padding-left:10px;
    font-size:14px;
}
.menu li {
    padding-right:0px;
    margin-top:2px;
    margin-bottom:2px;
    width:145px;
}
.menu li a{
    color: #ea4623;
    font-weight: bold;
    margin:0px;
    padding:5px;
    text-decoration: none;
    display:block;
}
.menu li a:hover {
    border-left:2px solid #ea4623;
    margin-left:-2px;
}
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
.document-h2 {
	color: #f36e23;
	
}
table th{
    text-align:left;
}

h1 {font-size: 18px; font-weight: bolder; color: #f36e23}

h2 {font-size: 14px;}

h3 {font-size: 13px; color: #ccc;}

.private-tours-h2 {color: #777;cursor: pointer;}
.private-tours-h2:hover {color: white;cursor: pointer;}

.vocabolary h2 {color: #777;}

.exchange_list_table {font-size: 10px;}

.our-guides img{
    padding:10px;
}
.our-guides p{
    padding-top:10px;
    padding-bottom:10px;
}
.our-guides em{
    font-weight:bold;
    color:gray;
    font-style:normal;
}
a.delete{
    display:inline-block;
    width:16px;
    height:16px;
    overflow: hidden;
    color: transparent;
    background-image: url('delete.png');
}

.voucher {
    border-collapse: collapse;
    margin-top:20px;
}
.voucher td{
    border:1px solid white;
    padding:10px;
}