@font-face {
    
    font-family: 'Frutiger 45 Light';


   src: url('zurich_cn_bt-webfont.eot');

   src: url('zurich_cn_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('zurich_cn_bt-webfont.woff') format('woff'),
         url('zurich_cn_bt-webfont.ttf') format('truetype'),
         url('zurich_cn_bt-webfont.svg#zurich_cn_btregular') format('svg');
    
   font-weight: normal;
    
   font-style: normal;
    /*src: url('frutiger-65-bold.ttf') format('truetype');
    src: url('zurich_cn_bt-webfont.eot');
    src: url('zurich_cn_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('zurich_cn_bt-webfont.woff') format('woff'),
         url('zurich_cn_bt-webfont.ttf') format('truetype'),
         url('zurich_cn_bt-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;*/

}
 
.btn_signin {
	background-image:url(../btn_signin.png);
	background-repeat: no-repeat;
	height: 34px;
	  
	width: 53px;
}

.btnsignin {
	background-image:url(../btnSignOut.png);
	width:83px;
	height:34px;
	/*margin-right: 0px;
	margin-top: -7px;*/
}
.thrColElsHdr #container { 
	width: 62em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header { 
	/*background: #FFFFFF; */
	padding: 0 10px;  /* 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. */
} 
.thrColElsHdr #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 */
}
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #FFFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #FFFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 1px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1px;
}
.thrColElsHdr #aboveBar {
	/*float: right; */
	width: 68.6em; /* since this element is floated, a width must be given */
	background: #0652B0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	font-family:'Frutiger 45 Light';
	color:#FFFFFF;
	font-size:14px;

}
.thrColElsHdr #belowBar {
	/*float: right; */
	width: 77.5em; /* since this element is floated, a width must be given */
	/*background: #C7E1D1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	font-family:'Frutiger 45 Light';
	color:black;
	font-size:12px;
}
.thrColElsHdr #mainContent {
 	margin: 0 1em 0 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.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;
}



  
  .ahmad {
  background-image:url(../bgrx_box.png);
	background-repeat:repeat;
    /*background-color:#000000 ;*/
    color:#0000ff ;
   /* opacity:0.66;
    filter:alpha(opacity=66); /* For IE8 and earlier */
       /* margin-top: 20px;
        margin-right: 20px;*/
       /* margin-left: 120px;*/
/*        margin-bottom: 20px;*/
  }
  
  .ahmad2 {
  background-image:url(../bgrxSignin.png);
	background-repeat:repeat;
  border-radius: 10px; /* IE */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari and Chrome */
    /*background-color:#000000 ;*/
    color:#0000ff ;
   /* opacity:0.66;
    filter:alpha(opacity=66); /* For IE8 and earlier */
       /* margin-top: 20px;
        margin-right: 20px;*/
       /* margin-left: 120px;*/
/*        margin-bottom: 20px;*/
  }
  
 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-image: url(/ows-img/IBSIMAGES/backGround.png);
	background-repeat:no-repeat;
	background-position:center;
	
	background-size: cover;
}

.text1 {
	color: #005DA4;
    font-family: 'Frutiger 45 Light';
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 9px auto 10px;
	position: relative;
	margin-left:50px;
	width: 244px;

}

.text2 {
	font-size:13px!important;
        margin-left:50px;
}


.box {
	background-image:url(../bgrx_box.png);
	background-repeat:repeat-x;
	/*position:relative;*/
	width:314px;
	height:322px;
	float:left;
	margin-right:11px;
}

.top {
	height:282px;
	width:276px;
	position:relative;
	text-align:center;
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
}

.round {
	font-family: 'Frutiger 45 Light';
	background-image:url(../round.png);
	background-repeat: no-repeat;
        background-position: center;
	text-align: center;
	color: #E3F3FF;
	font-size: 18px;
	height: 36px;
	width: 36px;
}


 .service {
	background-image:url(../bgPhone.png);
	background-repeat: no-repeat;
	height: 42px;
	position: relative;
	width: 231px;
}
 .service.email {
	background-image:url(../bgEmail.png);
}
 .number {
	left: 75px;
	position: absolute;
	top: 12px;
}
 .emailtext {
	left: 59px;
	position: absolute;
	top: 11px;
}
 .number span {
	font-weight:bold;
}
.emailtext span {
	font-weight:bold;
}

