body
{
    margin: auto 0px;
    background: black;
}


/*this is for the page being created.  Set the width to your page size if there is one.  This is set to default to the standard size.
  Set the background to the page color or image. For color, use number.  For image use this.. transparent url('../images/body.png') */
#containerhome
{
    margin-left:auto;
    margin-right:auto;
    width:900px;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background: transparent url('../images/container.png') no-repeat ;
}

#header
{
}

/*use for compatability for some browsers */
img
{
    border: none;
}

#contenthome
{
    margin-left: auto ;
    margin-top:auto ;
    min-height:600px;
    width:961px;
    background: transparent url('../images/ridge.png') no-repeat ;

}

#content
{
    margin-left: auto;
    margin-top: auto;
    min-height: 600px;
    background: transparent url('../images/content.png') no-repeat;
}



#footer
{
    text-align:center;
}

/*css for links in the footer*/
#footer a
{
    font-family: arial;
    font-size: 14px;
    color: white;
}

#navigationsign a
{
    color:#002166;
    text-decoration: none;
}

#navigationsign a:hover
{
    color: green;
}

#navigationsign
{
    float: left;
    background: transparent url('../images/sign.png') no-repeat;
    width:293px;
    height:600px;
    z-index: 100 !important;
    padding-left:20px;
    position:relative;
}

.begin
{
    font-family: Impact;
    font-size: 35px;
    font-weight: bold;
    color: #002166;
    padding-top: 10px;
}

#blueborder
{
    background: transparent url('../images/historyborder.png') no-repeat;
    width:343px;
    height:100px;
    position: relative;
    left: 30px;
}

#contentbackground
{
    background:white;
    width: 457px;
    border: 10px solid #D71C23;
    float: left;
    z-index: 50 !important;
    position:relative;
    left:-152px;
    top:-10px;
    z-index:-5;
    padding-left:100px;
    padding-right:10px;
    padding-bottom:15px;
}

.inventorylink a
{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: green;
    text-decoration: none;
}


#map
{
    width:200px;
    height:513px;
    position: relative;
    left: 25px;
  
}

#pickupboxplate
{
    width:158px;
    height:93px;
    
}

#pickupcabplate
{
    width:158px;
    height:93px;
  
}

#doorsplate
{
    width:158px;
    height:93px;
  
}


#classicpartsplate
{
    width:158px;
    height:93px;
 
}

#frontclipsplate
{
    width:158px;
    height:93px;
 
}

#framesplate
{
    width:158px;
    height:93px;

}

#miscplate
{
    width:190px;
    height:92px;
}

h3
{
    font-family: "Times New Roman";
    font-size: 36px;
    font-style: italic;
    color: #443585;
}

h4
{

    font-family: "Times New Roman";
    font-size: 24px;
    font-style: italic;
    color: #443585;
}

p
{
    font-family: "Times New Roman";
    font-size: 16px;
    font-weight: bolder;
}

.text
{
    font-family: "Times New Roman";
    font-size: 16px;
    padding-left: 20px;
    padding-right:20px;
    padding-bottom:10px;

}

#home
{	font-family: Impact;
  font-size: 30px;
  color:#002166;
  position:relative;
  top:50px;
  left:90px;
}

#history
{	font-family: Impact;
  font-size: 30px;
  color:#002166;
  position:relative;
  top:123px;
  left:80px;
}

#inventory
{	font-family: Impact;
  font-size: 30px;
  color:#002166;
  position:relative;
  top:195px;
  left:70px;
}

#storage
{	font-family: Impact;
  font-size: 30px;
  color:#002166;
  position:relative;
  top:270px;
  left:80px;
}

#contact
{	font-family: Impact;
  font-size: 30px;
  color:#002166;
  position:relative;
  top:350px;
  left:80px;
}

#introparagraph
{
    float: right;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 17px;
    margin-top:300px;
    margin-left:20px;
    margin-right: 175px;
    color: black;
}


/*css for lists*/
ul
{
    text-align: left;
    Margin-left: 150px;
    font-family: arial;
    font-size: 18px;
}

.floatleft
{
    float:left;
}

.clear
{
    clear:both;
}

.shadow
{
    -moz-box-shadow: 3px 3px 3px #000; /* Firefox */
    -webkit-box-shadow: 3px 3px 3px #000; /* Safari, Chrome */
    box-shadow: 3px 3px 3px #000; /* CSS3 */
}
