/* CSS Document */
html {
	height: 100%;
	padding:0px;
	margin:0px;
}

object {
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	padding:0px;
	margin:0px;
	background:#78c7eb;
	color:#705D20;
	font:14px/18px Arial, Helvetica, sans-serif;	
	height: 100%;
}

:focus {
	outline: none;
}

img, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, form, img {
	padding:0px; 
	margin:0px; 
	border: 0px;
}

p {
	line-height: 18px;
	margin: 0px 0px 10px 0px;
   padding: 0px;	
}

a:link, a:visited { 
	color: #0091a4; 
	text-decoration:none; 
}
a:hover { 
	text-decoration: underline;
}

marquee {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	border: solid red 1px;
}

#sky-left{
	width:50%;
	margin:0;
	background:#78c7eb url(images/top_sky_left.jpg) no-repeat top right;
}

#sky-right{
	width:50%;
	margin:0;
	background:#78c7eb url(images/top_sky_right.jpg) no-repeat -244px top;
}
	
#content_top {
	height: 122px;
   height: expression('105px');	
	background:url(images/content_top.jpg) no-repeat #78c7eb; 
	text-align:center;
	vertical-align: top;
	padding: 17px 25px 0px 200px;
}

#content_top h2 { 
	height:20px; 
	font:20px/20px Georgia, "Times New Roman", Times, serif;  
	color:#306458; 
	margin: 50px 0px 0px 80px;
}

#top_nav a{
	height:43px;
	display:block;
	text-decoration:none;
   text-align: center;
	
}

.newsDate {
 background-image: url(images/news_date_bg.jpg);
 color: #f8e7b4;
 height:16px;
 width:68px;
 font: bold 12px/12px Arial; 
 padding: 4px 1px 1px 4px;
 margin: 0px 0px 0px 0px;
}

.news {
 background-image: url(images/news_bg.jpg);
 color:  #673e13;
 width:242px;
 font:12px/12px Arial; 
 padding: 6px 4px 6px 4px;
 margin: 4px 0px 18px 0px;
}

.news a {
	color:  #301d09;
	font:12px/12px Arial; 
}

.news a:hover {
	color:  #306458;
	font:12px/12px Arial; 
	text-decoration:none;
}

#sea-left {
	background: url(images/sea_left.jpg) no-repeat bottom right;
}

#sea-right {
	background: url(images/sea_right.jpg) no-repeat bottom left;
}

#sea-right2 {
	background: url(images/sea_right.jpg) repeat-x -244px bottom;
	
}

#sea_left {
	background: url(images/sea_left.jpg) no-repeat bottom right;
	height: 360px;
 	width: 50%;
}

#sea_right {
	background: url(images/sea_right.jpg) no-repeat bottom left;
	height: 360px;
	width: 50%;
}

#palm_left {
 	background: url(images/palm_left.jpg) no-repeat bottom right;
	height: 157px;
}

#palm_right {
 background: url(images/palm_right.jpg) no-repeat;
 height: 157px;
}

#palm_right01 {
 background: url(images/palm_right_01.jpg) no-repeat;
 height: 157px;
}

.modd13 { display:none; }

#leftbg {
	background: url(images/content_bg_left1.jpg) no-repeat bottom;
	width: 15px;
}

#leftcol {
	background: url(images/left_column_bg1.jpg) repeat-y;
	width: 252px;
	vertical-align: top;
	padding: 0px 0px 0px 20px;
}

#rightcol {
	vertical-align: top;
	background: url(images/content_bg.jpg) repeat-y;
	padding: 0px 10px 0px 40px;
}

#rightbg {
	background: url(images/content_bg_right1.jpg) repeat-y;
	width: 62px;
	vertical-align: bottom;
	text-align: right;
}

h1.content-title {
	text-align: left; 
	font-size:14px; 
	font-weight:bold;
	margin-bottom: 10px;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 77px;
	color: #705D20; 
	font-size: 12px; 	
	padding: 70px 0px 0px 50px;
	text-align: center;
	line-height: 16px;
	vertical-align: middle;
}

#footer a:link, #footer a:visited {
	padding:0 8px; 
	color: #705D20;
}

#footer a:hover {
	text-decoration: underline;
}

/*my classes*/

td.menu {
	 background: url(images/menu_bcg.jpg) no-repeat;
	 height: 47px;
	 padding: 0px 82px 0px 107px;
}

a.menuitem:link, a.menuitem:visited  { 
	background-image: none;
	font-family: "Times New Roman", Times, serif;
   font-size: 16px;
	color: #211604;
   text-transform: uppercase;
	font-weight: bold;
	text-decoration:none; 
   display: block;
	line-height: 47px;
	text-align: center;
	padding: 0px 5px;
	
}
 a.menuitem:hover  { 
	background: url(images/top_nav_hover2.jpg) repeat-x center;
}


a.menuitem1:link, a.menuitem1:visited  { 
	background-image: none;
	font-family: "Times New Roman", Times, serif;
   font-size: 16px;
	color: #211604;
   text-transform: uppercase;
	font-weight: bold;
	text-decoration:none; 
   display: block;
	line-height: 47px;
	text-align: center;
	padding: 0px;	
}

 a.menuitem1:hover  { 
	background: url(images/top_nav_hover0.jpg) repeat-x left;
}

div.right-subitems {
	float: right;
	margin: 0px 10px;
	padding: 10px;
	border: #cca15c 1px solid;
	font-size: 12px;		
}

.right-subitems a:link, .right-subitems a:visited {
	display: block;
	font-size: 12px;
}

.right-subitems img {
	padding: 3px 0px;
}

#rightcol h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	display: block;
	font-size: 14px;	
}

.right-subitems h3 {
	font-size: 12px;	
	text-align: center;
	margin: 5px 0px;
}

.readalso a:link, .readalso a:visited {
	display: block;
	font-size: 12px;
}

div.hr {
	height: 1px;
	margin: 10px 0px;
	border-top: #cca15c 1px solid;
}

table.order-form {
	border: 0px;
}

.order-form td {
	vertical-align: middle;
}

.order-form td.err {
	color: red;
}

.order-form input {
	background: White;
	width: 250px;
	border: #cca15c 1px solid;
	padding: 2px;	
	font-size: 12px;
}

.order-form input.dt {
	width: 60px;
}

.order-form input.sm {
	width: 30px;
}

.order-form textarea {
	width: 250px;
	height: 70px;
	border: #cca15c 1px solid;	
	font-size: 12px;
	padding: 2px;
}

.order-form span.star {
	color: Red;
}

.order-form input.submit {
	width: 90px;
	height: 23px;
	border: 0px;
	padding: 0px;
	float: right;
}

p.feedback {
	color: #418170; 
	font-weight: bolder;
}

table.tour-search {
	border: 0px;
}

.tour-search td, th {
	vertical-align: middle;	
	text-align: left;
}

.tour-search select {
	width: 250px;
	border: #cca15c 1px solid;	
	height: 100px;
	font-size: 12px;
	padding: 2px;
	background: #FDF7DF;
}

.tour-search input.stf {
	width: 50px;
	border: #cca15c 1px solid;	
	font-size: 12px;
	padding: 2px;
	background: white;
	text-align: center;
}

.tour-search input.ttf {
	width: 30px;
	border: #cca15c 1px solid;	
	font-size: 12px;
	padding: 2px;
	background: white;
	text-align: center;
}

.tour-search input.submit {
	width: 90px;
	height: 23px;
	border: 0px;
	padding: 0px;
	float: right;
}

table.tour-results {
	width: 100%;	
	border: #cca15c 1px solid;	
	margin: 10px 0px;	
}

.tour-results td {
	font-size: 12px;
	text-align: center;
	padding: 2px 1px;
}

.tour-results th {
	font-size: 12px;
	text-align: center;
	padding: 3px 2px;
	border-bottom: #cca15c 1px solid;
}

.tour-results td.pages {
	border-top: #cca15c 1px solid;
	padding: 3px 2px;		
}

.tour-results td.pages a, .tour-results td.pages b {
	margin: 0px 3px;
}
.ceny td{
	border-bottom: 1px solid #D3BC74;
	padding: 2px 4px;
}
.ceny{
	border-top: 1px solid #D3BC74;
	margin-top: 5px;
}
.price-section{
	border: 4px solid #D3BC74;
	border-bottom: 2px solid #D3BC74;
}
.price-section td, .price-section th{
	border-bottom: 2px solid #D3BC74;
	border-right: 1px solid #D3BC74;
	vertical-align: top;
}
#rightcol h1{
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
#rightcol img{
	margin: 0 5px 5px 0;
}
#rightcol h2{
	font-size: 14px;
	margin-bottom: 0.2em;
}

#right-tbl-holder {
	background:url(images/babugay_right_bcg.jpg) top no-repeat;
}

#right-roll {
	background: url(images/babugay_right_bcgtxt.gif) repeat-y; 
	font-size: 10px;	
	padding: 5px 0px;
}

#right-roll a {
	font-size: 10px;	
}

#right-roll h2 { 
	font:20px/20px Georgia, "Times New Roman", Times, serif;  
	color:#306458; 
	margin: 10px auto;
	display: block;
	width: 100%;
	text-align: center;
}

#hotel-opinions {
	font-size: 12px;
}

div.submenu {
	position: absolute;
	z-index: 10;
	display: none;
	top: 200px;
}

div.submenu div.mid {
	background: url(images/babugay_right_bcgtxt.gif) repeat-y;
	width: 244px;
	padding: 10px 0px 10px 35px;	
}

div.submenu a:link, div.submenu a:visited {
	display: block;
	color: #211604;
}

div.submenu div.top, div.submenu div.bot {
	background: url(images/babugay_right_bot.jpg) no-repeat 0 0;
	width: 235px;
	height: 10px;
}

a.advert, a.advert:link, a.advert:hover, a.advert:visited {
	color:#705D20;
	cursor:text;
	text-decoration:none;
}