.Aboutus_title
{
	font-size: 12px;
	font-weight: bold;
}

.Aboutus_name
{
	font-size: 14px;
	font-weight: bold;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.Main_Page_Box 
{
	border: 0px none;
	position: absolute;
	height: 100%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 5px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-color: #FFFFFF;
}
.Header_Box 
{
	position: relative;
	height: 80px;
	width: 100%;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
.Menu_Box 
{
	width: 100%;
	background-color: #ffffff;
	padding: 0px;
	height: 24px;
	position: relative;
	top: 5px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 0px none;
	border-top: 5px solid;
	z-index: 10;
}

.Location_Box 
{
	width: 100%;
	background-color: #ffffff;
	padding: 0px;
	padding-top:5px;
	margin: 0px;
	height: 15px;
	position: relative;
	top: 5px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 0px none;
	border-top: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 20px;
}

.Location_Box a
{
	color: #CCCCCC;
}

.Main_Body_Content 
{
	border: 2px solid;
	border-top: 0px none;
	position: relative;
	height: 600px;
	width: 100%;
	top: 5px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


ul 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

li 
{ /* all list items */
	float: left;
	position: relative;
	width: 150px;
	height: 19px;
	padding-top: 2px;
	border-bottom: 0px none;
}

li li
{
	float:none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px;
}

li ul 
{ /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
}

li>ul 
{ /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 20px;
	left: 0px;
}

li:hover ul, li.over ul 
{ /* lists nested under hovered list items */
	display: block;
}

#nav li li a 
{
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

#nav li li a:hover 
{
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

.About_Us_List
{
	line-height:1.5em;
	margin-left:10px;
}	

.Main_Body_Text
{
	line-height: normal;
	color: #333333;
}

.Standard_Header
{
	font-size: 14px;
	font-weight: bold;
}

.Catalogue_Category_Box
{
	padding-top: 5px;
	padding-bottom: 15px;
	border: 0px solid #CCCCCC;
}

#category_grid a
{
	text-decoration: none;
	color: #666666;
}

#category_grid a:hover
{
	color: #0000FF;
}

.Detail_Table
{
	padding: 0px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

.Detail_Table_Header
{
	padding: 0px;
	border: 1px solid #AAAAAA;
	background-color: #F0F0F0;
}