.LineType {
  position: relative;
}

#MajorHeader {
	position: relative;
	top: 25px;
	left: 0px;
}

.MajorHead {
  position: relative;
  top: 0px;
  left: 0px;
  background-image: url(Images/Logos/cab_felix.gif);
  height: 45px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.MajorHead Span {
  visibility: hidden;
}

.MajorMotto {
  position: relative;
  top: 0px;
  left: 60px;
  background-image: url(Images/Logos/fgc.gif);
  height: 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.MajorMottoBath {
	position: relative;
	top: -20px;
	left: 60px;
	height: 50px;
	background-attachment: scroll;
	background-image: url(Images/Logos/bathfurn.gif);
	background-repeat: no-repeat;
}

.MajorMottoPU {
  position: relative;
  top: -10px;
  left: 60px;
  background-image: url(Images/Logos/liftfurn.gif);
  height: 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.MajorMottoKit {
  position: relative;
  top: -20px;
  left: 60px;
  background-image: url(Images/Logos/furnkit.gif);
  height: 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.MajorMottoThea {
  position: relative;
  top: -10px;
  left: 60px;
  background-image: url(Images/Logos/luxthea.gif);
  height: 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.MajorMotto Span {
  visibility: hidden;
}

.MajorMottoBath Span {
   visibility: hidden;
}

.MajorMottoPU Span {
  visibility: hidden;
}

.MajorMottoKit Span {
  visibility: hidden;
}

.MajorMottoThea Span {
   visibility:hidden;
}


#QuickFindTitle {
  clear: left;
  position: relative;
  top: -30px;
  left: 400px;
  height: 14px;
  font-weight: bold;
}

#QuickFind {
  position: relative;
  top: 0px;
  left: 10px;
}

#SideBar {
  position: absolute;
  left: 850px;
  top: 130px;
  width: 100px;
}

.SideBarHead {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 21px;
	float: left;
}

.SideBarItem {
	position: relative;
	left: 20px;
	top: 0px;
	width: 75px;
	height: 75px;
	clear: left;
}

.IntroText {
  position: relative;
  top: 30px;
  width: 650px;
}

.Features {
  position: relative;
  top: 270px;
  left: 275px;
  width: 400px;
  border-top: 2px #7A3923 solid;
}

.Footer {
  position: relative;
  top: 420px;
  left: 10px;
  width: 750px;
}

