body {
	text-align:center;

	height: auto;
	margin:0;
	padding:0;
	
	}

html {
	background-image:url(../Images/Common/bgd_html.jpg);
	background-repeat:repeat-x;
	background-color: #ACACAC;
	background-position:center top;
	height: auto;
	margin:0 auto;
	padding:0;
}

#MasterBodyContainer 
{
	background-color: #333333;
	background-repeat: no-repeat;
	text-align: left;
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-height: 613px; /* for not-IE */
}
html>body #MasterBodyContainer { height: auto; overflow: auto;/* for not-IE */}

#TopBarContainer 
{
	position: relative;
	float: left;
	background: url(../images/common/topbar.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 29px;
		
}
.TopbarText
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #9c9c9c;
	font-size: 11px;
	font-weight: normal;
}
.TopbarText a:link  { color: #9c9c9c; text-decoration: none; }
.TopbarText a:visited  { color: #9c9c9c; text-decoration: none; }
.TopbarText a:hover  { color: #ffffff; text-decoration: none; }
.TopbarText a:active  { color: #ffffff; text-decoration: none; }

#EmptyLeft {
	position: relative;
	float: left;
	width: 10px;
	height: auto;
}
#EmptyRight {
	position: relative;
	float: left;
	width: 10px;
	height: auto;
}

#BodyContainer
{
	position: relative;
	float: left;
	width: 760px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	
}

/* ================ first column =================== */
#firstCol {
	position: relative;
	float: left;
	width: 190px;
	height: auto;
}
#Sublogo
{
	width: 190px;
	height: 135;
}


#LeftNavMenu
{
	background: url(../images/Subcommon/LeftMenuSubbg.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 276px;
}
#LeftMenu
{
	padding-left: 12px;
}
.LeftNavMenuText
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
.LeftNavMenuText a:link  { color: #ffffff; text-decoration: none; }
.LeftNavMenuText a:visited  { color: #ffffff; text-decoration: none; }
.LeftNavMenuText a:hover  { color: #f7382b; text-decoration: none; }
.LeftNavMenuText a:active  { color: #f7382b; text-decoration: none; }

/*================ Search ================= */
#search
{
	background: url(../images/common/SearchBoxbg.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 30px;
}
.textboxSearch
{
	border-right: #c8d6b7 0.02cm solid;
	border-top: #c8d6b7 thin outset;
	font-weight: normal;
	font-size: 10px;
	border-left: #c8d6b7 thin outset;
	width: 120px;
	height: 19px;
	color: #a3a394;
	border-bottom: #c8d6b7 0.02cm solid;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: #ffffff;
	vertical-align: middle;
}
/*================ End Search ================= */
#Catalog
{
	background: url(../images/common/Catalogbg.jpg);
	background-repeat: repeat-y;
	width: 190px;
	height: 267px;
}
html>body #Catalog { height: auto; overflow: auto; min-height: 267px;/* for not-IE */}


#CatalogHeader
{
	width: 190px;
	height: 40px;
	padding-left: 10px;
	padding-top: 15px; 
}
html>body #CatalogHeader {width: 180px; height: 25px;/* for not-IE */}

.CatHeaderText
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #dc291e;
}
#CatalogInfo {
	background-color: #333333;
	background-repeat: no-repeat;
	width: 170px;

	margin-left: 10px;
	padding: 0 0 2px 0;
}
#CatInfoContent
{
	margin-left: 9px;
	padding: 20px 0 9px 0;
}
.CatInfoContent1
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #9b9b9b;
	letter-spacing: -0.04cm;
}
.CatInfoContent2 {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #bdbcbc;
}
.CatInfoContent2 a:link {color: #bdbcbc; }
.CatInfoContent2 a:visited {color: #bdbcbc; }
.CatInfoContent2 a:hover {color: #bdbcbc; text-decoration: none; }
.CatInfoContent2 a:active {color: #bdbcbc; }

/*================ End Catalog ================= */

#bottomLeftMenu
{
	background: url(../images/common/bottomLeftMenubg.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 69px;
}
.bottomLeftMenuText
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #f07d0c;
	padding-left: 16px;
}

/* ================ second column ================== */
#SecondCol
{
	background-color: #ffffff;
	position: relative;
	float: left;
	display: block;
	width: 570px;
	height: 777px;
}
html>body #SecondCol { height: auto; overflow: auto; min-height: 777px;/* for not-IE */}

#secondColBlock
{
	display: block;
	width: 560px;
	padding-left: 18px;
	padding-top: 20px;
	margin-bottom: 15px;
}
html>body #secondColBlock { width: 542px; /* for not-IE */}

#CatPic
{
	width: 570px;
	height: 135px;
}
/* ================ Data List ===================== */
.SubCatDataList
{
	vertical-align: text-top;
}
.SubCatText
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:normal;
}

.SubCatText a:link  { color: #ffffff; text-decoration: none; }
.SubCatText a:visited  { color: #ffffff; text-decoration: none; }
.SubCatText a:hover  { color: #ffffff; text-decoration: underline; }
.SubCatText a:active  { color: #ffffff; text-decoration: underline; }

/* ================================================ */
/* =============== Product Detail Text ============ */
.ProductText
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 0.4cm;
	padding-left: 10px;
}
.ProductDesc
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 0.5cm;
}
.ProductTextHeader
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: Bold;
	padding-left: 10px;
}
.fontSmall
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}
.fontSmallError
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #c00;
	font-size: 10px;
	font-weight: normal;
}
#Footer
{
	background: url(../images/common/Footerbg.jpg);
	background-repeat: no-repeat;
	display: block;
	width:760px;	
	height: 43px;
	text-align: center;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #818080;
	font-size: 11px;
	font-weight:normal;
	padding-top: 16px;
	position: relative;
	clear: both;
}
html>body #Footer {height: 27px;/* for not-IE */}

.ProductItem
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: normal;
}
.ProductItemHeader
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: Bold;
}
/* ====================================================== */
.tdNormal
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: normal;
	line-height: 0.4cm;
}
.tdNormalBold
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: Bold;
	line-height: 0.4cm;
}
.tdBigBold
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 14px;
	font-weight: Bold;
	line-height: 0.4cm;
}
.tdHeader
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 18px;
	font-weight: Bold;
}

.tdHeader h1
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 18px;
	font-weight: Bold;
	margin-bottom: 0px;
}

.tdHeader h2
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 13px;
	font-weight: Bold;
	margin-bottom: 0px;
}



.tdNormal h2
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 13px;
	font-weight: Bold;
	margin-bottom: 0px;
}

/*================== PrintOrder =================== */
#PrintOrder
{
	text-align:left;
	background-color: #ffffff;
	height: auto;
	margin:0;
	padding-left: 10px;
}
/*================== Pre-Format List ===================== */
ul 
{
	list-style-position: outside;
	list-style-type: disc;
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: normal;
	margin-left: 22px;
	padding:0; 
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0.45cm;
}
ol
{
	list-style-position: outside;
	list-style-type: decimal;
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: normal;
	margin-left: 22px;
	padding:0; 
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0.45cm;
}
img { border: 0px; display:block; margin-bottom: 0px;}
/* =================== */
.redText { color: #c00;}
.ErrorText 
{
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #c00;
	font-size: 10px;
	font-weight: normal;
}

a:link  { color: #f7382b; text-decoration: none; }
a:visited  { color: #f7382b; text-decoration: none; }
a:hover  { color: #f7382b; text-decoration: underline; }
a:active  { color: #f7382b; text-decoration: underline; }

/* ==================== Push Button ==================== */

a.tdButton, a.tdButton:visited, a.tdButton:active
{
	display: block;
	border: solid 1px;
	border-color: #aaa #000 #000 #aaa;
	width: 8em;
	text-align:center; 
	height: 2em; 
	background: #c56303;

	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em
}

a.tdButton:hover
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:2em;
	
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
}

.catalog2008
{
	position:absolute;
	top:655px;
	left:130px;
}

.tdSeo
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #636161;
	font-size: 11px;
	font-weight: normal;
	line-height: 0.4cm;
}

.tdSeo a:link  { color: #a9a9a9; text-decoration: none; }
.tdSeo a:visited  { color: #c9c9c9; text-decoration: none; }
.tdSeo a:hover  { color: #c9c9c9; text-decoration: underline; }
.tdSeo a:active  { color: #c9c9c9; text-decoration: underline; }