/* style reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}

/* global styles */
body {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
	color: #a2a2a2;
    background: url(../img/background.jpg) no-repeat center top #1F4700;
}
body.mceContentBody { background: #fff; }
h6{font-size:11px;}

a, a:visited {text-decoration: none; color:#a2a2a2;}
a:hover {text-decoration: underline;}

div.clearfix {clear: both;}

/* COLORS */
.red {color:#ea2928 !important;}
.green {color:#2e940a !important;}
.light_green{color:#c8d54c;}
.blue{color:#3590d3 !important;}
.gray {color:#8f8f8f;}
.orange{color:#f7b911;}
.black{color:#000;}
.white {color:#FFF;}

.red a {color:#ea2928 !important;}
.green a {color:#2e940a !important;}
.light_green a {color:#c8d54c;}
.blue a {color:#3590d3 !important;}
.gray a {color:#8f8f8f;}
.orange a {color:#f7b911;}
.black a {color:#000;}
.white a {color:#FFF;}

.padd3 { padding: 4px 0px 4px 6px; }

.big{font-size:14px; padding:5px 0;}


#container {width:920px; margin:50px auto 0 auto;}

#top{background:url(../img/top.png) no-repeat; width:920px; height:163px; position:relative; }
	#top .logo {position:absolute; top:50px; left:55px;}
	#top .logo_black {position:absolute; top:50px; left:55px; display:none;}
	@media print {
		#top .logo_black {display:block;}
		#top .logo {display:none;}
	}
	#top .top_highlight{width:312px; position:absolute; top:45px; left:570px; }
	#top .top_highlight li{background:url(../img/top_highlight.png) no-repeat left; width:312px; height:25px; padding:2px 0 1px 10px; margin-bottom:5px; font-size:12px; font-weight:bold; color:#01769a;}
	#top .top_highlight a{color:#fff; text-decoration:none;}
	#top .top_highlight img{display:inline; vertical-align:middle; margin:0 5px;}
	.distinction {color:#fff; font-size:17px; text-decoration:none;}
	.distinction:hover {color:#fff; font-size:17px; text-decoration:underline;}
	
#content{background:#fff; width:870px; padding:20px 25px;}
	.col_all {float:left; width:870px;}
	.col_left{float:left; width:210px; padding-right:5px;}
	.col_medium{float:left; width:430px; padding:0 5px;}
	.col_right{float:right; width:210px; padding-left:5px;}
	.col_left_big{float:left; width:650px; padding-right:5px;}
	.col_right_big{float:right; width:650px; padding-left:5px;}
	
	#menu ul {list-style: none;}
	#menu ul li {position: relative;}
	#menu ul li a.menu {background:url(../img/menu_item.jpg) no-repeat; width:169px; height:15px; display:block; color:#fff; font-size:14px; font-weight:bold; padding:15px 20px; text-decoration:none; text-transform:uppercase;}
	#menu ul li.on a.menu {background:url(../img/menu_item_on.jpg) no-repeat; }
	#menu ul li a.menu_big {background:url(../img/menu_big_item.jpg) no-repeat; width:169px; height:30px; display:block; color:#fff; font-size:14px; font-weight:bold; padding:15px 20px; text-decoration:none; text-transform:uppercase;}
	#menu ul li.on a.menu_big {background:url(../img/menu_big_item_on.jpg) no-repeat; }
	
	#under_menu {margin-bottom:5px;}
	#under_menu ul { list-style: none; }
	#under_menu ul li { float: left; padding: 0 5px; border-right: 1px solid #ccc; }
	#under_menu ul li.last { border-right: 0; }
	#under_menu ul li a { text-transform: uppercase; font-size: 10px; font-weight: bold; }
	
	#mini_menu {padding:5px 0;}
	#mini_menu p {text-align:center; padding:0; font-size:10px;}
	
	.banner{margin-top:-3px; position:relative; float:left;}

	#submenu{height:23px; width:639px; margin:0; padding:0; }
	#submenu li{background:url(../img/submenu_sep.jpg) no-repeat right; padding-right:5px; height:23px; float:left; margin-bottom:5px; display:inline;}
	#submenu li.last{background:none; padding:0; float:right; }
	#submenu li a {display:block; padding:4px 12px; height:15px; background:url(../img/submenu_blue.jpg) no-repeat left #00788f; color:#fff; font-size:12px; font-weight:bold; text-align:center; text-decoration:none; float:left;}
	#submenu li a.on {background:url(../img/submenu_green.jpg) no-repeat left #e1e46c;}
	
	.big_box_top{background:url(../img/big_box_top.jpg) no-repeat top;	width:650px; height:8px; line-height: 0; font-size: 1px; margin-top:5px;}
	.big_box_mid {background:url(../img/big_box_mid.jpg) repeat-y;	width:639px; padding:0 5px 0 6px; }
	.big_box_bot{background:url(../img/big_box_bot.jpg) no-repeat top; width:650px; height:8px;  line-height: 0; font-size: 1px; margin-bottom:10px;}

	.mid_box_top{background:url(../img/mid_box_top.jpg) no-repeat top;	width:430px; height:8px; line-height: 0; font-size: 1px; margin-top:5px;}
	.mid_box_mid {background:url(../img/mid_box_mid.jpg) repeat-y;	width:419px; padding:0 5px 0px 6px; position: relative; }
	.mid_box_bot{background:url(../img/mid_box_bot.jpg) no-repeat top; width:430px; height:8px;  line-height: 0; font-size: 1px; margin-bottom:10px;}

	.box_mid p{padding:0;}
	.box_mid ul {padding:5px 3px;}
	.big_box_mid p{padding:5px 3px;}
	.big_box_mid ul {padding:5px 3px;}
	
	.box_holder {float:left; width:209px; margin:5px 2px}
	
	.box_top_latest_offers {background:url(../img/box_top_latest_offers.jpg) no-repeat top;	width:209px; height:54px;}
	.box_top{background:url(../img/box_top.jpg) no-repeat top; width:209px; height:7px; line-height: 0; font-size: 1px;}
	.box_mid {background:url(../img/box_mid.jpg) repeat-y;	width:199px; padding:3px 5px; position:relative; }
	.box_bot{background:url(../img/box_bot.jpg) no-repeat top; width:209px; height:7px; margin-bottom:10px; line-height: 0; font-size: 1px;}
	
	.box_head {margin:-17px 1px 0 1px; position:relative;}

	#box_newsletter {width:209px; height:157px; background:url(../img/box_newsletter.jpg) no-repeat; position:relative; margin-bottom:10px;}
		#box_newsletter .newsletter_img {position:absolute; top:-5px; right:-5px;}
		#box_newsletter form {position:absolute; top:80px; left:12px;}	
		#box_newsletter form label {color:#fff; font-weight:bold;}
		#box_newsletter form input.newsletter_text{width:180px; height:16px; padding:0 2px; background:#fff; border:1px solid #fff; color:#727272; font-size:11px;}
		#box_newsletter form input.newsletter_submit{position:relative; top:-13px; float:right; right:-5px;}
		
	.fixed{height:240px; padding-bottom: 30px;}
	.more_details{position:absolute; bottom:-14px; right:-3px;}
	.heading{padding:10px 0;}
	.fit_pic {margin:-6px 0 -6px 0; }
	
	.mid_box_mid  .fit_pic{
		margin:-1px 2px 0 2px;
		width: 413px;
	}
	.box_mid  .fit_pic{
		margin:-6px 0 -6px 0; 
		width: 199px;
	}
	
	.big_box_mid  .fit_pic{
		margin:-3px 0; 
		width: 639px;
	}
	
	.news_image{float:left; margin:-3px 8px 1px 0; vertical-align:top}
	.news_topic{font-size:15px; font-weight:bold; color:#e04645; padding:0; }
	.news_date{font-size:12px; font-weight:bold; color:#5ac4ca; padding:0 0 10px 0;}
	.news_content{padding:0 5px 0 0; }
	
	.news_topic_big {font-size:30px; font-weight:bold; color:#00738a; padding:0;}
	.news_date_big {font-weight:normal;}
	


		.homebox_red li {background:url(../img/dot_red.jpg) no-repeat left; padding-left:10px; color:#ea2928; font-size:10px; font-weight:bold;}
		.homebox_red li a{color:#ea2928; font-size:10px; font-weight:bold;}
		.homebox_green li {background:url(../img/dot_green.jpg) no-repeat left; padding-left:10px; color:#2e940a; font-size:10px; font-weight:bold;}
		.homebox_green li a{color:#2e940a; font-size:10px; font-weight:bold;}
		.homebox_gray li {background:url(../img/dot_gray.jpg) no-repeat left; padding-left:10px; color:#8f8f8f; font-size:10px; font-weight:bold;}
		.homebox_gray li a{color:#8f8f8f; font-size:10px; font-weight:bold;}
		.homebox_yellow li {background:url(../img/dot_orange.jpg) no-repeat left; padding-left:10px; color:#f7b911; font-size:10px; font-weight:bold;}
		.homebox_yellow li a{color:#f7b911; font-size:10px; font-weight:bold;}
		.homebox_black li {background:url(../img/dot_black.jpg) no-repeat left; padding-left:10px; color:#000; font-size:10px; font-weight:bold;}
		.homebox_black li a{color:#000; font-size:10px; font-weight:bold;}
		.homebox_blue li {background:url(../img/dot_blue.jpg) no-repeat left; padding-left:10px; color:#3590d3; font-size:10px; font-weight:bold;}
		.homebox_blue li a{color:#3590d3; font-size:10px; font-weight:bold;}
	
	.offers_list{width:180px; float:left; }
	.offers_list li{border-bottom:1px solid #bfbfbf; padding:4px 0 5px 0;}
	.offers_list p{padding:0;}
	.scroll{width:9px; float:right; padding-top:5px;}
	
	.red_topic{font-size:15px; font-weight:bold; color:#e04645; padding:0 5px 5px 5px;}
	.dot_list {width:630px; margin:auto;}
	.dot_list li {padding:0 0 0 25px; font-size:14px;}
	li.odd { padding:0 0 0 25px; font-size:14px; background:url(../img/dot_list_odd.png) no-repeat top left #f2f2f2; }
	li.even{ padding:0 0 0 25px; font-size:14px; background:url(../img/dot_list_even.png) no-repeat top left #fff;}
	
	.btn_atol{margin:-6px 0;}
	.btn_experiance_sport {float:left; margin-top:-6px;}
	.btn_online_brochures {float:left;}
	.btn_email_enquiry {float:left;}
	.btn_email_friends {float:left; margin-bottom:-6px;}
	.btn_useful_links {margin-top:-6px;}

	ul.useful_links {padding:0;}
	ul.useful_links li {color:#85d4d8; font-weight:bold; font-size:14px; display:block; width:199px; height:14px; padding:4px 0; text-align:center; background:url(../img/useful_links_bg.jpg) repeat-x;}
	ul.useful_links li a {color:#85d4d8; font-weight:bold; font-size:14px; display:block; width:199px; height:14px; text-align:center; }
	
	.tour_table{width:625px; margin:0 auto; padding:10px 0;}
	.tour_table tr.odd{color:#6d6d6d; background:#ade1e3;}
	.tour_table tr.odd a{color:#6d6d6d;}
	.tour_table tr.even{color:#6d6d6d; background:#94d1d3;}
	.tour_table tr.even a{color:#6d6d6d;}
	
	.tour_table th{font-size:14px; font-weight:bold; border-right:1px solid #fff; padding:0 5px; background: #fff;}
	.tour_table td{height:15px; border-right:1px solid #fff; padding:0 5px;}
	.tour_table .price{text-align:right;}

#footer{width:920px; padding:5px 0 15px 0; color:#fff;}
	#footer .left {float:left; width:460px;}
	#footer .right{float:right;width:460px;}
	#footer a {color:#fff;}
	.atol{float:left; margin:0 10px 0 0;}
	.atol_list{float:left;}
	.topp{float:left; margin:0 0 0 10px;}
	.tiny {clear:left; font-size:9px; margin-top:5px;}
	.text_right {text-align:right;}

#image_wrapper { position: relative; width: 639px; overflow: hidden; }
	#image_holder { position: absolute; top: 0; left: 0; }
		#image_holder .image_item { position: absolute; width: 639px; top: 0; text-align: center; }
		#image_holder .image_caption { position: relative; width: 639px; padding: 0; text-align: left; top: -1px;}
	#image_nav { position: absolute; right: 0; bottom: -2px; margin-top: 10px;}
		#image_nav a.image_nav_box, #image_nav a.image_nav_box_play, #image_nav a.image_nav_box_pause { border: 0; display: block; width: 22px; height: 22px; margin: 5px; background: #0b1e25; color: #fff; text-decoration: none; float: left; text-align: center; line-height: 22px; }
			#image_nav a.image_nav_box_play img, #image_nav a.image_nav_box_pause img { border: 0; vertical-align: middle; padding-top: 5px; }

.image_margin_right { margin-right: 10px; }
.image_margin_left { margin-left: 10px; }
			
/********************************************* ADMIN ******************************************/
#adminTopPanel { position: relative; width: 100%; background: #000; color: #fff; height: 30px; top: 0; left: 0; z-index: 100; }
	#adminTopPanel a { color: #69c; }
	#adminTopPanel div.adminTitle { float: left; font-size: 18px; line-height: 30px; font-weight: bold; padding-left: 10px; }
	#adminTopPanel div.adminOptions { float: left; line-height: 30px; padding: 0 20px; }
	#adminTopPanel div.adminMenu { float: right; }
		#adminTopPanel div.adminMenu ul { position: relative; width: 100px; background: #000; color: #fff;list-style: none; margin: 0; padding: 0; }
		#adminTopPanel div.adminMenu ul li { position: relative; width: 100px; text-align: center; }
		#adminTopPanel div.adminMenu ul li:hover { position: relative; width: 100px; text-align: center; background: #999; color: #000; }
		#adminTopPanel div.adminMenu ul li.separator { position: relative; width: 100px; height: 10px; font-size: 1px; line-height: 1px; background: url(../img/adminSep.png); }
		#adminTopPanel div.adminMenu ul li.separator:hover { position: relative; width: 100px; height: 10px; font-size: 1px; line-height: 1px; background: url(../img/adminSep.png); }
			#adminTopPanel div.adminMenu ul.level-1 li { line-height: 30px; }
			#adminTopPanel div.adminMenu ul.level-2 { display: none; position: absolute; top: 30px; left: 0; }
				#adminTopPanel div.adminMenu ul.level-2 li { line-height: 20px; }
				#adminTopPanel div.adminMenu ul.level-2 li:hover { background: #999; }
					#adminTopPanel div.adminMenu ul.level-2 li a { display: block; color: #fff; width: 100%; line-height: 20px; text-decoration: none; }
					#adminTopPanel div.adminMenu ul.level-2 li a:hover { color: #000; }
			#adminTopPanel div.adminMenu ul.level-3 { display: none; position: absolute; top: 0; left: -200px; width: 200px; }
			#adminTopPanel div.adminMenu ul.level-3 li { width: 200px; }
			#adminTopPanel div.adminMenu ul.level-1 li:hover ul.level-2 { display: block; }
			#adminTopPanel div.adminMenu ul.level-2 li:hover ul.level-3 { display: block; }
#adminLoginPanel { position: absolute; top: 5px; left: 5px; }
	#adminLoginPanel a { position: relative; display: block; width: 10px; height: 10px; }
.admin_menu_items { position: absolute; right: 10px; }
.admin_module_config { color: #000; font-size: 0.8em; }

a.up { width: 9px !important; height: 9px !important; background: url(../img/up.gif) !important; top: 13px; }
a.up:hover { background: url(../img/uph.gif) !important; }
a.down { width: 9px !important; height: 9px !important; background: url(../img/down.gif) !important; top: 23px; }
a.down:hover { background: url(../img/downh.gif) !important; }
a.left { width: 9px !important; height: 9px !important; background: url(../img/left.gif) !important; }
a.left:hover { background: url(../img/lefth.gif) !important; }
a.right { width: 9px !important; height: 9px !important; background: url(../img/right.gif) !important; }
a.right:hover { background: url(../img/righth.gif) !important; }
/********************************************************** STYLES FOR PAGE (AND TINY) **********************************************************/

.offersmodule .mid_box_mid{ padding-bottom: 30px; }
