/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background-color: #2D231A; font-family: Arial, sans-serif; font-size: 75%; margin: 10px 0 0 0;}
table, td  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li      {list-style-image: url(images/bullet.gif); font-size: 100%;}
hr         {background-color: #D53500; color: #D53500; height: 1px; width: 100%;}
img        {border: none;}
blockquote {margin-bottom: 0;}
form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-size: 100%; font-family: Verdana, Arial Rounded MT Bold, sans-serif;}
.formbutton  {margin: 3px 0;}

/* HEADING DEFINITIONS */

h1 {font-family: Arial, sans-serif; color: #2D231A; text-align: center; font-size: 18px; font-weight: bold; margin: 10px 0 20px 0;}
h2 {font-family: Arial, sans-serif; color: #2D231A; text-align: center; font-size: 14px; font-weight: bold; margin: 10px 0;}
h3 {font-family: Arial, sans-serif; color: #2D231A; text-align: center; font-size: 12px; font-weight: normal; margin: 10px 0;}
h4 {font-family: Arial, sans-serif; font-size: 18px; font-weight: normal; color: #003300; margin: 10px 0;}
h5 {font-family: Arial, sans-serif; font-size: 18px; font-weight: normal; color: #003300; margin: 10px 0;}
h6 {font-family: Arial, sans-serif; font-size: 18px; font-weight: normal; color: #003300; margin: 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #F3C145; text-decoration: none; font-weight: bold;}
A:VISITED {color: #F3C145; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #F3C145; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #F3C145; text-decoration: none; font-weight: bold;}

.header A:LINK    {color: #FFF; text-decoration: none; font-weight: normal;}
.header A:VISITED {color: #FFF; text-decoration: none; font-weight: normal;}
.header A:HOVER   {color: #FFF; text-decoration: underline; font-weight: normal;}
.header A:ACTIVE  {color: #FFF; text-decoration: none; font-weight: normal;}

.navigation A:LINK    {color: #CC7070; text-decoration: none; font-weight: bold;}
.navigation A:VISITED {color: #CC7070; text-decoration: none; font-weight: bold;}
.navigation A:HOVER   {color: #FFF; text-decoration: underline; font-weight: bold;}
.navigation A:ACTIVE  {color: #CC7070; text-decoration: none; font-weight: bold;}

.footer A:LINK    {color: #CC7070; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #CC7070; text-decoration: none; font-weight: normal;}
.footer A:HOVER   {color: #FFF; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE  {color: #CC7070; text-decoration: none; font-weight: normal;}


/* SPECIAL CLASSES */

.wrapper    {width: 750px; background-color: #AB7F43; color: #000000;}
.header     {width: 750px; background-color: #FFFFFF; background-image: url(images/header/gpt-logo.jpg); text-align: center; padding-right: 20px; height: 150px; font-size: 90%;}
.navigation {width: 750px; background-image: url(images/navbar2.jpg); padding: 0px 0px; text-align: center; height: 50px; letter-spacing: 2px; font-size: 90%; color: #D53500;}
.maintext   {width: 750px; padding: 10px 10px 10px 30px; vertical-align: top; text-align: justify; line-height: 18px;}
.catalog    {width: 50%; padding: 10px; text-align: left; vertical-align: top; line-height: 14px;}
.mainwide   {width: 750px; padding: 10px 30px; text-align: justify; vertical-align: top; line-height: 18px;}
.footer     {background-image: url(images/navbar2.jpg); height: 50px; text-align: center; font-size: 100%; font-weight: bold; color: #000000; line-height: 20px;
             border-bottom: 10px solid #2D231A;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0px 10px 2px 0px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 0px 0px 2px 10px; float: right; border: 3px double #C0C0C0;}
.imagecenter {margin: 0px 5px; border: 3px double #C0C0C0;}.contactInfo {
	color: #FFFFFF;
}
.required {
	color: #CC0000;
}
.tw {
	font: 10px Arial, Helvetica, sans-serif;
}
.imgBorder {
	border: 1px solid #333333;
}