@charset "UTF-8";
html, body {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #333333;
}
* {margin-width: 0; padding-width: 0;}
#page {
	margin: auto;
	width: 780px;
	position: relative;
	top: 0px;
	}
#header_top {
	position: absolute;
	top: 0px;
	height: 130px;
	width: 780px;
	float: left;
	background: transparent url(images/headers/ritelite_header.gif) no-repeat top left;
}
#header_bottom {
	position: absolute;
	top: 130px;
	height: 180px;
	width: 780px;
	padding: 0px;
	background-color:#CCCCCC;
}
#link_back {
	position: absolute;
	top: 310px;
	height: 30px;
	width: 730px;
	background-color:#000000;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 3;
}
#maincontainer {
	position: absolute;
	top: 310px;
	width: 780px;
	float: left;
	background-color: #999999;
	overflow: hidden;
}
#maincontainer_lb {
	position: absolute;
	top: 340px;
	width: 780px;
	float: left;
	background-color: #999999;
	overflow: hidden;
	z-index: 1;
	left: 0px;
}
#content {
	float: right;
	width: 410px;
	height: inherit;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
	margin-bottom: -1940px;
	padding-bottom: 2000px;
}
#navigation {
	width: 200px;
	height: 620px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	float: left;
}
#navigation2 {
	width: 200px;
	height: 540px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	float: left;
}
#nav_home {
	position: absolute;
	top: 20px;
	height: 40px;
	width: 90px;
	background-color: #CCCCCC;
	left: 25px;
}
#nav_home_btn {
  display: block;
  width: 90px;
  height: 40px;
  background: url("images/navigation/home_btn.gif") no-repeat 0 0;
}
#nav_home_btn:hover { 
  background-position: 0 -40px;
}
#nav_home_btn span {
  display: none;
}
#nav_back {
	position: absolute;
	top: 20px;
	height: 40px;
	width: 90px;
	background-color: #CCCCCC;
	left: 135px;
}
#nav_back_btn {
  display: block;
  width: 90px;
  height: 40px;
  background: url("images/navigation/back_btn.gif") no-repeat 0 0;
}
#nav_back_btn:hover { 
  background-position: 0 -40px;
}
#nav_back_btn span {
  display: none;
}
#nav_search {
	position: absolute;
	top: 75px;
	height: 65px;
	width: 200px;
	left: 25px;
	background-image: url(images/navigation/search_bg.gif);
	background-repeat: no-repeat;
	z-index: 0;
}
#search_box {
	position: relative;
	top: 11px;
	height: 32px;
	width: 200px;
	z-index: 1;
}
#nav_preview {
	position: absolute;
	top: 150px;
	height: 200px;
	width: 200px;
	background-color: #CCCCCC;
	left: 25px;
	z-index: 2;
	background: transparent url(images/preview_frame.gif) no-repeat top left;
}
#nav_products {
	position: absolute;
	top: 365px;
	height: 40px;
	width: 150px;
	background-color: #CCCCCC;
	left: 50px;
}
#nav_products_btn {
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/navigation/products_btn.gif") no-repeat 0 0;
}
#nav_products_btn:hover { 
  background-position: 0 -40px;
}
#nav_products_btn span {
  display: none;
}
#nav_products_active {
	position: absolute;
	top: 365px;
	height: 40px;
	width: 150px;
	left: 50px;
	background: url("images/navigation/products_btn_active.gif") no-repeat 0 0;
}
/* SPARES AND LOCATION BUTTON REMOVED FROM PAGE. CONTACT BUTTON MOVED UP FROM 485PX TO 405PX (PREVIOUS POSITION OF SPARES BUTTON). SPARES AND LOCATION BUTTON NOW HIDDEN UNDER PREVIEW FRAME SO TEXT LINKS DO NOT APPEAR ON EVERY PAGE. Z-INDEX CODE ADDED TO POSITION PREVIEW IMAGE OVER BUTTONS, THEREFORE EFFECTIVELY DISABLING THEM. TO PUT BACK, CHANGE TOP FROM 200PX AND 240PX TO ORIGINAL POSITIONS, AND REMOVE Z-INDEX FROM THESE AND PREVIEW FRAME. */
#nav_spares {
	position: absolute;
	top: 200px;
	height: 40px;
	width: 150px;
	background-color: #CCCCCC;
	left: 50px;
	z-index: 1;
}
#nav_spares_btn {
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/navigation/spares_btn.gif") no-repeat 0 0;
}
#nav_spares_btn:hover { 
  background-position: 0 -40px;
}
#nav_spares_btn span {
  display: none;
}
#nav_spares_active {
	position: absolute;
	top: 200px;
	height: 40px;
	width: 150px;
	left: 50px;
	background: url("images/navigation/spares_btn_active.gif") no-repeat 0 0;
}
#nav_location {
	position: absolute;
	top: 240px;
	height: 40px;
	width: 150px;
	background-color: #CCCCCC;
	left: 50px;
	z-index: 1;
}
#nav_location_btn {
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/navigation/location_btn.gif") no-repeat 0 0;
}
#nav_location_btn:hover { 
  background-position: 0 -40px;
}
#nav_location_btn span {
  display: none;
}
#nav_location_active {
	position: absolute;
	top: 240px;
	height: 40px;
	width: 150px;
	left: 50px;
	background: url("images/navigation/location_btn_active.gif") no-repeat 0 0;
}
#nav_contact {
	position: absolute;
	top: 405px;
	height: 40px;
	width: 150px;
	background-color: #CCCCCC;
	left: 50px;
}
#nav_contact_btn {
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/navigation/contact_btn.gif") no-repeat 0 0;
}
#nav_contact_btn:hover { 
  background-position: 0 -40px;
}
#nav_contact_btn span {
  display: none;
}
#nav_contact_active {
	position: absolute;
	top: 405px;
	height: 40px;
	width: 150px;
	left: 50px;
	background: url("images/navigation/contact_btn_active.gif") no-repeat 0 0;
}
#nav_vacancies {
	position: absolute;
	top: 525px;
	height: 40px;
	width: 150px;
	background-color: #CCCCCC;
	left: 50px;
}
#nav_vacancies_btn {
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/navigation/vacancies_btn.gif") no-repeat 0 0;
}
#nav_vacancies_btn:hover { 
  background-position: 0 -40px;
}
#nav_vacancies_btn span {
  display: none;
}
#nav_vacancies_active {
	position: absolute;
	top: 525px;
	height: 40px;
	width: 150px;
	left: 50px;
	background: url("images/navigation/vacancies_btn_active.gif") no-repeat 0 0;
}
#nav_links {
	position: absolute;
	top: 565px;
	height: 40px;
	width: 150px;
	background-color: #CCCCCC;
	left: 50px;
}
#nav_links_btn {
  display: block;
  width: 150px;
  height: 40px;
  background: url("images/navigation/links_btn.gif") no-repeat 0 0;
}
#nav_links_btn:hover { 
  background-position: 0 -40px;
}
#nav_links_btn span {
  display: none;
}
#nav_links_active {
	position: absolute;
	top: 565px;
	height: 40px;
	width: 150px;
	left: 50px;
	background: url("images/navigation/links_btn_active.gif") no-repeat 0 0;
}
#nav_products_btn span {
  display: none;
}
#menu_table {
	position: absolute;
	top: 375px;
	left: 310px;
	width: 410;
}
#footer_top {
	position: absolute;
	bottom: 45px;
	width: 780px;
	height: 15px;
	background-color: #666666;
	z-index: 2;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 780px;
	height: 45px;
	background-color: #666666;
	left: 0;
	z-index: 2;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #333333;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
}
.linkback_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 30px;
	margin: 0 auto;
	color: #FFFFFF;
	text-decoration: none;
}
.sctn_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	width: auto;
}
.table_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.table_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	color: #FFFFFF;
	left: auto;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration: underline;
}
td#button a:link {
	color: #000000;
	text-decoration: none;
}
td#button a:visited {
	color: #333333;
	text-decoration: none;
}
td#button a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
td#linkback a:link {
	color: #FFFFFF;
	text-decoration: none;
}
td#linkback a:visited {
	color: #0000FF;
	text-decoration: none;
}
td#linkback a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.small_tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	color: #333333;
}
