/* CSS Document */

/*********************************************************************************************************************************************************************************************************************************************
**these styles apply to the sub main pages ie about, contact, shipping. Sub pages that are not product pages. There is a class towards the bottom of the page to change page header image. All other styles remain the same.********/

/* Container for the Menu */
#swapmenu {
	padding:6px 6px 0;
	width: 160px;
	margin-top:10px;
	margin-bottom:10px;
}
	
#swapmenu.home{
	margin:50px 0;
	}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#swapmenu ul {margin: 0px; padding: 0px;}
#swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	color: #666666;
	display: block;
	font-size: .8em;
	padding: 6px 0px 6px 16px;
	text-decoration: none;
}

 .closed a:hover, .open a:hover{
 	text-decoration:none;
	color:#999966;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(../images/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(../images/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(../images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#999966;
	font-size: .7em;
	font-weight:normal;
	padding: 0 0 0 16px;
	margin: 4px 0 4px 16px;
}

#swapmenu ul li li a:hover{
	background:none;
	
	}
	
#swapmenu ul ul {
	background:url(../images/dot.gif) repeat-x bottom;
	padding-bottom: 10px;
}
	
h4.featureProduct  {
	color: #660000;
	display: inline;
	margin: 0px;
	padding: 0px;
}
td.featureProduct{
	color:#660000;
	border: 1px solid #666633;
	padding: 7px;
	}
td.featureProduct a{
	color:#660000;
	}
td.results a{
	color:#660000;
	}
td.value {
	background: #999966;
	color: #FFF;
	padding: 7px;
}
h4.value {
	margin:0;
	padding:0;
	color: #4d2c04;
	display:inline;
}
	
#productHeader h2, #mainContent h1{
	color:#666666;
	font: Helvetica, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
	

#productHeader p{
	color:#333333;
}

/*the followiing classes within the #productHeader div change the image in the header area according to the page*/
	
.productImgAbout {
	background: url(../images/aboutHeader.jpg) no-repeat right;
	height: 185px;
}
.productImgContact {
	background: url(../images/contactHeader.jpg) no-repeat right;
	height: 185px;
}
.productImgShipping {
	background: url(../images/shippingHeader.jpg) no-repeat right;
	height: 185px;
}
.productImgLocation {
	background: url(../images/locationHeader.jpg) no-repeat right;
	height: 185px;
}
.productImgInfo {
	background: url(../images/productInfoHeader.jpg) no-repeat right;
	height: 185px;
}
.productImgOrder{
	background: url(../images/orderHeader.jpg) no-repeat right;
	height: 185px;
	}

.productImgTerms {
	background: url(../images/termsHeader.jpg) no-repeat right;
	height: 185px;
}

.searchResults {
	background: url(../images/resultsHeader.jpg) no-repeat right;
	height: 185px;
}

.buttonPageNoCurrent {
	color:white;
	background-color:#660000;
	border:1px solid #666633;
	font-size:9px; 
	font-family:Arial;
	width:18px;

	padding:2px;
	text-align:center;
	cursor:hand;
}
