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

body {
	text-align: center; /* for IE */
	margin: 0;
	
	font-family:Trebuchet MS,Tahoma, Geneva, sans-serif;
	font-size: 82.5%;
	color:#333;
	color: #FC0;
	background-color: #000;
}

.clearBoth {
	clear: both;	
}

#mainWrapper {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */ 
	width: 920px;
	vertical-align: top;	
	background: #f6f6f6;
	background: #333333;
/*
	border-left:4px #dfdfdf solid;
	border-right:4px #dfdfdf solid;
*/
}

#headerWrapper {
	margin:0;
	padding:0;
	height:80px; 
}

#logoWrapper {
	background:url(../images/top-grad2.jpg) bottom repeat-x;
	height:60px;	
}

#logo {
	background:url(../images/top-grad3.jpg) bottom left no-repeat;
	height:60px;
	width:920px;
}

#logo h1, #taglineWrapper {
	display:none;	
}

#navMainWrapper {
	width: 920px;
	background:#ffc50c;
}

#centerColumn {
	margin-top:20px;
}

img {
	border: none;	
}

a img {
	border: none; 
}

a:link, #navEZPagesTOC ul li a {
	color: #ffcc00;
	color: #333333;
	color:#F90;
	text-decoration: none;
}
 
a:visited {
	color:#333333;
	color:#F90;
	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: #000000;
	color:#fff;
}

a:active {
	color: #000000;
	color:#fff;
}

legend {
	color:#000000;
	color:#fff;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ff00ff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

TR.tableHeading, #cartSubTotal {
	background:#999999;
}

.rowEven {
	background:#cacaca;
}

.rowOdd {
	background:#d1d4d3;
}

.productListing-data {
	text-align:left;
}

#indexProductList_cPath2 {
	padding: 0 10px;	
}

#productsListingTopNumber, .productListing-heading, #productsListingListingTopLinks {
	display:none;
}

.strapline {
	font-weight:normal;
}

.westStrapLine {
	font-weight:900;	
}

#navSuppWrapper {
	background-color:#ffc50c;
	margin-top:10px;
}

/** JQUERY MENU CSS **/
#myslidemenu {
	position:relative;
	z-index:999;
}

.menuBk {
	background: #ffc50c; 
	width: 920px;
}

.jqueryslidemenu {
	font: bold 12px Verdana;
/*	background: #ffc50c; 
	width: 1000px;*/

}

.jqueryslidemenu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index:99;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
/*	background: #ffc50c; background of tabs (default state)*/
	padding: 5px 10px;
	border-right: 1px solid white;
	color: #e1601f;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #e1601f;
}

.jqueryslidemenu ul li a:hover{
	background: #e1601f; /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #ffc50c;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width: 200px; /*width of sub menus*/
	padding: 10px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #e1601f;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

#productImage {
	width : 36%;
	float : left;
}

#productInfoSection {
	width : 64%;
	float : left;
}

/* NEW CSS */

.catListBoxCSS1 {
	margin: 0 4px;
}

.catListBoxCSS {
	margin: 0 2px;
	padding:1px;
}

.catListBoxCSS:hover {

}

.catListBoxCSS img {
	border: 1px solid #333;
	padding: 5px;
}

.catListBoxCSS img:hover {
	padding: 5px;

	border: 1px solid #e2e1dd;
	background: #e2e1dd;
	border: 1px solid #fff;
	background: #fff;
}

#indexCategoriesMainContent {
	width:940px;
}

#indexCategoriesMainContent p {
	padding-right:50px;
}

#categoryDescription p {
	margin:0;
}

.categoryListBoxContents {
	font-size: 16px;
	width:16%;
}

.categoryListBoxContents a:hover{
	font-weight:bold;
}

#attrib-1,#attrib-2, .attrib-1, .attrib-2{
	font-size:9px;
}

