/* Stylesheet Copyright © 2006 Sooner Custom Moldings LLC
All rights reserved. Created specifically for Sooner Custom Moldings LLC by
Tulsa Web Results http://tulsawebresults.com */

/* page styles */

#content {
    position: relative;
    margin-right: 20px;
    margin-left:20px;
    margin-top: 20px;
    }

/* style the nav bar */
#nav {
 line-height: 1.4em;
  background: #7B1915;
  text-align: center;
  padding-top: 3px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin-bottom: 10px;
  }

#nav a{
  text-decoration: none;
  color: #e9e3be;
  font-weight: bold;
  text-transform: uppercase;
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  
}
#nav a:hover {
  color: #ffe;
  }
#nav a:visited{
  background: #7B1915;
}
	

/* catalog styles */

#catalog {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

.box {
  display: block;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin: 5px;
  width: 210px;
  height: 293px;
  float: left;
  padding-top: .5em;
  text-align: center;
}

.window {
  height: 200px;
  width: 210px;
}

.window a{
  display: block;
  width: 180px;
  height: 180px;
  margin: 0px auto;
}

.desc{
  bottom: 3px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: #aa9a92;
  padding: 5px;
  width: 85%;
  height: 75px;
  color: #7f2616;
  font-size: 1em;
  font-weight: bold;
}

.tiny{
  font-size: .75em;
  line-height: 1.1em;
}
/* end catalog styles */

/* classes */

.hide {
	display: none;}

/*default styles */

p, h3, h4, h2, pre, form {
	margin:0em 1em 1em 1em;
	}
hr {
	width: 90%;
	}

li {
	list-style-type: none;
	}

a:link {
    color: #ffe4c4;
    text-decoration: underline;

	}

a:visited {
  	color: #ffe4c4;
}

a:hover {
	text-decoration: none;
    }


em {
        font-weight: bold;
        font-style: normal;
        }

img {
	border: none;
	}

