﻿/**
 * 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 $
 */


#headerWrapper {
	margin: 0 auto;
	height: 1%px;
	}

#navAccountWrapper {
   margin: auto;
	/*background: #f2f2f2; url(../images/header_bg_2.jpg);*/
	font-weight: bold;
	height: 1%x;
   	width: 907px;
	top: -25px;
	position: relative;
	z-index: 100;
}

.centerColumn {
margin: 0;
	padding: .8em .8em 0 .8em;
	font-size: 1.2em;
	height:1%;
	position: relative; /*do not remove-fixes stupid IEbug*/
	}
#shopinfoBox {
margin: -15px 0 0 0;
padding: 0 5px;
	width: 20%;
	float: left;
	height: 1%;
}
#copyrightBox {
margin: -15px 0 0 0;
padding: 5px 5px;
	width: 20%;
	float: right;
	height: 1%;
}	
#shopOptions {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/options.gif) center center no-repeat;
	height: 40px;
}
#taglineWrapper {
	margin: 0 auto;
	top: -26px;
	position: relative;
}
#tagline {
	padding-top:10px;
	color:#000000;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: center;
	}
#navAccount {
	height: 26px;
	position: relative;
	}

