/* Global Gatway CSS */

.bodyblk {
	background-image: url("../images/bg_gradient.jpg");
	background-repeat:repeat-x;
	margin:0 auto;
	background-color: #6965B2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow-x:hidden;
	##IE support Scroll format
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#232c5f;
	scrollbar-base-color:#6965B2;
	scrollbar-darkshadow-color:#6965B2;
	scrollbar-face-color:#b2b8da;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#6965B2;
	text-align:center;
}

.mainTable {
	background-repeat:no-repeat;
	/* background-attachment:fixed; */ /* Removed to fix in IE7 */
	text-align:left;	
	overflow:hidden;
	margin:0 auto; /* Added auto left and right margins, 0 padding to center in compliant browsers */
	padding:0;
}

#contentBody a:link, a:visited, a:active {
	color: #FFFFFF;
}
 
#contentBody a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.titleFormat {
	font-weight:bold; color:#283366;
}

.countryDropDwn {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footer {
	font-weight:normal; color:#c2c2e3;
}

.contactHeader{
	color:#283366;
	margin-top:8px;
	margin-left:55px;
}

.contactCountry {
	margin-top:10;
	margin-left:55px;
	margin-bottom:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.contactHeader a:link, a:visited, a:active {
	color: #283366;
}

<!-- overflow:auto; height:200px; position:absolute;-->
.contactBody {
	margin-top:10;
	width:645px;
	color: #FFFFFF;
}

.contactBody table{
color: #FFFFFF;
}

div.sitegroupblk {
	margin-right:75px;
}

.contactFor {
	color:#f9fd9a;
}

.contactFooter {
	margin-top:25px;
	margin-left:55px;
}

.inline_block {
	display: -moz-inline-box;
	display: inline-block;
	-moz-box-orient: vertical;
	vertical-align: top;
}

#browser_notice {
	position: relative;
	background: #f5f3dc;
	border: 1px solid #e8e6e9;
	width: 890px;
	margin: 10px auto 10px;
	padding: 15px 5px 15px 20px;
}
	#browser_notice img{
		border: none;
	}
	#broswer_notice_close {
		position: absolute;
		top: 8px;
		right: 8px;
		cursor: pointer;
	}
	#browser_text {
		width: 320px;
		color: #333333;
		margin-right: 15px;
	}
		#browser_text h2 {
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			margin-bottom: 4px;
		}
		#browser_text p {
			font-size: 10px;
			margin-bottom: 0;
			line-height: 14px;
		}
	.browser_option {
		width: 123px;
		height: 59px;
		margin-right: 7px;
		vertical-align: bottom;
		font-size: 10px;
		font-weight: bold;
		line-height: 12px;
		color: #000000;
		text-align: center;
	}
		.browser_option div {
			vertical-align: middle;
			width: 65px;
		}
		.browser_option img {
			vertical-align: middle;
		}
		.browser_option a, .browser_option a:visited {
			text-decoration: underline !important;
			color: ##394D7F;
			font-size: 10px;
			line-height: 13px;
			vertical-align: middle;
		}
