@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
}
.instoneAsia #container {
	width: 908px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.instoneAsia #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	position: relative;
} 
.instoneAsia #header1 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 370px;
	position: relative;
} 
.instoneAsia #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #34547A;
	display: none;
}
.homeRow h1 {
	color: #D6C607;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.instoneAsia #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 140px;
	padding-left: 10px;
}
.experience{
	background-image: url(../images/symbols/experience.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.dedication{
	background-image: url(../images/symbols/dedication.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.excellence{
	background-image: url(../images/symbols/excellence.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.integrity{
	background-image: url(../images/symbols/integrity_my.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.travel{
	background-image: url(../images/symbols/travel.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}



.rightSideBar {
	padding-right: 30px;
}
.rightSideBarHome {
	padding-right: 30px;
	background-image: url(../images/emblem.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.rightSideBarForm {
	padding-right: 0px;
	padding-top: 0px;
}
.instoneAsia #mainContent {
	background-image: url(../images/slice.gif);
	background-repeat: repeat-y;
	background-position: left center;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-top: 0px;
} 
.instoneAsia #HomeContent {
	background-image: url(../images/slice_blue.gif);
	background-repeat: repeat-y;
	background-position: left center;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-top: 0px;
} 
#translations {
	width: 190px;
	position: absolute;
	left: 125px;
	bottom: 5px;
}
#translations1 {
	width: 300px;
	position: absolute;
	bottom: 122px;
	left: 564px;
	height: 25px;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #666666;
}
h5 {
	font-size: 12px;
	color: #35557C;
	padding-top: 5px;
	padding-bottom: 5px;
}
.displayTable {
	border: 1px solid #CCCCCC;
}
.displayTable th {
	background-color: #E5E5E5;
	}
.displayTable td, .displayTable th {
	padding-left:4px;
	padding-top:4px;
}

p {
	font-size: 11px;
	color: #333333;
	line-height: 1.5;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 1.5;

}


a, a:link, a:visited {
	color: #31527B;
	text-decoration: none;
}


a:hover {
	color: #F01B1F;
	text-decoration: underline;
}
a.redLink , a:visited.redLink {color: #F01B1F;}
#footerHome a:hover {
	color: #D6C607;
}
.lang {
	padding-left: 4px;
	float: right;
	display: inline;
}
.lang a:link,  .lang a:visited {
	color:#FF0000;
	display: inline;
	font-size: 11px;
}
.lang a:hover {
	color:#FFFFFF;
	font-size: 11px;
	}

span.groupHeader {
	border:1px solid #CCC;
	padding:3px 3px 3px 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:382px;
	display:block;
	white-space:nowrap;
	border-right-width:0;
	border-left-width:0;
	margin-left: 120px;
	color: #333333;
}
#container #footer{
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/footer.gif);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 60px;
} 
#container #footerHome{
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/slice_footer.gif);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 60px;
} 
#container #footer p,#container #footerHome p, #container #lastWord p{
	margin: 0;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 9px;
	text-align: center;
}
#footer a {
	color:#333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.instoneAsia #container #nav {
	background-image: url(../images/slice.png);
	background-repeat: repeat-y;
}
#container #nav2{
	width: 520px;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	position: relative;
}
#container #navHome{
	width: 535px;
	float: right;
	margin-top: 5px;
	margin-right: 18px;
	position: relative;
}

#sideNav {
	color: #333333;
	width: 160px;
}
#sideNav th, #sideNav td {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#sideNav h2 {
	font-size: 14px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
}
#sideNav a, #sideNav a:visited {
	color: #ED1C21;
}
#sideNav a:hover{
	text-decoration:none;
}
#sidebar1 #sideNav td:hover {
	background-color: #E5E5E5;
}
.activeMenu {
	background-color: #EBEBEB;
}


.redArrows {
	color: #F11725;
}
#toolTip-content-1 {
	-moz-border-radius: 5px;
	border-radius: 5px 20px;
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 12px;
	border: 1px solid #E9171A;
	background-color: #E6E6E6;
	width: 300px;
	line-height:1.2;
}
#toolTip-target-1 {
	margin-left: 10px;
	padding-right: 15px;
}
h1.whereAmI {
	border:1px solid #CCC;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:362px;
	white-space:nowrap;
	border-right-width:0;
	border-left-width:0;
	color: #333333;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: -2px;
	margin-left: -1px;
}
#shippingTable {
	border: 1px solid #CCCCCC;
}
#shippingTable th, .displayTable th {
	background-color: #E5E5E5;
}
.rightSideBar ol {
	font-size: 12px;
	line-height: 1.5;
	color: #31527B;
}
.rightSideBar p {
	padding-right: 20px;
}
a.topOfPage {
	float: right;
	padding-right: 5px;
	color: #F01B1F;
	background-image: url(../images/symbols/miniPlane_red.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin: 5px;
}
.romanList {
	list-style-type: lower-roman;
}
.underline {
	text-decoration: underline;
}
.bullets {
	list-style-type: disc;
	padding-left: 25px;
}
.dotedBorder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.dottedCol{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.dotedLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 300px;
}
.padLeft {
	padding-left: 70px;
}
.padLeft10 {
	padding-left: 10px;
}
.xRayLabel {
	border: 2px solid #CCCCCC;
}

.WADADataTable  h4 {
	padding-right: 10px;
}
.whereAmI .planeR {
	background-image: url(../images/symbols/miniPlane.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
}

.boldHeader {
	color: #37547C;
	font-weight: bold;
}
.skype {
	font-weight: bold;
	float: left;
	padding-right: 5px;
}

.imgFloatR {
	padding: 6px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	background-color:#EBEBEB;
}
.imgFloatRDark {
	padding: 6px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 20px;
	background-color:#EBEBEB;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imgWrap {
	padding: 6px;
	border: 1px solid #CCCCCC;
	background-color:#EBEBEB;
	margin-top: 20px;
}
.flash {
	float: right;
	margin-top: 285px;
	margin-right: 10px;
}
.tinySpacer {
	font-size: 10px;
	line-height: .5;
}
.featureBox {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	background-color: #EBEBEB;
	margin-right: 20px;
	}
.title {
	font-size: 11px;
	text-transform:uppercase;
	color: #666666;
}
.rightSideBar .boxItRight {
	float: right;
	width: 190px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.instoneAsia #container #home {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 420px;
	position: relative;
}

.homeRow p {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
.download {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #46668C;
	width: 200px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.weather {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #46668C;
	height: 20px;
	width: 250px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bookings {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #46668C;
	width: 450px;
	padding-left: 20px;
	margin-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dates {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #46668C;
	height: 30px;

	padding-left: 20px;
}
.downloadButton {
	margin: 10px;
	padding: 10px;
	border: 1px solid #46668C;
}
#links #time h5 {
	padding-right: 20px;
}
.download a {
	color: #FFFFFF;
}
.instoneAsia #container #HomeContent .homeRow .hozLine {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.chinese {
}
.homerow .headline{
	color: #CBCDCA;
}
.instoneAsia #container #HomeContent .homeRow .headline {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 30px;
	margin: 0px;
}
.featureBox h4 {
	font-size: 12px;
	font-weight: bold;
}
.instoneAsia #container #HomeContent .homeRow img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#mainContent #links h5 {
	margin-bottom: 4px;
}

/*home page image slider*/
.sliderBox {
	background-image: url(../images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 331px;
	margin-top: 50px;
	margin-left: 5px;
}
#thumbnailSlider {
	width: 311px;
	background: #ffffff;
	border: 1px #e8e8e8 solid;
	overflow: hidden;
	
}

#thumbnailSliderInner {
	width: 301px;
	margin: 5px;

}

#thumbnailSlider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#thumbnailSlider li {
	height: 200px;
	width: 301px;
	text-align: center;
}

#thumbnailSlider img {
	border: 0;
	padding: 0;
	margin: 0;
}
