/**
 * @version		$Id: layout.css  Nov 01, 2010 18:28:38Z OmegaTheme $
 * @package		OmegaTheme Joomla Template
 * @subpackage	Mega Abc
 * @author		OmegaTheme (service@omegatheme.com)
 * @link 		http://www.omegatheme.com
 * @copyright	Copyright (C) 2008 - 2010 OmegaTheme
 * @license		GNU/GPL V2
 */
 
html {
	font-size: 62.5%;
}
body {
	font: 1.3em/1.5 Arial, helvetica, verdana;
	color: #585858;
}

#header,
#container,
#footer,
#omegawrapper{
	width: 100%;
}
#mega-slider,
#container,
#footer,
#omegawrapper{
	overflow: hidden;
}
.megaclr{
	clear: both;
}

#header .innerwrap,
#mega-slider .innerwrap{
	width: 990px;
	margin: 0 auto;
	padding: 0px;
}

#header{
	background:#333839 url(../images/header-bg.jpg) repeat-x left bottom;
	float: left;
	position: relative;
	z-index: 999;
}

#header .innerwrap{
	position: relative;
	z-index:0;
}

#leftheader{
	background: url(../images/shadow-ovan.png) no-repeat -52px 0px;
	width: 544px;
	height: 120px;
	float: left;
}

#leftheader a img{
	margin-top: 20px;
}

#megasearch{
	width: 50%;
	position: absolute;
	top: 75px;
	right: 0px;
	z-index: 999;
}

#mega-mainmenu{
	float: left;
	width: 100%;
	padding-top: 15px;
}

#mega-slider{
	background:#0b79b0 url(../images/slide-bg.jpg) repeat-x left top;
	width: 100%;
	float: left;
	margin: 0px;
	position: relative;
	z-index: 0;
}

#mega-slider .innerwrap{
	background: url(../images/bg-inner-slider.png) no-repeat center center;
	padding: 20px 0;
	width: 990px;
}

#mega-slider #slider{
	background: url(../images/border-slider.png) no-repeat center center;
	height: 360px;
	width: 100%;
}

#mega-topcontainer .innerwrap,
#mega-container .innerwrap,
#mega-footer .innerwrap{
	width: 980px;
	margin: 0 auto;
}

#mega-topcontainer{
	background:#151414 url(../images/bg-user-top.jpg) repeat-x left top;
	width: 100%;
	float: left;
}

.joomla{
	width:100%;
	float: left;
}

#user1, #user2, #user3{
	width: 33%;
	float: left;
}

#mega-topcontainer .mod-inner{
	padding: 0px 15px;
	overflow: hidden;
	float: left;
}

#mega-container{
	background: #ededed;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

#frontpage,
#frontpage .mod-intro,
.megaline{
	width: 100%;
	float: left;
}

#breadcrumb{
	background: url(../images/bg-user5.jpg) repeat-x left bottom;
	width: 100%;
	float: left;
}

#breadcrumb span.breadcrumbs{
	display: block;
	height: 30px;
	line-height: 26px;
	color: #575757;
}

#connerfrontpage{
	float: left;
	width: 680px;
}

#mega-right{
	width: 300px;
	float: left;
	margin: 0px;
}

#right-inner{
	float: left;
	width: 275px;
	margin-left: 25px;
}

#right-inner .megamodule{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#megafooter,
.userfooter,
.footer{
	width: 100%;
	float: left;
}

.userfooter{
	border-top:1px solid #555a5a;
	border-bottom: 1px solid #070707;
	background:#333939 url(../images/footer-top.jpg) repeat-x left bottom;
}

.footer{
	background: #0e0f0f;
	border-top: 1px solid #1e1f1f;
}

.footer p{
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding: 0px;
	color: #444748;
}

.footer p a{
	color: #8c8c8c;
}