html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 12px;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
h1 { font-size: 18px; } 
h2 { color: #a3440c; font-size: 12px; }
h3 { font-size: 12px; }

a {
	color: #a3440c;
	text-decoration: none;
}
a:visited {
	color: #a3440c;
	text-decoration: none;
}
a:hover {
	color: #35435c;
	text-decoration: none;
}

.anchor {
	position: relative;
}

.list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list li {
	background: url(../images/icons/bullet.png) left top no-repeat;
	_background: url(../images/icons/bullet.gif) left top no-repeat;
	_dbackground: none;
	_dfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/bullet.png',sizingMethod='crop');
	padding: 0px 0px 14px 25px;
}

.sideImage img {
	border: 2px solid #813d14;
}
.sideImage:hover img {
	border: 2px solid #35435c;
}

.orangeColor {
	color: #a3440c;
}

/*** home ***/
.homeImageContainer {
	position: relative;
	width: 736px;
	height: 603px;
}
.swapDiv {
	position: absolute;
	overflow: hidden;
	width: 736px;
	height: 603px;
}

.homeLeftHide {
	width: 50%;
	background: url(../images/home/left_hide.jpg) right 167px no-repeat;
}
.homeLeftMenu {
	width: 167px;
	background: url(../images/home/left_menu.jpg) top left no-repeat;
}
.homeMiddle {
	width: 736px;
	background: url(../images/home/bottom_middle.jpg) left 603px no-repeat;
}
.homeRightHide {
	width: 50%;
	background: url(../images/home/right_hide.jpg) left 116px no-repeat;
}

.homeLogin {
	height: 81px;
	padding-top: 2px;
	padding-right: 103px;
	text-align: right;
	color: #a3440c;
}

.homeMenu {
	position: absolute;
	z-index: 5;
	margin-left: 5px;
	margin-top: 210px;
}
.homeMenu a {
	display: block;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/buttons/home_menu.gif);
	margin-bottom: 14px;
	font-size: 0px;
}
.homeMenu a:hover {
	background-image: url(../images/buttons/home_menu_on.gif);
}
/*** end home ***/

/*** content main ***/
.contentLeft {
	width: 50%;
	background: url(../images/content/top_left.jpg) right 81px no-repeat;
}
.contentMiddle {
	width: 876px;
	background: url(../images/content/top_middle.jpg) left top no-repeat;
}
.contentRight {
	width: 50%;
	background: url(../images/content/top_right.jpg) left 105px no-repeat;
}

.contentLogoLink {
	position: absolute;
	z-index: 10;
	width: 250px;
	height: 110px;
	margin-top: 25px;
	margin-left: 25px;
	cursor: pointer;
	background: url(../images/pixel.gif);
}

.contentContainer {
	position: relative;
	width: 876px;
	padding-top: 128px;
}

.contentLogin {
	position: absolute;
	right: 0px;
	margin-top: -37px;
	padding-right: 8px;
}
.contentLogin a, .contentLogin a:visited {
	text-decoration: none;
	color: white;
}
.contentLogin a:hover {
	text-decoration: underline;
}

.contentMenu {
	height: 25px;
	margin-left: 370px;
}
.contentMenu a {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/buttons/content_menu.gif);
	font-size: 0px;
}
.contentMenu a:hover, .contentMenu .SelcontentMenuItem {
	background-image: url(../images/buttons/content_menu_on.gif);
}

.rabbitTrail {
	padding-left: 30px;
	padding-top: 20px;
}
.rabbitTrail a, .rabbitTrail a:visited {
	text-decoration: none;
	color: white;
}
.rabbitTrail a:hover {
	text-decoration: underline;
}
.rabbitCart {
	float: right;
	padding-right: 8px;
	color: #a3440c;
	background: url(../images/icons/rabbit_cart.gif) left center no-repeat;
	padding-left: 14px;
}
.rabbitCart a, .rabbitCart a:visited {
	color: #a3440c;
	text-decoration: underline;
}
.rabbitCart a:hover {
	color: #35435c;
	text-decoration: none;
}

.contentMain {
	padding-left: 30px;
	padding-top: 40px;
	text-align: justify;
}
/*** end content main ***/

/*** gallery ***/
.galleryContainer {
	position: relative;
	width: 723px;
	height: 300px;
	overflow: hidden;
}
.galleryItem {
	position: absolute;
	width: 0px;
	height: 0px;
	display: none;
}
.galleryItemText {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	opacity: 0;
	filter:alpha(opacity=0);
	text-align: center;
	color: #35435c;
}
/*** end gallery ***/

/*** staff ***/
.staffContainer {
	padding: 7px;
	width: 180px;
	text-align: left;
}
.staffImageContainer {
	width: 180px;
	height: 140px;
}
/*** end staff ***/

/*** contact us ***/
#gmap {
	width: 320px;
	height: 280px;
	overflow: hidden;
}
/*** end contact us ***/

/*** products ***/
.optionHeader {
	letter-spacing: 1px;
	font-weight: bold;
	color: #5b6b87;
	padding-bottom: 10px;
}
/*** end products ***/

/*** cart ***/
.cartHeader td {
	color: #7f3813;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	white-space: nowrap;
}
.cartRow td {
	color: #424242;
	padding: 10px;
}
/*** end cart ***/

/*** checkout ***/
.checkoutContainer {
	background-color: #1c1c1c;
	border: 1px solid #7f3813;
}

.monthYearDisplay {
	color: #35435c;
}
.daysHeaderDisplay {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

.dateCell, .dateCellHover {
	cursor: pointer;
	font-size: 11px;
	padding: 3px;
}
.dateCellHover {
	background-color: #35435c;
}
/*** end checkout ***/

/*** slips ***/
.modalShade { 
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/slip/modal_back.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/modal_back.png',sizingMethod='scale');
	_background-repeat: none;
}
.modalShade iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
#detailModalShade { z-index: 40; }
#detailSlipContainer { z-index: 41; }
#mediaModalShade { z-index: 50; }
#mediaSlipContainer { z-index: 51; }
.slipTable { position: relative; }
.slipClose, .slipCloseHover {
	position: absolute;
	z-index: 10; /* just need some z-indexing to make sure it will ride above the slip's contents */
	width: 30px; height: 30px;
	cursor: pointer;
	margin-left: -8px;
	margin-top: -12px;
}
.slipClose {
	background: url(../images/slip/close.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipCloseHover {
	background: url(../images/slip/close_on.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipContainer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipScrollContainer {
	overflow: hidden;
	position: relative;
}
.slipScroll {
	position: relative;
}
/*** peekaboo bug fix for ie6 (float evilness in ie's lameness) ***/
.slipContent {
	position: absolute;
	_zoom: 1;
	padding: 8px;
}
.slipContainer .topScale {
	position: absolute;
	margin-left: 8px;
	font-size: 7pt;
	color: white;
}
.slipContainer .topLeft, .insetTopLeft {
	background: url(../images/slip/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tl.png',sizingMethod='crop');
	width: 7px;
	height: 7px;
	*font-size: 0px;
}
.slipContainer .topRight, .insetTopRight {
	background: url(../images/slip/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tr.png',sizingMethod='crop');
	width: 7px;
	height: 7px;
	*font-size: 0px;
}
.slipContainer .bottomLeft, .insetBottomLeft {
	background: url(../images/slip/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/bl.png',sizingMethod='crop');
	width: 7px;
	height: 7px;
	*font-size: 0px;
}
.slipContainer .bottomRight, .insetBottomRight {
	background: url(../images/slip/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/br.png',sizingMethod='crop');
	width: 7px;
	height: 7px;
	*font-size: 0px;
}
.slipContainer .top, .insetTop {
	background: url(../images/slip/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/t.png',sizingMethod='scale');
	height: 7px;
	*font-size: 0px;
}
.slipContainer .bottom, .insetBottom {
	background: url(../images/slip/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/b.png',sizingMethod='scale');
	height: 7px;
	*font-size: 0px;
}
.slipContainer .left, .insetLeft {
	background: url(../images/slip/l.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/l.png',sizingMethod='scale');
	width: 7px;
	*font-size: 0px;
}
.slipContainer .middle, .calMiddle {
	background: #181818;
}
.slipContainer .right, .insetRight {
	background: url(../images/slip/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/r.png',sizingMethod='scale');
	width: 7px;
	*font-size: 0px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.insetMiddle {
	padding: 7px;
	background: #181818 url(../images/slip/inset_middle.jpg) right top no-repeat;
	dfont-size: 10px;
}

.insetTitle {
	padding-right: 53px;
	color: #6d7f99;
	font-weight: bold;
	border-bottom: 2px solid #7e370d;
	dfont-size: 11px;
	padding-bottom: 6px;
	padding-top: 7px;
	min-height: 26px;
	_height: 26px;
}

.slipTitleContainer {
	padding-right: 20px;
	height: 60px;
}
.slipTitle {
	font-size: 14px;
	color: #ddeafe;
	padding: 10px 0px 5px 0px;
	border-bottom: 2px solid #813d14;
	letter-spacing: 2px;
	font-weight: bold;
}
.slipTitleLogo {
	position: absolute;
	right: -8px;
	top: -8px;
}

.slipInsideScroller {
	width: 575px;
	height: 400px;
	overflow: auto;
}
/*** end slips ***/

/**************** J-Tech Footer *********************/
.jtechFooter {
	width: 876px; 
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: auto; margin-right: auto;
	font-size: 11px;
	position: relative;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}
.jtechFooter a:link, .jtechFooter a:visited {
	color: #b5a473;
	text-decoration: none;
}
.jtechFooter a:hover, .jtechFooter a:active {
	color: #b5a473;
	text-decoration: underline;
}
.jtechCommentsContainer {
	display: none;
	position: absolute; top: -90px; right: 0px; 
}
.jtechComments {	
	width: 300px; 
	background-color: white; 
	padding: 5px; 
	text-align: justify;
	color: #2c2104;
}
.jtechComments .closeButton {
	float: right; 
	position: relative; top: -8px; left: 6px;
}
.jtechCommentsContainer .topLeft {
	background: url(../images/jtech_footer/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .topRight {
	background: url(../images/jtech_footer/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tr.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomLeft {
	background: url(../images/jtech_footer/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/bl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomRight {
	background: url(../images/jtech_footer/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/br.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .top {
	background: url(../images/jtech_footer/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/t.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .bottom {
	background: url(../images/jtech_footer/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/b.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .left {
	background: url(../images/jtech_footer/l.png) top right repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/l.png',sizingMethod='scale');
	width: 17px;
}
.jtechCommentsContainer .right {
	background: url(../images/jtech_footer/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/r.png',sizingMethod='scale');
	width: 17px;
}

/*** forms ***/
.jtForm input {
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm select {
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #C0D3D9;
}

.error {
	color: red;
}
/*** end forms ***/

.loadStatus {
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 100;
	width: 60px;
	height: 60px;
	padding-left: 18px;
	padding-top: 18px;
	background: url(../images/status/back.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/status/back.png',sizingMethod='crop');
}