
/* ************* START general layout and template formatting ************* */
body
{
    /*
	  background-image: url(images/bkrepeat2.jpg);
	  background-position: left top;
	  background-repeat: repeat;
	*/
	/* font-family: Georgia, Verdana, "Courier New", sans-serif; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #613020;
	/* color: #591600; */
	margin-top: 0;
}

td 
{
    text-align: left;  /* set default behavior: override the centered default behavior in IE with XHTML */
}

.td-right
{
    text-align: right;  /* overriding the default choice above, since you cannot do so in HTML (CSS takes precedence) */
}

.td-center
{
    text-align: center;  /* overriding the default choice above, since you cannot do so in HTML (CSS takes precedence) */
}

.bodytext
{	
	/* background-color: #fefed9; */
	background-color: #ffffff;
	color: #591600;
	font-size: 11pt;
}

.bodytext a,
.bodytext a:link,
.bodytext a:active,
.bodytext a:visited
{
  	color: #074d2d;
	font-style: italic;
    text-decoration: none;
}

.bodytext a:hover
{ 
	text-decoration: underline;
}

.bodytext-emphasis
{
	font-weight: bold;
}


.text-header1
{
	/* used to display main title on each page */
	color: #591600;
	/* font-family: Georgia, Verdana, "Courier New", sans-serif; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}  

.text-header2
{
	color: #591600;
	/* font-family: Georgia, Verdana, "Courier New", sans-serif; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13pt;
}  

.text-header3
{
	color: #591600;
	/* font-family: Georgia, Verdana, "Courier New", sans-serif; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	/* font-style: italic; */
	font-size: 13pt;
}  

.footer,
.footer a,
.footer a:link,
.footer a:active,
.footer a:visited
{
	font-size: 9pt;
  	color: #ffffff;
    text-decoration: none;
}

.footer a:hover
{ 
	text-decoration: underline;
}

/* ************* END general layout and template formatting ************* */
 
 







/* ************* START text and header classes ************* */
.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;
}  

.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 ************* */


/* ************* 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
{
  border: 0;
  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 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: 8pt;
}
.footer-body
{
	font-size: 7.5pt;
}
.footer-navmenu, .footer-navmenu a
{
	text-align: center;
	text-decoration: none;
	color: #591600;
	font-size: 7.5pt;
}
.footer-navmenu a:hover
{
	text-decoration: underline;
}
/* ************* END footer ************* */
 

/*  @import url(otherstylesheet.css);  */