
.background{
background-image: url(images/bg.jpg);
}

.background_color{
background-image:url(../images/bg_new.jpg);
}

.background_main_page{
background-color: #CCCCCC;
}

.header_letters {
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-size: 14px;
	font-weight: bold;
	color: #D11D03;
}


.main_letters {
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-size: 12px;
}

.red_letters {
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-size: 12px;
	font-weight: bold;
	color: #D11D03;
}

.letters_main_page{
   font-size: 24px;
	font-family: Georgia;
	color: #944B3B;
}

.small_letters{
   font-size: 8px;
	font-family: Arial;
	color: #000000;
}

.tahoma_letters {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.tahoma_letters_padleft7 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding-left: 7px;
}

.tahoma_bold_letters {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.tahoma_big_letters {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}


.big_letters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}


.bold_letters {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-weight: bold;
}

.price_letters {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif, Garamond;;
	font-weight: bold; 
	color: #000000;
}


.orange_field {
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-size: 12px;
	color: #000000;
	background-color: #FCE2A7;
	border: 1px solid #000000;
}

.white_field {
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-size: 12px;
	color: #666666;
	border: 1px solid #000000;
}

.red_orange_field {
	font-family: Arial, Helvetica, sans-serif, Garamond;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC99;
	border: 1px solid #000000;
}


.background_pale{
     background-color: #eff3f7 ;
}

.background_brown{
     background-color: #F8F2DE ;
}

.white_sm {  
font-family: Tahoma; 
font-size: 10px; 
font-style: normal; 
line-height: 10px; 
font-weight: normal; 
color: #FFFFFF}


a:visited {
	color: #0000FF;
	text-decoration: none; 
}
a:hover {
	color: #C18242;
	text-decoration: none;
}


.rounded_corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

.rounded_corners_up {
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

.rounded_corners_left {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

.rounded_corners_right {
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

.rounded_corners_up_right {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

.rounded_corners_up_left {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

.rounded_corners_bottom_right {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}
	
	

p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }

.bullet {list-style-type: circle;}

#logo {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

#headertable {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

#menutable {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
}

#contenttable {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
	background-color: #FFFFFF;
}

#criteriatable {
	margin-left: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
	background-color: #FFFFFF;
	margin-left: 7px;
}

#hoteltable {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(stylesheets/PIE.htc);
	background-color: #FFFFFF;
}

.map {
	z-index: 0;
}

.bighotelimage {
	margin-bottom: 7px;
	width: 100%;
	height: auto;
}

#marginleft7 {
	margin-left: 7px;
}

.blue_bullet {
	vertical-align: middle;
}

.image_hotel_small {
	border: 2px;
	border-color:#666666;
	margin-bottom: 7px;
}



