body {
	margin:0;
	background:#C6C3C6 url(../../images/mainpage-bg.gif) top repeat-x;
	font-family:Arial, Verdana, Sans-serif;
}
div#MainContainer {
	margin:0 auto;
	padding:0;
	text-align: left;
	width: 780px;
	border:1px solid #000000;
	background:#fff url(../../images/content-bg.gif) repeat-y;
}
div#LogoHeader {

}
div#FlashContainer {
	background:#fff url(/images/flash-bg.jpg) no-repeat;
}
div#Menu {
	background:#fff url(/images/Menubg-up.gif) repeat-x;
	height: 24px;
	padding:0;
	margin:0;
}
div#ContentMainContainer {
	background:#fff url(/images/watermark.jpg) bottom left no-repeat;
}
div#ContentMainContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#ContentLeft {
	float:left;
	width: 175px;
	padding:10px 0 15px 0;
	display:block;
	background:#3a454d url(/images/LeftBlock-bg.gif) bottom right no-repeat;
}
div.LeftWhiteBlock {
	background:#fff url(/images/whiteblock-bot.gif) bottom left no-repeat;
	width: 147px;
	margin:0 0 0 15px;
	padding:3px 3px 6px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:14px;
}
div#ContentMiddle {
	width: 435px;
	float:left;
	padding:10px 0 0 0;
	margin:0 0 0 2px;
	display:block;
}
div#ContentRight {
	background-color: #e1e2e3;
	width:165px;
	float:right;
	padding:10px 0 0 0;
	display:block;
}
div#BottomBlock {
	background-color: #fff;
	width: 779px;
	display: block;
}
div#ContactDetails {
	background:transparent url(../../images/global_22.png) top right no-repeat;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e4670a;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	float: left;
	clear: both;
	display: block;
	width: 430px;
	padding:5px 0 0 5px;
}
.LeftHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../../images/LeftHead-bg.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	line-height: 18px;
	font-style: italic;
	padding-bottom: 8px;
	height: 22px;
	background-position: left bottom;
	width: 150px;
}
div#iso {
	display:none;
}
div#Logos {
	width: 780px;
	border-top:3px #464749 solid;
	clear: both;
	height: 66px;
	display: block;
	text-align:center;
	background:#fff;
}
div#Logos img {
  margin:0 15px;
}
div#Footer {
	background-color: #333333;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;

}
.RightHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	background-image: url(../../images/right-head-bg.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	margin-left: 2px;
	display: block;
}

div#LeftNav {
	background-color: #FFFFFF;
	background-image: url(../../images/whiteblock-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 147px;
	margin-left: 15px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
}
img.thumbnail {
	border:0px solid #333;
	margin:3px 5px 3px 0px;
	padding:0;
}

/* table fix */

table.table_selector {
	width:402px;
	margin:0 auto;
	padding:0;
	border:0;
}

table.table_selector td {
	width:134px;
}

/* Tab System */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.hidden {
	display:none;
}
#tabContainerOuter {
	width:400px;
	padding:0 10px;
	background:#297624 url(/images/tabs/mainBg.jpg) top repeat-x;
	color:#fff;
	font-family:"Myriad Pro", "Lucida Grande", "Segoe UI", Arial, sans-serif;
	margin:0 0 5px 0;
}
	#tabTitle {
		width:inherit;
		height:30px;
		overflow:hidden;
		line-height:30px;
		font-size:12px;
	}
	#tabContainerInner {
		width:inherit;
		color:#000;
		background-color:#fff;
		padding:0;
		margin:0;
		border:0;
	}
		ul#tabs {
			width:inherit;
			height:25px;
			margin:0;
			padding:0;
			list-style:none;
			background:#fff url(/images/tabs/tabsBg.jpg) top repeat-x;
		}
			ul#tabs li {
				display:block;
				height:25px;
				float:left;
				padding:0;
				margin:0;
				list-style:inherit;
				font-size:12px;
			}
				ul#tabs li img {
					width:16px;
					height:16px;
					margin:5px 4px 4px 4px;
					border:0;
					vertical-align:middle;
					float:left;
				}
				ul#tabs li a {
					display:block;
					height:inherit;
					text-decoration:none;
					color:#333;
					background:none;
				}
				ul#tabs li a:hover {
					background-image:url(/images/tabs/tabOver.jpg);
				}
				ul#tabs li a.active {
					background-image:url(/images/tabs/tabActive.jpg);
				}
				ul#tabs li span {
					display:block;
					float:left;
					height:20px;
					line-height:20px;
					margin:5px 4px 0 0;
				}
				ul#tabs li.seperator {
					width:1px;
					overflow:hidden;
					background-color:#297624;
				}
			div.tabContent {
				background:#fff url(/images/tabs/tabContentBg.jpg) top repeat-x;
				border:0;
				margin:0;
				padding:0;
				width:400px;
			}
				table.dataList {
					margin:0;
					padding:10px 0 0 0;
					border:0;
					width:400px;
				}
				table.dataList tr {
					height:24px;
					width:400px;
					padding:0;
					margin:0;
				}
				table.dataList tr.columnList {
					background:#fff url(/images/tabs/tabColumns.jpg) top repeat-x;
				}
				table.dataList th, table.dataList td {
					background:none;
					font-size:12px;
					height:24px;
					line-height:24px;
					padding:0;
					margin:0;
				}
				table.dataList th {
					font-weight:bold;
				}
				table.dataList td {
					border-bottom:1px solid #eee;
					vertical-align:top;
				}
				table.dataList td input {
					border:0;
					padding:0;
					margin:0;
					font-size:12px;
					background:none;
					width:100%;
					font-family:inherit;
				}
				table.dataList td a {
					color:#000;
				}
	#tabBottom {
		width:inherit;
		height:10px;
		overflow:hidden;
	}
a.imgCt {
	display:block;
	padding:5px;
	margin:5px 0 0 5px;
	border:1px solid #ddd;
	width:181px;
	height:136px;
	float:left;
	text-align:center;
	overflow:hidden;
	background:#fff;
}
a.imgCt img {
	vertical-align:center;
	border:0;
}