@charset "utf-8";
/* CSS Document */
body { background-color:#FFFFFF; font-family:Arial; font-size:12px; margin:0; padding:0; }
checkbox, input, radio, select, textarea { border:1px solid #BBBBBB; color:#2A2A2A; font-family:Arial; font-size:12px; }
form { margin:0; }
p { margin: 1em 0; }
a, a.footer:hover, a.footer:active { color:#787878; text-decoration:underline; }
.clear { clear:both; }

/*** css for site layout ***/
#main { margin:0 auto; padding:0 10px; width:1026px; background-image:url(../../images/bg.jpg); background-repeat:repeat-y; }
#main #col_left { float:left; width:728px; }
#main #col_right { float:right; width:288px; }

/*** css for site header ***/
#header { background-image:url(../../images/menu_bg.jpg); background-repeat:repeat-x; height:134px; padding-bottom:7px; }
/* #header #top { margin:5px 5px 0; }
#header #top #logo { float:left; }
#header #top #links { float:right; }
#header #top #links a { color:#3A3A3A; font-size:11px; text-decoration:none; }
#header #top #links a:hover { color:#3A3A3A; text-decoration:underline; } */
#logo { margin:5px 5px 0; }

/*** css for top navi menu links ***/
#nav_menu { padding-left:35px; }
#nav_menu #home a { background: url(../../images/home.gif) no-repeat; width: 44px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu #about a { background: url(../../images/about_us.gif) no-repeat; width: 70px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu #contact a { background: url(../../images/contact_us.gif) no-repeat; width: 90px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu #destination a { background: url(../../images/destinations.gif) no-repeat; width: 100px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu #holiday a { background: url(../../images/holidays.gif) no-repeat; width: 69px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu #cruise a { background: url(../../images/cruises.gif) no-repeat; width: 57px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu #hotel a { background: url(../../images/hotels.gif) no-repeat; width: 54px; margin:10px 0; height: 15px; text-indent: -1000px; float:left; }
#nav_menu .sep { width:1px; height:35px; float:left; margin:0 25px; background-color:#C5C5C5; }
/* hover effect */
#nav_menu #home a:hover { background: url(../../images/home_roll.gif) no-repeat; }
#nav_menu #about a:hover { background: url(../../images/about_us_roll.gif) no-repeat; }
#nav_menu #contact a:hover { background: url(../../images/contact_us_roll.gif) no-repeat; }
#nav_menu #destination a:hover { background: url(../../images/destinations_roll.gif) no-repeat; }
#nav_menu #holiday a:hover { background: url(../../images/holidays_roll.gif) no-repeat; }
#nav_menu #cruise a:hover { background: url(../../images/cruises_roll.gif) no-repeat; }
#nav_menu #hotel a:hover { background: url(../../images/hotels_roll.gif) no-repeat; }

/*** css for site footer ***/
.footer { color:#8B8B8B; height:15px; margin-top:10px; padding:10px 25px; background-image:url(../../images/footer_bg.jpg); background-repeat:repeat-x; font-size:11px;}
a.footer { color:#2A2A2A; padding:0px; text-decoration:none; background:none; }
a.footer:hover, a.footer:active { color:#2A2A2A; text-decoration:underline; }

/*** css data section ***/
#logos { border:1px solid #C2C2C2; margin:10px 1px; padding:5px; }
#logos .pic { margin-right:22px; }
#cntry_slideshow, #banner_slideshow { margin:0 auto; }
.ads { border:1px solid #C2C2C2; padding:4px; margin-top:7px; }
.banners { border:1px solid #C2C2C2; padding:4px; margin-top:7px; margin-right:1px; }
.page_title { color:#000000; font-size:18px; padding-left:30px; padding-top:10px; }
.page_text { color:#707070; text-align:justify; margin-left:30px; margin-right:10px; }

.dest { width:665px; padding:10px 0; height:70px; }
.dest_title { color:#787878; font-size:16px; }
a.dest_title { color:#787878; text-decoration:none; }
a.dest_title:hover, a.dest_title:active { color:#787878; text-decoration:underline; }

.dest_text { color:#395DB5; padding-top:8px; text-align:justify; }
a.dest_text { color:#395DB5; padding:0px; text-decoration:none; }
a.dest_text:hover, a.dest_text:active { color:#395DB5; text-decoration:underline; }

/*** home page  ***/
/*div.home_table_row { padding: 0 30px; }*/
div.home_table_row { width:680px; margin-left:30px; margin-right:10px; }
div.home_col1 { float:left; width:310px; height:70px; }
div.home_col2 { float:right; width:310px; height:70px; }

/*** destination details page  ***/
div.image_table_row { width:680px; margin-left:30px; margin-right:10px; }
div.image_col1 { float:left; width:225px; text-align:center; }
div.image_col2 { float:left; width:225px; text-align:center; }
div.image_col3 { float:right; width:230px; text-align:center; }

div.space-line { clear:both; width:auto; height:15px; }

/*** css for booking, contact us form ***/
.conform { margin-left:30px; padding: 5px 0; }
form.conform label { display: inline-block; line-height: 1.8; vertical-align: top; width: 140px; cursor: hand; }
.required { color:#FF0000; }
