/* stylesheet for Gordon's Guns */
header {
  color: orange;
  background-color: #48772a;
  width: 100%;
  padding-bottom: 10px;
  font-family: Arial Black;
  text-align: center;
  font-size:20px;
}

footer {
  color: orange;
  background-color: #48772a;
  width: 100%;
  bottom: 0;
  padding-top: 10px;
  font-family: Arial Black;
  text-align: center;
}

body {
  background-color: #48772a;
  font-family: Georgia;
  width: 100%;
}

/* format for page links */
a {
  color: #351500;
  text-decoration: underline;
  font-weight: bolder;
}
/* highlight for section titles */
h4 {
  font-family:Georgia;
  font-size:30px;
  font-weight:bold;
}
/* format for header links */
th {
  width:20%;
  padding:10px;
}
/* title formats */
.title {
  color: orange;
  background-color: #48772a;
  text-align: center;
  font-family: Arial Black;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.pagetitle {
  color: orange;
  background-color: #48772a;
  text-align: center;
  font-family: Arial Black;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.contact {
  color: orange;
  background-color: #48772a;
  text-align: center;
  font-family: Arial Black;
  font-size: 16px;
  padding-bottom: 10px;
}

/* body formats */
.body-left {
  position: fixed;
  left: 10px;
  color: orange;
  background-color: #48772a;
  font-size: 18px;
  font-weight: bolder;
  line-height: 40px;
  width: 12.5%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.body-center {
  background-color: white;
  position: relative;
  left: 12%;
  padding: 10px;
  width: 75%;
  font-family: Georgia;
  font-size: 18px;
  text-align: center;
  text-indent: 5px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.body-right {
  float: right;
  color: green;
  background-color: #48772a;
  font-family: Arial Black;
  font-size: 18px;
  font-weight: bolder;
  line-height: 40px;
  padding-top: 20px;
  padding-left: 40px;
}

.body-text {
  text-align:justify;
  padding-left:2%;
  padding-right:2%
}
/* footer format */
.title-footer {
  color: orange;
  background-color: #48772a;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* table formats */
table#header-links {
  width:100%;
  font-family: Arial Black;
  font-size:20px;
  padding-bottom:10px;
}

table#hours {
  text-align:left;
  width:70%;
  padding-top:10px;
  padding-left:50px;
  position:relative;
  left:27%
}

table#tbrands {
  text-align:center;
  width:100%;
}

table#specs {
  text-align:left;
  width:60%;
  padding-top:10px;
  padding-left:40px;
  position:relative;
  left:30%
}

table#ammo {
  text-align:left;
  width:40%;
  padding-top:10px;
  padding-left:30px;
  position:relative;
  left:32%
}

table#accessories {
  text-align:left;
  width:100%;
  padding:10px;
  position:relative;
  left:10%
}
/* form format */
.newsletter-form {
  text-align:left;
  position:relative;
  left:43%
}
/* image formats */
.thumbnail {
  width:125px;
  height:100px;
}

.thumb-custom {
  width:500px;
  height:350px;
}

.thumbnail-2 {
  width:200px;
  height:200px;
}