/* Superior Shower Door and Mirror CSS - 01-13-2018 */
/* copyright by Impressive Websites and Alan Darge */

body {background: #95774F url(../images/bgs/navbar_hdr_ltgray_10x320.jpg) repeat-x 0 0px} 
/* body {background: #DAC282 url(../images/bgs/bg_C49A6C-DAC282_10x800.jpg) repeat-x 0 0} */

#container {
  display: block;
	position: relative;
  width: 990px;
	background-color: transparent; 
/*  background: url(../images/bgs/navbar_ltgray_8x40.jpg) repeat-x 0 280px; */
  border: 0;
/*  border-left: 10px double #FFFFFF; */
  padding: 0;
  margin: 0 auto 20px auto;
}

/* Header Section */
#header {
  display: block;
  width: auto;
  position: relative;
  top: 0px;
  left: 0px;
  height: 280px;
  color: #000000;
  text-align: left;
  font-size: 8px; /* size of alt text */
  font-weight: bold;
  background-color: transparent;
  border-left: 15px double #FFFFFF;
  padding: 0;
  margin: 0 auto;
}
#hdrTextLeft { /* normally covered by pix */
  width: 900px;
  float: left;
  color: #000000;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #000000;
  padding: 6px 10px;
  margin: 10px 0 0 0;
}
#hdrTextRight {
  float: right;
  color: #000000;
  text-align: left;
  font-size: 2.6em;
  font-weight: normal;
  padding: 1em 0 0 0;
  margin: 0;
}
#hdrPix {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* position inside header */
/* pix will overflow, text will wrap */
#slogan {
  position: absolute;
  left: 680px;
  top: 120px;
  color: #ff0000;
  text-align: left;
  font-size: 10px; /* make very small if pix is used */
  font-style: italic;
}

/* Main Section */
#main{
  width: auto;
  background-color: transparent;
  border-left: 15px double #FFFFFF;
  padding: 20px 10px 0 20px; /* change this to add left background */
  margin: 4px 0 0 0; /* drop down the left border (don't know why) */
}

/* Top and Bottom navigation bars */
.navBar {
  width: auto;
  height: 30px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 6px auto 3px auto;
}
.navBarAct {
  padding: 0 8px;
  font-size: 1.5em;
}
.navBar a {
  padding: 0 10px; /* side space for | */
}
.navBar a:link{
  color: #000000;
}
.navBar a:visited {
  color: #000000;
}
.navBar a:hover {
  color: #ff0000;
}
.navBar a:active {
  color: #ff0000;
}

#tagLine, #noteLine {
  width: auto;
  color: #4E0806;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border: 0;
  padding: 0;
  margin: 0 auto;
}
#tagLine {
  font-size: 1.5em;
}
#noteLine {
  font-size: 1.2em;
}

.footer, .footerHvr {
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
}
.footer {
	color: #B08D5D;
	background-color: transparent;
}
.footer a:link, .footer a:hover, .footer a:visited, .footer a:active{ color: #B08D5D;}
.footer img, .footerHvr img{
	width: 163px;
	height: 40px;
	float: right;
	border: 0;
	opacity: 0.3;
}
.footerHvr {
	color: #333;
	background-color: #CDA26B;
}
.footerHvr a:link, .footerHvr a:visited, .footerHvr a:active{ color: #00F;}
.footerHvr a:hover{ color: #F00;}
.footerHvr img{opacity: 1;}

ul.blueSquare{list-style-image: url("../images/blts/bul_blue_sq.gif")}
ul.checkMark{list-style-image: url("../images/blts/bul_blue_ck.gif")}
ul.blueDelta{list-style-image: url("../images/blts/bul_blue_delta.gif")}

ul.blackDot {
  list-style-type: none;
  line-height: 130%;
  padding: 0;
  margin: 0;
}
ul.blackDot li {
  background-image: url("../images/blts/bul_black_dot.gif");
  background-repeat: no-repeat;
  background-position: 20px 3px;
  padding: 0 0 5px 52px;
}

.superiorTitle {
  font-family: "Times New Roman", Times, serif;
  margin-left: 0;
  color: #002050;
  font-size: 1.3em;
  font-weight: bold;
}
.pageTitle {
  font-family: "Times New Roman", Times, serif;
  margin-left: 0;
  color: #002050;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: -0.5em;
}

a:link {
  font-weight: bold;
}

/* for the Gallary.html */
/* pictures are all 300x400 except one that is wider */
.pixBx {
  width: 320px; /* 300 plus 2 x 10 for frame */
  text-align: center;
  background: #c0c0c0 url(../images/bgs/bg_paleo141.gif);
  border: 1px solid #523A22;
  margin: 30px 0 0 0;
}
.pixBx img {
  border: 2px solid #523A22;
	margin: 10px auto; /* 10 px frame */
}
.pixCaption {
  width: 288px;
  padding: 6px;
  background-color: #EADCB7; /* was DDD */
  border: 2px outset  #523A22;
  margin: 0px auto 10px auto;
}
