/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css,v 1.1.1.1 2004/09/01 04:47:58 shidairiki Exp $
*/

/* add source below 02272007 */
table#header_top {
	height: 140px;
}

#footer {
	padding: 10px 20px;
	font-weight: normal;
}

#footer p {
	margin: 10px 0 0 0;
}

/* add source above 02272007 */


BODY {

	font-family: veldana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #dce5ff;
	margin: 0;
/*
delete source below 02272007

	background-color: #e5edf5;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 11px Verdana, Arial, sans-serif;

delete source above 02272007
*/
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #428dff;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  text-decoration: none;
}

/* footer
--------------*/

TABLE.footer {
  text-align: center;
  font-size: 10px;
}

TR.footertop {
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}


A.gray{text-decoration:none; color:#dce5ff;}
A.gray:hover{text-decoration:underline; color:#FFFFFF}

A.gray14{font-size:14px; text-decoration:none; color:#dce5ff;}
A.gray14:hover{font-size:14px; text-decoration:underline; color:#FFFFFF}


.font14{font-size: 14px;}



