/**
 * 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: pg_2.css (Resources) 5952 2007-03-03 06:18:46Z dwu $
 */

#headerBannerWrapper {
	background: url(../images/HeaderBanner02.jpg) no-repeat center top;
}

#ezpages {
	display: block;
}

#resourcesSections td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#resourcesSections ul {
	list-style-image: url(../images/DarkBrownArrow.gif);
	list-style-type: none;
	margin-left: 45px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 10px;
}

#resourcesSections ul li {
	padding-bottom: 5px;
}

#resourcesSections a {
	color: white;
	font-weight: bold;
}

.resourcesCell {
	height: 150px;
	width: 330px;
}

.resourcesContent {
	background: url(../images/ResourcesBox.gif) no-repeat center top;
	height: 115px;
	width: 300px;
}
