/**
 * @version		$Id: component.php 16465 2010-04-26 01:46:24Z eddieajau $
 * @package		Joomla.Site
 * @subpackage	Templates.default
 * @copyright	Copyright (C) 2011 Arvin Pedregosa. All rights reserved.
 * @license		Commercial License
 *
 * Navigation CSS - Default template styles for navigation menus, other menus and pagination
 */

/*************************************************************************
 * Common values
 */
.moduletable_menu {
	position: fixed;
	left: 0; top: 35px;
	z-index: 999;
}
.moduletable_menu h3 {
	margin: 3px 0 3px 40px;
	font: italic normal 14px/1.2em "IMFell", Palatino, "Times New Roman", serif;
}
.moduletable_menu h3 a {
	text-decoration: none;
	color: #000000;
}
.menu_fixed {
	position: relative;
	display: block;
	margin: 20px 0 0; padding: 20px 20px 15px;
	background: url(../images/menu-weave.png) no-repeat 0 0;
	z-index: 999;
}
.menu_fixed li {
	display: block;
	margin: 0; padding: 0;
	font: normal 13px/13px "Futura", Arial, Verdana, sans-serif;
}
.menu_fixed a {
	display: block;
	width: 100px;
	padding: 8px 5px;
	line-height: 13px;
	text-decoration: none;
	color: #000000;
}
.menu_fixed a:hover {
	color: #666600;
}
.menu_fixed a.disabled {
	color: #999999 !important;
	cursor: default;
}
.static-text,
.page-nav
 {
	display: block;
	position: absolute;
	font: italic normal 14px/20px "IMFell", Palatino, "Times New Roman", serif;
	color: #000000; 
	z-index: 999;
}
.static-text.cover {
	top: 50%; left: 50%;
	width: 240px; height: 62px;
	margin-left: -110px; margin-top: 75px;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
	.fb-like-box {
		position: absolute !important;
		left: 30px; bottom: 20px;
	}
.page-nav {
	position: fixed;
	right: 0; bottom: 0;
	height: 20px; padding: 20px 40px 25px 20px;
	text-decoration: none;	
}
.page-nav .page-prev,
.page-nav .page-next {
	float: left;
	display: block;
	height: 20px;
	color: #000000;
	background: url(../images/sprites.png) no-repeat;
}
.page-nav .page-prev {
	width: 30px;
	background-position: -475px -580px;
}
.page-nav .page-next {
	padding-left: 30px;
	background-position: 0 -580px;
}
.page-nav .page-next:hover {
	color: #666633;
}