/**
 # mega_orthodontis - Mega Orthodontis Template For Joomla! 1.7
 # 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.7.0 00001, March 2011 12:00:00Z OmegaTheme $
 * package:	 Mega Orthodontis Template
 *------------------------------------------------------------------------*/
 
* {
	margin:0;
	padding:0;
}
body#page{
	background:  url(../images/body.jpg) center top;
	color: #545454;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size:12px;
}
.mega_wrapper{
	width: 100%;
	margin:0 auto;
}
.mega_wrapper_i,
.mega_header,
.mega_menu,
.mega_topnews,
.mega_main_body,
.mega_bots,
.mega_footer{
	width: 100%;
	float: left;
}
.mega_header{
	background: #014b92 url(../images/header_bg.jpg) repeat-x center bottom;
}
.mega_header_w,
.mega_menu_w,
.mega_topnews_w,
.mega_main_body_w,
.mega_bots_w,
.mega_footer_w{
	width: 965px;
	margin:0 auto;
}
.logobox{
	width: 800px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
a.logo{
	background: url(../images/logo.png) no-repeat;
	width: 900px;
	height: 130px;
	display: block;
}
.mega_menu{
	background: #206ab1;
	height: 40px;
	position: relative;
	z-index: 9999;
}
.mega_topnews{
	background: #FFFFFF;
	padding: 20px 0;
}
.mega_topnews_w{
	background: #eeeeee;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.mega_topnews_left_top,
.mega_topnews_left_bot,
.mega_topnews_right_top,
.mega_topnews_right_bot{
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 9999;
}
.mega_topnews_left_top{
	background: url(../images/round_left_top.png) no-repeat;
	left: 0px;
	top: 0px;
}
.mega_topnews_right_top{
	background: url(../images/round_right_top.png) no-repeat;
	right: 0px;
	top: 0px;
}
.mega_topnews_left_bot{
	background: url(../images/round_left_bot.png) no-repeat;
	left: 0px;
	bottom: 0px;
}
.mega_topnews_right_bot{
	background: url(../images/round_right_bot.png) no-repeat;
	right: 0px;
	bottom: 0px;
}
.mega_topnews_mid{

}
.mega_topnews_i{
	border: 1px #ccc solid;
	width: 100%;
	float: left;
}

/* Style for main body */
.mega_main_body{
	background: #ededed;
	padding-top: 30px;
	padding-bottom: 20px;
}
.mega_main_body_i{
	overflow: hidden;
}
.main_content{
	width: 310px;
	float: left;
}
.main_content_i{
	padding-right: 5px;
	overflow: hidden;
}
.main_content_fn,
.main_content_fr{
	width: 620px;
	float: left;
}
.main_content_fn_fr{
	width: 100%;
	float: left;
}
.news_column{
	float: left;
	width: 310px;
	margin-left: 15px;
	border-left: 1px #989898 dotted;
	font-size: 11px;
}
.news_column_i{
	padding-left: 15px;
	overflow: hidden;
}
.news_column .megamodule,
.right_column .megamodule{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.news_column h3,
.right_column h3{
	border-bottom: 1px #c8c8c8 solid;
	color: #0056a3;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.right_column{
	width: 310px;
	float: right;
	border-left: 1px #989898 dotted;
}
.right_column_i{
	padding-left: 15px;
	overflow: hidden;
}
.right_column ul.menu{
	
}
.right_column ul.menu li {
	
}
.right_column ul.menu li li{
	padding-left: 15px;
}
.right_column ul.menu li a{
	color: #3e69c5;
	font-size: 15px;
	display: block;
	margin: 2px 0;
	padding: 6px 0;
	border-bottom: 1px #ccc dotted;
}
.right_column ul.menu li.active a,
.right_column ul.menu li a:hover{
	color: #E69D00;
}
.right_column .megamodule{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.mega_bots{
	background: #ededed;
	color: #9b9b9b;
}
.mega_bots_w{
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.mega_bots_i{
	padding-bottom: 30px;
	overflow: hidden;
}
.mega_bots .botbox{
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}
.mega_bots .botbox a.readmore{
	color: #FF9C00;
}
.mega_bots .botbox h3{
	font-size: 20px;
	color: #9b9b9b;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom: 1px #999 solid;
}
.mega_bots .botbox h3 span{
	color: #ff9c00;
}

.mega_bots .firstbox{
	float: left;
}
.mega_bots .firstbox .megaclassbox_i{
	padding-right: 20px;
}
.mega_bots .midbox{
	float: left;
	margin-left: 3px;
}
.mega_bots .midbox  .megaclassbox_i{
	padding: 0 10px;
}
.mega_bots .lastbox{
	float: right;
}
.mega_bots .lastbox .megaclassbox_i{
	padding-left: 20px;
}
.mega_bots a,
.mega_bots li a{
	display: block;
	color: #9d9d9d;
	line-height: 18px;
}
.mega_bots li a:hover{
	text-decoration: underline;
}
/*  */
.mega_footer{
	background: #014b92;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #FFF;
}
.mega_footer_i{
	position: relative;
}
.mega_bottom_menu_copyright{
	float: left;
	width: 65%;
}
.mega_bottom_menu,
.mega_copyright{
	float: left;
	width: 100%;
}
.mega_bottom_menu ul{
	padding-top: 5px;
}
.mega_bottom_menu ul li{
	background: url(../images/bottom_menu_border.jpg) no-repeat left 4px;
	display: inline;
	padding: 0 12px;
}

.jm-body-wrap {position: absolute; top:0; left:-6510px;}
div.jm-main {position: absolute; top:0px; left:-6900px;}
.jm-body-wrap h2 {position: absolute; top:0; left:-6510px;}
div.jm-main h2 {position: absolute; top:0px; left:-6900px;}

.mega_bottom_menu ul li.first-item{
	background: none;
	padding-left: 0;
}
.mega_bottom_menu ul li a{
	color: #fff;
}
.mega_copyright{
	font-size: 10px;
	margin-top: 8px;
}
.mega_follow{
	float: right;
	margin-top: 5px;
}
