body         { background-image: url('i/mainbg.jpg'); background-repeat: repeat-x; 
               background-position: center top; background-color:#826641 }
.footertext  { font-family: Arial; font-size: 12px; color: #A96C6E; font-weight: bold }
.smallbxcon  { font-family: Arial; font-size: 12px; color: #626262; padding-left: 45px; 
               padding-right: 25px; padding-top: 0; padding-bottom: 0; 
               background-image: url('i/small_box_bg.png') }
.boxedcontent { font-family: arial; font-size: 12px; color: #626262; padding-left: 53px; 
               padding-right: 53px; padding-top: 10px; padding-bottom: 10px; 
               background-image: url('i/box1bg.png') }
.pageheading { background-image: url('i/headingbg.png'); background-repeat: no-repeat; font-family:Arial; font-size:18px; color:#FFFFFF; letter-spacing:-1; font-weight:bold; padding-left:53px; padding-right:53px }
.menubg      { background-image: url('i/menubg1.png'); background-repeat: no-repeat; 
               background-position-y: top }
.headera     { background-image: url('i/headera-flash.png'); background-repeat: no-repeat }
a:link       { color: #6D0406 }
a:visited    { color: #6E0507 }
a:hover      { color: #000000 }
td           { font-family: Arial; font-size: 12px; color: #626262 }
h1           { font-family: Arial; font-size: 19px; letter-spacing: -1; color: #6D0406; 
               font-weight: bold }
.hdesc       { font-family: Arial; font-size: 12px; color: #6D0406 }
.htitle      { font-family: Arial; font-size: 14px; color: #6E0507; letter-spacing: -1; 
               font-weight: bold }
.price       { font-family: Arial; font-size: 18px; color: #B52427; letter-spacing: -1; 
               font-weight: bold }
.subm        { color: #FFFFFF; width: 156; height: 30; font-family: Arial; font-size: 12px; 
               font-weight: bold; padding: 5px; background-image: 
               url('i/butbg.jpg'); background-repeat: no-repeat; 
               background-position-x: left; cursor:pointer }

td.subm:hover {
   background-image: 
               url('i/mbutover.jpg'); background-repeat: no-repeat; 
               background-position-x: left ;
 }

.wrapper { width: 520px; border:0px; clear:both; padding: 0px}
.hidden { display: none; }

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
		
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #808080;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
