body, a, input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

html, body
{
	margin: 0px;
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0px; color: #f5873c; font-style: italic; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 11px; }

body
{
	background-image: url(../images/design/hobel-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.outer
{
	background-image: url(../images/design/head-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

div.aligner
{
	width: 950px;
	text-align: left;
	margin: auto;
	position: relative;
}

div.flash
{
	position: absolute;
	right: 0px;
	top: 10px;
	border: 2px solid #CCC;
	padding: 2px;
	width: 360px;
	height: 240px;
}

div.navi
{
	padding: 6px 18px;
}

div.navi a
{
	display: block;
	float: left;
	color: #d26419;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
}

div.navi a:hover
{
	color: #999;
}


a:hover
{
	text-decoration: none;
}

ul
{
	list-style-image: url(../images/design/list-item-image.gif);
	margin-left: 18px;
}

ul li
{
	line-height: 13px;
	margin-top: 9px;
	margin-bottom: 9px;
}

ul li a
{
	font-size: 13px;
}

div.left
{
	float: left;
	margin-top: 90px;
	width: 250px;
	margin-left: 18px;
	position: fixed;
}

div.left div
{
	background-image: url(../images/design/left-box-bg.gif);
}

div.left div div.leftTop
{
	padding: 15px 18px;
}

div.left div div.address
{
	margin: 0px 3px;
	background-image: url(../images/design/left-box-address.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 16px;
}

div.main
{
	float: right;
	width: 650px;
	margin-top: 90px;
	margin-bottom: 70px;
}

div.main div
{
	background-image: url(../images/design/right-box-bg.gif);
	padding: 15px 30px;
}

table.thumbs
{
	width: 100%;
	border-collapse: collapse;
}

table.thumbs td
{
	text-align: center;
	vertical-align: middle;
	padding: 15px 0px;
}

input.email
{
	display: none;
}
