/***********************************************/
/* ESR3.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #3C3A3A;
	background-image: url("Assets/Footprint-BG4a.jpg");
	background-position: 85px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	height: 25px;
	text-align: left;
	padding-left: 55px;
	padding-top: 5px;
}



a:hover {
	text-decoration: none;
	background-image: url(Assets/ESR-MiniLogo.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


h2{
	font-size: 20px;
	color: #334D55;
	font-family: "Times New Roman", Times, serif;
}

h3{
	color: #334d55;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	border-bottom-style: none;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: medium solid #C62426;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: auto;
}

#navBar{
	background-color: #CBCFB6;
	margin-right: 77%;
	margin-left: 5px;
	border: thin solid #C62426;
	margin-top: 5px;
}

#navBar .relatedLinks h3 {
	background-image: url("Assets/Dot-Line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	text-align: center;
}

#content{
	float:right;
	width: 73%;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #3B393A;
	background-image: url(Assets/shinglesC.jpg);
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: 80px;
	text-decoration: none;
}
#address/************* #globalNav styles **************/

{
	color: #FFFFFF;
	white-space: nowrap;
	background-image: url(Assets/ESR-Valance-Trans3.png);
	background-repeat: repeat-x;
	height: 44px;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 40px;
	padding-top: 5px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */



/************** .feature styles ***************/

.feature{
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature h3{
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.featureName {
	padding-top: 20px;
	padding-right: 0px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

/***
.feature div {
	height: 337px;
	width: 504px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: thick double #3B393A;
	padding-bottom: 0px;
	margin-top: 10px;
}

***/
hr {
	color: #C62426;
	background-color: #C62426;
}


/************** .story1 styles *****************/

.story1{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.story1 p{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.story1  img   {
	border: thin solid #424244;
	padding: 3px;
}





/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #3B393A;
	padding: 10px;
	margin-top: 10px;
	background-color: #CBCFB6;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C62426;
	border-bottom-color: #C62426;
	text-align: center;
	margin-bottom: 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/*********** #navBar link styles ***********/


/*#navBar ul a:visited {
	display: block;
}*/

#navBar ul {
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	text-align: left;
	height: 25px;
	padding-top: 5px;
}





/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 35px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
	background-image: url("Assets/LinkBar2.gif");
	background-repeat: repeat-x;
	margin-left: 0px;
	text-align: center;
}

.relatedLinks h3{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
}

/* fix for browsers that don't need the hack */
.relatedLinks li   {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}


/************** #advert styles **************/

#advert{
	font-size: 12px;
	background-image: url("Assets/LinkBar2.gif");
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

#advert img{
	display: block;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#advert2 {
	font-size: 14px;
	background-image: url("Assets/LinkBar2.gif");
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#advert2  div   {
	height: auto;
}
#advert2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #009900;
	margin-top: 5px;
}

#map {
	border: medium solid #C62426;
	margin-right: auto;
	margin-left: auto;
}
#noshoe a:link {
	color: #006699;
	text-decoration: underline;
	padding-left: 0px;
}

#noshoe a:visited {
	color: #006699;
	text-decoration: underline;
	padding-left: 0px;
}

#noshoe a:hover {
	background-image: none;
}

.home_pic_1 {
	height: 337px;
	width: 504px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: thick double #3B393A;
	padding-bottom: 0px;
	margin-top: 10px;
}

.general_pricestable {
	width: 600px;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #CBCFB6;
}

.general_pricestable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border: 1px solid #999999;
}
.general_pic_1 {
	height: 125px;
	width: 150px;
	float: left;
	border: thin solid #C62426;
	margin-right: 10px;
	padding: 3px;
	margin-bottom: 10px;
}

.hiking_pic_1 {
	height: 253px;
	width: 380px;
	border: thin solid #C62426;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
.climbing_pic_1 {
	height: 200px;
	width: 300px;
	border: thin solid #C62426;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
.birken_pic_1 {
	height: 114px;
	width: 502px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	border: thin solid #C62426;
}
.desc_indent {
	padding-left: 15px;
	font-size: 14px;
	font-style: italic;
}
.heat {
	color: #C62426;
	font-weight: bold;
}
.purse-pack-belt_pic_1 {
	height: 113px;
	width: 500px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	border: thin solid #C62426;
}
.custom_pic_1 {
	height: 225px;
	width: 300px;
	border: thin solid #C62426;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
.care_pic_1 {
	height: 200px;
	width: 300px;
	border: thin solid #C62426;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
.zipper_pic_1 {
	height: 113px;
	width: 500px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	border: thin solid #C62426;
}
.zipper_pic_2 {
	height: 309px;
	width: 448px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin solid #C62426;
}
.hours {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
	background-color: #FFFFFF;
	border: thin solid #C62426;
	margin-right: 120px;
	margin-left: 120px;
	margin-top: 5px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.paste  {
	float: right;
	margin-top: 10px;
	padding-right: 25px;
}
