@charset \"utf-8\";
@import url(../../base/css/general.css);
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:normal;
	padding:0;
	background-attachment: scroll;
	background-color: #EAEFF5;
	background-repeat: no-repeat;
	background-position: 0 0;
}
 
/*footer image */
.main_footer_block {
display:none!important;
/*background:#D6DFC3 url(../images/footer-img.jpg) repeat-x scroll left top !important;*/
}
#selBottomImage {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/maddpbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*footer links*/

.bottomCopyright {
background-color:#000;
height:150px;
width:auto!important;
border:none!important;
margin:0 auto!important;
color:#fff;
}
.bottomCopyright .bottomLinks span {
padding-left:20px;
}
/*footer links color*/
.bottomLinks span a {
	color:#fff;
	font-weight:bold;
	text-transform:capitalize;
}
.bottomCopyright .bottomLinks {
	overflow:hidden;
	padding:30px 0 0;
	text-transform:lowercase;
	text-align:center;
	float:none;
	width:auto;
}
.bottomCopyright .bottomCpr { 
	color:#fff;
	float:none;
	padding:0;
	text-align:center;
}
