body {
	background-color: #E4E4E4;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.topmenu {
	background-image: url(resources/template/menubg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
}
.topmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.topmenu a:hover {
	color: #ccc;
}
.main {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-color: #fff;
}
.main a {
	color: #718B9A;
	font-weight: bold;
	text-decoration: none;
}
.main a:hover {
	color: #FFA835;
}
.main h1 {
	color: #6A808E;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.main h2 {
	color: #6A808E;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}
.newarrival {
	border: 1px solid #AAA;
	padding: 1px;
}
.displaycaseouter {
	border: 1px solid #aaa;
}
.displaycaseinner {
	border: 1px solid #fff;
	background-color: #E4E4E4;
	padding: 5px;
}
.displaycaseinner td {
	font-size: 10px;
}
.displaycaseinner td a {
	text-decoration: none;
}
.rightpanel {
	padding-top: 10px;
	padding-right: 10px;
}
.searchheading {
	color: #FFA834;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.searchtext {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rightmenu {
	border-left: 1px solid #aaa;
	padding: 10px;
}
.linkcell {
	background-image: url(resources/template/menu_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.linkcell a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.linkcell a:hover {
	color: #333;
}
.contactcell {
	background-image: url(resources/template/menu_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.contactcell a {
	color: #718B9A;
	font-weight: bold;
	text-decoration: none;
}
.contactcell a:hover {
	color: #FFA835;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: 999;
	font-family: Arial, Helvetica, sans-serif;
}