/**
 * @version		$Id: layout.css 1.0 Dec 28, 2010 19: 02: 38Z OmegaTheme $
 * @package		OmegaTheme Joomla Template
 * @subpackage	MegaAppoz
 * @author		OmegaTheme (services@omegatheme.com)
 * @link 		http://www.omegatheme.com
 * @copyright	Copyright (C) 2008 - 2010 OmegaTheme
 * @license		GNU/GPL V2
 * @description	Stylesheet for template layout.
*/
/*====================== general layout ==========================*/
body {}
#page-bg {
	width: 100%;
	overflow: hidden;
	background: #f1eee7;
}
#header {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background: #ede8db;*/
}
.header-inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 190px;
	z-index: 9999;
}
#top-modules {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 1;
	height: 32px;
}
#logo {
	padding: 0;
	float: left;
	
	width: 220px;
	height: 40px;
}

#head-bg {
	background: url("../images/head_bg.jpg") no-repeat scroll center top #F1EEE7;
    display: block;
    height: 196px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    width: 100%;
    /*z-index: 5;*/
}

#menu-bar {
	clear: both;
	margin: 0;
	padding: 0;
	height: 66px;
	background: #ede8db url(../images/mnu-bar-bg.gif) repeat-x 0 100%;
	border-bottom: 1px solid #BC4848;
}
.menu-bar-inner {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0;
	height: 66px;
}
#menu {
	width: 100%;
	height: 66px;
	margin: 0;
}
.middle-outer {
	margin: 0 auto;
	padding: 10px;
}
.header-banner {
	background: #e8e3d8;
	border-bottom: 1px solid #e3ddcf;
	clear: both;
	padding: 0;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#search {
	float: right;
	height: 50px;
	width: 234px;
	margin: 0 12px 0 0;
}

#slideshow {
	margin: 30px auto;
}
.slideshow-inner {}
#middle {
	clear: both;
	background: 0 none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin: 30px auto 10px;
	min-height: 400px;
}
.middle-inner {
	margin: 0 auto;
}
#middle-bg {
	background: 0 none;
	margin: 0;
	padding: 0;
}
#featured-contents {
	position: relative;
	z-index: 0;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 20px;
}
.featured-contents-inner {
	margin: 0 auto;
}
#right {
	position: relative;
	z-index: 0;
	float: right;
	overflow: hidden;
}
#left {
	position: relative;
	z-index: 0;
	float: left;
	overflow: hidden;
}
#main {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#content {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.floatbox {
	overflow: hidden;
}
#bottom {
	clear: both;
	overflow: hidden;
	color: #FFFFFF;
}
#footer {
	background: #f1eee7 url(../images/footer.gif) repeat-x 0 0;
	color: #575757;
	width: 100%;
	
}
.footer-inner {
	margin: 0 auto;
	padding-top: 15px;
}
br.clear-float {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 0px;
}
.float-left {float: left;overflow: hidden;}
.float-right {float: right;overflow: hidden;}
/*====================== details ====================*/
#breadcrumbs {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e3ddcf;
	background: #E8E3D8;
	margin-bottom: 15px;
}
.breadcrumbs-inner {
	margin: 0 auto;
}
#breadcrumbs a,
#breadcrumbs span {
	display: inline-block;
}
#breadcrumbs a {
	padding: 0px;
	text-decoration: none;
	color: #4d709b;
}
#breadcrumbs img {
	padding: 0 8px;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #575757;
	font-weight: bold;
}
#footer a.anchor {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 -10px no-repeat;
	display: block;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.width23 {
	width: 23.4%;
}
.width75 {
	width: 75%;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 25%;
}
.width28 {
	width: 28%;
}
.width33 {
	width: 33%;
}
.width34 {
	width: 34%;
}
.width50 {
	width: 50%;
}
.module.full.first {
    width: 1030px;
}


.thumbnail img {
    border: 1px solid #808080;
    box-shadow: 1px 1px 5px #808080;
    padding: 3px;
}