/* @override http://localhost:8888/css/blue/footer.css */

/* //////////////////////////////////

 footer.css - Blue Version 
 
 This CSS define the footer of the website.
 
 SEQOY Web Site 2.0 (seqoy.com)
 Main CSS - Blue Color
 
 Creation Date: May, 12. 2009
 Created by: SEQOY Development Team
 
 This file it's a open source CSS file, 
 you can use this code as free as you want.


////////////////////////////////// */

/* /// /////////// //////////////////////////// // /////////// // /////////// /////////*/
/* Footer */


.seqoyContainer #contact_footer_position {
	position: relative;
	left: 5px;
	top: 74px;
}

.seqoyContainer #copyright_position {
	position: relative;
	left: 5px;
	top: 116px;
}

.seqoyContainer #footer p {
	margin: 0;


/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;

/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
