/*------------------------------------------------------------------------
# JA Mesolite for Joomla 1.5 - Version 1.2 - Licence Owner JA1197
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE

--------------------------------------------------------- */
html, body, fieldset {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center top;
	font-family:Verdana;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: "arial", Tahoma, Verdana, sans-serif;
font-size: 12px;
	
	letter-spacing:0;
	
}

body#bd {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#fff url(../bg.php) repeat fixed center top;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	
}

body.contentpane {
	
	
	margin: 0;
	width: auto; /* Printable Page */
	

}
body.jobs #ja-content{
	
	margin: auto;
	width: 925px; 
	padding:10px 15px 0 15px;
	
		font-size:12px;
	

}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */

.mapdirform {

      font-family: Arial, Helvetica, sans-serif;

      font-size: 10px;

      color: #000000;

}

.map {

      font-family: Arial, Helvetica, sans-serif;

      font-size: 12px;

      color: #000000;

}
a {
	color: #4e0a14;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	/*text-decoration: underline;*/
	color: #ffb400;
}

a img {
	border: none;
	text-decoration:none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}	

.contentheading, .componentheading {
}	

/* Small text */
small, .small, .smalldark, .img_caption, a.readon, #ja-footer {
	font-size: 92%;
}

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {
	color: #4e0a14;
	
}

img {
	margin: 0;
	padding: 0;
}

/* Heading */
h1 {

font-size: 200%;
}
h2 {
font-size: 175%;
}
h3 {
font-size: 140%;
}
h4 {
font-size: 115%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {

	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot-h.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background:transparent url(../images/dot-h.gif) repeat-x scroll center top;
	height: 4px;
	padding:0;
}

br {
	height: 1px;
	font-size: 1px;
}

td, div {
	font-size: 100%;
}

/*

MAP IT!

*/
.google_link_author {
visibility:hidden;

}

.google_html{

color:#000000;
}


#vmMainPage h3 {
font-size: 160%;
font-weight:bold;
text-transform: uppercase;
}


#vmMainPage .productPrice, .product-Old-Price {
font-size: 125%;
font-weight:bold;
text-transform: uppercase;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 5px;
	padding: 0;	
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #4e0a14;
	padding: 3px;
	color: #515756;
	background: #FFFFFF;
}


.inputbox:hover, .inputbox:focus {
	border: 1px solid #990000;
	background: #FFFFCC;
}

.button {
		padding: 2px 8px;
	border: 1px outset #4e0a14;
	background: url(../images/nav-bg.jpg) repeat-x;
	font-size: 92%;
	color: #ffb400;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}



/* registration form padding*/
#josForm {
padding-left:5px;
}


/* Login style-horizontal 
--------------------------------------------------------- */

#loginbox {
height:24px;
position:absolute;
right:0;
top:129px;
width:560px;
z-index:100000;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
	background: url(../images/dot-h.gif) repeat-x right;
	/*background: url(../images/stripes.png) repeat-x;*/
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #4e0a14;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}


.sectiontableentry1 .sectiontableentry2, a, a:active {

color:#ffb400;
	
}

.sectiontableentry1 .sectiontableentry2, a:hover {

color:#4E0A14;
	
}


/*status Updates*/
.feed-title a, strong{
	padding-top:3px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	
	
}
.feed-title{
	padding-top: 5px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	
	
}
.feed-title img{

float:left;

padding-right:5px;
}
ul.newsfeed{
padding-right:5px;	
}
.newsfeed a{
clear:both;
padding-top:-5px;
}
.newsfeed a:hover{
color:#fff;
padding-left:0;
}
.newsfeed img{

padding-right:5px;

}

.feed-title a:hover{

	color:#4E0A14;
	font-weight:bold;
	font-size:12px;
		padding: 5px 0 0 0;

	
}
/*Latest Events*/
.mod_events_latest_first, .mod_events_latest {
	margin-bottom:15px;
	padding-bottom:15px;
	
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	font-family:Verdana;
	padding: 8px;
	background: url(../images/dot-h.gif) repeat-x bottom;
	
}

tr.sectiontableentry0:hover,
tr.sectiontableentry1:hover,
tr.sectiontableentry2:hover {
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	
}

div.contentpaneopen {
margin-bottom:40px;
	
}


table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot-h.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	\
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
	text-transform: uppercase;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 20px 0 10px;
	font-size: 180%;
	font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
}

.componentheading {
	font-size: 200%;
	/*background: url(../images/dot.gif) repeat-x bottom;*/
	text-transform: uppercase;
	color: #fff;
	font-weight:bold;
	border-bottom:thick solid #660000;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
	font-size: 200%;
	color:#FFB400;
	/*background: url(../images/dot.gif) repeat-x bottom;	*/
}

/*Jevent Header and link Sizing*/
#jevents_body .contentheading {
	margin: 0;
	padding: 0 0 5px;
	font-size: 200%;
	color:#fff;
background: url(../images/dot.gif) repeat-x bottom;	
}
#jevents_body a {
		color: #4e0a14;
	text-decoration: none;
}
#jevents_body a:hover {
		color: #ffb400;
	text-decoration: none;
}

.article-content a {
		color: #ffb400;
	text-decoration: none;
}
.article-content a:hover {
		color: #ff0000;
	text-decoration: none;
}

#jevents_body a:hover {
		color: #ffb400;
	text-decoration: none;
}



table.blog .contentheading {
	font-size: 175%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	text-align: center;
	text-decoration: none;
	color: #ffb400;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:18px;
	padding-left: 12px;
	float:right;
	padding-right:20px;
	font-size:120%;
	background: url(../images/read_on.png) no-repeat bottom left;
	height:25px;
	bottom:0px;
	padding-top:8px;
	vertical-align:bottom;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/read_on_over.png) no-repeat bottom left;
	color: #4e0a14;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
	width:440px;
	min-height:200px;
}

ul.pagination {
	margin: 15px 5px 0;
	padding: 10px 0 0;
	background: url(../images/dot-h.gif) repeat-x top;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #ffb400;
	color: #000000;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #ff0000;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #fff;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	
	font-size: 92%;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

.article-meta {
	width: 70%;
	float: left;
}

.createby {
	padding: 0 5px 0;
	background: #666666;
	color: #FFFFFF;
}

.createdate {
	padding: 0 5px 0 0;
	font-size:120%;
	font-weight:bold;
}

.modifydate {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}





#article-content {
	
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
	
}

.narrow #ja-wrapper {
	width: 960px;
}

#ja-wrapper-inner {
	border: 0px;
}

#ja-container {
	
}


/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	width: 755px;
	min-height:700px;
	float: right;
	
	background: url(../images/transparent-bg.png) repeat;
	min-height:400px;

}

body.shop-online #ja-mainbody{
	width:755px;
}
#googlecontainer .google_html strong{
color:#666;

}
#googlecontainer .gmnoprint{
width:375px;
}
#googlecontainer .google_html img{
padding:0;
margin:0;

}

#googlecontainer{
min-width:925px;	
}

.narrow #ja-mainbody {
	width: 500px;
}

#ja-content {
	margin:10px 15px 0 15px;
	margin-top: 10px;
		font-size:12px;
	
	/*color:#000;*/
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col {
 	float: left;
	position: relative;
	/*left: 10px;*/
/*	overflow: hidden;*/
	width: 17%;
	color: #990000;
}
#ja-col .modulemoduletree h3{
 	font-size:100%;
}
#ja-col-right {
 	float: right;
	position: relative;
	/*left: 10px;*/
/*	overflow: hidden;*/
	width: 18%;
	color: #990000;
}

.narrow #ja-col {
	width: 150px;
}

/*common style for column*/
#ja-col table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col .article_separator {
	display: none;
	background: url(../images/dot.gif) repeat-x;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f {
	padding: 0;
	margin: auto;

}

#ja-containerwrap {

}

.narrow #ja-containerwrap {
	background: url(../images/dot.gif) repeat-y 150px 0 #FFFFFF;
}

/*full*/
#ja-containerwrap-f {
	margin:auto;
}

#ja-containerwrap-f #ja-mainbody {
	width: 100%;
	
}


/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_menuhilite h3 {
	font-size: 100%;
	font-family:Verdana;
	margin: 0 -5px 5px;
	padding: 5px 15px;
	background: url(../images/titlebar-long.png) no-repeat;
	
	color: #FFFFFF;
}

div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_hilite h3 span {
	color: #FFFFF;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_menuhilite,
div.moduletable_hilite1 {
	font-family:Verdana;
	margin: 0;
	padding: 0 15px 10px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom:10px;
	
}

div.moduletable td {
	background: url(../images/transparent-bg.png) repeat;
	padding-left: 10px;
	min-height:200px;
	
	
}


/*latest News*/
.mod_events_latest_content {
	color: #ffb400;
	font-weight:bold;
	padding-bottom:10px;

}

.mod_events_latest_content a{
	color: #ffb400;
	font-weight:bold;
	

}

.mod_events_latest_content a:hover{
	color: #4E0A14;
	font-weight:bold;

}
div.moduletable_menu h3,
div.moduletable_menuhilite h3 {
	margin-bottom: 0;
	border-bottom: none;
}

div.moduletable_menu,
div.moduletable_menuhilite {
	padding: 0 15px;
}

div.moduletable_menuhilite h3 {
	background: #00A9DD;
	color: #FFFFFF;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul {
	list-style: none;
}

div.moduletable li {
	
	line-height: 120%;
	padding-left: 12px;
}

td.buttonheading {
	visibility:hidden;
	width:0px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	/* background: url(../images/content-over.png) no-repeat center bottom;*/
	 height:195px;
	
}

#ja-header {
	line-height: normal;
	background: url(../images/header-bg.png) no-repeat center top;
	height:195px;
	
	position:relative;
	width:960px;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 949px;
	display: block;
	position: absolute;
	height: 195px;
	top: 0px;
	left: 0px;
	/*background-image: url(../../../images/header-bg.jpg);*/
	background-repeat: no-repeat;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 25px;
	left: 20px;
	text-transform: uppercase;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
}

p.site-slogan {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ja-vmcurrency {
	width: 300px;
	position: absolute;
	top: 20px;
	right: 230px;
	height: 65px;
	border-right: 1px solid #E6E6E6;
}

#ja-vmcurrency div.moduletable {
	padding: 15px 0 0 15px;
	border: none;
}

#ja-vmcurrency div.moduletable h3 {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}





/* product scroller*/


.VMScroller1{

}

.VMTitle1 {
height:180px;
}

#ja-banner h3 {
	margin-left:-10px;
 	height:25px;
	font-family:Verdana;
	padding-top: 10px;
	padding-left: 10px;
	background: url(../../../templates/ja_mesolite_2/images/titlebar-long.png) no-repeat top left;
	 color: #FFFFFF;
	text-align:left;
	font-size:130%;
	margin-bottom:5px;
	display: block;

	}
	
#ja-banner td {
clear:both;
	position:relative;
	width:255px;
	

	}

#ja-banner span, .productPrice{
font-size:13px;
color:#4E0A14;

}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	z-index: 999;
/*	background-image: url(../images/topmenubg_wide02.png);*/
	
	background: url(../images/nav-bg.jpg) repeat-x left top;
	width:960px;
	height:28px;
	
}
#ja-mainnavwrap div {
	float:left;
	
}

#ja-mainnav {
	  height:28px;  width:840px; 
	
	
/*	background: url(../images/dot-dark.gif) repeat-y left; */ 
	
}

#social {
	margin-left:40px;
	 height:28px;  
	 width:65px;
	 z-index:999;
	
	 padding-top:5px;
	 
	
	
/*	background: url(../images/dot-dark.gif) repeat-y left; */ 
	
}
#ja-mainnavunder {
 background: url(../images/nav-under.png) no-repeat center top;
	  height:11px;
}
.narrow #ja-mainnav {
	width: 620px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	text-decoration: none;
	
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
}

#ja-subnav li.active a {
}

/* breadcrumbs */
#ja-pathway {
	margin-top:5px;
	margin-left: 1px;
	
	background: #FFFFF;
	font: 11px Verdana;
	line-height: normal;
}

#ja-pathway strong {
	margin-right: 5px;
	
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover {
	text-decoration: underline;
	
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 10px;
	text-align: center;
}

ul.menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

ul.menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	
}



* html ul.menu li a {
	padding: 7px 15px 8px;
	width: 190px;
}

* html .narrow ul.menu li a {
	padding: 7px 15px 8px;
	width: 150px;
}

*+html ul.menu li a {
	padding: 7px 15px 8px;
}


#footereflect{height: 10px;text-align: center;}
#footereflect a{}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #666666;font: 10px/22px Verdana, Helvetica, sans-serif;text-decoration: none;
}

ul.menu li.active a {
	
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	
	border: none;
	padding-left: 26px !important;
	text-transform: none;
	font-weight: normal !important;
}
/*#extcal_minical {
	
	color: #FFF;
	width:375px;
}
*/

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #00A9DD;
}

ul.menu li li.active a {
	color: #00A9DD;
	font-weight: bold;
}

ul.menu li li li a {
	color: #666666 !important;
	font-weight: normal !important;
	padding-left: 38px !important;
	
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
	padding: 10px 0;
}


.ja-box-left, .ja-box-center {
	/*background: url(../images/dot-h.gif) repeat-y right;*/
	
}

/* Top spotlight */
#ja-topsl1 {
	position: relative;
	height: 250px;
	margin-left: 1px;
	border-bottom: 1px solid #E6E6E6;
}

#ja-topsl2, #ja-topsl3 {
	margin-left: 1px;
}

#ja-topsl2 div.moduletable h3, #ja-topsl3 div.moduletable h3 {
	background: #F7F7F7;
	color: #666666;
	margin-left: -15px;
}

#ja-topsl3 table {
	padding: 0;
	margin: 0;
}

#ja-topsl3 td {
	padding: 15px 0;
	margin: 0;
}

#ja-topsl3 tr {
	background: url(../images/dot-h.gif) repeat-x bottom;
}

/* Bottom spotlight */
#ja-botsl {
	position: relative;
	background: url(../images/stripes.png) repeat-x top;
	margin-left: 1px;
	clear: both;
	
}

#ja-botsl div.moduletable {
	
	position: relative;
	border: none;
	padding: 15px;
	
	
}

#ja-botsl div.moduletable h3 {
	margin: 0;
	padding: 10px;
	background: none;
	border: none;
	font-size: 120%;
	background: url(../images/titlebar-long.png) no-repeat;
}

#ja-botsl div.moduletable-facebook h3 {
	margin: 0;
	padding: 10px;
	background: none;
	border: none;
	font-size: 120%;
	background: url(../images/titlebar-long.png) no-repeat;
}


#manu-logos {
	color:#990000; 
	width:940px;
	height:70px;
    padding:10px;
	margin-bottom:15px;
	background:transparent url(../images/stripes.png) repeat-x scroll center top;
	position:relative;
	
	
}

#manu-logos img{
	z-index:2;
  	padding-left:5px; 
	padding-right:5px;
	vertical-align:middle;
	text-align:center;
	position:relative;
		
	
}
#cc {
	height:50px;
	width:940px;
    padding:10px; 
	
	position:relative;
	background-color:#fff;
	border-bottom: #4E0A14 thick solid;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	position: relative;
	clear: both;
	/*background: url(../images/transparent-bg.png) repeat;*/
	
	color:#990000;
	
}


#ja-footer {
	color:#990000; 
	position:relative;
	width:100%;
	height:150px;
    padding:10px 0 10px; 
	background-image:url(../images/footer-bg.png);
	text-align:center;
	font-size: 10px;
	z-index:0;
	
}

#ja-footer small {
	color: #888888;
	font-size: 101%;
	padding: 0 10px 10px 20px;
}

#ja-footer ul {
	margin: 0 0 8px;
	line-height: normal;
	cursor: default;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}


#ja-footer li {
	display: inline;
	margin-top: 20px;
	padding: 10px;
	padding-top:10px;
	color: #000000;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	line-height: normal;
	padding: 0 5px;

}

li.ja-firstitem {
	background: none !important;
}

#ja-footer a {
	color: #000000;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #f6ad44;
}

div.sublogo {
	width: 20%;
	float: left;
}

div.sublogo a {
	font-size: 200%;
	display: block;
	text-align: center;
	background: url(../images/logo-sub.gif) no-repeat right;
	width: 150px;
	height: 70px;
	text-indent: -5000px;
	position: absolute;
	left: 10px;
}

.narrow div.sublogo a {
	width: 140px;
	height: 70px;
}

div.copyright {
	width: 100%;
	padding:75px 0;
	float: right;
	font-size:11px;
	
}

div.foot-rss {
	position: absolute;
	top: 30px;
	right: 20px;
}

div.foot-rss img {
	vertical-align: middle;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

#modlgn_username, #modlgn_passwd {
	width: 90%;
}

/* Search */
#ja-search {
	float: left;
	width: 190px;
	height: 35px;
	background: url(../images/icon-search.png) no-repeat 5px 0;
	overflow: hidden;
}

.narrow #ja-search {
	width: 150px;
}

#ja-search .inputbox {
	padding: 10px 0 0 40px;
	background: none;
	border: none;
	font-weight: bold;
	color: #CCCCCC;
}

/*others*/
#ja-banner {
	
		
	padding: 0 20px 0 20px;
	text-align: center;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	z-index:999;
	background: url(../images/daily_product_promos_bg.png) no-repeat center bottom;
	}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	padding: 6px 0 7px;
	background: url(../images/dot-h.gif) repeat-x bottom;
}

div.ja-innerdiv img {
	padding: 0;
	margin: 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #4e0a14;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #4e0a14;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #4e0a14;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

.moduletree{margin: 0 0 10px;padding: 0;position: relative; /*background:url(../images/transparent-bg.png)repeat;*/}
.moduletree div div div div{background: none;}
.moduletree h3{left: 0;margin: 0;padding: 5px 0 0 !important;position: absolute;top:0px;width: 100%;}
.moduletree div{margin: 0;padding: 2.7em 0 0;}
.moduletree div div{margin: 0;padding: 0 0 0 0;}
.moduletree div div div{margin:0; padding: 0px 0px 10px 0px;}
.moduletree div div div h3{ height:20px;text-transform: uppercase; color:#fff; text-align:left; text-indent:10px;font: bold 12px Verdana, sans-serif; padding-bottom:0px; line-height:14px;background: #990000;}
.moduletree div div div tr td{padding: 0px 0px 0px 10px;}
/*.moduletree div div div div div div vmCartModule vmCartModule-right{ margin:0; padding: 20px;}*/
.moduletree div div div div{padding: 0 0 0 5px;}

.moduletree{


}
.moduletree div{

}
.moduletree div div{

}
.moduletree div div div{

}

.moduletree h3 {color:#fff;}
.moduletree p,.moduletree {color:#990000;}
.moduletree a:link,.moduletree a:visited {color:#990000; text-decoration:none;}
.moduletree a:hover{color:#990000;}

/*Side Column Navigation*/
ul#mainlevel-sidenav {list-style:none;margin:0;padding:0;}
ul#mainlevel-sidenav a{text-decoration:none;line-height: 135%;font-weight: bold;}

/*If you want to use table based menus in vertical menu style*/
#ja-col b {text-decoration:none;line-height: 165%; color:#990000;text-transform: uppercase;letter-spacing: 0px;}
#ja-col a.mainlevel:link, #ja-col-2 a.mainlevel:link, #ja-col a.mainlevel:visited, #ja-col-2 a.mainlevel:visited {text-decoration:none;line-height: 110%;font-weight: none;color:#990000;letter-spacing: 0px;font: bold 13px/22px Verdana, sans-serif; text-transform: uppercase; padding-left:25px; padding-top:5px;}

#ja-col a.mainlevel:hover, #ja-col-2 a.mainlevel:hover {text-decoration:none;color:#fff;;}
#ja-col #active_menu {text-decoration:none; color: #FF0000; text-transform: normal; font-weight:bold;}
.active_menu {text-decoration:none; color:#990000;; text-transform: uppercase;}
/*Sublevel Support*/
#ja-col a.sublevel:link, #ja-col-2 a.sublevel:link, #ja-col a.sublevel:visited, #ja-col-2 a.sublevel:visited {line-height: 105%;font-weight: normal;letter-spacing: 0px;font:Verdana, sans-serif; padding-left:10px;padding-top:2px;font-size: 13px;}
#ja-col a.sublevel:hover, #ja-col-2 a.sublevel:hover {text-decoration:none;letter-spacing: 0px;padding-left:10px; padding-top:2px;}

#ja-col-2 .active_menu{
	color: #660000;
	text-decoration: underline;
	background-color:#f5f5f5;
	letter-spacing: 0px;
	font-style:normal;
}

/*If you want to use table based menus in vertical menu style*/
#ja-col a.mainlevel-team:link, #ja-col-2 a.mainlevel-team:link, #ja-col a.mainlevel-team:visited, #ja-col-2 a.mainlevel-team:visited {text-decoration:none;line-height: 16px;padding-left:0px;color: #222;font-weight:bold;}
#ja-col a.mainlevel-team:hover, #ja-col-2 a.mainlevel-team:hover {text-decoration:none;padding-left:0px;font-weight:bold;}
#ja-col #active_menu-team {text-decoration:none;padding-left:0px;color: #222;}
/*Sublevel Support*/
#ja-col a.sublevel-team:link, #ja-col-2 a.sublevel-team:link, #ja-col a.sublevel-team:visited, #ja-col-2 a.sublevel-team:visited { text-decoration:none;line-height: 18px;font-weight: normal;padding-left:8px;color: #888888;}
#ja-col a.sublevel-team:hover, #ja-col-2 a.sublevel-team:hover {text-decoration:none;padding-left:8px;color: #e30004;}h3





#ja-botsl .newsfeed img{
	visibility:hidden;
}