body				{ margin:0; background-color:#000000; }
body, table, td, input, option, textarea 	{ font-family:times, times new roman, serif; font-size:16px; line-height:17px; color:#7205b6; }
a					{ color:#370955; text-decoration:none; }
a:hover					{ color:#370955; text-decoration:underline; }
a.blue				{ color: rgb(0,102,255); text-decoration:underline; }
a.menu				{ color: rgb(0,102,255); }
a.red				{ color:#ED1C24; }
h2					{ font-size:22px; font-weight:bold; margin:0; }
h3					{ font-size:14px; font-weight:bold; margin:0; }
.large-font,
#contact-form td	{ font-size:14px; }
#home-content h2	{ font-family:times, times new roman, serif; font-size:17px; font-weight:normal; line-height:22px; color:#333; margin:8px 0 8px 0; }
#specials-area h2	{ color:#FFF; }
.promo-copy			{ font-size:12px; line-height:14px; }
.promo-copy p		{ margin:0 0 5px 0; }
.midhead			{ font-size:20px; font-weight:bold; color:#f414fe;font-family:Chancery; }
.new			{ font-size:15px; font-weight:bold; color:#930c00 }
#promo-copy img		{ margin:4px 0 3px 0; }

.red				{ color:#ED1C24;font-size:22px; font-weight:bold; margin:10px; }
.brown				{ color:#a5824e; }	
#ja-topnav {
	border-top: 1px solid #81ABC6;
	border-bottom: 1px solid #81ABC6;
	font-size: 14px;
	text-transform: UPPERCASE;
	background: #7205b6;
	font-weight: bold;
	
}

#ja-topnav a {
	color: #D9E7EF;
	font-weight: bold;
}
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	
	
}

/* 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;

}

/* 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: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	
}

.transMenu.top .items {
}

/* 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: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
		opacity: 0.85;
	
}

/* 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 {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* 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: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* each TR.item is one menu item */
.transMenu .item {
	color: #FFFFFF;
   text-decoration: none;
	text-transform: 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;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	background: #3F6D8A;
	
}

/* 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 {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}

/* 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;
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {
	background: #333333;
	color: #FFFFFF!important;
	font-weight: bold;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active:hover {
	color: #FFFFFF;
	background: #333333;
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#ja-transmenu li a { /* common styles for 1st level menu */
	padding: 0 25px;
	float: left;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right: 1px solid #333333;
	
}

#ja-transmenu li a:hover { /* common styles for 1st level menu */
	color: #FFFFFF;
	text-decoration: none;
		background: #000000;
}

a.havechild-mainlevel-trans {
	background: url(arrow-off.gif) 95% 45% no-repeat;
	border-right: 1px solid #333333!important;
}

a.mainlevel-trans:active {
	color: #FFFFFF;
	background: url(havechild-on-bg.gif) no-repeat bottom right #333333;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:active {
	color: #FFFFFF!important;
	background: url(arrow-off.gif) no-repeat 90% 45% #000000;
}

a.jahover {
	color: #FFFFFF;
	background: #000000;
}

a.jahover-active {
	color: #FFFFFF!important;
	background: url(arrow-on.gif) no-repeat 90% 45% #4D84A7;
}

a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	color: #FFFFFF;
	background: url(topnav-on-bg.gif) no-repeat bottom right #333333;
}

a.mainlevel-active-trans {
	color: #FFFFFF!important;
	background: #4D84A7;
}

a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active {
	background: #000000;
	color: #FFFFFF;
}


/************************ CONTAINER STYLES ********************************/
div.footer			{ margin:10px 0; line-height:19px; }

/* Main Container Styles */
table.outer 		{ background-color: #f414fe; border: solid 1px #000000; padding:17px; width:500px; }
table.inner 		{ border: solid 1px #000000; background-color:#99a89f; width:1050px; }
	

div.mid {
	font-family:Black Chancery; 
	font-size:20px; 
	color:#FF00FF; }


/************************ FORM STYLES ********************************/
.textfield			{ width:280px; height:22px; border:1px solid #000; font-family:times, times new roman, serif; margin-bottom:20px; }
.textarea			{ width:280px; border:1px solid #000; margin-bottom:20px; }
.textfield-wide		{ width:374px; height:22px; border:1px solid #000; font-family:times, times new roman, serif; margin-bottom:20px; }
.textarea-wide		{ width:374px; border:1px solid #000; margin:5px 0 20px 0; }
.file-input			{ width:373px; border:1px solid #000; margin:5px 0 20px 0; }
.textfield-thin		{ width:40px; height:22px; border:1px solid #000; font-family:times, times new roman, serif;  }
/************************ Lightbox STYLES ********************************/
#lightbox{
	background-color:#333333;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-color: #333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}