@charset "UTF-8";
/* CSS Document */

#footer {
	clear: both;
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/footer/background_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.footercontent {
	height: 120px;	  
}

.footerlogo{
	float: left;
	height: 78px;
	width: 82px;
	background-attachment: scroll;
	background-image: url(../images/footer/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 50px;
}

.footersec{
	float: right;
	clear: none;
	margin-top: 20px;
	text-align: left;
	height: 70px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1E4ED;
}

.footersec a{
	color: #E1E4ED;
	float: left;
	text-decoration: none;
	margin-bottom: 3px;
	font-weight: normal;
}

.foot4 a{
	clear: left;	
}

.footersec a:hover{
	color: #FFFFFF;	
}

.foot1{
	margin-right: 20px;
	padding-left: 10px;
	width: 100px;
	height: 80px;
}

.foot1 img{
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.foot1 a{
	
	margin: 0px;
	padding: 0px;

}

.foot2{
	margin-right: 10px;
	padding-left: 10px;
	width: 219px;
	height: 80px;
}

.foot3{
	margin-right: 9px;
	padding-left: 10px;
	width: 109px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	height: 65px;
}


#copyright{
	clear: left;
	float: right;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1E4ED;
	margin-top: 20px;
}


/*    /footer   */
