html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
}

#header {
    height: 50px;
    width: 100%;
    background:#ffaa00;
	border-bottom:solid #a66000 1px;
}

#headerins {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#headerpic {
	width:300px; float:left;
}

#headerslo a {
	width:660px; position:relative; top:20px; float:left; vertical-align:middle;height:20px;text-align:right;
	color: #a66f00;
	text-decoration:none;
}

#content {
    padding-bottom: 40px;
	height:100%;
	width:100%;
	vertical-align:middle;
	text-align: center;
}

#footer {
    height: 40px;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
    background:#ffdb73;
	text-align: center;
	border-top:solid #ffae40 1px;
}

#btmenu {
	color: #a66f00;
}

#btmenu li {
	display: inline;
}

#btmenu a {
	color: #a66f00;
	font-size: 12px;
}

#btmenu a:hover {
	//color: #bf8f30;
	//font-weight: bold;
	text-decoration:none;
}

#homemenu li {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 40px;
	list-style: none;
}

#homemenu a {
	text-decoration:none;
	color: #a66f00;
}

#homemenu a:hover {
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}

#mydiv {background:white;width:350px;height:200px;margin:-110px 0 0 -175px;top:50%;left:50%;position:absolute;
	text-align: center;
	//border:solid lightgrey 1px;
}

#contenttext {
	text-align:justify; width:960px; margin: 0 auto; padding: 20px;
}

#container {
	height:100%;
	width:100%;
	min-height: 10em;
    display: table-cell;
	vertical-align:middle;
	text-align: center;
}

.tblRowTitle {
  background-color: #D6D7D8;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.tblRow2 {
  background-color:#E6E7E8;
}

h2 {
	color: #ff9400;
}

h3 {
	color: #ff9400;
}

a:link
{
	color: #a66f00;
}

a:visited
{
	color: #a66f00;
}

a:hover
{
	color: #ff9400;
}

#linklist li {
	color: #bf9b30;
	padding: 0 0 10px 0;
}

#calcdlg, #orderdlg, #calldlg
{
	text-align:left;
}

#calcdlg_res, #orderdlg_res, #calldlg_res
{
	width:100%;
	padding:0;
}

#calldlg_btn, #orderdlg_btn, #orderdlg_msg_btn
{
	clear:both;
	text-align:center;
	margin:0 auto;
	width:100%;
}

.calctbl
{
	margin-left:10px;
}

.calctbl td
{
	text-align: left;
}

.tform td
{
	vertical-align:middle;
}
