
/*footer*/
.footer{
background-image:url(../../templates/images/front/background_footer.jpg);
background-position:top center;
background-repeat:no-repeat;
width:940px;
padding:0px;
margin:auto;
margin-top:7px;
position:relative;
}

.footer_top{
background-image:url(../../templates/images/front/footer_top.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:940px;
height:7px;
}

.footer_middle{
background-image:url(../../templates/images/front/footer_middle.jpg);
background-repeat:repeat-y;
width:940px;
height:30px;
position:relative;
}

.footer_bottom{
background-image:url(../../templates/images/front/footer_bottom.jpg);
background-repeat:no-repeat;
background-position:top;
width:940px;
height:7px;
}


.footer_logo{
margin:0px;
padding:0px;
position:absolute;
top:0px;
left:3px;
}

.footer_logo a img{
border: 0px;
}

.copyright{
margin:0px;
padding:0px;
font-size: 11px;
font-weight:bold;
position:absolute;
top:0px;
left:50px;
}

.footer_address{
margin:0px;
padding:0px;
font-size: 10px;
text-align:right;
position:absolute;
right:10px;
}
.footer_address p{
	padding: 0px;
	margin: 0px;
}

