@charset "utf-8";
/* CSS Document */

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color:#FFFFE8;
}

a, a:active, a:hover, a:visited {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	margin:0 auto 15px auto;
}

div,form,button,ul,li,input,img {
	margin:0;
	padding:0;
	border:0px none;
}

ol {
	list-style-type: upper-alpha;
}

.superCenter {
	display:block !important;
	text-align:center;
	font-weight:bold;
	text-align:center;
	margin-left:auto !important;
	margin-right:auto !important;
}

#words {
	margin:0 50px;
	font-size:14px;
	line-height:22px;
}

#words img {
	display:block;
	margin: 10px 0;
}

h2.headline {
	text-align:center;
	font-style:italic;
}

.smallText {
	font-size:10px;
}

.redText {
	color: #F00;
}

.blueText {
	color:#0000FF;
}

.greenText {
	color:#007F7F;
}

.megaText {
	font-size:24px;
}

.smallRed {
	color: #F00;
	font-size:10px;
}

.fullScreen, .fullscreen tr, .fullscreen td {
	margin:0;
	padding:0;
	border:0px none;
}

.borderGray {
	border: solid 1px #A0A092;
}

.classContainer {
	margin-left:10px;
	width:100%;
	height:100%;
}

.categoryFloat {
	float:left;
	text-align:center;
	padding:10px 10px;
	width:150px;
	height:200px;
}

.pagenums {
	margin-bottom:0;
}

.cobtbl {
/*	color:#FFF; */
	border:1px solid #00005A;
	margin:0 auto 20px auto;
	padding:0;
}

.cobhl {
	color: Black;
}

.cobll input {
	border: 1px solid #A0A092;
}

.cobll .checkout {
	border: 0;
}

#header {
	width:100%;
	height:103px;
	background-color:#00005A;
/*	background:url(images/header.gif) no-repeat #00005A;
	text-indent:-999em; */
}

.prodimage img {
	border:1px solid #B0B0A0;
}

#navMain {
	width:100%;
	height:32px;
	background:url(images/grayBar.png) repeat-x;
}
/**********************************************/
/* Search Box
/**********************************************/
#sfOuter {
	float:left;
	background:url(images/grayBar.png) repeat-x;
	height:32px;
	width:150px;
	margin-right:1px;
	overflow:hidden;
}
#sfOuter[id] {
	display:table;
	position:static;
}

#sfMid[id] {
	display:table-cell;
	vertical-align:middle;
	position:static;
}

#searchForm[id]{
	position:static;
}

#searchForm {
	margin:0 0 0 4px;
}

#searchInput {
	font-size:10px;
	margin:0;
	padding:0;
	height:10px;
	line-height:10px;
	vertical-align:middle;
	border:1px #FFF;
}

#searchButton {
	background:url(images/btnSearch.gif);
	cursor:pointer;
	width:55px;
	height:19px;
	text-indent:-999em;
}

/*************************************************/
/* End Search Box
/*************************************************/

#navMainList ul {
	text-indent:0;
}

#navMainContainer {
	background: url(images/hMenuBorderL.png) right no-repeat #00005A;
	width:801px;
	height:32px;
}

#navMainList ul, #navMainList ul ul {
	float: left;
	width: 22em;
	list-style: none;
	line-height: 1;
	background: #414C61;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#navMainList ul a {
	display: block;
	width: 6em;
	color:#FFF;
	text-decoration: none;
	padding: 0.25em .5em;
}

#navMainList ul li {
	float: left;
	padding: 0;
	width: 10em;
}

#navMainList li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 21.9em;
	font-weight: normal;
	border: 0.25em solid #A0A092;
	margin: -0.25em;
}

#navMainList li li {
	padding-right: 1em;
	width: 21em
}

#navMainList li ul a {
	width: 22em;
}

#navMainList li ul ul {
	margin: -1.75em 0 0 22em;
}

#navMainList li:hover ul ul, #navMainList li:hover ul ul ul, #navMainList li.sfhover ul ul, #navMainList li.sfhover ul ul ul {
	left: -999em;
}

#navMainList li:hover ul, #navMainList li li:hover ul, #navMainList li li li:hover ul, #navMainList li.sfhover ul, #navMainList li li.sfhover ul, #navMainList li li li.sfhover ul {
	left: auto;
}

#navMainList li:hover, #navMainList li.sfhover {
	background:#A0A092;
}

#navMainList>li {
/*	text-indent:-999em;*/
	width:107px;
	height:32px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 1px 0 0;
	padding:0;
}

#navEquipment {
	background:url(images/hMenuEquipment.png) no-repeat;
}

#navParts {
	background:url(images/hMenuParts.png) no-repeat;
}

#navBooks {
	background:url(images/hMenuBooks.png) no-repeat;
}

#navGuides {
	background:url(images/hMenuGuides.png) no-repeat;
}

#navInfo {
	background:url(images/hMenuInfo.png) no-repeat;
}

#navContact {
	background:url(images/hMenuContact.png) no-repeat;
}

#wrapper{
width: 100%;
}

#navSecondary {
	float:left;
	width:150px;
	margin-top: 10px;
}

#navSecondInner {
	padding-left: 5px;
	width: 139px;
	background: #FFFFE8;
}

#contentainter {
	float: left;
	height:100%;
	margin-bottom:5px;
	width: 80%;
	border-left: 1px solid #cccccc;
}

#content {
float: left;
width: 80%;
padding-left: 5px;
}

#content:after { content: ""; display: block; height: 0; clear: both; }

#miniCartOuter {
	margin:20px 0 30px -1px;
	text-align:center;
	background:url(images/miniCartTopBorder.png) top center no-repeat;
	width:140px;
}

#miniCartMid {
	width:130px;
	height:100%;
	padding:10px 5px 5px 5px;
	background:url(images/miniCartBottomBorder.png) bottom center no-repeat;
}

#miniCartInner {
	border-left:1px solid;
	border-right:1px solid;
	border-color: #A0A092;
	width:138px;
	margin-left:-5px;
	margin-bottom:2px;
	margin-top:-1px;
	height:100%;
}

#navContext {
	font-size:12px;
	margin-right:3px;
}

#navContext li {
	list-style:none;
	margin-bottom:9px;
}

#catHead {
	margin:0 10px 10px 10px;
	border-bottom: 1px solid #B0B0A0;
}

#curCat {
	text-align:left;
	width:400px;
	margin:20px auto 0 auto;
	padding-bottom:10px;
}

#curCat img {
	margin:5px auto; 
	display:block;
}

#catHead h1 {
	text-align:center;
}

#catNavContainer div {
	float:right;
	text-align:left;
}

#catNavContainer p {
	float:left;
}

#footer {
	font-size:10px;
	text-align:center;
	background:url(images/shadowVerticalBottom.png) top left repeat-x transparent;
	padding-top:5px;
	clear:both;
	margin:-10px 0 0 150px;
}

