/*--------------------------------------------------------------------------*/
/*  Namespace:  tireman                                                     */
/*  Page:  tireman.css                                                      */
/*  Purpose:                                                                */
/*      The tireman.css provides a consistent look and feel across the tire */
/*      man website.                                                        */
/*  Authors:                                                                */
/*      David Flatman       davidflatman at email.com                       */
/*  History:                                                                */
/*      2005-03-11      DHF     File creation.                              */
/*  Copyright:                                                              */
/*      (c) 2005, Tire Man all rights reserved.                             */
/*--------------------------------------------------------------------------*/

.copyright ,
.standardLinks {
    font-family: Arial, Helvetica
    color: black;
}

.contactInfo {
    font-size: 10pt;
    padding-left: 3px;
}

.contactLabelRight ,
.contactLabel {
    font-weight: bold;
    text-align: right;
    font-size: 10pt;
}

.contactLabelRight {
    width: 100px;
}

.copyright {
    font-size: 8pt;
}

.imageMedium {
    border: 2px solid black;
}

.pageH1 {
    font-size:  18pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.pageH2 {
    font-size:  15pt;
    font-weight: bold;
    text-align: left;
    font-family: comic sans ms, arial black;
    position: relative;
    left: 15px;
}

.pageH3 {
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    position: relative;
    left: 15px;
}

.shadow ,
.shadowS ,
.shadowM ,
.shadowL ,
.shadowBox,
.shadowBoxS,
.shadowBoxM,
.shadowBoxL,
.shadowText {
    font-family: comic sans ms, arial black;
    font-size: 20pt;
}

.shadow ,
.shadowS ,
.shadowM ,
.shadowL {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #ad0000;
}

.shadowBox,
.shadowBoxS,
.shadowBoxM,
.shadowBoxL,
.shadowText {
    top: 5px;
    left: 15px;
    position: relative;
    color: #a0a0a0;
}

.shadowS    {top: -1px; left: -1px; }
.shadowS ,
.shadowBoxS {font-size: 10pt; }

.shadowM    {top -2px; left: -2px; }
.shadowM ,
.shadowBoxM {font-size: 20pt; }

.shadowL    {top: -3px; left: -3px; }
.shadowL ,
.shadowBoxL {font-size: 30pt; }

.standardLinks {
    font-size: 12pt;
}

.standardText {
    font-weight: bold;
}


.warning {
    color: red;
    font-weight: bold;
}

.inventorDiv {
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    unicode-bidi: embed;
}

.inventor {
    display: list-item;
    unicode-bidi: embed;
}

.patent {
    font-weight: bold;
    text-align: center;
}


.partsLabel {
    font-size: 20pt;
    font-weight: bold;
    font-family: Comic Sans MS;
    color: black;
    text-align: center;
}

.locHeader ,
.locLabel {
    font-weight: bold;
    font-size: 14pt;
}
.locLabel {
    text-align: right;
    vertical-align: top;
}

/*
.menuButton {
    position: absolute;
    height: 50px;
}

.menuButton2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.menuButton3 {
    font-size: 18px;
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #ffff40;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    position: absolute;
    top: 12px;
}
*/

.menuButton {
    background-image: url("images/globe.gif");
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    width: 126px;
    padding-top: 9px;
    display: block;
}

.menuButtonA {
    font-size: 18px;
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #ffff40;
    text-decoration: none;
}


.bold_body {
	font-weight: bold;
}
.red_highlight {
	color: #F00;
	text-decoration: underline;
}

