/**
 * Main page 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 $
 */

/* back ground */

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color: #ffffff;*/
  /*background-color: #000000;*/
  background-color: transparent;
	
	text-align: left;
	width: 930px;
	vertical-align: top;
	border: 1px solid #0000CC;
	}

/* for div tag above header, background for navigation bar */	
div.tab {
background-image: url(../images/tile_back.gif);
background-repeat: repeat;
background-color: #ffffff;
height:350px;
color: red;
}

.top{
display:block;
background-image: url(../images/tab.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
width:120px;
height:50px:
}

.topspace{
height:50px;
width:930px;}

.bc_image{
background-image: url(../images/tab.jgp);
background-repeat: no-repeat;
width:120px;
height:100px;
}

#navigation a
{
background-image: url(../images/grey.jpg) center no-repeat;
}

 #navigation a
{
color: #000;
background: #ffa20c;
text-decoration: none
}

