/* CSS Document */
* {
	margin:0;
	padding:0;
}
body#page{
	background:  #F6F5F7;
	color: #343434;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}
.mega_wrapper{
	width:960px;
	margin:0 auto;
}
.mega_wrapper_i,
.mega_header,
.logobox_login_follow_search,
.mega_main_menu,
.mega_banner,
.mega_main_body,
.mega_footer{
	width: 100%;
	float: left;
}
.mega_header{
	position: relative;
	z-index: 9999;
}
.logobox_login_follow_search{
	
}
.mega_logo{
	width: 500px;
	float: left;
}
.mega_logo a.logo{
	background: url(../images/logo.jpg) no-repeat;
	width: 460px;
	height: 71px;
	display: block;
	margin-top: 25px;
}
.login_follow_search{
	width: 450px;
	float: right;
	margin-top: 10px;
}
.login_follow_i{
	float: right;
}
.login_follow,
.mega_search{
	width: 100%;
	float: left;
}
.mega_search{
	margin-top: 10px;
}
.mega_login,
.mega_follow{
	float: right;
	color: #3a76ac;
}

.mega_main_menu{
	background: url(../images/main_menu_bg.jpg) no-repeat;
	height: 50px;
	margin-top: 20px;
}
.mega_banner{
	margin-top: 10px;
}
.mega_main_body{
	margin-top: 10px;
}
.main_content{
	width: 630px;
	float: left;
	margin-top: 5px;
	padding-bottom: 15px;
}
.main_content_i,
.mega_bots{
	width: 100%;
	float: left;
}
.mega_bots{
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px #ccc solid;
}
.mega_bots .firstbox{
	float: left;
}
.mega_bots .firstbox .megaclassbox_i{
	padding-right: 10px;
}
.mega_bots .lastbox{
	float: right;	
}
.mega_bots .lastbox .megaclassbox_i{
	padding-left: 10px;
}
.mega_bots .botbox{
	
}
.mega_bots .botbox h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
.mega_bots .botbox ul li,
.mega_bots .botbox li{
	padding: 6px 0;
}
.mega_bots .botbox ul li a,
.mega_bots .botbox li a{
	background: url(../images/arrow.gif) no-repeat left 5px;
	color: #343434;
	padding-left: 12px;
}
.mega_bots .botbox ul li a:hover,
.mega_bots .botbox li a:hover{
	color: #3a76ac;
	text-decoration: underline;
}
.right_column{
	width: 305px;
	float: right;
}
.right_column_top,
.right_column_bottom{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.right_column_top{
	background: #e8e8ea;
}
.right_mid_bg,
.right_column_bottom_i{
	padding: 2px 15px;
	overflow: hidden;
}
.right_column_top h3,
.right_column_bottom h3{
	color: #347BC9;
	font-size: 20px;
	line-height: normal;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-weight: normal;
	border-bottom: 1px #ccc solid;
}
.right_column_top .megamodule,
.right_column_bottom .megamodule{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.right_top_bg{
	background: url(../images/right_top_bg.jpg) no-repeat;
	height: 6px;
}
.right_bot_bg{
	background: url(../images/right_bot_bg.jpg) no-repeat;
	height: 6px;
}
.mega_footer{
	background: #e8e8ea;
	padding: 20px 0;
}
.mega_footer_i{
	width: 960px;
	margin: 0 auto;
}
.mega_copyright{
	width: 48%;
	float: left;
	font-size: 11px;
}
.mega_bottom_menu{
	width: 48%;
	float: right;
}
.mega_bottom_menu ul{
	float: right;
}
.mega_bottom_menu ul li{
	background: url(../images/bottom_menu_border.jpg) no-repeat right 3px;
	display: inline;
	padding: 0 15px;
}
.mega_bottom_menu ul li.last-item{
	background: none;
	padding-right: 0;
}
.mega_bottom_menu ul li a{
	font-size: 12px;
}