﻿/* ************************************  Main ************************************ */

body { margin: 0; padding: 0; text-align: center; }

#global {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 800px;
     height: 100%;
     text-align: left;
     }
     
.zeroed { margin: 0px; padding: 0px; border: 0px;}



/* ************************************  Colors  ************************************ */

.back_color {background-color: #00FF00;}

.home_color {background-color: #017EFE;}
.services_color {background-color: #CC33CC;}
.products_color {background-color: #FF6600;}
.about_color {background-color: #0000FF;}
.contact_color {background-color: #CC0066;}
.history_color {background-color: #006600;}

.home_color_txt {color: #017EFE;}
.services_color_txt {color: #CC33CC;}
.products_color_txt {color: #FF6600;}
.about_color_txt {color: #0000FF;}
.contact_color_txt {color: #CC0066;}
.history_color_txt {color: #006600;}

.contact_form_fields { background color: #FFCCFF; font-size: 10pt; }



/* ************************************  Links ************************************ */

.services_link { color: #CC33CC; text-decoration: none; font-weight: bold; }

:hover.services_link {text-decoration: underline; }



/* ************************************  General Text ************************************ */
.testSignature {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 300px;
	margin-right: 15px;
	color: #333333;
}
     
.plaintext60L   { font-family: Tahoma, Arial; font-size: 10pt; margin-top: 0; margin-bottom: 5; margin-left: 60; margin-right: 15; color: #333333; }

.plaintext60Lw   { font-family: Tahoma, Arial; font-size: 10pt; margin-top: 0; margin-bottom: 10; margin-left: 60; margin-right: 15; color: #333333; }

.plaintext10L   { font-family: Tahoma, Arial; font-size: 10pt; margin-top: 0; margin-bottom: 5; margin-left: 10; color: #333333; }

.plaintext10LR   { font-family: Tahoma, Arial; font-size: 10pt; margin-top: 0; margin-bottom: 5; margin-left: 10; margin-right: 10; color: #333333; }

.plaintext10R   { font-family: Tahoma, Arial; font-size: 10pt; margin-top: 0; margin-bottom: 5; margin-left: 0; margin-right: 10; color: #333333; }

.plaintext   { font-family: Tahoma, Arial; font-size: 10pt; margin-top: 0; margin-bottom: 5; margin-left: 0; color: #333333; }

.menu { font-family: Tahoma; font-size: 10pt; margin-top: 2; margin-left: 20; margin-bottom: 0; }

.submenu { font-family: Tahoma; font-size: 10pt; margin-top: 2; margin-left: 30; margin-bottom: 0; }

.slogan   { font-family: Comic Sans MS; font-size: 10pt; margin-top: 0; margin-bottom: 5; }

h1 { font-family: Comic Sans MS; font-size: 18pt; font-weight: bold; margin-top: 10; margin-bottom: 10; margin-left: 50; }

h2 { font-family: Tahoma, Arial; font-size: 11pt; font-weight: bold; margin-top: 0; margin-bottom: 5; margin-left: 0; }

.form_spacing { margin-top:15; }




/* ************************************  Page Bottom ************************************ */

.bottom_txt { color: #333333; font-family: Arial; font-size: 8pt; margin: 0px; padding: 0px; border: 0px; text-align: center; }

.bottom_tbl { width: 900; }

.btm_link { color: #333333; font-family: Arial; font-size: 8pt; margin: 0px; padding: 0px; border: 0px; text-decoration: none}

:hover.btm_link {text-decoration: underline}

.dsc_link { color: #000000; font-family: Arial; font-size: 8pt; margin: 0px; padding: 0px; border: 0px; }

.dsc_txt { color: #000000; font-family: Arial; font-size: 8pt; margin: 0px; padding: 0px; border: 0px; text-align: center;}
