* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-color:#372316;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../images/layout/pagebg.jpg);
	background-repeat:repeat-x;
}

form 
{
   height:100%;   
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#B59A8A;
	padding:0 0 15px 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#252525;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#252525;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:18px;
	color:#252525;
	padding:0 0 10px 0;
}

p a {
	color:#591116;
}

p a:link {
	color:#591116;
	text-decoration:none;
}

p a:visited {
	color:#591116;
	text-decoration:none;
}

p a:hover {
	color:#591116;
	text-decoration:underline;
}

p a:active {
	color:#591116;
	text-decoration:none;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;	
	color:#252525;
	padding:10px 0 10px 30px;
}

li {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#252525;
    padding:0 0 5px 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ede8d5;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ede8d5;
}
a:hover {
	text-decoration: none;
	color: #ede8d5;
}
a:active {
	text-decoration: none;
	color: #ede8d5;
}

/************************************** tables ******************************************************************/

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
	color:#252525;	
}

td, tr, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#252525;	
}

.pattern table {	
	border: 1px solid #CCCCCC;	
}

.pattern td, tr, th {	
	border: 1px solid #CCCCCC;
}

.pattern th {
	background-color:#CCCCCC;
}

.pattern td {	
	width:150px;
	height:50px;text-align:center;
}

.pattern  th {
	background-color:#CCCCCC;
	text-align:center;
}

.pattern1 table {
	float:left;
}


.pattern1 td, tr, th {	
	border: 1px solid #CCCCCC;
	text-align:center;
	width:120px;
	height:20px;
}

.pattern1 th {
	background-color:#CCCCCC;
}

.pat3 td{
	height:130px;
	vertical-align:top;
}

.pat4 td{
	vertical-align:top;
}

.pat5 td{
	vertical-align:top;
	height:80px;
	width:260px;
}

.pat3 td img{
	border:0;
}

.pat4 td img{
	border:0;
}

.pat5 td img{
	border:0;
}


/****************************************************************************************************/

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #dddace;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3f281a;
	border-left-color: #3f281a;
}
#header {
	background-color: #77695c;
	padding: 0;
	height:331px;
	background-image:url(../images/layout/headerbg.jpg);
	background-repeat:repeat-x;
}
.logo {
	height:75px;
}

.logo img{
	border:0;
}
#header .topnavigation {
	height:42px;
}
#header .secondarynav {
	height:213px;
	width:800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f281a;	
	background-color:#d9ceb1;
	
}

#mainContent {
	background-color: #dddace;
	padding:20px;    
}

.mov {
padding-top:20px;

}

#footer {
	margin:0 auto;
	width: 800px;
	height:50px;
	text-align:left;	
}

.clrb {
 clear:both;
 height:140px;
}
.psh {
	height:50px;	
}

/********************************** top menu ********************************************/

.topnavigation ul {
	padding:10px 0 0 20px;
	list-style-type: none;
}
.topnavigation li {
	display:inline;	
	padding:0 5px 0 10px;
	background-image:url(../images/ico/dot.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
}

.topnavigation li.first {
	display:inline;			
	background-image:none;
	padding:0 5px 0 0;	
}
.topnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ede8d5;
	font-size: 13px;
}
.topnavigation a:link {
	text-decoration: none;
}
.topnavigation a:visited {
	text-decoration: none;
	color: #ede8d5;
}
.topnavigation a:hover {
	text-decoration: none;
	color: #3b2718;
}
.topnavigation a:active {
	text-decoration: none;
	color: #ede8d5;
}
/********************************** bottom menu ********************************************/

.bottomnavigation ul {
	padding:5px 0 0 20px;
	list-style-type: none;
}
.bottomnavigation li {
	display:inline;
	background-image:url(../images/ico/bdot.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:0 5px 0 10px;
}

.bottomnavigation li.first {
	display:inline;
	background-image:none;	
	padding:0 5px 0 0;
}

.bottomnavigation li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #231309;
	font-size: 11px;
	font-weight:bold;
}
.bottomnavigation li a:link {
	text-decoration: none;
	color: #231309;
}
.bottomnavigation li a:visited {
	text-decoration: none;
	color: #231309;
}
.bottomnavigation li a:hover {
	text-decoration: none;
	color: #999966;
}
.bottomnavigation li a:active {
	text-decoration: none;
	color: #231309;
}
/***********************************************************************************************/

.copyright {
	padding:5px 0 0 20px;
}
.copyright p {
	color:#a68f76;
	font-size:9px;
	margin:0;padding:0;
}

/****************************************site news area********************************************/

#news {
	float:left;
	width:460px;	
	margin:0 20px 10px 0;
	padding:0;
}

#news .site_news {
	float:left;
	width:220px;	
	margin-right:20px;	
}

#news .site_news p{
	font-size:11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;	
	padding:15px;
}

#news h2{	
	font-style: normal;
	line-height: normal;
	font-weight: normal;	
	padding:0 0 5px 15px;
}

#news .site_news span{

    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;	
	font-size:10px;
    padding:0 0 3px 0;
    color:#252525;
	
}

#news .more {
	font-size:10px;	
}

#news .more a {
	font-size:10px;	
	font-weight:bold;
	color:#252525;
}

#news .more a:link {
	color:#252525;
	text-decoration:none;
}

#news .more a:visited {
	color:#252525;
	text-decoration:none;
}


#news .more a:hover {
	color:#252525;
	text-decoration:underline;
}

#news .more a:active {
	color:#252525;
	text-decoration:none;
}



/*********************************************************/
#news .stock_info {
	float:left;
	width:220px;
}

#news .frame{
	background-color:#e0dac6;
	border: 1px solid #e3e1d5;
	padding:15px;
}

#news .stock_info .frame p{
	font-size:11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;	
	}
#news .stock_info ul {
	font-size:10px;
	font-weight: normal;	
	padding:5px 15px 20px 0px;
	list-style-type: none;
}

#news .stock_info li {
font-size:10px;
	padding:0 0 10px 20px;
	background-image:url(../images/ico/pdf.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}

#news .stock_info a{
	
	font-size:11px;
	color:#591116;
	font-weight:normal;
}

#news .stock_info a:visited {
	text-decoration: none;
	color: #591116;
}
#news .stock_info a:hover {
	text-decoration: underline;
	color: #591116;
}
#news .stock_info a:active {
	text-decoration: none;
	color: #591116;
}


/*************************************** navig *****************************************************/

.lumber {
 float:left;
 width:133px;
 height:208px;
 margin:6px 1px 6px 1px;
}

.lumber .pic_area {
	height: 164px;
	width:133px;
	background-color:#b4a28d;
	background-image:url(../images/menu/lamber.jpg);
	background-repeat:no-repeat;
}

.fblanks {
 float:left;
 width:132px;
 height:208px;
 margin:6px 1px 6px 0;
}

.fblanks .pic_area {
height: 164px;
width:132px;
background-color:#b4a28d;
background-image:url(../images/menu/flooring.jpg);
	background-repeat:no-repeat;
}



.gblanks {
 float:left;
 width:132px;
 height:208px;
 margin:6px 1px 6px 0;
}

.gblanks .pic_area {
height: 164px;
width:132px;
background-color:#b4a28d;
background-image:url(../images/menu/gunstock.jpg);
	background-repeat:no-repeat;
}



.finished {
 float:left;
 width:132px;
 height:208px;
 margin:6px 1px 6px 0;
}

.finished .pic_area {
height: 164px;
width:132px;
background-color:#b4a28d;
background-image:url(../images/menu/finished.jpg);
background-repeat:no-repeat;
}


.sales {
 float:left;
 width:132px;
 height:208px;
 margin:6px 1px 6px 0;
}

.sales .pic_area {
height: 164px;
width:132px;
background-color:#b4a28d;
background-image:url(../images/menu/sales.jpg);
background-repeat:no-repeat;
}

.squares {
 float:left;
 width:132px;
 height:208px;
 margin:6px 0 6px 0;
}

.squares .pic_area {
height: 164px;
width:132px;
background-color:#b4a28d;
background-image:url(../images/menu/squares.jpg);
	background-repeat:no-repeat;
}

.secondarynav .bottom {
	height: 44px;	
	padding:5px 15px 0 15px;
	margin:0;
	font-size:12px;
}

.secondarynav a {
	font-family:Arial, Helvetica, sans-serif;
	color:#422a1c;
	font-weight:bold;
	font-size:10px;
	line-height:normal;
	
}

.secondarynav a:visited {
color:#422a1c;
text-decoration:none;
}

.secondarynav a:hover {
color:#422a1c;
text-decoration:underline;
}

.secondarynav a:active {
color:#422a1c;
text-decoration:none;
}

.secondarynav br {
	padding:0;margin:0;
}

#upload
{
    float:left;
    width:350px;    
}

#files 
{
    float:left;
    width:400px;     
}

#files ul {
	font-size:10px;
	font-weight: normal;	
	padding:10px 15px 20px 10px;
	list-style-type: none;
}

#files li {
	padding:0 0 5px 20px;
	background-image:url(../images/ico/pdf.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
}

#files a{
	
	font-size:10px;
	color:#591116;
	font-weight:bold;
}

#files a:visited {
	text-decoration: none;
	color: #591116;
}
#files a:hover {
	text-decoration: underline;
	color: #591116;
}
#files a:active {
	text-decoration: none;
	color: #591116;
}

.address {
	float:left;
	width:240px;
	
	
	
}

.contact_form {
	float:left;
	width:320px;
	
	
	
	
}
.contact_form span{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#252525;	
}

.directions {
	float:left;
	width:200px;
		
	
}

.directions img{
	border: 1px solid #999999;	
}

input 
{
	width: 250px;
	height:15px;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#252525;	
	padding:2px 2px 0 2px;
	vertical-align:middle;
	
}

textarea
{
	width: 285px;
	height:95px;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#252525;	
	padding:2px 2px 0 2px;
	vertical-align:middle;
	
}

.submit {
	width:85px;
	height:25px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#252525;	
}

.image_gb {
	float:left;
	margin:5px 10px 5px 5px;
	border: 1px solid #000000;	
}

.image_right {
	float:right;
	margin:5px;
	border: 1px solid #000000;	
}

.image_right1 {
	float:right;
	margin:5px 5px 5px 20px;
	border: 1px solid #000000;	
}

.image_left {
	float:left;
	margin:5px 30px 5px 0;
	border: 1px solid #000000;	
}


.image_mulch {
	margin:3px;
	border: 1px solid #000000;	
}

.center {
	text-align:center;
}

.download_section ul {
	font-size:12px;
	font-weight: normal;	
	margin:0;padding:20px 0 0 0;
	list-style-type: none;
}

.download_section li {
	font-size:12px;
	padding:0 0 10px 20px;
	background-image:url(../images/ico/pdf.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	list-style-type: none;
}

.download_section a{
	
	font-size:12px;
	color:#591116;
	font-weight:normal;
}

.download_section a:visited {
	text-decoration: none;
	color: #591116;
}
.download_section a:hover {
	text-decoration: underline;
	color: #591116;
}
.download_section a:active {
	text-decoration: none;
	color: #591116;
}

.center_align {
	text-align:center;
}


/***************************** gunstock blanks ******************************************/

.tables {
	width:700px;
}

.left_part {
 float:left;
 width:400px;
 padding:10px;
}

.right_part {
 padding-top:40px;
}

.right_part img{
 margin-left:40px;
 border:1px solid #000000;
}

.no_border {

border:0;
}