/**
 * 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 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	background: url(../images/bg/mainarea_index.jpg) no-repeat center 113px;
	}

#mainCenter {
	float: right;
	height: 480px;
	margin: 0;
	width: 660px;
	position: relative;
	}

* html #mainCenter {
	height: 450px;
	width: 630px;
	}

.centerColumn,
#bannerOne,
#bannerTwo,
#bannerThree,
#bannerFour,
#bannerFive,
#bannerSix {
	padding: 0.8em;
	}

#categoriesContent {
	height: 190px;
	width: 170px;
	}

#bannerbox {
	position: absolute;
	bottom: 10px;
	}

#indexDefault {
	position: absolute;
	bottom: 20px;
	padding: 0 10px 0 0;
	width: 650px;
	}

* html #indexDefault {
	width: 630px;
	padding: 0;
	}

#indexDefaultMainContent {
	background: #e9e1cf;
	border: 1px solid #fff;
	height: 83px;
	overflow: auto;
	padding: 0;
	width: 380px;
	}

#indexDefaultMainContent_outer {
	float: left;
	margin: 0;
	}

* html #indexDefaultMainContent_outer {
	margin: 4px 0 0 0;
	}

#bannerFour,
#bannerThree {
	padding: 0 0 0 10px;
	margin: 0;
	float: right;
	}

#whatsnew {
	display: block;
	margin: 10px 0 0;
	position: static;
	}
