body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/layout-back.jpg);
	background-repeat: repeat-x;
	color: #5B5B5B;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Drop down menu CSS */

.tabDivider1
		{
		background-color: #FFF;
		/*padding: 2px 2px 2px 2px;*/
		font-size:1px;
		color: #FFF;
		}

.tabOut, .tabOut a, .tabOut a:active, .tabOut a:hover, .tabOut a:link, .tabOut a:visited
		{
		/*background-color: #1a4a6c;*/
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		font-size: 12px;
		color: #ffffff;
		}

.tabOver, .tabOver a, .tabOver a:active, .tabOver a:hover, .tabOver a:link, .tabOver a:visited
		{
		/*background-color: #1a4a6c;*/
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
		vertical-align: middle;
		font-size: 12px;
		color: #ffffff;
		}

.menuDiv
	{
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	cursor:pointer;
	background-repeat: no-repeat; 
	background-position: center ;
	}

.menuDivHover
	{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #515D69;
	cursor:pointer;
	background-repeat: no-repeat; 
	background-position: center;
	}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu 
    {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	text-align:left;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	font-size: 10px;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	font-size: 10px;
	left:0px; top:0px;
	z-index:10;
	}

.transMenu.top .items {
	border-top:none;
	font-size: 10px;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color: #000000;
	font-size: 10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	background-color: #efefef;
	left:0px; top:0px;
	z-index:5;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:11;
	top:3px; width:2px;
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:5;
	left:3px; height:2px;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background-color: #CCCCCC;
	color: black;
	font-size: 10px;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

/* Each item in a menu */
.menuItem {
	font-size: 11px;
}
.menuItem a         { color: #000000; font-size: 11px; text-decoration: none;}
.menuItem a:link    { color: #000000; font-size: 11px; text-decoration: none;}
.menuItem a:visited { color: #000000; font-size: 11px; text-decoration: none;}
.menuItem a:active  { color: #000000; font-size: 11px; text-decoration: none;}
.menuItem a:hover   { color: #000000; font-size: 11px; text-decoration: none;}

.left_bar {
	background-image: url(../images/left_bar.gif);
}

/* begin MainSideBar */
/* used in index.php */
#MainSideBar .MainSideBarheading{
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

#MainSideBar a {
	color: #0066CC;
	font-size:12px;
	text-decoration: none;
}

#MainSideBar  a:hover {
}

.MainRightBar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	border: 1px solid #AA794E;
}

.MainRightBar a {
	color: #663300;
	font-size:12px;
	text-decoration: none;
}

.MainRightBar  a:hover {
	color: #CC6600;
	font-size:12px;
	text-decoration: underline;
}

.MainRightBar ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top:0;
	margin-bottom:9;
}

.MainRightBar li {
}


.MainRightBarheading{
	background-color:#0099FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


/* begin widgetFooter */
/* used in templates/cart.footer.tem.php */

#widgetFooter {
	height: auto;
	font-size:10px;	
	width: 987px;
}

#widgetFooter hr {
	background-color: #878787;
	color: #878787;
	height: 1px;
	clear: left;
	float: left;
}

#widgetFooter .actionItems {
	clear: left;
	float: left;	
	line-height: 22px;
	font-size:10px;
	font-size: 100%;
	font-weight: bold;
}

#widgetFooter .actionItems a {
	color: #CC6633;
	font-size:10px;
	text-decoration: underline;
}

#widgetFooter .actionItems a:hover {
	color: #CC6633;
	font-size:10px;
	text-decoration: none;
}

#widgetFooter .copyright {
	clear: left;
	float: left;
	line-height: 22px;
	margin-top: 20px;
}

#widgetFooter .copyright a {
	color: #878787;
	text-decoration: underline;
}

#widgetFooter .copyright a:hover {
	color: #878787;
	text-decoration: none;
}

#widgetFooter .img {
	border: 1px solid orange;
	background: url(../images/design/p1.gif) no-repeat fixed center left;
	float: left;
	width: 165px;
	height: 30px;
}

#widgetFooter .nav {
	float: right;
	text-align: left;
	width: auto;
	line-height: 16px;
	padding: 6px;
	margin-left: 21px;
}

#widgetFooter .nav .title {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #878787;
}

#widgetFooter .nav ul {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
	text-align: left;
}

#widgetFooter .nav ul li {
	text-align: left;
}

#widgetFooter .nav ul li a {
	color: #494949;
	text-decoration: underline;
}

#widgetFooter .nav ul li a:hover {
	color: #878787;
	text-decoration: underline;
}

/* end widgetFooter */

#shop_by_category a {
	color: #663300;
	font-size:10px;
	text-decoration: underline;
}

#shop_by_category a:hover {
	color: #CC6633;
	font-size:10px;
	text-decoration: none;
}

