﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif ;
	font-size: small;
	color: #000;
	background-color: #eed;
	width: 100%;
	padding: none;
	margin: none;
	outline: none;
	border: none;

}


h1
{ font-size: 1.2em;
  font-family: Verdana;
    
    }
    h2
{ font-size: 1.0em;
  color: #cc6600;
  font-family: Verdana;
    }
    h3
    { font-size: .9em;
      font-family: Verdana;
      color: #cc6600;  /* burnt orange*/
    }
        h4
    { font-size: .9em;
      font-family: Verdana;
      color: #556b2f;   /*dark green*/
    }
            h5
    { font-size: .8em;
      font-family: Verdana;
    }

#container {

	width: 980px;
	margin: 0 auto;
	background-color: #ddb;

	}

#content {
    width: 100%;
	background-color: #fff;
	min-height: 768px;
	 border-top: solid 1px #ddb;
	 border-left: solid 1px #ddb;



}
/*page hyperlink*/
a {
	color: #008000;
}
a:hover {
	color: #800000;
}

/*masthead*/





/*Inventory Content*/
#inventorycontent 
{
    float: left;
    background-color: #fff;
    min-height : 768px;
    width: 732px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;

}

#disclaimer
{
            border: solid 2px #DDB;
            background-color: #FFFFF0;
            padding: 16px;
            clear: both;
            width: 672px;
}


/* Styles for Sidebar Navigation */
#sidebar 
{
    float: left;
    width: 240px;
    background-color: #ddb;

}
#sidebar li 
{
   
    padding-left: 28px;
    padding-top: 2px;
    padding-bottom: 2px;

	}

#sidebar ul 
{
padding: 0;
margin: 0;
list-style-type: none;
text-align: left
}

#sidebar p
{
            text-align: left;
            padding: 16px 0px 3px 0px;
            margin: 0;
            text-indent: 18px;
        }

/*
#sidebar a {

	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
}*/

/* Styles for Footer */

#footer {
	text-align: left;
	clear: both;
	width: auto;
	overflow: auto;
	background-color: #eed;
}
#footer p 
{
    font-size: 80%;
    color: #000;
	margin: 2px;
	padding: 2px;
	display: block;
	border: none;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}			

/* styles for the paging buttons section */

#pagebuttons
{
    clear: both;
    padding: 12px;
    margin: 12px;
    width: auto;
}

#pagebuttons p
{
    font-size :small 
}

#lumbersales 
{
    width: 300px;
    float: right;
    font-size: 12px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 4px;
     color: #556b2f;   /*dark green*/
}
/*top menu navigation*/
#topmenu {
    
	float: left;
	width: 400px;
	background-color: #EED;    /* same as background */
	padding: 0px;
	font-size: 14px;
}


/* Styles for Top MenuNavigation */
#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#topmenu li {
	float: left;
	padding: 0px 4px 0px 4px;
	}
#topmenu a {
	
	color: #989a66;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
		
}
#topmenu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #556b2f;

}

/* styles for other content (non inventory) */

#othercontent
{
padding-top: 24px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
margin: 0px;
min-height: 768px;
width: 956px;
background-color: White;
}

#othercontent li
{
    padding-bottom: 12px;
    margin-left: 16px;
    
}
#othercontent ul
{
    padding-left: 12px;
}



#othercontent p
{
            border: solid 1px #DDB;
            padding: 16px;
            
}


#column1
{
    float: left;
    /*border-left: solid 8px #996;*/
    margin-left: 8px;
    margin-right: 20px;
}

#column2
{
    float: left;
    /*border-left: solid 8px #996;*/
    margin-left: 8px;
    margin-right: 20px;
}

#column3
{
    float: left;
    /*border-left: solid 8px #996;*/
    margin-left: 8px;
    margin-right: 20px;
}

#columnleft
{
    padding: 24px;
    float: left;
    width: 632px;

}

#columnright
{
    float: left;
    padding-top: 2px;
    padding-right: 0px;
    width: 300px;
    display: block;
    background-color: white;
    min-height: 766px;
    }


/* styles for product detail page */

#contentdetail
{

    background-color: White;
}

#longdesc
{
    clear: both;
}
