
/* ************* START general layout and template formatting ************* */
body
{
	font-family: Georgia, Verdana, Courier New, sans-serif;
	color: #591600;
	margin-top: 0;
}

.maintext-alert { color: #ff0000; font-size: 9pt; font-style: italic; font-weight: bold; }

.layout-maincontent-topnav
{
	background-image: url(images/oldpaper_top_816w.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	height: 50px;
	width: 816px;
	text-align: center;
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-size: 10pt;
}
 
.layout-maincontent-background
{
	background-image: url(images/oldpaper_midRepeat_816w_offset50.jpg);
	background-position: center top;
	background-repeat: repeat-y; 
	padding: 0px;
	width: 816px;
}

.layout-maincontent-background-home
{
	background-image: url(images/oldpaper_sideways_816wX548h.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	width: 816px;
	height: 548px;
}


.layout-maincontent-body
{
	padding: 0px;
	width: 816px;
}

.layout-maincontent-body div.content-header, 
.layout-maincontent-body div.content-body
{
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.layout-maincontent-body div.content-body-product
{
	text-align: left;

}

.layout-maincontent-body-narrow div.content-header, 
.layout-maincontent-body-narrow div.content-body
{
	text-align: left;
	padding-left: 70px;
	padding-right: 50px;
}

.layout-maincontent-body div.dividers,
.layout-maincontent-body-narrow div.dividers
{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.layout-maincontent-body div.content-body-align-center
{
	text-align: center;
}

.layout-sidebar
{
	background-image: url(images/sidenav_leather_repeat144x700c.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px;
	width: 144px;
}

/* ************* END general layout and template formatting ************* */
 
 
/* ************* START navbarA-topnav ************* */
#navbarA-topnav ul
{
	list-style-type: none;
	margin: 0px;
	padding-top: 14px;
	bottom: 0px;
}

#navbarA-topnav ul li
{ 
	display: block;
	float: left;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
}

#navbarA-topnav ul li a
{
	display: block;
	float: left;
	height: 35px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #591600;
}

#navbarA-topnav ul li .topnav-currentpage,
#navbarA-topnav ul li a:hover
{
	background-image: url(images/topnav_emphasisMark30.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
/* ************* END navbarA-topnav ************* */


 
/* ************* START navbarB-linksnav ************* */
#navbarB-linksnav ul
{
	list-style-type: none;
	margin: 0px;
	padding-top: 14px;
	bottom: 0px;
}

#navbarB-linksnav ul li
{ 
	display: block;
	float: left;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
}

#navbarB-linksnav ul li a
{
	display: block;
	float: left;
	height: 35px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #591600;
}

#navbarB-linksnav ul li .topnav-currentpage,
#navbarB-linksnav ul li a:hover
{
	background-image: url(images/linknav_emphasisMark30.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
/* ************* END navbarB-linksnav ************* */




/* ************* START text and header classes ************* */
.text-header1
{
	/* used to display main title on each page */
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 20pt;
}  

.text-header2
{
	/* used to display: 
		date/time/title of calendar events 
	*/
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}  

.text-header3, 
.linkpg-linkdesc
{
	/* used to display: 
		address info on contact page
	*/
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-size: 12pt;
}  

.text-calendar-link a
{
	font-size: 10pt;
	color: #591600;
	font-style: italic;
}

.linkpg-linktitle
{
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}  

.text-header4 
{
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-size: 10pt;
}  

.text-introparagraph
{
	/* used to display: 
		intro paragraph at top of pages 
	*/
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-size: 10pt;
}  

.text-introparagraph-emphasis
{
	/* used to display: 
		first few words of intro paragraph at top of pages 
	*/
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}  

.text-warningmessage
{
  color: #ebe5ce;
  background: #591600;
  border: 1px solid #e7d3ad;
  margin:0px;
  padding: 2px;
  font-family: Georgia, Verdana, Courier New, sans-serif;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 8pt;
}  

.text-largecaps
{
	/* used to display: 
		nav buttons on home page, note the kerning w/ letter spacing
	*/
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-size: 15pt;
	letter-spacing: 3px;
	text-decoration: none;
}

.text-nolinks
{
	/* used to display: 
		href linked words without the link attributes like underline
	*/
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.text-cms-editor
{
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-style: italic;
    font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

.justify
{
  text-align:justify;
}
/* ************* END text and header classes ************* */


/* ************* END paging results classes ************* */
.pagingresults
{

}
.pagingresults-divider
{

}
.pagingresults-currentpage
{

}
/* ************* END paging results classes ************* */


/* ************* START form styling ************* */

.layout-maincontent-body .form-loginform
{
	text-align: left;
	padding-left: 350px;
	padding-right: 0px;
}

label
{
  color: #591600;
  font-family: Georgia, Verdana, Courier New, sans-serif;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 8pt;
}

input, textarea
{
  color: #591600;
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin-bottom: 4px;
}

textarea
{
  scrollbar-3dlight-color: #ebe5ce; 
  scrollbar-darkshadow-color: #ebe5ce; 
  scrollbar-track-color: #ebe5ce; 
  scrollbar-face-color: #e7d3ad; 
  scrollbar-arrow-color: #591600;
}

input.button-submit
{
  color: #591600;
  background: #ebe5ce;
  border: 2px solid #e7d3ad;
	background-image: url(images/form_button_background.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px;
	height: 22px;
	/* width: 115px; */
  text-align: left;
  font-family: Georgia, Verdana, Courier New, sans-serif;
  font-weight: bold;
}

select
{
  color: #591600;
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin-bottom: 2px;
}
/* ************* END form styling ************* */


/* ************* START image styling ************* */
.photo-aboutus,
.photo-photostories
{
  float: left; 
  clear: left;
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin: 4px;
}

.photo-aboutus img,
.photo-photostories img,
.photo-firearms img
{
  border: 0;
  margin: 4px;
}

.photo-firearms
{
  /* float: left; */
  clear: left;
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin: 4px;
}


.photo-aboutus-nophotoavailable
{
    float: left; 
    clear: left;
	height: 200px;
	width: 178px;
	margin: 4px;
}

.photo-map
{
  float: right; 
}

.photo-map img
{
  border: 0;
  margin: 4px;
}

.photo-map-clear
{
  clear: both; 
}

.photo-map-clear img
{
  border: 0;
  margin: 4px;
}

.photo-giftcertificate
{
  text-align: center;
  border: 0;
}

.photo-gunsmith
{
  float: right; 
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin: 4px;
}

.photo-gunsmith img
{
  border: 0;
  margin: 8px;
}

.photo-gunsmith-nophotoavailable
{

}

.photo-signup
{
  float: left; 
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin: 4px;
}

.photo-signup img
{
  border: 0;
  margin: 8px;
}

.photo-home
{
  float: left; 
  clear: both;
  background: #cdb77b;
  border: 1px solid #e7d3ad;
  padding: 2px;
}

.photo-home img
{
  border: 0;
  padding: 2px;
}

/* ************* END image styling ************* */



/* ************* START home page styles ************* */

/*
.home-minicalendar-border
{
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin: 4px;
}

.home-minicalendar-background
{
  border: 0;
  margin: 8px;
  width: 274px;
	background-image: url(images/background_suede316repeat.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
*/

.home-minicalendar-tableborder
{
  background: #ebe5ce;
  border: 2px solid #e7d3ad;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
}

.home-minicalendar-tableborder td
{
  padding: 2px;
	/*	
	background-image: url(images/background_suede316repeat.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	*/
}

.home-minicalendar-tableborder td div.home-minicalendar-bgrnd
{
	background-image: url(images/background_suede366repeat.jpg);
	background-position: center center;
	background-repeat: repeat-xy;
}

.home-minicalendar-text
{
  padding: 8px;
  text-align:justify;
}

/*
*/

/* ************* END home page styles ************* */



/* ************* START general links in body ************* */
.content-body a,
.content-body-align-center a
{
	text-decoration: none;
	color: #591600;
}
.content-body a:hover,
.content-body-align-center a:hover
{
	text-decoration: underline;
}
/* ************* END general links in body ************* */
 


/* ************* START estore styles ************* */
.estore-productinquiry-display
{

}

.estore-product
{

}

.estore-product-form
{
  margin-left: 30px;

}

.estore-product-name, .estore-product-inquirenow
{
	color: #591600;
	font-family: Georgia, Verdana, Courier New, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.estore-product-code
{
	font-style: italic;
}

.estore-product-price
{
	font-style: italic;
}

.estore-product-saleprice
{
	font-style: italic;
}

.estore-product-description
{
  text-align:justify;
}

.estore-productimage
{
  float: left; 
  clear: left;
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin: 4px;
}

.estore-productimage img
{
  border: 0;
  margin: 4px;
}

.estore-productimage-nophotoavailable
{
    float: left; 
    clear: left;
	height: 200px;
	width: 150px;
	margin: 4px;
}

.estore-productimage-form
{
  background: #ebe5ce;
  border: 1px solid #e7d3ad;
  margin-left: 75px;
  margin-right: 75px;
}

.estore-productimage-form img
{
  border: 0;
  margin: 4px;
}

.estore-category-divider
{
	text-align: center;
	/*background: #e7cfad;*/
	background-image: url(images/e7cfad.gif);
	background-position: center center;
	background-repeat: repeat-x;
	width: 735px;
	height: 1px;
  	border: 0;
	margin: 0;
	padding: 0;
}

/* ************* END estore styles ************* */



/* ************* START footer ************* */
.footer-title, .footer-body, .footer-navmenu
{
	font-family: Arial, sans-serif;
	text-align: center;
}
.footer-title
{
	font-size: 10pt;
}
.footer-body
{
	font-size: 9pt;
}
.footer-navmenu, .footer-navmenu a
{
	text-align: center;
	text-decoration: none;
	color: #591600;
	font-size: 9pt;
}
.footer-navmenu a:hover
{
	text-decoration: underline;
}
/* ************* END footer ************* */
 

/*  @import url(otherstylesheet.css);  */