body {
	text-align:center;
	background: url(../images/common/globalbg.jpg);
	background-repeat: repeat-x;
	height: auto;
	margin:0;
	padding:0;
	
	}

#HomepageBodyContainer 
{
	background: url(../images/common/HomapageBodybg1.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	width: 760px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#EmptyLeft {
	position: relative;
	float: left;
	width: 15px;
	height: 578px;
}
#EmptyRight {
	position: relative;
	float: left;
	width: 12px;
	height: 578px;
}
html>body #EmptyRight {width: 15px; /* for not-IE */}

#BodyContainer
{
	position: relative;
	float: left;
	width: 730px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	
}
#TopNav 
{
	position:relative;
	width: 730px;
	height: 38px;
	margin-top: 15px;
	
}
/* ================ first column =================== */
#firstCol {
	position: relative;
	float: left;
	width: 250px;
	height: auto;
}

#logo
{
	position: relative;
	float: left;
	width: 238px;
	height: 90px;
	margin-top: 11px;
	padding-left: 12px;
}
html>body #logo {margin-top: 15px; /* for not-IE */}

#LeftNav
{
	position: relative;
	float: left;
	width: 250px;
	height: 363px;
}

#search
{
	text-align: center;
	width: 240px;
	height: 37px;
	padding-top: 5px;
	padding-left: 4px;
}
.textboxSearch
{
	border-right: #c8d6b7 0.02cm solid;
	border-top: #c8d6b7 thin outset;
	font-weight: normal;
	font-size: 11px;
	border-left: #c8d6b7 thin outset;
	width: 160px;
	color: #a3a394;
	border-bottom: #c8d6b7 0.02cm solid;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	height: 30px;
	background-color: #ffffff;
	line-height: 22px;
float: left;
vertical-align: middle;
}
html>body .textboxSearch {padding-top: 7px; /* for not-IE */}

/* ================ second column empty ================== */
#secondCol {
	position: relative;
	float: left;
	width: 9px;
	height: 469px;
}
html>body #secondCol {height: 472px; /* for not-IE */}


/* border: solid 1px black; */

/* ================ third column ================== */
#ThirdCol
{
	position: relative;
	float: left;
	width: 468px;
	height: auto;
	
}
#ContactUsHeader
{
	padding-top: 18px;
}
#HomepagePic
{
	margin-top: 5px;
}
html>body #HomepagePic {margin-top: 8px; /* for not-IE */}

#CompanyInfo
{
	position: relative;
	float: left;
	width: 465px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a3a394;
	font-size: 9px;
	font-weight:normal;
	margin-left: 3px;
	margin-top: 14px;
}

/* ================================================ */

#FooterContainer 
{
	position:relative;
	float: left;
	top: -13px;
	width:730px;	
}
html>body #FooterContainer {margin-top: 41px; top: 0px;/* for not-IE */}

.footerText
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #acc097;
	font-size: 11px;
	font-weight:normal;
}
/* ====================================================== */
.tdNormal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a3a394;
	font-size: 10px;
	font-weight: normal;
}

.tdHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5b7b5b;
	font-size: 12px;
	font-weight: Normal;
}

img { border: 0px; }
/* =================== */
.text-right { text-align: right;}
.text-center { text-align: center;}
.red-text { color: #c00;}
.error { font-weight: bold; color: #c00;}

a:link  { color: #5b7b5b; text-decoration: none; }
a:visited  { color: #7fa97f; text-decoration: none; }
a:hover  { color: #466bb6; text-decoration: underline; }
a:active  { color: #5b7b5b; text-decoration: underline; }
