body {
  background-color: #FFFF;
	color: #000;
	font-size: 12px;
	font-family: Ariel, Helvetica, Sans-Serif;
	margin: 0;
	}
h1 {
  font-family: "Eras Demi ITC", Ariel, Helvetica, Sans-Serif;
	font-size: 22px;
	margin-top: 0;
	font-weight: normal;
	}

.container {
  width: 820px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

a {
  text-decoration: none;
	color: #2a2a2a;
	}
a:hover {
  text-decoration: underline;
	}
b, strong {
	}
h1 b {
  font-weight: normal;
	}
img {
  border: 0;
	}
.form {
  margin: 0;
	padding: 0;
	border: 0;
	}
td {
  vertical-align: top;
	}

.head {
  height: 149px;
	width: 820px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./images/head.gif);
	}
.head .email {
  position: absolute;
	right: 7px;
	top: 70px;
	}

.content {
  position: absolute;
	left: 195px;
	top: 160px;
	width: 440px;
  min-height: 630px;
  height: auto !important;
  height: 630px;
	}

.leftbar {
  width: 182px;
	position: absolute;
	left: 5px;
	top: 160px;
	}
.leftbar .callback {
  width: 158px;
	height: 322px;
	background-image: url(/images/callback.gif);
	position: relative;
	padding: 35px 12px 0 12px;
	margin-bottom: 12px;
	}
.leftbar form {
  font-family: "Eras Demi ITC", Ariel, Helvetica, Sans-Serif;
	color: #f7b229;
	}
.leftbar form input {
  margin-bottom: 4px;
	}
.leftbar form .submit {
  position: relative;
	left: 60px;
	top: 6px;
	}

.rightbar {
  width: 170px;
	position: absolute;
	right: 5px;
	top: 160px;
	}
.rightbar .calculator {
  width: 146px;
	height: 330px;
	background-image: url(/images/calculator.gif);
	position: relative;
	padding: 30px 12px 0 12px;
	margin-bottom: 12px;
	font-size: 10px;
  font-family: "Eras Demi ITC", Ariel, Helvetica, Sans-Serif;
	}
.rightbar .calculator .answer {
  position: absolute;
	bottom: 0px;
	left: 12px;
	margin-bottom: 10px;
	}
.rightbar img {
  margin-bottom: 12px;
	}
.rightbar input {
  font-size: 10px;
	margin-bottom: 3px;
	background-color: #fff;
	}
.rightbar .submit {
  position: relative;
  left: 50px;
	}
.rightbar .shuntdown {
  position: relative;
	top: 10px;
	}

.foot {
  position: absolute;
	bottom: -310px;
	left: -195px;
	width: 806px;
	border-top: 1px solid #646360;
	padding: 7px 7px 7px 7px;
	text-align: center;
	font-size: 10px;
	}
.designed {
	position: absolute;
	right: 7px;
	top: 7px;
	}


.tabs {
  position: absolute;
  right: 10px;
  top: 113px;
  z-index: 2;
  margin: 0;
}
dl {
  margin: 0;
	}
dl#menu dt {
  display:none;
  }
dl#menu dd {
  position: relative;
  margin: 0;
  }
dd a{
  text-decoration: none;
  font-size: 12px;
	padding-top: 7px;
  }
a.xmenu {
  display:block; 
  width:103px; 
  height: 27px; 
  background-image:url(./images/tab.gif);
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center; 
  float:left;
  font-family: "Eras Demi ITC", Ariel, Helvetica, Sans-Serif;
  }
a.xmenu:hover {
	text-decoration: none;
  }

ul {
  margin: 0;
	padding-left: 20px;
	}