@import url(stylesheet.css);
@import url(stylesheet_cb.css);
@import url(styles.css);

/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #333333;}
.errorBox { font-family: Arial, Verdana, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: #EFDFC1;
/*	background: #99AD86; */
/*  background: #b6b7cb; */
}

.infoBoxContents {
  background: #ffffff;
/* background: #f8f8f9; */ 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #D6C3A0;
/*  background: #bbc3d3; */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
/*  background: #f8f8f9; */
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFF8DF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #EFDFC1;
/*  border-color: #b6b7cb;*/
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #D6C3A0;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.productListing-none {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 1em;
	font-size: 11px;
	color: #333333;
}

A.pageResults {
  color: #444444;
  text-decoration: none;
}

A.pageResults:hover {
  color: #444444;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 1.5em;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

TD.accountCategory {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

TD.fieldValue {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

SPAN.greetUser {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
 font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7;}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 11px; color: #333333; line-height: 14px; }
.messageStackSuccess { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }


table.oh_notice {
	background: #f0f0f0;
	border: solid 1px #ccc;
}
span.oh_notice {
	font-size: 12px;
	font-weight: bold;
	color: #f00;	
	line-height: 1.5em;
}
div.txtbutton{
	color: #900; 
	padding: .5em;
	background: #f0f0f0;
	border: solid 1px #333;
	width: 250px;
}
a.txtbutton:link, a.txtbutton:visited {
	color: #900; 
	text-decoration: none
}
a.txtbutton:hover {
	color: #900; 
	text-decoration: underline;
}
span.smwarn {
	color: #900;
	font-size: 10px;
}

/*td {font-family: Arial, Verdana, Helvetica, sans-serif; vertical-align: top}*/
td {font-family: Arial, Verdana, Helvetica, sans-serif;}
input,select {font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #333333; cursor: auto;}
.txtgreen {font-size: 11px; color: #657A51; line-height: 14px;}
a.txtgreen:link {font-size: 11px; color: #657A51; text-decoration: none}
a.txtgreen:visited {font-size: 11px; color: #657A51; text-decoration: none}
a.txtgreen:hover {font-size: 11px; color: #657A51; text-decoration: underline}
.txtlightgreen {font-size: 11px; color: #EFDFC1;}
.txtwhite {font-size: 11px; color: #FFFFFF; line-height: 14px;}
a.txtwhite:link {font-size: 11px; color: #FFFFFF; text-decoration: none}
a.txtwhite:visited {font-size: 11px; color: #FFFFFF; text-decoration: none}
a.txtwhite:hover {font-size: 11px; color: #FFFFFF; text-decoration: underline}
.txtsmlwhite {font-size: 10px; color: #FFFFFF;}
a.txtsmlwhite:link {font-size: 10px; color: #FFFFFF; text-decoration: none;}
a.txtsmlwhite:visited {font-size: 10px; color: #FFFFFF; text-decoration: none;}
a.txtsmlwhite:hover {font-size: 10px; color: #FFFFFF; text-decoration: underline;}
.txtblack {font-size: 12px; color: #444444; line-height: 14px;}
.txtblack2 {font-size: 11px; color: #333333; line-height: 14px;}
.txtred {font-size: 11px; color: red; line-height: 14px;}
.txtsuccess {font-size: 11px; color: green; line-height: 14px;}
a.txtblack:link {font-size: 12px; color: #444444; text-decoration: none;}
a.txtblack:visited {font-size: 12px; color: #444444; text-decoration: none;}
a.txtblack:hover {font-size: 12px; color: #444444; text-decoration: underline;}
a.txtblack2:link {font-size: 11px; color: #333333; text-decoration: none;}
a.txtblack2:visited {font-size: 11px; color: #333333; text-decoration: none;}
a.txtblack2:hover {font-size: 11px; color: #333333; text-decoration: underline;}
.txtsmlblack {font-size: 10px; color: #333333;}
a.txtsmlblack:link {font-size: 10px; color: #333333; text-decoration: none;}
a.txtsmlblack:visited {font-size: 10px; color: #333333; text-decoration: none;}
a.txtsmlblack:hover {font-size: 10px; color: #333333; text-decoration: underline;}
.txtbrown {font-size: 11px; color: #B99A69; line-height: 14px; font-weight: bold;}
a.txtbrown:link {font-size: 11px; color: #B99A69; text-decoration: none; font-weight: bold;}
a.txtbrown:visited {font-size: 11px; color: #B99A69; text-decoration: none; font-weight: bold;}
a.txtbrown:hover {font-size: 11px; color: #B99A69; text-decoration: underline; font-weight: bold;}
.txtgrey1 {font-size: 11px; color: #999999;}
a.txtgrey1:link {font-size: 11px; color: #999999; text-decoration: none}
a.txtgrey1:visited {font-size: 11px; color: #999999; text-decoration: none}
a.txtgrey1:hover {font-size: 11px; color: #999999; text-decoration: underline}
.txtsmallgrey1 {font-family: Arial, Verdana, Helvetica, sans-serif; color: #CCCCCC; font-size: 10px;}
a.txtsmallgrey1:link {font-size: 10px; color: #CCCCCC; text-decoration: none}
a.txtsmallgrey1:visited {font-size: 10px; color: #CCCCCC; text-decoration: none}
a.txtsmallgrey1:hover {font-size: 10px; color: #CCCCCC; text-decoration: underline}
.txtsmallgrey2 {font-family: Arial, Verdana, Helvetica, sans-serif; color: #999999; font-size: 10px;}
.txtsmalltan1 {font-family: Arial, Verdana, Helvetica, sans-serif; color: #B99A69; font-size: 10px; line-height: 12px;}
a.txtsmalltan1:link {font-size: 10px; color: #B99A69; text-decoration: none}
a.txtsmalltan1:visited {font-size: 10px; color: #B99A69; text-decoration: none}
a.txtsmalltan1:hover {font-size: 10px; color: #B99A69; text-decoration: underline}
.lineblue {font-size: 11px; color: #747F8D; line-height: 14px;}
.navlvlone {font-size:11px; line-height: 16px; padding-left:15px; padding-top:3px; text-indent:-8px; color:#B99A69; font-weight: bold;}
.navlvlone a:hover, a:active {color: #333333; text-decoration: none;}
.navlvloneon {font-size:11px; line-height: 16px; padding-left:15px; padding-top:3px; text-indent:-8px; color:#000000; font-weight: bold;}

.headertabs {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 0;
	}

.headertabs li{
	float: left;
	display: inline;
	}

.tabs {
	color: white;
	font: 10px bold Arial, Verdana, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: bold;
	background: #657A51;
	padding: .5em .7em;
	border-top: 1px solid #EFDFC1;
	border-left: 1px solid #EFDFC1;
	border-right: 1px solid #EFDFC1;
	}

.headertabs a {
	float: left;
	color: white;
	font: 10px bold Arial, Verdana, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: bold;
	background: #657A51;
	padding: .5em .7em;
	cursor: pointer;
	border-top: 1px solid #EFDFC1;
	border-left: 1px solid #EFDFC1;
	border-right: 1px solid #EFDFC1;
	text-decoration: none;
	}
	
.headertabs a:hover {
	color: #657A51;
	background: white;
	cursor: pointer;
	}
	
.headertabs a:active {
	color: #657A51;
	background: white;
	cursor: pointer;
	}

.orderinfo {
	width: 100%;
	height: auto;
	border-bottom-style: solid;
	/* padding: 0px; */
	border: 1px solid #EFDFC1;
	}
	
.headertabs #current {
    color: #657A51;
    background: white;
    }
    
div#mainmenu {
	position: absolute;
	top: 113px;
	left: 0px;
	height: 32px;
	width: 760px;
	background: #D6C3A0;
	}

div#mainmenu a {
	position: relative;
	width: auto;
	top: 6px;
	left: 0px;
	background: #C29D64;
	color: white;
	font: bold .8em serif;
	margin: 0;
	padding: .25em .7em;
	text-decoration: none;
	border: 1px solid white;
	text-align: center;
	}
	
div#mainmenu a:hover {

	background: #A6772F;
}

.product_title {
	position: relative;
	width: 100%;
	color: #333333;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	}
	
p.cat_desc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #333333;
	padding: .5em;
	}
	
	/* Neutralize styling: Elements we want to clean out entirely: */

html, body, table, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, sans-serif;
	}

/* Neutralize styling: Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, pre,
blockquote, address {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}

.pur_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.pur_text h1, .pur_text h2, .pur_text h3 {
font-family: Georgia;
color: #581D00;
}
.pur_text p {
color: #666666;
}
.pur_text a {
text-decoration: none;
font-weight: bold;
color: #444444;
}
.pur_text a:hover {
text-decoration: underline;
}


#body_div {
	text-align: center;
	height: 100%;
	width: 100%;
	background: #ECECEC;
	opacity: 1;
	filter: alpha(opacity=100);
}

#popup_div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -200px;
	width: 400px;
	height: auto;
	background: #F7EFE1;
	border: 2px solid #91643D;
	color: #581D00;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

body {
	text-align: center;
	word-wrap: break-word;
	background: #ECECEC;
	}

div {
	text-align: left;
	}

a {
	text-decoration: none;
	}
	
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}


#container {
	position: relative;
	width: 800px; /* Width of all the content. */
	margin: 0 auto;
	background: url(../pur_images/bg_center.gif);
	}
	
#containerSmall {
	position: relative;
	width: 524px; /* Width of all the content. */
	margin: 0 auto;
	background: url(../pur_images/bg_center_small.gif);
	}

/*#container {
	position: relative;
	min-height: 625px;
	width: 800px; /* Width of all the content. */
/*	height: 625px;
	margin: 0 auto;
	background: url(../pur_images/bg_center.gif);
	}
*/

#header_top {
	background: #ECECEC;
	height: 20px;
	width: 800px;
	text-align: right;
	padding: 0;
	}
	
#header_top p {
	color: #78472E;
	font-size: 11px;
	padding: 2px 32px 0 0;
	}

#header_logo_left {
	margin-left: 20px;
	padding: 0;
	}

#header_bar_phone {
	margin-left: 32px;
	margin-top: 1px;
	width: 213px;
	height: 18px;
	float: left;
	padding: 0;
	}

#header_bar {
	background: #EFE3CE;
	height: 17px;
	width: 736px;
	text-align: right;
	margin: 1px 0 0 33px;
	border-top: 1px solid #B89F93;
	color: #78472E;
	font-size: 11px;
	padding: 0;
	
	}
	
#header_bar img{
	float: left;
	padding: 0;
	}

#header a {
	color: #78472E;
	font-decoration: none;
	padding: 0;
	}
	
#center_main {
	position: relative;
	margin-left: 33px;
	clear: both;
	}

#left_nav {
	
	}

#left_nav_items {
	width: 153px;
	font-family: Verdana;
	font-size: 12px;
	background-color: #EFDFC1;
	}
	
#left_nav_items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_nav_items a {
	display: block;
	border-bottom: 1px solid #B89F93;
	width: 153px;
	padding: .2em 0 .2em 0;
	background-color: #EFDFC1;
	color: #78472E;
	text-decoration: none;
	}
	
#left_nav_items a:hover {
	background-color: #F7EFE1;
	}


.tabinfobox {
        display:none;
        overflow: auto;
        border-width: 0px;
        width: auto;
        min-height: 195px;
        height: 100%;
        background-color: white;
        border-bottom-style: solid;
        padding: 0px;
        z-index:0;
		}
		
.tabinfobox ul {
	list-style-position: outside;
	margin-left: 20px;
	
}
		
#item_description {
	text-align: right;
	padding: 2em 1em 0 .7em;
	}
#checkoutLogintxt {
	font-family: Arial, Verdana, Helvetica, sans-serif;;
	font-size: 16px;
	color: #000;
	padding-left: 5px;
	font-weight: 400;
	text-decoration: underline;
}

#locationsTable {
	font-size: 11px;
	margin-top: -10px;
}

	#locationsTable tr.oddRow {
		background-color: #EFDFC1
	}
	
	#locationsTable tr.tableHead {
		font-size: 12px;
	}
	
	#locationsTable td{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#locationsTable .phoneNum {
		/*font-weight: bold;*/
	}
	#locationsTable .locationName {
		/*font-weight: bold;*/
	}
	
	
.page_title h1 {
/*
	font-family: Georgia;
	font-size: 18px;
	padding-bottom: .7em;
	color: #222222;
*/
	color: #581D00;
	font-family: Georgia;
	font-size: 18px;
	line-height: 1em;
	font-weight: lighter;
	}
	
.page_content_new {
	padding: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}
div.captionLink {
	position: relative;
	float: right;
	margin-top: -30px;
}

div.captionLink a{
	font-size: 11px;
	color: #444444;
}

#item_description h1 {
	color: #581D00;
	font-family: Georgia;
	font-size: 24px;
	line-height: 1em;
	font-weight: lighter;
	}
	
#item_description h2 {
	color: #581D00;
	font-family: Georgia;
	font-size: 14px;
	}
	
/* #item_description p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	line-height: 1.2em;
	} */

#item_description p {
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: 12px;
	 color: #666666; 
	line-height: 1.2em;
	}
	
#item_description a {
	text-decoration: none;
	color: #581D00;
	font-weight: lighter;
	}
	
#item_description a:hover {
	text-decoration: underline;
	}

#shopping_cart {
	color: #78472E;
	font-size: 11px;
	text-align: center;
	padding: 3px 2px 3px 2px;
	}

#shopping_cart a {
	color: #78472E;
	}

#shopping_cart td {
	border-bottom: 1px solid #78472E;
	padding: 3px 0 3px 0;
	}
	
.call_out {
	color: #78472E;
	font-size: 11px;
	padding-bottom: 5px;
	}

.call_out a {
	color: #78472E;
	}
	

td.page_content {
	padding: 1.5em;
	border: 1px solid #B89F93;
	}
	
td.page_content p {
	line-height: 14px;
	text-align: justify;
	font-size: 12px;
	color: #444444;
	}

/* -------------------------- Footer -------------------------- */
	

#footer_left_corner {
	margin-left: 23px;
	}
	
#footer_right_corner {
	margin-right: 21px;
	}


#footer {
	position: relative;
	margin: -23px auto 0;	/* Pulls footer up and centers footer. */
	width: 800px;
	overflow: hidden;
	z-index: 1;
	}
	
#footer_spacer {
	background: color: #ECECEC;
	height: 5px;
	width: 800px;
	}

#footer p {
	color: #78472E;
	font-size: 11px;
	margin: 0;
	padding: 2px;
	}
	
#footer a {
	color: #78472E;
	font-decoration: none;
	}
	
#footer_bottom {
	padding-top: 22px;
	}
	
.footer_right {
	float: right;
	}

.footer_left {
	float: left;
	}
	
#mainmenu {
	width: 123px;
	}

#mainmenu a {
	position: relative;
	width: 123px;
	color: #78472E;
	background: #EFDFC1;
	font: 12px Verdana;
	text-decoration: none;
	border-bottom: 1px solid #B89F93;
	}
	
#mainmenu a:hover {
	background: #A6772F;
}

#checkOut_update_btn {
	padding-right: 11px;
}

.products_listing {
	padding-bottom: .7em;
	}

.products_listing p {
	border: 0;
	padding: .25em .25em .75em .25em;
	margin: 0;
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	}
	
.products_listing a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	font-weight: 400;

	}
.products_listing h1 {
	padding-top: 25px;   /* to center text on center of image */
}
.products_listing h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
	
	}
	
.products_listing h3 {
	font-family: Georgia;
	font-size: 14px;
	color: #581D00;
	padding-top: .5em;
	}
	
.tab_title {
	border-bottom: 1px solid #B89F93;
	padding-left: .5em;
	padding-right: 1em;
	font-size: 12px;
	}
	
.location {
	color: #444444;
	}

.location h3 {
	font-size: 1.2em;
	padding: 1em 0 0 0;
	font-family: Georgia;
	color: #222222;
	}
	
.location img {
	height: 1px;
	width: 175px;
	border: none;
	}
	
.b4after {
	height: 200px;
	}

.b4after p {
	color: #444444;
	}
	
.b4after h2{
	color: #222222;
	font-family: Georgia;
	font-size: 1.2em;
	}

.b4after img {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
	border: none;
	}

#rotateImage1 {
	position: absolute;
	top: 0px;
	left: 404px;
	height: 273px;
	width: 490px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

#rotateImage2 {
	position: absolute;
	top: 0px;
	left: 404px;
	height: 273px;
	width: 490px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}


#rotateImage1_reg {
	position: absolute;
	top: 0px;
	left: 125px;
	height: 273px;
	width: 490px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

#rotateImage2_reg {
	position: absolute;
	top: 0px;
	left: 125px;
	height: 273px;
	width: 490px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

div#showtimes {
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #333;
	width: 250px;
	padding: 5px;
}
div#showtimes h3 {
	color: #78472E;
}
div#showtimes ul {
	list-style: none;
}

div#collector {
	text-align: right;
	background-image: url('images/collector_background.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 743px;
	margin-left: 28px;
	clear: both;
	color: #78472E;
	padding-top: 15px;
	padding-right: 25px;
	z-index: 1;
}

