﻿/* -------------------- Main HTML Selectors -------------------- */
html {
   height: 100%;
   margin-bottom: 1px;}

body {
	background: #000000 url('') left top;	
color: #000000;
	margin: 0;
	padding: 0;
	font-variant: normal;
	font-size: small;
	line-height: normal;
	font-family: Verdana;
	text-align: center;
}

hr {
   border-style: none;
	border-color: inherit;
	border-width: medium;
	background-color: #ca1a21;
   color: #891D1F;
   	height: 1px;
	width: 90%;
}

img {
   border-style: solid;
	border-color: inherit;
	border-width: 0px;
	float: none;
	text-align: center;
	font-weight: 700;
}

ul {
  padding: 0;
  list-style: square;
	font-size: small;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

table {
	font-size: small;
	font-family: Verdana;
	margin-left: 20px;
	width: 600px;
	text-align: left;
}

table99 {
	font-size: small;
	font-family: Verdana;
	width: 99%;
	text-align: left;
}



/* ------ Sets Main Hyperlink Properties ------ */
a {
	color: #ca1a21;
	text-decoration: underline;
	outline: none;
	text-align: center;
	font-size: small;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

/* ------ Sets Heading Fonts and Colors ------ */
h1 {
	color: #891d1f;
	letter-spacing: 3px;
	margin: .8em 0;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: normal;
	font-family: "Trebuchet MS";
}

h2 {
	color: #891d1f;
	font: normal normal bold x-large normal Trebuchet MS;
	letter-spacing: 2px;
	margin: .8em 0;
	text-align: left;
}
h3 {
	color: #891d1f;
	letter-spacing: 3px;
	margin: .8em 0;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: normal;
	font-family: "Trebuchet MS";
}

h4 {
   color: #891d1f;
   font: normal normal bold 16px normal Trebuchet MS;
   letter-spacing: 2px;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: center;
}

h5 {
   color: #891D1F;
   font: bold 16px Georgia, Georgia, serif;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: center;
}

h6 {
   color: #891d1f;
   border-left: 5px solid #606060;
   padding-left: 5px;
   margin: .8em 0;
   font: bold 14px Arial, Helvetica, sans-serif;}
   
   
/* -------------------- Begins Top Header Section -------------------- */
#wrapper {
	background: #ffffff url('images/wrapper.jpg');
   width: 960px;
   text-align: left;
   margin: 0 auto;}

#header {
   position: relative;
   width: 960px;
   height: 190px;}

#global {
   position: absolute;
   top: 10px;
   left: 0;
   z-index: 1;
   font-size: 75%;
   color: #ffffff;
   text-align: right;
   width: 940px;}

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;}

#global li a {
   color: #ffffff;
   font-weight: normal;
   text-decoration: none;
   padding: 0;}

#global li a:hover {
   color: #ffffff;
   font-weight: normal;
   text-decoration: underline;}

#address {
	position: absolute;
	top: 45px;
	left: 350px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #993300;
	text-align: left;
	width: 500px;
}

#address p {
   margin: 0;
   padding: 0;}

/* -----------------------Menu Formatting ------------------------*/

#menu {
	position: absolute;
	top: 105px;
	left: 0;
	z-index: 3;
	text-align: center;
	line-height: 60px;
	width: 960px;
	font-size: 1em;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#menu li {
   display: inline;}

#menu li a {
   color: #d0d0d0;
   font-weight: bold;
   text-decoration: none;
   line-height: 60px;
   margin: 0 8px;
   padding: 8px 10px;}

#menu li a:hover {
   color: #ffffff;
   border-bottom: 5px #ca1a21 solid;
   font-weight: bold;
   text-decoration: none;}

/* -------------------- Begins Content Section -------------------- */
/* ------------- Formatting for Three Column Page Layout ---------- */
   
#content3column {
   float: left;
   width: 500px;
   padding: 0 10px 0 10px;
   line-height: 1.6em;}

#sidebar3columnleft {
	float: left;
	padding: 5px 20px 0 20px;
	font-size: 85%;
	width: 180px;
}
#sidebar3columnright {
	float: right;
	padding: 5px 20px 0 20px;
	font-size: 85%;
	width: 180px;
}

/* --------------- Formatting for Two Column Page Layout ---------- */

#content2column {
   float: right;
   width: 710px;
   padding: 0 20px 0 10px;
   line-height: 1.6em;}

.contentbox2left {
  float: left;
  width: 345px;
  margin: 0 10px 0 0;
  padding: 0;}
  
.contentbox2right {
  float: left;
  width: 345px;
  margin: 0 0 0 10px;
  padding: 0;}

#sidebar2column {
	padding: 40px 20px 0 20px;
	float: left;
	font-size: 85%;
	width: 180px;
}
   
/* ------------- Formatting for one Column Page Layout ---------- */

#content1column {
   padding: 0 20px 0 20px;
   line-height: 1.6em;
   width: 920px;}

.contentbox1left {
   float: left;
   width: 445px;
   padding: 0 15px 0 0;}

.contentbox1right {
   float: right;
   width: 445px;
   padding: 0 0 0 15px;}


/* -------------------- Begins Footer Section -------------------- */

#footer {
	background: #ffffff url('images/footer.jpg') no-repeat;
	clear: both;
	letter-spacing: 2px;
	color: #606060;
	height: 160px;
	font-size: small;
	width: 960px;
	line-height: 1.5em;
	padding-top: 40px;
}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #606060;
   font-weight: normal;
   text-decoration: none;}

#footer li a:hover {
   color: #000000;
   font-weight: normal;
   text-decoration: underline;}

#footer a {
   color: #606060;
   font-weight: normal;
   text-decoration: none;}

#footer p {
   margin: 0;
   padding: 0;}

/* -------------------- Sets the Form Display --------------------*/
#contactform {
   padding: 5px;
   text-align: left;
   margin: 20px 10px 5px 10px;}

#contactform label {
   width: 150px;
   float: left;
   text-align: right;
   margin: 3px 5px 5px 5px;
   clear: both;}

#contactform input {
   margin: 3px 5px 5px 5px;
   background-color: #ffffff;
   color: #000000;
   border: 1px solid #c2c2c2;}

#contactform textarea {
   font: normal 12px Verdana, sans-serif;
   margin: 3px 5px 5px 5px;
   background-color: #ffffff;
   color: #000000;
   border: 1px solid #c2c2c2;}

#contactform .button {
   background-color: transparent;
   text-align: center;
   margin: 5px 0 0 170px;
   border: none;
   clear: both;}

/* -------------------- Sets Classes -------------------- */
.center {
	text-align: center;
	font-size: small;
	color: #ca1a21;
}

.clear {
   clear: both;
   font-size: 0;
   line-height: 0;
   height: 1px;}

.catalog {
	padding: 6px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

.calendar {
   text-align: center;
   line-height: 1.2em;}

.imagecenter-border {
   border: 3px #818181 double;
   display: block;
   margin: 0 auto;}

.imagecenter-noborder {
   display: block;
   margin: 0 auto;
	text-align: center;
}

.imageleft-noborder {
   margin: 0px;
   float: left;
}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}

.imageleft-border {
   margin: 0 10px 0 0;
   float: left;
   border: 3px #818181 double;}

.imageright-border {
   margin: 0 0 0 10px;
   float: right;
   border: 3px #818181 double;}
   
.imageleft-noborder-10 {
	margin: 0px;
	float: left;
	clip: rect(auto, auto, auto, auto);
	padding-right: 10px;
}


#tagline1 {
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 2;
	letter-spacing: 1px;
	font-size: 24px;
	color: #ffffff;
	text-align: left;
	width: 900px;
	font-family: verdana;
}
#companyname {
	position: absolute;
	top: 8px;
	left: 20px;
	z-index: 2;
	width: 900px;
}

.bullet80 {
	margin-left: 80px;
	}
#tagline2 {
	position: absolute;
	top: 45px;
	left: 400px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #993300;
	text-align: left;
	width: 500px;
}
.left40 {
	margin-left: 40px;
}
a centered {
	color: #ca1a21;
	text-decoration: underline;
	outline: none;
	text-align: center;
	font-size: small;
}
.sidebartxt {
	text-align: center;
	font-size: medium;
	color: #000000;
}
.cellbg {
	background-color: #E0E0E0;
}
