﻿/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------------------------------------------------
   Defaults
   ----------------------------------------------------------------------------------- */
body
{
    font-family: Arial;
}
div.page
{
    background: white;
    display: block;
    height: 484px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    top: 116px;
    width: 800px;
}

/* -----------------------------------------------------------------------------------
   Home Page
   ----------------------------------------------------------------------------------- */
#HomePage #home_about
{
    background: #000000;
    color: #ffffff;
    display: block;
    font-size: .9em;
    height: 200px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    top: 630px;
    width: 800px;
}
    #HomePage #home_about h1
    {
        color: #FF5C00;
        padding: 10px 20px 10px 20px;
    }
    #HomePage #home_about p
    {
        line-height: 1.6em;
        padding: 0px 20px 10px 20px;
    }
/* -----------------------------------------------------------------------------------
   Contact Page
   ----------------------------------------------------------------------------------- */

#ContactPage div.region
{   
    display: none;
    padding: 30px 0px 0px 40px;
    position: absolute;
}
    #ContactPage div.region h1
    {
       font-size: 1.6em;
       margin: 0px 0px 20px 0px;
    }
    #ContactPage div.region h2
    {
        line-height: 1.4em;
        padding: 0px 0px 0px 20px;
        font-size: 1.2em;
    }
    #ContactPage div.region div.email
    {
        padding: 0px 0px 20px 20px;
    }
        #ContactPage div.region div.email a
        {
            color: Blue;
        }
    #ContactPage div.region div.address
    {
        line-height: 1.4em;
        padding: 0px 0px 20px 20px;
    }
    #ContactPage div.region ul
    {
        line-height: 1.8em;
    }
        #ContactPage div.region li
        {

        }
            #ContactPage div.region li label
            {
                display: inline-block;
                padding: 0px 10px 0px 0px;
                text-align: right;
                width: 80px;
            }
            #ContactPage div.region li span
            {

            }
    #ContactPage div.region .showMap
    {
        color: Blue;
        cursor: pointer;
        display: block;
        margin: 30px 0px 0px 20px;
        text-decoration: underline;
    }
    #ContactPage #map_canvas
    {
        border: solid 1px black;
        display: none;
        height: 444px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 444px;
    }
    
/* -----------------------------------------------------------------------------------
   About Us Page
   ----------------------------------------------------------------------------------- */
#AboutPage {
    line-height: 1.6em;
	padding: 10px 65px 20px 65px;
	width: 670px;
	font-family: Helvetica;
	font-size: 8pt;
	text-align: justify;
	height: 454px;
	}
	#AboutPage p 
	{
		margin-bottom: 10px;
	}
	#AboutPage table 
	{
	    margin: 0px 0px 20px 140px;
	}
	    #AboutPage table a 
	    {
	        color: Blue;
	        text-decoration: none;
	    }
	    #AboutPage table td 
	    {
	        width: 200px;
	    }
	
	#AboutPage li 
	{
	    list-style-type:disc;
		list-style-position: outside;
		padding: 0px 0px 10px 0px;
	}
	
/* -----------------------------------------------------------------------------------
   Parts Page
   ----------------------------------------------------------------------------------- */
#PartsPage
{
    font-size: 10pt;
    height: auto;
    line-height: 1.6em;
}
    #PartsPage table
    {
        margin: 10px 0px 20px 100px;
    }
    #PartsPage table td
    {
        width: 360px;
    }
    #PartsPage h1
    {
        font-size: 1.1em;
        padding: 0px 0px 0px 0px;
    }
    #PartsPage ul
    {
        padding: 0px 0px 0px 0px;
    }
    #PartsPage a
    {
        color: Blue;
        font-size: 10pt;
    }
/* -----------------------------------------------------------------------------------
   Part Page
   ----------------------------------------------------------------------------------- */
#PartPage
{
}
    #PartPage h1
    {
        font-size: 1.6em;
        padding: 20px 0px 10px 20px;
    }
    #PartPage h2
    {
        font-size: 1.2em;
        font-weight: normal;
        padding: 0px 0px 10px 20px;
    }
    #PartPage h3
    {
    font-size: 1.2em;
        font-weight: normal;
        padding: 0px 0px 30px 20px;
    }
    #PartPage h4
    {
        padding: 0px 0px 10px 20px;
    }
    #PartPage ul
    {
        padding: 0px 0px 30px 10px;
    }
    #PartPage ul li
    {
        padding: 0px 0px 16px 0px;
    }
    #PartPage a
    {
        color: Blue;
        padding: 0px 0px 8px 20px;
    }
    #PartPage p
    {
        line-height: 1.6em;
        padding: 0px 20px 10px 20px;
    }
    #PartPage p strong
    {
        font-weight: bold;
    }
    #PartPage p a
    {
        padding: 0px;
    }