/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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: footer.css 3286 2006-03-28 01:14:04Z drbyte $
 */

#header {
	width: 740px;
	height: 109px;
	background: #5188EC url(/images/logo.gif) no-repeat left top;
	display: table;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
#nav {
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #5188EC;
	display: table;
	width: 740px;
}
#nav #topnav  {
	list-style-type: none;
	padding: 0; margin: 0;
}

#nav #topnav li {
	float: left;
}

#nav #topnav li .last {
	float: right;
}


#header #searchheader {
	float: right;
	padding: 33px 17px 0 0;
}