@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
input{
	border: 1px solid #cccccc;
}
.scrollbar{
			   scrollbar-3dlight-color:#ffffff;
	           scrollbar-arrow-color:#ffffff;
	           scrollbar-base-color: #ffffff;
	           scrollbar-track-color:#ffffff;
	           scrollbar-darkshadow-color:#ffffff;
	           scrollbar-face-color:#333333;
	           scrollbar-highlight-color:#ffffff;
	           scrollbar-shadow-color:#ffffff;
}

#fmt { behavior: url(/iepngfix.htc) }

img { behavior: url(/iepngfix.htc) }

a{
color:#333333;
}
.selectedLink a{ font-weight:bold; color:#cc0000; text-decoration:none;}
.icondesc {
  font-family: arial;
  font-size: 11px;
  width: 200px;
  border: solid 1px #999; 
  font-size:11px;
  background: #FFFFCC;
  z-index:9999;
  opacity: 1;
  -moz-opacity:1;
  padding: 10px;
  visibility: hidden; 
  display: none;
}

h1{
	font-family:"Arial Black";
	font-weight:900;
	margin-top:0px;
}
h1 span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;

}
h3{
font-family:"Arial Black";
color:#CC0000;
font-weight:900;
margin-bottom:-3px;
font-size:20px;
margin-top:0px;
}

h3 span{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}
h4{
font-family:"Arial Black";
color:#CC0000;
font-weight:900;
margin-bottom:-3px;
font-size:16px;
margin-top:0px;
}

h4 span{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}






#container {
	position:relative;
	width:760px;
	z-index:1;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}
#container #header {
	position: relative;
	
}
#container #header #tophead #toplinks ul, #toplinks li{

list-style:none;
float:left;
margin: 0px;
}
#container #header #tophead #toplinks li{
background-image:url(http://www.centralholidays.com/images/topbut.gif);
width:79px;
height:23px;
padding-top:5px;
text-align:center;
}
#container #header #tophead #toplinks a{
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
font-weight:bolder;
color:#FFFFFF;
text-decoration:none;
}
#container #header #tophead #toplinks{
	margin-left:-38px;
}
#container #header #tophead #midlinks ul, #midlinks li{

margin-top:2px;
list-style:none
}
#container #header #tophead #midlinks li{
float: left;
background-image:url(http://www.centralholidays.com/images/midbut.gif);
width:135px;
height:19px;
padding-top:0px;
padding-bottom:1px;
}
#container #header #tophead #midlinks a{
clear: both;
display:inline-block;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
font-weight:bolder;
color:#FFFFFF;
text-decoration:none;
padding-bottom:1px;
}
#container #header #tophead #midlinks{
clear:both;
float:right;
background: repeat-x top;
margin-left:-30px;


}
#container #main {


}
/*BELOW IS FOR INDEX PAGE ONLY*/
#container #main #left {
	width: 508px;
	float:left;
	margin-left:2px;
}
#container #main #right {
	width:233px;
	float:right;
	margin-right:2px;
	margin-top:10px;
}
#container #main #left #tabs {
clear: both;
}


#container #main #left #tttd {
	width: 320px;
	float:left;
	height:250px;
	margin-top:10px;

}
#container #main #left #videos {
	width: 180px;
	float:right;
	height:250px;
	margin-top:10px;

}
#container #main #left #travelcomm {
	width: 100%;
	height:150px;

}

#container #main #right #maillist {
	width: 233px;
	text-align:center;
	border: 1px solid #CCCCCC;
}
#container #main #right #testimonials {
	width: 100%;
	color:#333333;
	border: 1px solid #CCCCCC;
	margin-top:4px;
	text-align:center;
}
#container #main #right #banner {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-top:4px;
}
#container #main #right #ebrochure {
	width: 100%;
	margin-top:4px;
	border: 1px solid #CCCCCC;
}
#container #main #right #specials {
	width: 100%;
		margin-top:4px;
	border: 1px solid #CCCCCC;
	text-align:center;
}
#container #header #tophead #logo {
	height: 76px;
	width: 396px;
}
#container #header #tophead #telnum {
	font-style: normal;
	font-family: "Arial Black", Arial;
	font-weight: normal;
	color: #333333;
	width: 300px;
	padding:0px;
	margin-bottom:5px;
	margin-right:5px;
	margin-top:30px;
}
#container #main #left #tttd #tttdcontent {
	width: 100%;
	border:1px solid #999999;
	
	
}

#container #main #left #videos #videocontent {
	width: 100%;
	border: 1px solid #999999;
}
#container #main #left #travelcomm #travcomcontent {
	clear:both;
	width: 100%;
	border: 1px solid #CCCCCC;
	height:100px;
}

  /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */



/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:410px;
		height:75px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:10px;
		height:21px;
		position:absolute;
		left:318px;
		top:352px;
		}	
	#nextBtn{ 
		left:740px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:10px;
		height:21px;
		background:url(http://www.centralholidays.com/images/arrowlttd.png) no-repeat 0 0;	
		behavior: url(/iepngfix.htc)
		}	
	#nextBtn a{ 
		background:url(http://www.centralholidays.com/images/arrowrttd.png) no-repeat 0 0;	
		}												

/* // Easy Slider */



/*ABOVE FOR INDEX PAGE ONLY*/		
		
#container #main #mainHeader{
}
#container #main #mainHeader #destination{
	
	width:97%;
	height:66px;
	float:left;
	font-size:larger;
	margin-left:10px;
	border-bottom:1px solid #cccccc;
}
#container #main #mainHeader #destination span{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
#container #main #mainHeader #ctplogo{
	width:274px;
	height:66px;
	float:right;
}
#container #main #mainHeader #jumpTo{
	width:100%;
	clear:both;
	border:1px solid #cc0000;
	height:35px;
	overflow:hidden;

}		
#container #main #mainHeader #jumpTo #jtlogo{
	width:65px;
	height:25px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
	
}
#container #main #mainHeader #jumpTo #anchorList{
	position:relative;
	width:670px;
	float:right;
	padding:3px;
}

#container #main #mainHeader #jumpTo #anchorList ul{
	margin-top:0px;
	padding-left:0px;
}

#container #main #mainHeader #jumpTo #anchorList li{
	background:url(http://www.centralholidays.com/images/arrow.gif) bottom left no-repeat;
	display:inline;
	font-weight:bold;
}
#container #main #mainHeader #jumpTo #anchorList li a{
	padding-left:6px;
	padding-right:2px;
}

#container #main #mainBody #crlinks{
	padding:5px;
}
#container #main #mainBody #crlinks a {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
}


#container #main #mainBody #crlinks a:hover{
	color:#cc0000;

}

#container #main #mainBody #crlinks .active{
	color:#cc0000;
	text-decoration:none;

}
#container #main #mainBody #topsec{
	width: 100%;
}
#container #main #mainBody #topsec #leftContainer{
	width:387px;
	padding-top:3px;
	padding-left:3px;
	
}
/*FOR HOTELS PAGE ONLY*/
#container #main #mainBody #topsec #leftContainerHotels{
	width:387px;

	padding-top:3px;
	padding-left:3px;
	
}

#container #main #mainBody #topsec #leftContainerHotels #description{
	height:130px;
	border:1px solid #999999;
	overflow:hidden;
	padding:2px;
	margin-top:-5px;
	margin-bottom:-15px;

}

/*FOR HOTELS PAGE ONLY*/

#container #main #mainBody #topsec #leftContainer #description{
	height:130px;
	border:1px solid #999999;
	overflow:hidden;
	padding:2px;
	margin-top:-5px;
	margin-bottom:-15px;
}
#container #main #mainBody #topsec #leftContainer #videoGallery{
	width:99%;
	border:1px solid #999999;
	margin-top:-5px;
	margin-bottom:10px;
	text-align:center;
	padding:1px;
}
#container #main #mainBody #topsec #imgContainer{
	position:relative;
	border: 1px solid #999999;
	float:right;
	margin-top:23px;
	margin-right:3px;
	padding:1px;
}
#imgContainer{
	position:relative;
	border: 1px solid #999999;
	float:right;
	margin-top:23px;
	margin-right:3px;
	padding:1px;
}
#description{
	height:130px;
	border:1px solid #999999;
	overflow:hidden;
	padding:2px;
	margin-top:-5px;
	margin-bottom:-15px;
}
#container #main #mainBody #promos{
	clear:both;
	border: 1px solid #999999;
	width: 99%;
	margin:3px;
}

#container #main #mainBody #rangeSlider{
	
}
#container #main #mainBody #pageData{
	clear:both;
}
.price{ color:#CC0000; font-size:14px;}



.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #333333;
border-left: 15px solid #ffffff;
border-right:15px solid #ffffff;
overflow: scroll; /*leave this value alone*/
width: 355px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.carstepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #333333;
border-left: 15px solid #ffffff;
border-right:15px solid #ffffff;
overflow: scroll; /*leave this value alone*/
width: 650px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
}

.carstepcarousel .carbelt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.carstepcarousel .carpanel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 180px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}




#button{
position:relative; 
float:right; 
background-color:#ffffff; 
color:#CCCCCC;
bottom:-117px;

width:100%;
text-align:right;
}
#button a{
color:#333333;
text-decoration:none;
padding-left:5px;

}








#container #footer {
	position: relative;
	clear:both;
	background-color:#666666;
	margin-top:10px;
	color:#CCCCCC;
	height:80px;
	padding-top:15px;
	padding-left:10px;
}
#container #footer a{
	color:#FFFFFF;
	text-decoration:none;
}



#specialoffer {
	z-index: 10000;	
	-moz-opacity: .90; /*older Mozilla*/
	-khtml-opacity: 0.9;   /*older Safari*/
	opacity: 0.9;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
	
}


/*FOR TOOLTIP*/
.nr1{
}


.tooltip{
position:absolute;
left:-2000px;
background-color:#dedede;
padding:5px;
border:1px solid #fff;
z-index:10000000;
}

.tooltip p{
margin:0;
padding:0;
color:#fff;
background-color:#000;
padding:5px 5px;
max-width:350px;
_width: 300px;

}


/*FOR COMMENT BOX*/
#daddy-shoutbox {
  padding: 5px;
  background: #ffffff;
  color: #444444;
  width: 370px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
max-height:300px;

}
.shoutbox-list {
  border-bottom: 1px solid #aaaaaa;
 
  padding: 5px;
  display: none;
  height:auto;

}
#daddy-shoutbox-list {
  text-align: left;
  margin: 0px auto;
	width:370px;
	overflow:hidden;
	max-height:250px;
	overflow-x:hidden;
	overflow-y:auto;

}
#daddy-shoutbox-form {
  text-align: left;
  
}
.shoutbox-list-time {
  color: #666666;
}
.shoutbox-list-nick {
  margin-left: 5px;
  font-weight: bold;
}
.shoutbox-list-message {
  margin-left: 5px;
}
/*FOR COMMENT BOX*/

/*FOR REVIEW SECTION*/
#daddy-shoutboxr {
  padding: 5px;
  background: #222222;
  color: #ffffff;
  width: 700px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
border:1px solid #cccccc;

}
.shoutbox-list {
  border-bottom: 1px solid #aaaaaa;
 
  padding: 5px;
  display: none;
  height:auto;

}
#daddy-shoutbox-listr {
  text-align: left;
  margin: 0px auto;
	width:700px;
min-height:400px;
border-bottom: 1px solid #444444;

}
#daddy-shoutbox-formr {
  text-align: left;
  
}
.shoutbox-list-time {
  color: #666666;
}
.shoutbox-list-nick {
  margin-left: 5px;
  font-weight: bold;
}
.shoutbox-list-message {
  margin-left: 5px;
}
/*FOR REVIEW SECTION*/






/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(http://www.centralholidays.com/calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 20000;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 1px solid #cccccc;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
	margin-left:-100px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}


#twitter_update_list li{
	font-family: 'Lucida Grande', 'sans-serif';
	font-size:13px;
	display:block;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
	padding:5px;
}

#twitter_div a{
	color:#0084b4;
}