﻿/* CSS layout */
#masthead {
}
#top {
	border-bottom-color: #EBE9ED;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#container {
	position: relative;
	width: 100%;
}
#left {
	border-bottom: thin #EBE9ED solid;
	width: 165px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-left-color: #EBE9ED;
	border-left-style: solid;
	border-left-width: thin;
}
#left a {
	display: block;
	width: 160px;
	color: #003366;
	font-size: 12pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EBE9ED;
	text-transform: capitalize;
	padding-right: 0px;
	padding-left: 3px;
}
#left a:hover {
	background-color: #FDFFFB;
	background: #003366;
	color: White;
}
#middle {
	margin-right: 135px;
	margin-left: 165px;
	border-right-color: #EBE9ED;
	border-right-style: solid;
	border-right-width: thin;
	border-left-color: #EBE9ED;
	border-left-style: solid;
	border-left-width: thin;
}
#right {
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-variant: small-caps;
}
#footer {
	text-align: center;
}
#scr {
	height: 20px;
	width: 95%;
	position: relative;
	overflow: hidden;
}
#scr div {
	position: absolute;
	white-space: nowrap;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12pt;
}
h1 {
	margin: 10px 0px 10px 6px;
	padding: 0px;
	color: #003366;
	font-style: oblique;
	font-weight: bolder;
	font-size: large;
	font-family: "Trebuchet MS";
	text-transform: capitalize;
}
h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font: 12pt/1em "Trebuchet MS", "normal normal normal";
	color: #FE7C35;
	padding-left: 3px;
}
h3 {
	color: #FF7810;
	font-size: 11px;
	text-align: right;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font: 12pt "Trebuchet MS";
	color: #333333;
	padding-left: 3px;
}
hr {
	border: 0;
	padding: 0px;
	margin: 0px;
	color: #EBE9ED;
	background-color: #EBE9ED;
	height: 1px;
}
a {
	font-weight: bold;
	font: 12pt "Trebuchet MS";
	color: #000864;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF4B00;
}
a.button {
	margin: 2px;
	padding: 2px;
	border: 1px solid Black;
	background-color: #FF7810;
	text-decoration: none;
	font-size: small;
	color: #FFFFFF;
}
b {
	color: #000000;
	font-weight: bold;
}
td {
	vertical-align: top;
	color: #0B0B0B;
}
td {
	padding-right: 15px;
	background-color: #FDFFFB;
}
form {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	margin: 2px;
}
.img {
	border: 0px;
}
.product {
	margin-bottom: 10px;
}
.center {
	text-align: right;
}
.style1 {
	border-width: 1px;
}
.style2 {
	font-family: "Trebuchet MS", "normal normal normal";
	color: #FE7C35;
}
.currency {
	text-align: right;
	padding-right: 5px;
}
.style1 {
	color: #000080;
}
.style2 {
	color: #008000;
}
.style3 {
	color: #808000;
}
.style4 {
	color: #FF0000;
}
.style5 {
	color: #0000FF;
}
.style6 {
	border-width: 0px;
}
.imgtd {
	width: 120px;
}
