body {
	margin:0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#e3e3e3;
	font: 10pt Arial;
	color:#f5f5f5;
}
body.Main {
	margin:0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#e3e3e3;
	font: 10pt Arial;
	color:#f5f5f5;
}
form {
	margin:0;
	padding:0;
}
a:link,
a:visited,
a:active {
	color:#ff7f00;
	text-decoration:none;
}
a:hover {
	color:#ff7f00;
	text-decoration:underline;
}
img {
	border-style:none;
}

table.MainTable {
	width:980px;
	margin: 0 auto;
	border-collapse:collapse;
}
table.MainTable td.Logo,
table.MainTable td.Menu {
	height:123px;
	vertical-align:bottom;
}
table.MainTable td.Content {
	vertical-align:top;
	padding:10px 20px;
}
table.MainTable td.Footer {
	vertical-align:top;
	color:#333232;
	font-size:8pt;
	padding-bottom:10px;
	padding-right:10px;
}
table.MainTable td.Footer a {
	color:#333232;
}

table.Menubar {
	float:right;
}
table.Menubar td.Div {
	width:1px;
}
table.Menubar a {
	display:block;
	padding:9px 8px 6px 8px;
	text-decoration:none;
}
table.Menubar a:link,
table.Menubar a:visited {
	background-image: url('images/menubar.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#111;
	color:#fff;
}
table.Menubar a:hover,
table.Menubar a:active {
	background-image: url('images/menubar.png');
	background-repeat: repeat-x;
	background-position: left -31px;
	background-color:#111;
	color:#fff;
}

div.ContentMain {
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	height:392px;
}

div.Content {
	background-image: url('images/content_bg2.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#fff;
	font-size:9pt;
	color:#000;
	padding:30px 50px 50px 50px;
	margin:20px 0 12px 0;
	text-align:justify;
	height:551px;
	overflow:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*
	border:1px solid #666;
	border-bottom: 2px solid #666;
	-moz-box-shadow: 0 0 10px #100906;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #100906;
	-webkit-border-radius: 10px;
	*/
}
table.Enquiry {
	margin-left:40px;
}
table.Enquiry td {
	padding:1px 8px;
}
table.Enquiry .Inputbox {
	border:1px solid #bbb;
	padding:2px 3px;
	width:200px;
}
div.ContactUs {
	float:right;
	margin-left:10px;
	padding:10px;
	background-color:#f1f1f1;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.Content b {
	font-size:12pt;
	color:#ff7f00;
}
div.Content h2 {
	font-size:18pt;
	font-weight:normal;
	margin-top:0;
	color:#333;
	border-bottom: 1px solid #ff7f00;
	padding-bottom:4px;
	margin-bottom:16px;
}
div.Content ul {
	margin-top:2px;
	list-style-type:square;
}
div.Partners {
	text-align:center;
}
div.Partners img {
	margin-bottom:20px;
}

table.ServiceLinks {
	border-collapse:collapse;
/*	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	background-color:#e1e1e1;
	margin: 0px -25px 20px 0;*/
	margin-bottom:4px;
	position:relative;
	top:8px;
	float:right;
}
table.ServiceLinks td {
	padding:0 5px;
}
table.ServiceLinks td.Div {
	padding:0;
	width:4px;
}
table.ServiceLinks a:link,
table.ServiceLinks a:active,
table.ServiceLinks a:visited {
	color:#222;
	text-decoration:none;
}
table.ServiceLinks a:hover {
	color:#222;
	text-decoration:underline;
}
table.ServiceLinks img {
	vertical-align:middle;
	margin-right:4px;
	margin-bottom:2px;
}

table.MainTable table.QuickLinks {
	width:100%;
	border-collapse:collapse;
	text-align:left;
	margin:25px 0 25px 0;
}
table.MainTable table.QuickLinks td {
	width:20%;
	color:#111;
	padding: 8px 10px 0 14px;
	font-size:8pt;
	border-right: 1px solid #ccc;
	vertical-align:top;
}
table.MainTable table.QuickLinks h1 {
	font: bold 12pt Arial;
	color:#111;
	margin-top:0;
	margin-bottom:8px;
}
table.MainTable table.QuickLinks a {
	color:#fff;
}