/* Main Layout */

body {
	padding-bottom:15px;
	
}

#container {
	margin:0 auto;
	margin-top:15px;
	margin-bottom:25px;
	width:750px;
	padding:0 10px;
	border:1px solid #cacaca;
	background:#fff;
}

#header {
	padding:8px 0;
}

#headerimg {
	clear:both;
	padding-top:10px;
	text-align:center;
}

#content {
	float:right;
	width:590px;
	font-size:12px;
}

#category_menu {
	float:left;
	width:145px;
	margin-top:5px;
	clear:left;
}

#search {
	float:left;
	clear:left;
}

#nav {
	float:left;
	width:145px;
	margin-top:5px;
	clear:left;
}

#footer {
	clear:both;
	width:750px;
	text-align:center;
	font-size:11px;
}

/* Page Menu */

.page-menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
	
.page-menu li {
	margin: 0 auto;
	padding:0;
	list-style-type: none;
	font-size:11px;
	border-top:1px solid #fff;
}

.menu_level0 a {
	background: #eee;
	color:#414141;
	width:145px;
	text-indent:5px;
	display:block;
	text-decoration:none;
	line-height:24px;
}
	
.menu_level0 a:hover {
	color:#333;
	background:#d8d8d8;
	text-decoration:none;
}

.menu_level0_sel a {
	background: #d8d8d8;
	color:#333;
	width:145px;
	text-indent:5px;
	display:block;
	text-decoration:none;
	line-height:24px;
}

.menu_level1 a {
	background: #f2f2f2;
	color:#414141;
	width:139px;
	border-left:6px solid #d8d8d8;
	text-indent:10px;
	display:block;
	text-decoration:none;
	line-height:24px;
}
	
.menu_level1 a:hover {
	color:#333;
	background:#d8d8d8;
	text-decoration:none;
}

.menu_level1_sel a {
	background: #d8d8d8;
	color:#333;
	width:145px;
	text-indent:16px;
	display:block;
	text-decoration:none;
	line-height:24px;
}

.menu_level0_sel a:hover, .menu_level1_sel a:hover, .menu_level2_sel a:hover  {
	text-decoration:none;
	color:#333;
}

.menu_level2 a {
	background: #fafafa;
	color:#414141;
	width:133px;
	border-left:12px solid #d8d8d8;
	text-indent:15px;
	display:block;
	text-decoration:none;
	line-height:24px;
}
	
.menu_level2 a:hover {
	color:#333;
	background:#d8d8d8;
	text-decoration:none;
}

.menu_level2_sel a {
	background: #d8d8d8;
	color:#333;
	width:145px;
	text-indent:27px;
	display:block;
	text-decoration:none;
	line-height:24px;
}