/**
 * EZ 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 $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	background-color: #003466;
	}

a:link, #navEZPagesTOC ul li a {
	color: #75B2C5;
	text-decoration: none;
	}

a:visited {
	color: #75B2C5;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #75B2C5;
	}


h1 {
	font-size: 1.3em;
	color: #ffffff;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #000000;
	text-align: left;
	vertical-align: top;
	border: 1px solid #003466;
	}

#logoWrapper{
	background-image: url(../images/deceptionofages1.png);
	background-color: none;
	height:222px;
	}

/*navigation*/

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #000000;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #000000;
	color: #ffffff;
	background-image:none;
}


#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #ffffff;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}