* {
  margin: 0;
  padding: 0;
}

body {
	font-family: Georgia, Times, serif;
	font-size: small;
	color: #000000;
	background-color: #ac4608;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
  margin: 0;
  padding: 0;
}

img { border: none; }

h2 {
  font-size: 175%;
}

p {
	font: normal 105% Georgia, Times, serif;
	line-height: 1.5;
	color: #000;
	text-align: left;
	margin: 0.75em 0;
}

a,
a:link,
a:visited,
a:active{
	font-weight: normal;
	color: #281c5c;
	text-decoration: none;
	border-bottom: 1px dotted #b1adc4;
	padding: 0 0.15em;
}
a:hover{
	color: #fff;
	background-color: #b1adc4;
	text-decoration: none;
	border-bottom: 1px solid #281c5c;
}

#vvowrap {
  position: relative;
  width: 775px;
  margin: 0 auto;
}

#vowrap {
  width: 570px;
	background: url(../imgs/bg_scorch_top_1.gif) center top no-repeat;
  text-align: center;
  margin: 100px 10px 25px 190px;
  padding-top: 45px;
}

#owrap {
	background: url(../imgs/bg_scorch_bottom_1.gif) center bottom no-repeat;
  text-align: center;
  padding-bottom: 95px;
}

#wrapper {
  width: 415px;
  margin: 0 auto 0 67px;
  text-align: left;
  overflow: hidden;
}

#extra1 {
  position: absolute;
	top: -60px;
  left: -80px;
	height: 350px;
	width: 500px;
	background: url(../imgs/logo_ruler6_twist.gif) left top no-repeat transparent;
	z-index: 15000;
}
html>body div#extra1 {
	background: url(../imgs/logo_ruler6_twist.png) left top no-repeat transparent;
}
#extra1 a {
  display: block;
	height: 264px;
	width: 255px;
	position: absolute;
	left: 80px;
	top: 60px;
	background-color: transparent;
	border: none;
}
#extra1 a span {
	display: none;
}

.replace {
  position: relative;
  margin: 0;
  padding: 0;
  /* hide overflow:hidden from IE5/Mac \*/
  overflow: hidden;
  /* */
}
.replace span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; /*for Opera 5 and 6*/
}

.hide {
  display: none;
}


/******************* Content STYLES - BEGIN ********************/
h2 span {
  visibility: hidden;
}
h2#ofwdotcom {
  width: 275px;
  height: 30px;
	background: url(../imgs/ofwdotcom.gif) left top no-repeat transparent;
}
html>body h2#ofwdotcom {
	background: url(../imgs/ofwdotcom.png) left top no-repeat transparent;
}

/*** Contact Us - Begin  ***/
div.contact p {
  width: 12em;
  float: left;
}
h2#contactus {
  width: 275px;
  height: 30px;
	background: url(../imgs/contactus.gif) left top no-repeat transparent;
}
html>body h2#contactus {
	background: url(../imgs/contactus.png) left top no-repeat transparent;
}

#contactForm fieldset
{
	display: block;
	font-size:  90%;
	text-decoration: none;
	text-align: left;
  border: none;
  margin: 1em 0 1em 1em;
	width: 20em;
}
#contactForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#contactForm label span
{
  font-size: 80%;
	font-weight: normal;
	color: #b7b7bb;
}
#contactForm legend
{
  display: none;
}
#contactForm input.submit
{
  display: inline;
  width: 90px;
	text-align: center;
  border: 1px solid #281c5c;
  border-right: 2px solid #281c5c;
  border-bottom: 2px solid #281c5c;
	background-color: #b7b7bb;
	font-weight: bold;
	padding: 2px;
}
#contactForm input.reset
{
  display: inline;
  width: 80px;
	text-align: center;
  border: 1px solid #281c5c;
  border-right: 2px solid #281c5c;
  border-bottom: 2px solid #281c5c;
	background-color: #b7b7bb;
	font-weight: bold;
	padding: 2px;
}

#contactForm input
{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	display: block;
	width: 12em;
  border: 1px solid #281c5c;
  border-top: 2px solid #281c5c;
  border-left: 2px solid #281c5c;
	padding: 0.3em 0.4em;
	margin-top: 0.15em;
}

#contactForm input#contactName, #contactForm input#contactEmail
{
	background-color: #b7b7bb;
}

#contactForm textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size:  1em;
	text-decoration: none;
  display: block;
	width: 18em;
	height: 150px;
  border: 1px solid #281c5c;
  border-top: 2px solid #281c5c;
  border-left: 2px solid #281c5c;
	padding: 0.3em 0.4em;
	margin-top: 0.15em;
}

p.error-msg {
  border: 2px solid red;
  font: bold 100%/130% Arial, Helvetica, sans-serif;
	color: red;
  background-color: white;
  margin: 1em 0;
  margin-right: auto;
  padding: 0.5em;
}
/*** Contact Us - End  ***/

/******************* Content STYLES - END ********************/

/******************* Navigation STYLES - BEGIN ********************/
#navigation {
  position: absolute;
  top: 270px;
  left: 0px;
  width: 200px;
	background: url(../imgs/bg_nav_scorch_top_1.gif) center top no-repeat;
	padding-top: 25px;
}

#navigation div {
	background: url(../imgs/bg_nav_scorch_bottom_1.gif) center bottom no-repeat;
	padding-bottom: 25px;
}

#navigation ul {
  list-style: none;
  margin: 0 25px;
  text-align: right;
}
#navigation li {
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active{
  font-size: 110%;
  line-height: 1.5;
	font-weight: bold;
	color: #b1adc4;
	text-decoration: none;
  padding-right: 11px;
	background: url(../imgs/nav_link_off.gif) right center no-repeat transparent;
	border: none;
}
#navigation ul li a:hover{
	text-decoration: underline;
	background: url(../imgs/nav_link_hover.gif) right center no-repeat transparent;
	color: #fff;
	border: none;
}

#navigation ul li a.here,
#navigation ul li a.here:link,
#navigation ul li a.here:visited,
#navigation ul li a.here:active,
#navigation ul li a.here:hover{
	text-decoration: underline;
	color: #fff;
	background: url(../imgs/nav_link_on.gif) right center no-repeat transparent;
	border: none;
}
/*
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
  padding-left: 11px;
	background: url(../imgs/nav_link_off.gif) left center no-repeat transparent;
}
#navigation ul li a:hover{
	text-decoration: underline;
	background: url(../imgs/nav_link_hover.gif) left center no-repeat transparent;
	color: #fff;
}

#navigation ul li a.here,
#navigation ul li a.here:link,
#navigation ul li a.here:visited,
#navigation ul li a.here:active,
#navigation ul li a.here:hover{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
  padding-left: 11px;
	background: url(../imgs/nav_link_on.gif) left center no-repeat transparent;
}*/

/******************* Navigation STYLES - END ********************/

/******************* Quote STYLES - BEGIN ********************/
#quotes {
  position: absolute;
  top: 10px;
  left: 400px;
  width: 300px;
}
#quotes p {
  color: #fff;
  font-size: 90%;
}
#quotes p.credit {
  text-align: right;
  font-size: 85%;
}
#quotes blockquote {
  display: block;
  margin: 5px auto;
  padding: 5px 0 0 20px;
	background: url(../imgs/quote1_begin.gif) left top no-repeat transparent;
  text-align: left;
}
#quotes blockquote p{
	display: inline;
  margin: 0;
  padding: 0 18px 5px 0;
	background: url(../imgs/quote1_end.gif) right bottom no-repeat transparent;
  text-align: left;
  font-weight: bold;
}

/******************* Quote STYLES - END ********************/


/******************* FOOTER STYLES - BEGIN ********************/
#footer {
	clear: both;
	width: 100%;
  color: #000;
  border-top: solid 1px #281c5c;
  padding-bottom: 5px;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#footer ul {
  margin: 0;
  list-style: none;
  float: left;
}

#footer li {
  display: block;
  float: left;
  margin: 0 8px 0 0;
}
#footer li a,
#footer li a:link,
#footer li a:visited,
#footer li a:active{
  font: 80%/100% Arial, Helvetica, sans-serif;
	color: #281c5c;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding: 0;
  background-image: none;
}
#footer li a:hover{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid;
  background-image: none;
}

#footer p {
  text-align: right;
  font: 80%/100% Arial, Helvetica, sans-serif;
  margin: 0.5em 0;
}
/******************* FOOTER STYLES - END ********************/


/******************************* HACKS HACKS HACKS ************************************/

/***** Font sizing hack *****/
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}

/***** Self-clearing hacks *****/
/*#wrapper { display: inline-table; }*/
#header { display: inline-table; }
#content { display: inline-table; }
#footer { display: inline-table; }
/* Hides from IE-mac \*/
* html #header { height: 1%; }
#header { display: block; }
* html #content { height: 1%; }
#content { display: block; }
* html #footer { height: 1%; }
#footer { display: block; }
/* End hide from IE-mac */

