/* site.css
 * By Michael Bhalla
 */

/* === Standard Tag Styles === */

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table {
}

body {
  width: 1000px;
  height: 100%;
  max-height: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
  overflow: hidden;
	font-size: 10.3pt;
  font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
  font-weight: bold;
  color: #666666;
  background-color: #ececec;
}

h1 {
  font-size: 22pt;
/*  padding-top: 20px; */
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ee3124;
}

h2 {
  padding-top: 0px;
  padding-bottom: 34px;
  text-align: center;
  font-size: 15pt;
  line-height: 110%;
  color: #000000;
}

h3 {
  font-size: 14pt;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
}

p {
  padding-bottom: 12.0pt;
  line-height: 144%;
}

a {
  color: #0067b1;
}

ol {
  margin: 0px;
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 1em;
  border: 0px;
}

ol li {
}

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

input, textarea, select {
  border: 1px solid #777777;
  font-size: 10pt;
  font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
  color: #000000;
}

/* === Fixed Banner/Footer, Scrollable Content Divs === */

#FixedBanner {
  position: absolute;
  width: 100%;
  height: 267px;
  top: 0px;
  left: 0px;
}

#FixedFooter {
  position: absolute;
  width: 100%;
  height: 34px;
  bottom: 0px;
  left: 0px;
}

#ScrollableContent {
  position: fixed;
  width: 1000px;
  top: 267px;
  bottom: 34px;
  overflow: auto;
  background: #ffffff;
}

/* === Banner Divs & Styles === */

#Banner {
  position: relative;
  width: 1000px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

#BannerLeft, #BannerLeftHome {
  position: absolute;
  width: 734px;
  height: 267px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

#BannerLeft {
  background-image: url('images/banner-bgl.gif');
}

#BannerLeftHome {
  background-image: url('images/banner-bgl-home.gif');
}

#BannerRightHome, #BannerRightEquipment, #BannerRightSolutions, #BannerRightRequest, #BannerRightHelp, #BannerRightContact {
  position: absolute;
  width: 266px;
  height: 267px;
  left: 734px;
  top: 0px;
  background-repeat: no-repeat;
}

#BannerRightHome {
  background-image: url('images/banner-bgr-home.gif');
}

#BannerRightEquipment {
  background-image: url('images/banner-bgr-equipment.gif');
}

#BannerRightSolutions {
  background-image: url('images/banner-bgr-solutions.gif');
}

#BannerRightRequest {
  background-image: url('images/banner-bgr-request.gif');
}

#BannerRightHelp {
  background-image: url('images/banner-bgr-help.gif');
}

#BannerRightContact {
  background-image: url('images/banner-bgr-contact.gif');
}

#Logo {
  position: absolute;
  left: 52px;
  top: 35px;
  width: 218px;
  height: 55px;
}

#SearchInput {
  position: absolute;
  float: left;
  width: 159px;
  height: 19px;
  left: 502px;
  top: 100px;
  background: #ffffff;
}

#SearchButton {
	display: block;
	position: absolute;
	width: 126px;
	height: 21px;
	left: 675px;
	top: 100px;
	border: 0px;
	background-image: url("images/search.gif");
}

#NavBar {
  position: absolute;
  top: 145px;
  left: 22px;
  width: 775px;
  height: 31px;
  font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font-size: 9pt;
  line-height: 100%;
  font-weight: bold;
}

ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.menu * {
  margin: 0px;
  padding:0px;
}

ul.menu a {
  display: block;
  color: #000000;
  text-decoration: none;
}

ul.menu li {
  position: relative;
  float: left;
  margin-right: 2px;
}

ul.menu ul {
  position: absolute;
  top: 31px;
  left: -1px;
  background: #ffffff;
  display: none;
  opacity: 0;
  list-style: none;
}

ul.menu ul li {
  position: relative;
  width: 220px;
  margin: 0px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

ul.menu ul li a {
  display: block;
  padding: 3px 7px 5px;
  background-color:#ffffff
}

ul.menu ul li a:hover {
  color: #0067b1;
  background-color: #f0f0f0;
}

ul.menu ul ul {
  left: 148px;
  top: -1px
}

ul.menu .sub {
  background: #ffffff url(images/arrow.gif) 136px 8px no-repeat;
}

ul.menu .lastline {
  border-bottom:1px solid #e6e6e6;
}

#TabHome {
  display: block;
  float: left;
  width: 127px;
  height: 31px;
  background-image: url("images/tab-home-sel.gif");
}

#TabHome a {
  display: block;
  float: left;
  width: 127px;
  height: 31px;
  background-image: url("images/tab-home.gif");
}

#TabHome a:hover {
  display: block;
  float: left;
  width: 127px;
  height: 31px;
  background-image: url("images/tab-home-hov.gif");
}

#TabEquipment {
  display: block;
  float: left;
  width: 191px;
  height: 31px;
  background-image: url("images/tab-equipment-sel.gif");
}

#TabEquipment a {
  display: block;
  float: left;
  width: 191px;
  height: 31px;
  background-image: url("images/tab-equipment.gif");
}

#TabEquipment a:hover {
  display: block;
  float: left;
  width: 191px;
  height: 31px;
  background-image: url("images/tab-equipment-hov.gif");
}

#TabSolutions {
  display: block;
  float: left;
  width: 170px;
  height: 31px;
  background-image: url("images/tab-solutions-sel.gif");
}

#TabSolutions a {
  display: block;
  float: left;
  width: 170px;
  height: 31px;
  background-image: url("images/tab-solutions.gif");
}

#TabSolutions a:hover {
  display: block;
  float: left;
  width: 170px;
  height: 31px;
  background-image: url("images/tab-solutions-hov.gif");
}

#TabHelp {
  display: block;
  float: left;
  width: 102px;
  height: 31px;
  background-image: url("images/tab-help-sel.gif");
}

#TabHelp a {
  display: block;
  float: left;
  width: 102px;
  height: 31px;
  background-image: url("images/tab-help.gif");
}

#TabHelp a:hover {
  display: block;
  float: left;
  width: 102px;
  height: 31px;
  background-image: url("images/tab-help-hov.gif");
}

#TabContact {
  display: block;
  float: left;
  width: 142px;
  height: 31px;
  background-image: url("images/tab-contact-sel.gif");
}

#TabContact a {
  display: block;
  float: left;
  width: 142px;
  height: 31px;
  background-image: url("images/tab-contact.gif");
}

#TabContact a:hover {
  display: block;
  float: left;
  width: 142px;
  height: 31px;
  background-image: url("images/tab-contact-hov.gif");
}

/* === Content Divs & Styles === */

#Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 74px;
  background-image: url('images/main-bg.gif');
  background-repeat: no-repeat;
}

#Breadcrumb {
  width: 500px;
  height: 17px;
	font-size: 9pt;
  font-weight: 550;
  color: #4d4d4d;
}

#Breadcrumb a {
  padding-right: 1px;
	font-size: 9pt;
  font-weight: 550;
  color: #4d4d4d;
}

#Breadcrumb a:hover {
  padding-right: 1px;
	font-size: 9pt;
  font-weight: 550;
  color: #0067b1;
}

.parenlink a {
  color: #0067b1;
  font-weight: normal;
  font-style: italic;
}

.EquipmentTable {
  min-width: 535px;
  text-align: center;
  font-size: 10pt;
  border: 1px solid #0067b1;
}

.etHead td {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  font-size: 12pt;
  color: #ffffff;
  background-color: #0067b1;
}

.etLegend td {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000000;
  background-color: #ededed;
}

.etRowW td {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #ffffff;
}

.etRowG td {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #ededed;
}

.EquipmentTableModel {
  text-align: left;
}

#FormErr {
  color: #ee3124;
}

#FormErrMsg {
  display: inline;
}

.FormTable {
  font-size: 10pt;
  padding: 0px;
}

.FormTable tr {
}

.ftLegend {
  text-align: right;
  padding-right: 2px;
}

.submitbutton {
  border: none;
  background: url('images/submit-btn.gif') no-repeat top left;
  width: 100px;
  height: 21px;
}

/* === Right Column Divs & Styles === */

#RightCol {
  float: right;
  width: 226px;
	margin-left: 74px;
	font-size: 8.7pt;
  font-weight: bold;
}

#RapidQuote {
	width: 193px;
	height: 80px;
	padding-top: 15px;
	padding-left: 33px;
}

#FeatureArea {
	width: 184px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #d9e8f2;
  background-image: url('images/rightcol-bg.gif');
  background-repeat: repeat-x;
}

/* === Footer Divs & Styles === */

#Footer {
  position: relative;
  width: 1000px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('images/footer-bg.gif');
  background-repeat: no-repeat;
  color: #ffffff;
}

#FooterSitemap {
  display: block;
  float: left;
  padding-left: 44px;
  width: 48px;
  height: 34px;
}

#FooterSitemap a {
  display: block;
  float: left;
  width: 48px;
  height: 34px;
  background-image: url("images/footer-sitemap.gif");
}

#FooterHome {
  display: block;
  float: left;
  padding-left: 44px;
  width: 48px;
  height: 34px;
}

#FooterHome a {
  display: block;
  float: left;
  width: 48px;
  height: 34px;
  background-image: url("images/footer-home.gif");
}

#FooterEquipment {
  display: block;
  float: left;
  width: 76px;
  height: 34px;
}

#FooterEquipment a {
  display: block;
  float: left;
  width: 76px;
  height: 34px;
  background-image: url("images/footer-equipment.gif");
}

#FooterSolutions {
  display: block;
  float: left;
  width: 76px;
  height: 34px;
}

#FooterSolutions a {
  display: block;
  float: left;
  width: 76px;
  height: 34px;
  background-image: url("images/footer-solutions.gif");
}

#FooterRequest {
  display: block;
  float: left;
  width: 105px;
  height: 34px;
}

#FooterRequest a {
  display: block;
  float: left;
  width: 105px;
  height: 34px;
  background-image: url("images/footer-request.gif");
}

#FooterHelp {
  display: block;
  float: left;
  width: 45px;
  height: 34px;
}

#FooterHelp a {
  display: block;
  float: left;
  width: 45px;
  height: 34px;
  background-image: url("images/footer-help.gif");
}

#FooterContact {
  display: block;
  float: left;
  width: 72px;
  height: 34px;
}

#FooterContact a {
  display: block;
  float: left;
  width: 72px;
  height: 34px;
  background-image: url("images/footer-contact.gif");
}

/* End */
