body
{ background-color: #ffffff; margin: 0px; padding: 20px; font-family: arial,sans serif; }
a
{ text-decoration: none; }

/* site postion tags */

#masthead { position: relative; top: 0px; left: 0px; padding-left: 0px; height: 90px; width: 800px; } 

#main_content { position: relative; top: 0px; left: 0px;  height: 100%; width: 800px; }

#product_squares { position: relative;  top: 0px; left: 0px; height: 103px; width: 800px; }

#table  { position: relative;  top: 0px; left: 250px; height: 0px; width: 500px; }

#table_padding { padding-top: 25px; padding-left: 25px; padding-right: 25px; }

#tag_line { position: absolute; top: 26px; left: 513px; height: 0px; width: 0px; }


/* Products drop-down menu */
#dd_main
{	display: none; position: absolute; left: 411px; top: 84px; width: 150px; height: 75px; border: 2px solid #999999; background-color: #FFFFFF;			}
#dd_sub_MS
{	display: none; position: absolute; left: 550px; top: 90px; width: 150px; height: 85px; border: 2px solid #999999; background-color: #FFFFFF;				}
#dd_sub_WF
{	display: none; position: absolute; left: 550px; top: 115px; width: 170px; height: 175px; border: 2px solid #999999; background-color: #FFFFFF;				}
#dd_sub_PP
{	display: none; position: absolute; left: 550px; top: 135px; width: 180px; height: 175px; border: 2px solid #999999; background-color: #FFFFFF;				}
#dd_menu_links
{	padding: 5px; padding-left: 20px;	}
#dd_menu_links_border
{	padding: 5px; padding-left: 20px; border-top: 1px solid #999999	}

/* unordered list */

ul
{   margin: 10px; padding-left: 15px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;  }

/* Font colors and sizes */

h1  {  font-family: verdana; color: #006699; font-size: 20px; }

.blue_small, .blue_normal, .blue_medium, .blue_large, .blue_giant, .blue_huge
{ color: #006699; }

.gray_small, .gray_normal, .gray_medium, .gray_large, .gray_giant, .gray_huge
{ color: #999999; }

.white_small, .white_normal, .white_medium, .white_large, .white_giant, white_huge
{ color: #ffffff; }

.black_small, .black_normal, .black_medium, .black_large, .black_giant, .black_huge
{ color: #000000; }

.blue_huge, .gray_huge, .white_huge, .black_huge
{ font-size: 20px; font-family: arial,sans serif; }

.blue_giant, .gray_giant, .white_giant, .black_giant
{ font-size: 14px; font-family: arial,sans serif; }

.blue_large, .gray_large, .white_large, .black_large
{ font-size: 12px; font-family: arial,sans serif; }

.blue_medium, .gray_medium, .white_medium, .black_medium
{ font-size: 11px; font-family: arial,sans serif; }

.blue_normal, .gray_normal, .white_normal, .black_normal
{ font-size: 9px; font-family: arial,sans serif; }

.blue_small, .gray_small, .white_small, .black_small
{ font-size: 8px; font-family: arial,sans serif; }


/* Rule */

#black_rule
{   border-top: 1px solid #000000; padding: 5px;  }