.brn { color: #663333; font-weight: normal; font-size: 12px; line-height: 16px; font-family: Times, Helvetica }
.brnb { color: #663333; font-weight: bold; font-size: 12px; line-height: 16px; font-family: Times, Helvetica }
.brn16b { color: #663333; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Times, Helvetica }
.red { color: #B13024; font-weight: normal; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }

.txt { color: #000000; font-weight: normal; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }
.txtb { color: #000000; font-weight: bold; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }
.txti { color: #000000; font-weight: normal; font-style: italic; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }
.txt12 { color: #000000; font-weight: normal; font-size: 12px; line-height: 16px; font-family: Times, Times New Roman, Palatino, Arial, serif }
.txt16b { color: #000000; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Times, Times New Roman, Palatino, Arial, serif }

.faq_quest { color: #9F3800; font-weight: bold; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }

.store_link { color: #FF7200; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Times, Times New Roman, Palatino, Arial, serif }

.title { color: #B13024; font-weight: normal; font-size: 24px; line-height: 40px; font-family: Arial, Times New Roman, Palatino, Arial, serif }
.sub { color: #B13024; font-weight: normal; font-size: 18px; line-height: 26px; font-family: Arial, Times New Roman, Palatino, Arial, serif }

.hometxt { color: #000000; font-weight: normal; font-size: 14px; line-height: 16px; font-family: Times, Times New Roman, Palatino, Arial, serif }
.btmlinks { color: #000000; font-weight: normal; font-size: 14px; line-height: 20px; font-family: Times, Times New Roman, Palatino, Arial, serif }
.copy { color: #000000; font-weight: normal; font-size: 11px; line-height: 16px; font-family: Times, Times New Roman, Palatino, Arial, serif }

a { color: #333399; font-weight: normal; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }
a:hover { color: #FF9933; font-weight: normal; font-size: 14px; line-height: 18px; font-family: Times, Times New Roman, Palatino, Arial, serif }

a.btmlinks { color: #B13024; font-weight: normal; font-size: 14px; line-height: 35px; font-family: Times, Times New Roman, Palatino, Arial, serif }
a.btmlinks:hover { color: #FF9933; font-weight: normal; font-size: 14px; line-height: 35px; font-family: Times, Times New Roman, Palatino, Arial, serif }

a.copy { color: #B13024; font-weight: normal; font-size: 11px; line-height: 20px; font-family: Times, Times New Roman, Palatino, Arial, serif }
a.copy:hover { color: #FF9933; font-weight: normal; font-size: 11px; line-height: 20px; font-family: Times, Times New Roman, Palatino, Arial, serif }

a.dropmenu { color: #B13024; font-weight: normal; font-size: 12px; line-height: 18px; font-family: Verdana, Times New Roman, Palatino, Arial, serif; text-decoration: none; }
a.dropmenu:hover { color: #FFFFFF; font-weight: normal; font-size: 12px; line-height: 18px; font-family: Verdana, Times New Roman, Palatino, Arial, serif; text-decoration: none; }

a.store_link { color: #E88A16; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Times, Times New Roman; text-decoration: underline; }
a.store_link:hover { color: #333399; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Times, Times New Roman; text-decoration: underline; }

SELECT, INPUT, TEXTAREA {font-family: sans-serif; font-size: 9pt;}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
z-index:100;
}

#dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E88A16;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#likebox-frame{
 border:1px solid #3B59A6;
 width:280px;
 z-index:10;
 overflow: hidden;
 position:relative;
 top:-2px;
 left:-2px;
}
#likebox-frame iframe{
  overflow:hidden;
  position:relative;
  top:-2px;
}
#likebox-frame2{
 border:1px solid #3B59A6;
 width:565px;
 z-index:10;
 overflow: hidden;
 position:relative;
 top:-2px;
 left:-2px;
}

