body {
	text-align:center;
	background: url(../images/common/globalbg1.jpg);
	background-repeat: repeat-x;
	height: auto;
	margin:0;
	padding:0;
	
	}

#HomepageTopBodyContainer 
{
	background: url(../images/common/subpageTopbg1.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	min-height: 488px; /* for not-IE */
}
html>body #HomepageTopBodyContainer { height: auto; overflow: auto;} /* for not-IE */

#EmptyLeft {
	position: relative;
	float: left;
	width: 15px;
	height: auto;
}
#EmptyRight {
	position: relative;
	float: left;
	width: 12px;
	height: auto;
}
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: auto;
}

#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 */}

/* border: solid 1px black; */

/* ================ second column ================== */
#SecondCol
{
	position: relative;
	float: left;
	width: 460px;
	height: auto;
	padding-top: 28px;
	padding-left: 21px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #acc097;
	font-size: 11px;
	font-weight:normal;
}
html>body #SecondCol {width: 436px; padding-top: 32px; /* for not-IE */}

#ContactUsPic
{
	margin-left: -3px;
}
/* ================================================ */

#FooterContainer 
{
	background: url(../images/common/subpageBottombg.jpg);
	background-repeat: no-repeat;
	position:relative;
	width:760px;
	height: 101px;
	margin-left: auto;
	margin-right: auto;
}
#FooterEmpty
{
	position:relative;
	width:760px;
	height: 51px;
}
.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: Arial, Verdana, Helvetica, sans-serif;
	color: #5b7b5b;
	font-size: 11px;
	font-weight: bold;
}
.tdProdDetails
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b0b09f;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: 0.006em;
	padding-left: 10px;
}
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; }