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

body {
	background: url(../images/MainBackground.jpg) repeat-x center bottom;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

#bodyWrapper {
	background: url(../images/TopBackground.jpg) repeat-x left top;
}

#mainWrapper {
	width: 990px;
}

#headerWrapper {
	height: 380px;
	text-align: center;
	width: 990px;
}

#headerNavWrapper {
	width: 889px;
}

#headerNavWrapper td {
	margin: 0px;
	padding: 0px;	
}

#logoCell {
	width: 150px;
	height: 90px;
}

#homeCell {
	height: 50px;
	text-align: center;
}

#homeCell a {
	color: white;
	text-decoration: none;
}

#navCell {
	font-size: 12pt;
	font-weight: normal;
	width: 600px;
}

#productsDropDown {
	display: none;
	position:absolute;
	z-index: 1;
}

#resourcesDropDown {
	display: none;
	position:absolute;
	z-index: 1;
}

.currentLink {
	color: #E6BE93;
}

#searchCell {
	width: 150px;
}

#searchCell form {
	margin: 0px;
	padding: 0px;
}

#navMainSearch input {
	text-align: center;
}

#headerBannerWrapper {
	background: url(../images/TopBanner.jpg) no-repeat center top;
	border-top: solid 1px gray;
	height: 204px;
	margin-bottom: 40px;
	width: 889px;
}

#dealerLeftSpacer {
	width: 530px;
}

#dealerBottomSpacer {
	height: 174px;
}

#dealerRegisterCell, #dealerLoginCell {
	font-family: Arial;
	font-size: 10pt;
}

#dealerRegister {
	height: 30px;
	width: 170px;
}

#dealerLogin {
	height: 30px;
	width: 120px;
}

#dealerRegister a, #dealerLogin a {
	position: relative;
	left: 0px;
	top: -25px;
	text-decoration: none;
}

#dealerRegisterText, #dealerLoginText {
	color: white;
}

#dealerRegisterArrow, #dealerLoginArrow {
	color: #B49573;
	font-weight: bold;
}

#dealerRegisterShade {
	height: 30px;
	width: 170px;
}

#dealerLoginShade {
	height: 30px;
	width: 120px;
}

.dealerShade {
	background: black;
	border: solid 1px white;
	border-top: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#navMainWrapper {
	display: none;
}

#tagLine {
	display: none;
}

#taglineWrapper {
	display: none;
}

#contentMainWrapper {
	height: 500px;
	text-align: left;
	width: 890px;
}

#navSuppWrapper {
	display: none;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

#siteinfo {
	margin-bottom: 20px;
	margin-top: 120px;
	width: 100%;
}

#siteinfo td {
	vertical-align: middle;
}

#siteinfoLegal {
	color: white;
	font-family: Arial;
	font-size: 10pt;
	padding-left: 70px;
	text-align: left;
}

#siteinfoLegal a {
	color: white;
	text-decoration: none;
}

#siteinfoPhone {
	text-align: right;
}

#navColumnOne {
	padding-top: 50px;
	vertical-align: top;
}

#navColumnTwo {
}

.alert {
	color: #D70D48;
}

#ezPagesHeading {
	margin: 0px;
	padding: 0px;
}

.leftBoxContainer {
	display: none;
}

.content, .centerColumn form {
	padding-left: 20px;
}

.content ul {
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 0px;
}

.content ul li {
	list-style-image: url(../images/BrownBullet.gif);
	list-style-type: none;
	margin-top: 5px;
}

ul.darkBrownArrow li {
	list-style-image: url(../images/DarkBrownArrow.gif);
	list-style-type: none;
	margin-top: 0px;
}

#categories {
	font-size: 12px;
	font-weight: bold;
}

.category-heading-box {
	border-top: solid 1px #AF763A;
	padding-top: 0px;
	padding: 15px;
	width: 120px;
}

.category-top-box {
	border-top: solid 1px #AF763A;
	padding-top: 0px;
	padding: 15px;
	width: 120px;
}

.category-products-box {
	padding: 3px;
	padding-left: 15px;
	position: relative;
	top: -12px;
}

.category-subs-parent {
	padding-bottom: 0px;
}

.category-heading-selected, .category-subs-parent, .category-subs-selected {
	color: #AF763A;
}

.category-products {
	font-style:italic;
}

#categoriesContent {
	border-bottom: solid 1px #AF763A;
	width: 150px;
}

#categoryDescription {
	padding-bottom: 20px;
}

.categoryListBoxContents {
	float: left;
	padding-right: 0px
}

.categoryListBoxContents img {
	vertical-align: top;
	padding-right: 30px
}

#ezpagesContent li {
	border-top: solid 1px #AF763A;
	padding-top: 0px;
	padding: 15px;
	width: 120px;
}

#ezpagesContent li ul {
	margin-left: 0px;
	padding-left: 0px;
}

#ezpagesContent li ul li {
	border-top: none;
	list-style-type: none;
	padding: 0px;
	padding-top: 10px;
	width: 120px;
}

#ezpagesContent li ul li a {
	font-style: italic;
}

.navSplitPagesResult, .navSplitPagesLinks {
	display: none;
}

.success {
	line-height: 25px;
}

.thankYou {
	font-weight: bold;
}

.backTo {
	line-height: 25px;
}

.backTo a {
	text-decoration: underline;
}

#navEZPageNextPrev {
	display: none;
}

#ezPagesTOCHeading {
	font-size: 12pt;
	padding-left: 20px;
}

.currentPage a {
	color: #AF763A;
}

.notCurrentPage a {
	color: black;
}

.Manual {
	width: 100%;
}

.Manual p {
	margin-top: 0px;
	padding-top: 0px;
}

.ManualImages {
	text-align: center;
}

.Manual h2, .Manual h3, .Manual h4 {
	color: #AF763A;
	line-height: 0.5em;
	padding-top: 20px;
}

.Warning {
	color: red;
}

.Important {
	font-weight: bold;
}

.contentHeader
{
	color: #AF763A;
	font-size: 12pt;
	font-weight: bold;
}

.sectionHeading {
	color: #EED0AF;
	font: Arial;
	font-size: 16pt;
	padding-left: 30px;
	padding-top: 13px;
}
