/* -------------------------------------------------- 
Main Contents
 --------------------------------------------------*/

.sideMenu {
	color: #6b6b6b;
	width: 176px;
	margin: 0 0 -1px;
	padding: 4px 0 10px 4px;
	background: url(../images/sidemenu.gif) repeat-x bottom;
}

.contents {
	margin: 0 0 20px 180px;
	padding: 10px;
	background: url(../images/contents.gif) repeat-x top;
}

/* -------------------------------------------------- 
Company Infomation
 --------------------------------------------------*/

.company_infomation {
	font-size: 1em;
	margin: 10px auto 0;
	padding: 0;
	width: 500px;
	height: 363px;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.company_title {
	font-size: 1em;
	font-weight: bold;
	width: 80px;
	margin: 0;
	padding: 4px 10px;
}

.company_description {
	font-size: 1em;
	margin: 0;
	padding: 4px 10px;
	line-height: 160%;
}

.contact {
	font-size: 1.2em;
	font-weight: bold;
}


/* -------------------------------------------------- 
Catalog Download
 --------------------------------------------------*/

.catalogDownload {
	font-size: 1em;
	margin: 10px auto 0;
	padding: 0;
	width: 500px;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.catalogDownload th {
	font-size: 1em;
	font-weight: bold;
	padding: 4px 10px 0;
	background: #ccc;
	border-bottom: 1px solid #aaa;
}

.catalogTitle {
	font-size: 1em;
	font-weight: bold;
	width: 100px;
	margin: 0;
	padding: 4px 10px;
}

.catalogDescription {
	font-size: 0.9em;
	margin: 0;
	padding: 4px 10px;
	line-height: 160%;
}

.catalogPdf {
	font-size: 1em;
	text-align: center;
	width: 80px;
	margin: 0;
	padding: 4px 10px;
	line-height: 160%;
}


/* -------------------------------------------------- 
Products Category
 --------------------------------------------------*/

div#category0 a {
	margin: 0 0 10px 25px;
	display: block;
	background: url(../images/new.jpg) no-repeat;
	width: 490px;
	height: 286px;
	float: left;
	border: 1px solid #fff;
}

div#category0 a:hover {
	border: 1px solid #fa4246;
}

div#category0 a span {
	display: none;
}

div#category1 a {
	margin: 0 0 0 25px;
	display: block;
	background: url(../images/bath.jpg) no-repeat;
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #fff;
}

div#category1 a:hover {
	border: 1px solid #fa4246;
}

div#category1 a span {
	display: none;
}

div#category2 a {
	margin: 0;
	display: block;
	background: url(../images/aroma.jpg) no-repeat;
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #fff;
}

div#category2 a:hover {
	border: 1px solid #fa4246;
}

div#category2 a span {
	display: none;
}

div#category3 a {
	margin: 0;
	display: block;
	background: url(../images/tea.jpg) no-repeat;
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #fff;
}

div#category3 a:hover {
	border: 1px solid #fa4246;
}

div#category3 a span {
	display: none;
}

div#category4 a {
	margin: 0;
	display: block;
	background: url(../images/gift.jpg) no-repeat;
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #fff;
}

div#category4 a:hover {
	border: 1px solid #fa4246;
}

div#category4 a span {
	display: none;
}
