body{
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #FFF;
	font-family: Calibri;
}

#main_wrapper{
	height: auto!important; min-height: 100%; height: 100%;
	margin: 0 auto -150px;
}

#main_header_notification{
    float: left;
    width: 100%; height: 26px;
    padding: 4px;

    color: #FFF;
    background-color: #EAA22C;
    line-height: 26px;
    border-bottom: 2px #543610 solid;
}

#main_header{
	float: left; width: 100%; height: 100px;
	background-color: #745E8D;
    border-bottom: #533C6D solid 1px;
}

#main_header_module_wrapper{
	float: left;
	padding: 35px;
}

#logo{
	float: left;
	height: 75px;
	margin-left: 15px; margin-top: 15px;
}

#main_header_actions{
	float: right;
	margin-top: 20px; margin-right: 50px;
}

#main_top{
	float: left; width: 100%; height: 25px;
	background-color: #929192;
	border-bottom: #7F7C82 solid 1px;
}

#main_page_wrapper{
	float: left; width: 100%; height: 100%; min-height: 500px;
	background-color: #F9F9F9;
}

#main_page{
	padding: 25px;
}

#main_footer_spacing, #main_footer{
	height: 150px;
}

#main_footer{
	float: left;  width: 100%;
	vertical-align: middle;
	background-color: #333333; color: white;
	font-family: Verdana; font-size: 13px; text-align: center;
}

#main_footer_copyright{
	margin-top: 10px;
}

#main_footer_logo{
	float:left;
	height: 55px; 
	margin-left: 25px; margin-top: 25px;
	clear:both;
}

#main_footer_address{
	float:left;
	padding-left:25px; padding-top: 25px;
	text-align:left;
}

/*---------------------------- Core CSS ----------------------------*/
.button{
	float: left; width: 75px;
	text-align: center;
	cursor: pointer;
}

.button img{
	height: 32px;
	clear: both;
}

.button span{
	float: left; width: 100%;
	text-align: center;
}

.menu ul{
	margin: 0px; padding: 0px;
	position: relative;
	list-style-display: none; list-style-type: none;
}

.menu ul li{
	float: left; width: 100px; height: 100%;
	padding: 5px;
	color: #FFF;
	text-align: center;	
	line-height: 100%;	
	cursor: pointer;
}

.menu ul li:hover{
	background-color: #313232;
}

.menu ul li:hover ul{
	display: block;
}

.menu ul li ul{
	display: none;
}

.menu li ul{
	float:left;
	margin-left: -5px;
	margin-top: 5px;
}

.menu li ul li{
	float: left;
	background-color: #929192;
}

.menu li ul li:hover{
	background-color: #313232;
}

.menu_horizontal{
	
}
