body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 136px;
}
#head1 {
	padding: 5px;
}
#head2 {
	height: 126px;
	background: #E30017 url(/images/headbar.gif) left top repeat-x;
}
#head3 {
	position: relative;
	height: 126px;
	background: url(/images/ph.jpg) right top no-repeat;
}
#companytitle {
	position: relative;
	top: 24px;
	left: 0px;
}
#addr {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 0 30px;
}
#addr a:link {
	color: #000000;
	text-decoration: none;
}
#addr a:visited {
	color: #000000;
	text-decoration: none;
}
#addr a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	width: 100%;
	margin-top: 131px;
	font-size: 0.7em;
	font-weight: bold;
}
#menu1 {
	padding: 5px;
}
#menu2 {
	border-top: solid 2px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 2px #999999;
	border-left: solid 1px #999999;
}
#menu a {
	padding: 0 20px 0 20px;
	border-right: solid 1px #999999;
}
#menu a:link, #menu a:visited {
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	background: #999999;
	color: #000000;
	text-decoration: none;
}
#menu b {
	display: none;
}
#main {
	position: relative;
	width: 100%;
}
#content {
	margin-left: 170px;
	margin-right: 156px;
	width: 100%;  /* IE fix to get the background corners to work */
	font-size: 0.7em;
	color: #000000;
}
#main>#content {
	width: auto;  /* Override the IE fix for real browsers */
}
#content1 {
	padding: 1px 10px 10px 10px;
}
#content h1 {
	font-size: 130%;
	color: #000000;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	color: #666666;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 120%;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 110%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #CC0000;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #CC0000;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #000000;
}
.prod td {
	font-size: 0.7em;
}
.prod img {
	float: right;
	margin-left: 10px;
}
.prod-cost {
	text-align: right;
}
td .prod-form {
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 3px;
}
/* LEFT COLUMN */
#leftbar {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 160px;
	font-size: 0.7em;
	font-weight: bold;
	background: #999999;
}
#leftbar1 {
	padding: 5px;
}
#leftbar h2 {
	font-size: 100%;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
}
#leftbar h2 a:link, #leftbar h2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#leftbar h2 a:hover {
	text-decoration: none;
	color: #000000;
}
#leftbar .sm {
	font-size: 100%;
	margin: 10px 0 10px 0;
	display: block;
	width: 100%;
	background: url(/images/pointerW.gif) 0px 2px no-repeat;
	padding: 0 0 0 9px;
}
#leftbar>.sm {
	width: auto;
}
#leftbar .sm:link, #leftbar .sm:visited {
	background: url(/images/pointerW.gif) 0px 2px no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
#leftbar .sm:hover {
	background: url(/images/pointerB.gif) 0px 2px no-repeat;
	text-decoration: none;
	color: #000000;
}
#leftbar .button {
	background: url(/images/buttonL.gif) left top no-repeat;
	margin-top: 30px;
}
#leftbar .button div {
	background: url(/images/buttonR.gif) right top no-repeat;
	height: 20px;
	padding: 4px 3px 0 6px;
}
#leftbar .button a {
	background: none;
	margin: 0;
}
#leftbar .button a:link, #leftbar .button a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#leftbar .button a:hover {
	text-decoration: none;
	color: #000000;
}
/* RIGHT COLUMN */
#features {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 150px;
	font-size: 0.7em;
	font-weight: bold;
	border-right: solid 1px #999999;
}
#features1 {
	padding-right: 5px;
}
.feature {
	border: solid 1px #999999;
	margin-bottom: 5px;
}
.feature h2 {
	background: #999999;
	font-size: 100%;
	margin: 0;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
}
.feature h2 a:link {
	color: #000000;
	text-decoration: none;
}
.feature h2 a:visited {
	color: #262626;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.feature p {
	font-size: 100%;
	margin: 5px 0 5px 0;
	padding: 2px 3px 2px 3px;
	color: #000000;
}
.feature p a:link {
	color: #E30017;
	text-decoration: none;
	padding-left: 9px;
	background: url(/images/pointerR.gif) 0px 3px no-repeat;
}
.feature p a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 9px;
	background: url(/images/pointerB.gif) 0px 3px no-repeat;
}
.feature p a:hover {
	color: #666666;
	text-decoration: none;
	padding-left: 9px;
	background: url(/images/pointerG.gif) 0px 3px no-repeat;
}
#footer {
	margin-top: 5px;
}
#footer1 {
	background: #000000;
}
#footerbar {
	background: #E30017;
}
#footer td {
	font-size: 0.6em;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none
}
#footer a:hover {
	color: #E30017;
	text-decoration: none
}
.popmenu {
	display: none;
	position:   absolute;
	z-index:1;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	padding-top: 2px;
}
.popmenu a {
	display: block;
	width: 170px;
	padding: 2px 3px 2px 20px;
	border-bottom: solid 1px #999999;
	font-size: 0.7em;
	font-weight: bold;
}
.popmenu>a {
	width: 146px;
}
.popmenu a:link, .popmenu a:visited {
	background: #FFFFFF;
	text-decoration: none;
	color: #999999;
}
.popmenu a:hover {
	background: #999999;
	text-decoration: none;
	color: #000000;
}
/* RESPONSE FORM */
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 10em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 10em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response legend {
	color: #800000;
}
