/**
 * 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 $
 */
 
/* Instructions to have a narrow top header (to match the width of the main site content) can be found around line 206 (search for: #headerWrapperb )
 
/* 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. */

/* red */
/*#navMainWrapper {background:#DC262E;}*/
/*#logoWrapperOuter {background:#none; }*/
/*#navEZPagesTopWrapper {background:#DC262E;}*/
/*#navCatTabsWrapper {background:#none;}*/
/*#navBreadCrumb {background:#none;}*/

#body {
/*	background-image: url(../images/superbg.jpg);*/
	/*background-repeat:repeat;
	background-position: left;
	background-attachment: fixed;*/
}
h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft-red.gif) no-repeat top left;}	
/*eof red*/
/* If you'd like a narrow top header (to match the width of the main content, please follow the instructions below. 
If you want the diagonal stripe background removed, you'll also need to remove that from the body tag near the top of this stylesheet. */
#test {
	/*margin: 0px 70px 10px 70px;
	background-attachment: scroll;
	background-image: url(../images/yellow.jpg);
	background-repeat: repeat-x;*/
}

#headerWrapper {
	width:100%;
	text-align:center;
	margin:0 auto;
	background:url(../images/sun-angolo.gif) no-repeat;
	z-index: 10000;
}

#imgfooter {
	width:100%;
	background: url(../images/riflesso.gif) no-repeat left;
	/*padding-top: 24px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: none;
}