/* 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 */

body {
	background: #524945;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #ffe4c4;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
 	}
 	
/* elements */

#header {
  width: 100%;
	}

#frame {
	width: 95%;
  margin: 10px auto;
  	}

#logo {
  text-align: center;
}

#logo a{
}

#logo img{
    margin-left: auto;
    margin-right: auto;
}
	
spacer {
	width: 380px;
	height: 10px;
	}

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

#content2 {
    position: absolute;
    top: 230px;
    left: 0px;
 	width:185px;
	}

#content2 p, #content2 h3, #content2 h4{
    margin-left: 20px;
}

#content2 img{
        margin: 2px;
}

.second{
  width: 90%;
  margin:10px;
  padding: 3px;
  background: #7B1915;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-left: solid 2px #666;
  border-top: 2px solid #666;
}

#second p{
  margin-left: 5px;
}
#content3 {
	position: absolute;
	right:10px;
	top:230px;
	width:185px;
    }
    
#links li{
	font-size: .8em;
	width: 100%;
	text-decoration: none;
	color: #000000;
	text-align: center;
	background: url(images/bg2.gif);
	margin: 5px 0px 5px -20px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	line-height: 1.4em;
	}


#footer{
        height: 30px;
	width: 90%;
	margin: 5px auto;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #600;
	font-size: .7em;
	clear: both;
    }
    
.left{
  float: left;
  width: 50%;
  }

.right{
  float: right;
  width: 50%;
  }

.linkbox{
  width: 90%;
  margin: 0px auto;
  border: 1px solid black;
  padding: 5px;
  overflow: auto;
  background: #edc;
  color: #330000;
  height: 160px;
}

.stretcher{
  width: 90%;
  clear: both;
  padding: 10px;
}

blockquote{
  margin: 0.5em 1.5em;
}
	
	

/*menu styles*/

#menu {
  text-align: center;
  background: #7B1915;
  height: 1.5em;
  margin: 10px auto;
  padding-top: 5px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  }
    


#menu a {padding-top: 5px;
	color: #e9e3be;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: 1.1em;
    letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
        }

#menu a:visited{
  background: #7B1915;
  
}
	
#menu a:hover {
  color: #ffe;
  }
/* end menu styles */

/* style the nav bar */
#nav {
  width: 100%;
  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;
  margin-left: auto;
  margin-right: auto;
  }

#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;
}
/* form styles */

.notice { /*style the astrick that denotes required fields */
font-size: .7em;
color: #f00;
}

#contact { /* format the form itself */
width: 100%;
margin-left: 10px;
}

#contact .label{ /* format field labels */
float: left;
width: 45%;
}

#contact input, #contact textarea, #contact submit, #contact option{ /* format all input and textareas except size */
margin: 3px;
border: solid 1px #600;
font-size: 12px;
background: #ddd;
color: #222;
font-family: Ariel, Verdana, Helvetica, sans-serif;
}

#contact .long{ /* format size of single line text fields only */
width: 45%;
}

#contact .short{
  width: 30%
}

#contact textarea { /* format size of the textarea only */
margin-top: 5px;
height: 10em;
width: 85%;
padding: 5px;
}

#contact .formhead { /* format the heading on the form */
text-align: center;
border-bottom: 1px solid #600;
margin-bottom: 10px;
width: 95%;
}

#submit { /* format the footer line contaning the buttons */
width: 95%;
height: 1.9em;
border-top: 1px solid #600;
border-bottom: 1px solid #600;
text-align: center;
}
/*end form styles */

/*gallery styles */
#gallery {
  text-align: center;
}

.box {
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin: 0% 1% 0% 1%;
  float: left;
  width: 30%;
  padding-top: .5em;
}
/* end gallery styles*/

#map{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 90%;
}

#map a img{
  float: left;
  width: 49%
}

/* 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;
    }
    
.imgr{
  float: right;
  margin: 10px;
}

.imgl{
  float: left;
  margin: 10px;
}

.sale {
border-top: 2px solid #a66;
  border-left: 2px solid #a66;
  border-bottom: 2px solid #200;
  border-right: 2px solid #200;
  margin: 0% 1% 2% 1%;
	padding-top: 8px;
	background-color: #746b67;
	}
* html .sale{
  background-color: transparent;
	position: relative;
	}

.sale2{
  float: right;
}

.sale h3, .sale h4{
margin: .3em 0;
padding: 0;
}

.redbox{
background-color: #7b1915;
border: 2px solid #200;
padding: 8px;
margin: 10px;
}

.centext{
text-align: center;
}

