	/* site logo for homepage with new tagline (includes print only logo) */
	/* --------------------------------------- */
	
	#logo_tagline { 
		background : url(/suntrek/images/framework/logo_intrepid_tagline_suntrek.png); 
		width:210px; 
		height:124px; 
	}
	
	/* have for transparent background PNGs in IE6 */
        * * html #logo_tagline {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/suntrek/images/framework/logo_intrepid_tagline_suntrek.png', sizingMethod='scale'); repeat-x;}
        
        /*#logo_rle {background:url(http://www.intrepidtravel.com/rle11/prereg/img/pre-reg-banner.jpg) no-repeat; height:320px;}*/
        
        /* RLE banner 01 November
        #logo_rle {background:url(http://www.intrepidtravel.com//rle11/campaign/img/HP_banner_0.jpg) no-repeat; height:320px;}
        
        #logo_rle_german {background:url(http://www.intrepidtravel.com//rle11/campaign/img/HP_banner_1.jpg) no-repeat; height:320px;}
        */
	#suntrek-logo {background:url(/suntrek/images/framework/suntrek_logo.png) no-repeat; overflow:hidden; width:206px; height:70px; margin: 0px 0 2px 15px;}
	* html #suntrek-logo { background : none; } /* have for transparent background PNGs in IE6 */
        * html #suntrek-logo {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/suntrek/images/framework/suntrek_logo.png', sizingMethod='scale'); repeat-x;}
	#suntrek-logo a { height : 70px; width : 206px; display : block;}
	
	
	#banner {background:url(/suntrek/images/framework/banner_monument-valley.jpg) no-repeat; height:250px;} 

	#floatingtripsearch {margin-top:70px;} 
        
        #register {
	  position : absolute;
          top : 20px;
          left : 16px; /* change width/height below */
          overflow : hidden;
          z-index : 98;
          cursor : hand;
        }

        #register a {
          height : 280px;
          width : 900px;
          display : block;
        }
	
	.articlerowdivider {
	  background : url(/images/framework/trips_specific/border_highlight.gif) 207px 0 repeat-y; /* bottom border */
	}
	.articlerow{
	  background : url(/images/framework/trips_specific/border_highlight.gif) bottom repeat-x; /* top border */
	  padding-bottom : 5px;
	}
	.articlerow1 {	  background : url(/images/framework/trips_specific/border_highlight.gif) bottom repeat-x; /* top border */
	  padding-bottom : 5px;
	}                                                        
	.articlerowdivider1 {	    background : url(/images/framework/trips_specific/border_highlight.gif) 207px 0 repeat-y; /* bottom border */
	 }
	 
	#sitenav {
	  height : 30px;
	  margin-top : -30px;
	  position: relative;
	  z-index:98;
	  background:transparent url(/images/framework/trips_specific/background_sitetabs.png) repeat scroll 0 0;
	}
	* html #sitenav { background : none; position: static;} /* have for transparent background PNGs in IE6 */
	* html #sitenav { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/framework/trips_specific/background_sitetabs.png', sizingMethod='scale'); repeat-x;}
	
	#sitenav a:hover{text-decoration:none;}
	
	body {
	  background:transparent url(/suntrek/images/framework/background_page2.png) repeat scroll 0 0;
	}
	
	#contentwrap {
	  background:transparent url(/suntrek/images/framework/background_contentwrap.gif) repeat scroll left bottom;
	}
	
	#destinationicon {display:none;}
	
	#pagetabs ul {display : none;}
	
	.i1 {padding:0 0 0 6px !important;}
	.i2 {padding:0 4px 0 0 !important;}
	
	#footer {display:none;}
	
	h1{margin-bottom:10px;}
	h3{margin-bottom:2px;}
	p {margin-top:5px;}
	
	.photorow {}
	.photorow p {margin-top : 0;}
	.photorow img {padding : 3px; border : 1px solid #ccc;} 
	
	.thumbnailland {
	   float:left;
	   height:140px;
	   margin-bottom:5px;
	   margin-right:15px;
	   padding:5px;
	   text-align:center;
	   width:165px;
	} 
	
	.thumbnailleft {
	   float:left;
	   height:100px;
	   margin:0 10px 0 0;
	   padding:0px;
	   text-align:center;
	   width:180px;
	}
	

	/* Image Crossfader  - Not used 
	
	#imageCrossfader {
	   position:relative;
	   margin:auto;
	   width:150px;
	   height:115px;
	   border:0px solid #ffcc99;
	}

	#imageCrossfader img {
	   display:none;
	   position:absolute;
	   top:6; left:6;
	}  */
	
	#languageselectbox{
	   position : absolute;
	   width : 233px;
	   top : 6px;
	   left : 650px;
	   z-index : 98;
	   margin-left:13px;
	   text-align:right;
	}
	
	#languageselectbox a { 
	   margin-left:0px; 
	   /* width : 233px; */
	   color:#333; 
	}
	
	/* .languageselect {
	border:1px solid #3D3D3D;
	font-size:10px;
	font-weight:normal;
	height:20px;
	margin-top:2px;
	width:233px;
	} */

	a.boxpopup{
	   position:relative;
	   z-index:99 !important; 
	   color:#046; 
	   text-decoration:none;
	}
	
	a.boxpopup:hover{z-index:99; /* cursor:default; */ }
	
	a.boxpopup span{z-index:99; display: none;}
	
	a.boxpopup:hover span{ 
	   display:block;
	   position:absolute;
	   top:1.5em; left:0; 
	   /*width:225px; background:#ffeede; border:2px outset #BBB;*/
	   padding:.3em;
	   color:#046; 
	   text-align:left;
	   z-index:99;
	   text-decoration:none;
	   line-height:1.3em;
	} 

