????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/store/
Upload File :
Current File : /home2/morganrand/www/store/custom_design.php

<?php
/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

  require('includes/application_top.php');

  $breadcrumb->add('Custom Design', tep_href_link('custom_design.php'));

  require(DIR_WS_INCLUDES . 'template_top.php');
?>

<div class="contentContainer">
  <div class="contentText">

  <div id="content" style="margin-bottom:40px; margin-top:10px;">

	 <h1 style="font-size:36px; text-align:center; margin:10px; margin-top:10px;">Need ideas? Want free design help?</h1>
	 <h1 style="font-size:24px; text-align:center; margin:10px;">
	 Our design team is at your service <br>Monday - Friday 10am - 9pm EST <br>to assist all of your needs!
	 </h1>
	 <h1 style="font-size:36px; text-align:center; margin:10px; ">CALL 1-888-294-4910</h1>
	 
	 <img src="images/groupshot5.jpg" width="663" style="margin-left:70px; margin-top:20px;" >

  </div>

  </div>

  <!--<div class="buttonSet">
    <span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'triangle-1-e', tep_href_link(FILENAME_DEFAULT)); ?></span>
  </div>-->
</div>

<?php
  require(DIR_WS_INCLUDES . 'template_bottom.php');
  require(DIR_WS_INCLUDES . 'application_bottom.php');
?>