BODY { 
	margin: 0px;
	background: #c5c5c5 url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #5b5b5b;
}
A:LINK, A:ACTIVE, A:VISITED {
	color: #fff;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
}
A:HOVER {
	color: #e6edf6;
}
.tablemain {
	background: #e2e2e2;
	border-left: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
	width: 1000px;
	height: 52px;
}
.navleft {
	width: 144px;
	margin: 0px;
	height: 52px;
}
.hometab {
	width: 0px;
	margin: 0px;
	height: 52px;
	
background: url(images/navbg.png);
	background-repeat: repeat-x;
}
.navleft {
	width: 0px;
	margin: 0px;
	height: 52px;

background: url(images/navbg.png);
	background-repeat: repeat-x;
}
.storetab {
	width: 0px;
	margin: 0px;
	height: 52px;
	background: url(images/navbg.png);
	background-repeat: repeat-x;
}
.feedbacktab {
	width: 0px;
	margin: 0px;
	height: 52px;
	background: url(images/navbg.png);
	background-repeat: repeat-x;
}
.faqtab {
	width: 0px;
	margin: 0px;
	height: 52px;
	background: url(images/navbg.png);
	background-repeat: repeat-x;
}
.contacttab {
	width: 0px;
	margin: 0px;
	height: 52px;
	background: url(images/navbg.png);
	background-repeat: repeat-x;
}
.navright {
	width: 0px;
	padding-right: 0px;
	height: 52px;
	margin: 0px;
}
.mainbg {
	background: url(images/tbg.png) #e2e2e2;
	background-repeat: repeat-y;
	border: 0px;
	width: 1108px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner {
	width: 1000px; 
	height: 110px;
	margin: 0px;
}
.bluecontent {
	background: #F0F8FF url(images/silvcontentbg.png);
	background-repeat: repeat-y;
	color: #505050;
	font-size:13px;
	margin: 0px;
	width: 100%;
	padding: 0px;
	overflow: auto;
}
* html body .silvcontent {
	background: #FFFFFF url(images/silvcontentbg.png);
	background-repeat: repeat-y;
	color: #fff;
	font-size:13px;
	margin: 0px;
	width: 100%;
	padding: 0px;
	overflow: auto!important
}
.text {
	background: #FFFFFF url(images/silvcontentbg.png);
	background-repeat: repeat-y;
	color: #505050;
	font-size:13px;
	margin: 0px;
	width: 100%;
	padding: 10px;
	overflow: auto;
	text-align: center;
}
*html body .text {
	background: #FFFFFF url(images/silvcontentbg.png);
	background-repeat: repeat-y;
	color: #000000;
	font-size:13px;
	margin: 0px;
	width: 100%;
	padding: 10px;
	overflow: auto;
	text-align: center;
}