/* main styling */

html,
body
{
	height:100%;
	margin:0;
	padding:0;
	border:none;
	background:#d1c6b1 url(../images/layout/bg_repeat.jpg) repeat-x top left;
}

body,
table
{
	line-height:15px;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
	color:#583e2b;
}

img
{
	border:none;
}

a
{
	outline:none;
	text-decoration:underline;
	color:#b5881a;
}

a:hover
{
	text-decoration:underline;
	color:#000;
}

p
{
	margin:0 0 15px 0;
	padding:0;
}

h2
{
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
}

ul
{
	margin:0 0 0 5px;
	padding:0;
}

ul li
{
	margin:0 0 0 20px;
	padding:0;
}

.small
{
	font-size:10px;
}

.tiny
{
	font-size:9px;
}

/* main */

table#main
{
	width:100%;
	height:100%;
}

table#main td#left
{
	height:auto;
	background:transparent url(../images/layout/left_repeat.gif) repeat-y top right;
}

table#main td#left table
{
	width:100%;
	height:100%;
	background:transparent url(../images/layout/left_top.jpg) no-repeat top right;
}

table#main td#left table td
{
	text-align:right;
	vertical-align:bottom;
	background:transparent url(../images/layout/left_top.jpg) no-repeat top right;
}

table#main td#middle
{
	width:780px;
	text-align:left;
	vertical-align:top;
	background:#fff;
}

table#main td#right
{
	background:transparent url(../images/layout/right_repeat.gif) repeat-y top left;
}

table#main td#right table
{
	width:100%;
	height:100%;
	background:transparent url(../images/layout/right_top.jpg) no-repeat top left;
}

table#main td#right table td
{
	text-align:left;
	vertical-align:bottom;
	background:transparent url(../images/layout/right_top.jpg) no-repeat top left;
}

/* frame */

table#frame
{
	width:780px;
	height:100%; /* ? */
}

table#frame td#header
{
	width:780px;
	height:349px;
	background:transparent url(../images/layout/banner.jpg) no-repeat top left;
	text-align:right;
	vertical-align:bottom;
}

table#frame td#header div#menu
{
	padding:0 10px 5px 0;
}

table#frame td#header div#menu a
{
	padding:0 0 0 10px;
	font-size:12px;
	text-decoration:none;
	color:#594517;
}

table#frame td#header div#menu a:hover,
table#frame td#header div#menu a.selected
{
	text-decoration:underline;
	color:#493B32;
}

table#frame td#content
{
	padding:25px;
	text-align:left;
	vertical-align:top;
	background:#fff url(../images/layout/content_top.jpg) no-repeat top left;
}

table#frame td#footer
{
	height:1px;
	padding:10px 0 15px 0;
	text-align:center;
	color:#aaa;
}

table#frame td#footer a
{
	text-decoration:none;
	color:#aaa;
}

table#frame td#footer a:hover
{
	text-decoration:underline;
	color:#000;
}

/* link_scroll */

a.link_scroll
{
	font-size:10px;
	text-decoration:none;
	color:#493b32;
}

a.link_scroll:hover
{
	text-decoration:underline;
	color:#000;
}

/* headline */

img.headline
{
	display:block;
	width:223px;
	height:29px;
	margin:0 0 10px 0;
	padding:0;
	border:none;
}

/* catalog */

table.catalog
{
	width:100%;
	margin:0 0 30px 0;
	background:#fff;
}

table.catalog th,
table.catalog td
{
	padding:5px;
}

table.catalog td
{
	background:#f4eee5;
}

table.catalog th
{
	background:#e1d4bd;
	font-size:11px;
	font-weight:normal;
	color:#4c3a30;
}

table.catalog th.desc,
table.catalog td.desc
{
	text-align:left;
}

table.catalog th.type,
table.catalog td.type
{
	width:100px;
	text-align:center;
}

table.catalog th.class,
table.catalog td.class
{
	width:100px;
	text-align:center;
}

table.catalog th.price,
table.catalog td.price
{
	width:100px;
	text-align:right;
}

table.catalog td.desc
{
	
}

table.catalog td.type
{
	
}

table.catalog td.class
{
	font-size:10px;
}

table.catalog td.price
{
	
}

table.catalog td.price.wide
{
	width:200px;
}

table.catalog td.info
{
	text-align:right;
	letter-spacing:-1px;
	font-size:10px;
}






















