/**
 # mega_arcon - Mega Arcon Template for Joomla! 1.5
 # author 		OmegaTheme.com
 # copyright 	Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license 	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 	http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: layout.css 1.5.0 00001, June 2011 12:00:00Z OmegaTheme $
 * package:	Mega Arcon Template
 *------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body#mega_page{
	background:  #FFF;
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mega_wrapper{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.mega_wrapper_i,
.mega_header,
.mega_header_i,
.mega_slideshow_custom,
.mega_tops,
.mega_maincontent,
.mega_footer{
	width: 100%;
	float: left;
}
.mega_header_w,
.mega_slideshow_custom_w,
.mega_tops_w,
.mega_maincontent_w{
	margin: 0 auto;
}
.mega_header{
	background: #292929;
	position: relative;
	z-index: 9999;
	
}
.has_slideshow{
	background: url(../images/slideshow_bg.jpg) repeat 0 bottom;
	bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 960px;
}
.mega_header_i{
	padding-bottom: 0px;
}
.mega_header_i,
.mega_slideshow_custom_i{
	position: relative;
}
.mega_slideshow_custom{
	
}
.mega_slideshow_custom_i{
	background: url(../images/slideshow_bg.jpg);
	float: left;
    padding: 0 10px 10px;
}
.mega_extend{
	position: absolute;
	right: 10px;
	bottom: 3px;
}
.mega_logo{
	float: left;
    margin-left: 10px;
    padding: 15px 0;
    width: 25%;
}
.mega_logo a.logo{
	background: url(../images/logo.png) no-repeat;
	width: 940px;
	height: 100px;
	display: block;
	margin-left: -9px;
	
}
.mega_mainmenu{
	width: 90%;
	float: right;
	position: absolute;
	right: 36px;
	bottom: 0;
	z-index: 9999;
}

/* Style for top modules */
.mega_tops{
	margin-top: 20px;
}
.mega_tops .firstbox{
	float: left;
}
.mega_tops .firstbox .megaclassbox_i{
	padding-right: 16px;
}
.mega_tops .midbox{
	float: left;
	margin-left: 1px;
}
.mega_tops .midbox .megaclassbox_i{
	padding: 0 8px;
}
.mega_tops .lastbox{
	float: right;
}
.mega_tops .lastbox .megaclassbox_i{
	padding-left: 16px;
}
.mega_tops .topbox{
	
}
.mega_tops .topbox h3,
.mega_right h3{
	background: url(../images/heading_bg.png) no-repeat 0 bottom;
	color: #fff;
    font-family: 'Myriad Pro';
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/* Style for maincontent */
.mega_maincontent{
	margin-top: 5px;
}
.mega_maincontent_i{
	float: left;
    overflow: hidden;
    width: 100%;
	margin-left: -10px;
	padding-right: 15px;
}
.mega_right{
	width: 313px;
	float: right;
	margin-right: 10px;
}
.mega_right_i{
	padding-left: 25px;
}
.mega_right h3{
	font-family: Arial;
}
.mega_right .megaclass_1,
.mega_right .megamodules_i{
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
.mega_right .megamodules_i{
	padding-bottom: 0px;
}
.mega_right ul,
.mega_tops ul{
	
}
.mega_right ul li,
.mega_tops ul li{
	background: url(../images/arrow_links.jpg) no-repeat 0 8px;
	padding: 8px 0 0 20px;
}
.mega_right ul ul,
.mega_tops ul ul{
	padding-left: 15px;
}

.mega_mainfp{
	width: 630px;
	float: left;
}
.mega_mainfp,
.mega_mainfp_fr{
	margin-left: 10px;
	text-align: justify;
}

/* Style for footer */
.has_footer{
	padding-bottom: 30px;
}
.mega_footer{
	background: #292929;
	padding-bottom: 0px;
}
.mega_footer_w{
	margin: 0 auto;
}
.mega_footer_i{
	width: 100%;
	float: left;
	margin-top: -20px;
	position: relative;
}
.mega_footer_left,
.mega_footer_right{
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
}
.mega_footer_left{

	left: -5px;
}
.mega_footer_right{
	
	right: -5px;
}
.mega_footer_mid{
	
	height: auto!important;
	height: 150px;
	margin: 0 5px;
	min-height: 110px;
}
.mega_botmods{
	width: 100%;
	float: left;
}
.mega_botmod1,
.mega_botmod2{
	margin-top: 40px;	
}
.mega_botmod1 div,
.mega_botmod2 div{
	
}
.mega_botmod2 ul{
	float: right;
}
.mega_botmod1 ul li,
.mega_botmod2 ul li{
	display: inline;
	padding: 0 10px;
}
.mega_botmod1 ul li a,
.mega_botmod2 ul li a{
	color: #292929;
	font-size: 11px;
	text-transform: uppercase;
}
.mega_botmod1{
	width: 100%;
	float: left;
	padding-left: 10px;
}
.mega_botmod2{
	width: 48%;
	float: right;
}






