html, BODY {
	 SCROLLBAR-FACE-COLOR:#0E68A4; 
	 MARGIN-BOTTOM: 0px; 
	 MARGIN-LEFT: 0px; 
	 margin-top: 0px;
	 margin-right: 0px;
	 SCROLLBAR-SHADOW-COLOR: black; 
	 SCROLLBAR-ARROW-COLOR: #e3e3e3; 
	 SCROLLBAR-TRACK-COLOR: #06A0C4;
	 background-image:url(../images/Travellers_Group_bg.jpg);
	 background-color:#054768;
	 background-repeat:no-repeat;
	 background-position:top;
	 }

.footer{
font-size:12px;
font-family:Tahoma;
color:#fff;
}

.menu_up{
font-size:12px;
font-family:Tahoma;
font-weight:bold;
color:#fff;
}

.tittle_orange{
font-size:40px;
font-family: Arial, Helvetica, sans-serif;
padding-left:10px;
color:#ff5a00;
font-weight:bold;
}

.tittle{
font-size:18px;
font-family: Arial, Helvetica, sans-serif;
color:#054768;
font-weight:bold;
}

.text{
font-size:13px;
font-family:Tahoma;
color:#054768;
padding-left:10px;
padding-right:10px;
text-align:justify;
font-weight:normal;
}

.text_title{
font-size:13px;
font-family:Tahoma;
color:#054768;
text-align:justify;
font-weight:bold;
}


.text-red{
font-size:12px;
font-family:Tahoma;
color:#ff5a00;
}

.text-news{
font-size:12px;
font-family:Tahoma;
padding-left:10px;
padding-right:10px;
color:#fff;
}

.more
{
	font-size: 12px;
	font-family: Tahoma;
	padding-right:10px;
	text-align:right;
	color: #dfa557;
}

.menu_left{
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
color:#054768;
font-weight:bold;
text-align:left;
padding-left:10PX;
}

.menu_left:hover{
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
color:#ff5a00;
font-weight:bold;
text-align:left;
padding-left:10PX;
}



/*-------------------------------INLARG_IMAGES---------------------------*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #04A3CB;
visibility: hidden;
z-index: 10;
cursor:pointer;
cursor:pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}





.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px;
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 160px; /*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: 190px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}