/* Main Layout */

#container {
	margin:0 10px;
}

#inner-container {
	min-width:800px;
	max-width:1200px;
}

#header {
	padding:10px;
}
	
#content_wrap {
	width:100%;
	float:right;
	margin-left:-145px;
}

#content {
	margin-left:155px;
	margin-right:5px;
	font-size:12px;
}

#nav {
	clear:both;
	width:100%;
	height:32px;
}

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

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

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

/* Pages Menu */

.page-menu {
	width:100%;
}

.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;
	float:left;
}

.menu_level0 a {
	background: #eee;
	color:#414141;
	display:block;
	padding:4px 14px;
	text-decoration:none;
	line-height:24px;
}
	
.menu_level0 a:hover {
	color:#333;
	background:#d8d8d8;
	text-decoration:none;
}

.menu_level0_sel a {
	background: #d8d8d8;
	color:#414141;
	display:block;
	padding:4px 14px;
	text-decoration:none;
	line-height:24px;
}

.menu_level1 a {
	background: #f2f2f2;
	color:#414141;
	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;
	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;
	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;
	display:block;
	text-decoration:none;
	line-height:24px;
}