/*
 * 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:stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */
 
/* I've included 4 color choices - apple green (default), blue, red, and grey. To change from green, simply 
comment out the green section, and uncomment the color section you want the site to be. You'll also need to 
open up includes/templates/apple_zen/css/stylesheet_header_menu.css to change the colors in the drop down menu. */

/* green */

#navMainWrapper {
	background:#87BF6B;
	height: 16px;
	margin: auto;
    opacity: 0.7;
	/*width: 83em;*/
	}
 
#navEZPagesTop {
	background:#87BF6B;
	}
	
#navCatTabsWrapper {
	background:#87BF6B;
    opacity: 0.7;
	}
	
body {
	/*background:url(../images/site-bg-grey.gif) 0 9em repeat;*/
	background-color: #F4F4F4;
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	background:url("//cdn08.snelshops.nl/includes/templates/template_default/images/sideboxleft-grey.gif") no-repeat top left #DADADA;
	}
	
#centerColumnOuter {
	background:url("//cdn08.snelshops.nl/includes/templates/template_default/images/headerborder.png") repeat-y;
	}
	
#centerColumnWrapper2{
	/* background:url("//cdn08.snelshops.nl/includes/templates/template_default/images/content_bg.gif") repeat-y; */
	}
	
/* eof green */

