html, body
{
	height: 100%;
    background: #ffffff;
}

body
{
    color: #5b3d1c;
	margin: 0;
	padding: 0;
	font: 68%/1.2em Trebuchet MS, verdana, arial, sans-serif;
    background-image: url('../images/bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
table
{
    border: 0px;
    width: 100%;
}
table.main_table
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

table.box
{
	border: #699b12 2px solid;
	padding-bottom: 10px;
}

div.wooden_sign
{
   background-image: url('../images/wooden_sign.png');
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 70%;
   height: 252px;
   width: 276px; 
}
td
{
    color: #5b3d1c;
}
td.boxheader
{
    background-image: url('../images/box-bckgr.gif');
    background-repeat: repeat-x;
	height: 33px;
	padding-left: 10px;
}
td.box
{
	padding-left: 10px;
	padding-right: 10px;
}
td.header_space
{
    height: 150px;
}
td.corner_up_left
{
    background-image: url('../images/corner_upperleft.png');
    background-repeat: no-repeat;
    height: 34px;
    width: 31px;
}
td.up_middle
{
    background-image: url('../images/top_bar.png');
    background-repeat: repeat-x;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}
td.corner_up_right
{
    background-image: url('../images/corner_upperright.png');
    background-repeat: no-repeat;
    height: 34px;
    width: 31px;
}
td.border_left
{
    background-image: url('../images/border_left.png');
    background-repeat: repeat-y;
    width: 31px;
}
td.content
{
    background-color: white;
    padding-top: 25px;
    padding-bottom: 15px;
}
td.content_middle
{
	padding-left: 10px;
	padding-right: 10px;
}
td.border_right
{
    background-image: url('../images/border_right.png');
    background-repeat: repeat-y;
    width: 31px;
}
td.corner_bottom_left
{
    background-image: url('../images/corner_lowerleft.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 31px;
}
td.bottom_middle
{
    background-image: url('../images/lower_bar.png');
    background-repeat: repeat-x;
    height: 30px;
}
td.corner_bottom_right
{
    background-image: url('../images/corner_lowerright.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 31px;
}
td.productboxsmall
{
	width: 50%;
	border: #699b12 2px solid;
}
span.hyperlinks_bar
{
    padding-top: 4px;
    float: right;
    display: inline;
}
img
{
    border: 0px;
    vertical-align: middle;
}
a.hyperlink
{
    text-decoration: none;
    color: #5b3d1c;
}
a
{
    text-decoration: none;
    color: #5b3d1c;
	outline: none;
}

a:hover {
	text-decoration: underline; 
	outline: none; 
}

ul {
	margin: 0px;
	padding: 0px;
}
/*
.TreeView li
{
	padding: 0 0 0 18px;
	float: left;
	width: 100%;
	list-style: none;
} 
li.Expanded
{
	background: url(../images/minus.gif) no-repeat left top;
}

li.Expanded ul
{
	display: block;
}

li.Collapsed
{
	background: url(../images/plus.gif) no-repeat left top;
}

li.Collapsed ul
{
	display: none;
} 
*/
input.sbquantity {
	width: 30px;
}

div.togglers {
  	height: 20px;
	font-weight:bold;
	background-color:#999999;
	margin-bottom: 1px;
	padding-left: 10px;
	padding-top: 5px;
}

div.elements {
} 