/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

#navMain ul {
	margin: 0;
	padding: 0.5em 0.5em 0.2em 0.5em;
	list-style-type: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	}
#navMain ul li {
	margin: 0;
padding: 0 0 0 9px;
background: url(../images/left.gif) no-repeat left top; 
	display: inline;
	}
#navMain ul li a {
padding: 5px 15px 3px 6px;
   background: url(../images/right.gif) no-repeat right top ;
	text-decoration: none;
	color: #854401;
	white-space: nowrap;
	}
#navMain ul li a:hover {
padding: 5px 15px 3px 6px;
   background: url(../images/right_on.gif) no-repeat right top;
	color: #854401;
	}	
#navMain ul li.viewCart {
padding: 0 0 0 9px;
background: url(../images/sleft.gif) no-repeat left top; 
	display: inline;
	}
#navMain ul li.viewCart a {
padding: 5px 15px 3px 6px;
   background: url(../images/sright.gif) no-repeat right top ;
	text-decoration: none;
	color: #854401;
	white-space: nowrap;
	}
#navMain ul li.viewCart a:hover {
padding: 5px 15px 3px 6px;
   background: url(../images/sright_on.gif) no-repeat right top ;
	color: #854401;
	}
.centerColumn {
margin: 0;
	padding: .8em;
	font-size: 1.2em;
	width: 620px;
	}	 