		</div>
		<!-- End Bottom Container 960 gs -->
	</div>
	<!-- End Container -->
	<div class="clear"></div>
	<!-- Begin Footer -->
	<div class="footer">
		
		<!-- Begin Footer Widget -->
		<div class="footer-widget">
			<div class="container_12">
				<!-- Begin Widget 1 -->
				<div class="grid_3">
					<?php
					if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 1')): 
					endif;
					?>
				</div>
				<!-- End Widget 1 -->
				
				<!-- Begin Widget 2 -->
				<div class="grid_3">
					<?php
					if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 2')): 
					endif;
					?>
				</div>
				<!-- End Widget 2 -->
				
				<!-- Begin Widget 3 -->
				<div class="grid_3">
					<?php
					if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 3')): 
					endif;
					?>
				</div>
				<!-- End Widget 3 -->
				<!-- Begin Widget 4 -->
				<div class="grid_3">
					<?php
					if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 4')): 
					endif;
					?>
				</div>
				<!-- End Widget 4 -->
			
			</div>
		</div>
		<!-- End Footer Widget -->
		
		<div class="clear"></div>
		<!-- Begin Footer Bottom -->
		<div class="footer-bottom" >
			<div class="container_12">
			<div class="footer-bottom-wrap grid_12">
				<!-- Begin Footer Logo -->
				<div class="logo-bottom grid_4 alpha"></div>
				<!-- End Footer Logo -->
				<!-- Begin Footer Text -->
				<div class="grid_8 alpha">
					<div class="bottomNav-wrapper">
						<?php wp_nav_menu(array('theme_location' => 'bottomNav', 'depth' => 1, 'fallback_cb' => false, 'menu_class' => 'bottomNav')); ?>
					</div>
					<div class="clear"></div>
					<div class="credits">
						<p><?php echo get_option('reedwan_footer_text'); ?></p>
					</div>
				</div>
				<!-- End Footer Text -->
			</div>
			</div>
		</div>
		<!-- End Footer Bottom -->
		
	</div>
	<!-- End Footer -->
</div>
<!-- End General -->

	<?php
	if(get_option('reedwan_analytics')) {
		echo get_option('reedwan_analytics');
	}
	?>
	<?php wp_footer(); ?>
</body>
</html>