@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: 'Trebuchet Ms', Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#mainContainer{
	width:100%;
}
#headerContainer{
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	height:206px;
}
#header{
	margin:0 auto;
	width:1000px;
	text-align:left;
}
#menu{
	border:1px solid #FFFFFF;
	margin-top:3px;
}
#menu img{
	border-right:1px solid #FFFFFF;
}
#container{
	background-image:url(../images/content-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
}
#content{
	text-align:left;
	width:980px;/*1000 - 20px*/
	margin:0 auto;	
	padding:10px;
}
#contentArea{
	float:left;
	width:560px;
	min-height:400px;
}
* html #contentArea{
	height:400px;
}
#contentArea.inside{
	width:960px;
}
#sideBar{
	float:right;
	width:400px;
}
div.submenu{
	min-height:230px;
}
* html div.submenu{
	height:230px;
}
div.submenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#footerContainer{
	width:100%;
	height:246px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
}
#footer{
	width:1000px;
	margin:0 auto;
	color:#FFFFFF;
	text-align:left;
	padding:25px 0;
}
#footer a, #footer a:active, #footer a:visited{
	color:#FFFFFF;
}
#footerLinks{
	width:210px;
	border-right:1px solid #333333;
	margin-left:12px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
#footerLinks a, #footerLinks a:active, #footerLinks a:visited{
	text-decoration:none;
	color:#666666;
}
#footerLinks a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#footerLinks ul{
	padding:0;
	margin:0;
	list-style:none;
}
#footerLinks p.siteBy,#footerLinks p.siteBy a{
	color:#444444;
}
#footerLinks p.siteBy a:hover{
	color:#FFFFFF;
}
#footerMessage{
	margin:0 0 0 40px;
}
#footerMessage p{
	font-size:16px;
	font-weight:bold;
}
#footerMessage p small{
	font-size:12px;
	font-weight:normal;
}
#footerMessage p.footerHeading{
	margin: 0 0 20px 0;
	font-size:18px;
	font-weight:bold;
}
/* Global*/
a, a:active, a:visited{
	color:#003399;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

h1{
	color:#000000;
	font-size:26px;
	font-weight:bold;
}
h2{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
h3{
	font-size:16px;
	font-weight:bold;
	color: #666666;
	font-style: italic;
}
ul.list1{
	padding:0;
	margin:0;
}
ul.list1 li{
	margin:5px 0;
	list-style:none;
	background-image:url(../../images/bullet.gif);
	background-position:2px 2px;
	background-repeat:no-repeat;
	padding-left:20px;
}
ul.list1 li a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
ul.list1 li a:hover{
	text-decoration:underline;
}
#contentArea .greyBorder{
	border:1px solid #CCCCCC;
	padding:5px;
	display:inline;
	width:auto !important;
	margin:0;
}
p.note{font-size:10px;}
/* layout*/
.left
{
	float: left;
	display: inline;
}
.right
{
	float: right;
	display: inline;
}
.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearit { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearit {height: 1%;}
.clearit {display: block;}
/* End hide from IE-mac */

/* page specific*/
/* home */
.homeBox{
	background-image:url(../images/home-box-01-bg.jpg);
	background-repeat:repeat-x;
	height: 350px;
	padding:10px;
}
.homeBox h1,
.homeBox2 h1{
	margin-top:0;
	margin-bottom:10px;
}
.homeBox2 .enquire{
	width:168px;
}
.homeBox2 table td,
table.feedback td{
    padding:5px 0;
}
.homeBox p{
	font-size:16px;
	line-height:22px;
}
.homeBox2{
	background-image:url(../images/home-box-02-bg.jpg);
	background-repeat:repeat-x;
	height: 350px;
	padding:10px;
}
.homeBox3{
	background-image:url(../images/home-box-03-bg.jpg);
	background-repeat:repeat-x;
	height: 200px;
	padding:5px 10px 10px 10px;
}

.img-content {
	border: 1px solid #eeeeee; margin-left: 10px;
}

.img-content-padding {
	border: 1px solid #eeeeee; padding:5px; margin-left: 10px;
}

#google_translate_element {float: right; text-align: center; width: 233px; border: solid 1px #eee; padding: 5px; margin-top: 10px;}



