﻿body {
margin: auto;
height: 100%;
width: 850px;
text-align: center;
position: relative;
background-color: Black;
font-size: 1em;
font-family: Calibri;
background-image: url('../images/whitebckgrd.png');
background-repeat: repeat-x;
}

#container {
margin: auto;
margin-top: 20px;
width: 800px;
background-color: White;
background-image: url('../images/bluebckgrd.png');
border: solid 5px #1a1a1a;
}

#header {
clear: both;
height: 185px;
background-image: url('../images/header.png');
}

#navigation {
clear: both;
height: 30px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}

#mainpage {
margin: auto;
clear: both;
min-height: 300px;
width: 770px;
margin-bottom: 15px;
}

#footer {
clear: both;
height: 50px;
background-color: Black;
background-image: url('../images/footerbckgrd-blue.png');
}

#bottominfo {
text-align: center;
width: 800px;
color: White;
margin: auto;
}

#contenttop {
width: 770px;
height: 10px;
background-color: Transparent;
background-image: url('../images/maincontentbckgrd-top.png');
clear: both;
margin: auto;
}

#contentmain {
width: 770px;
min-height: 280px;
background-color: Transparent;
background-image: url('../images/maincontentbckgrd.png');
background-repeat: repeat-y;
clear: both;
margin: auto;
}

#contentbottom {
width: 770px;
height: 10px;
background-color: Transparent;
background-image: url('../images/maincontentbckgrd-bottom.png');
clear: both;
margin: auto;
}

div.button {
float: left;
width: 140px;
height: 30px;
}

div.buttonspace {
float: left;
width: 50px;
height: 30px;
}

h2 {
font-size: 2em;
font-weight: bold;
margin: 0px;
}

h4 {
font-size: 1.5em;
font-weight: bold;
margin: 0px;
}

h5 {
font-size: 1.25em;
font-weight: bold;
margin: 0px;
text-align: left;
margin: 0px 0px 15px 15px;
}

h6 
{
text-align: left;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 10px;
margin-top: 10px;
font-size: 1.5em;
}

h5.portoflio {
font-size: 1.25em;
font-weight: bold;
margin: 0px;
text-align: center;
margin: 15px 0px 0px 0px;
}

p.leftalign {
text-align: left;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
line-height: 25px;
font-size: 1.15em;
}

p.services {
text-align: left;
margin: 0px 15px 15px 15px;
width: 400px;
}

p.portfolioheader
{
font-size: 1.25em;
font-weight: bold;   
}

div.indexheight {
height: 280px;
}

div.aboutheight {
height: 780px;
}

div.servicesheight {
height: 800px;
}

div.portfolioheight {
height: 500px;
}

div.contactheight {
height: 575px;
}

div.logosbcheight {
height: 550px;
}

div.windowsheight {
height: 450px;
}

div.bannersheight {
height: 650px;
}

div.decalsmagnetsheight {
height: 550px;
}

div.racingheight {
height:650px;
}

div.vehiclesheight {
height: 775px;
}

div.signsheight {
height: 650px;
}

div.trailersheight {
height: 650px;
}

p.portfoliolinks
{
font-weight: bold;    
}

table {
margin-top: 10px;
}
td.portfolio
{
width: 178px;   
font-weight: bold;
vertical-align: top;
}

td.portfoliowidth {
width: 350px;
}

ul
{
text-align: left;  
margin-left: 100px;
line-height: 25px;

}

ul.materials
{
text-align: left;  
margin-left: 30px;
line-height: 25px;

}


a.black:link /* unvisited global link */
{
    color: #00AEEF;
    text-decoration: none;
        
} 
a.black:visited /* visited global link */
{
    color: #00AEEF;
    text-decoration: none;
        
} 
a.black:hover /* mouse over global link */
{
    color: #FFFFFF;
    text-decoration: none;
      
} 
a.black:active /* selected global link */
{
    color: #00AEEF;
    text-decoration: none;
   
} 


a.white:link /* unvisited global link */
{
    color: #00AEEF;
    text-decoration: none;
        
} 
a.white:visited /* visited global link */
{
    color: #00AEEF;
    text-decoration: none;
        
} 
a.white:hover /* mouse over global link */
{
    color: #000000;
    text-decoration: none;
      
} 
a.white:active /* selected global link */
{
    color: #00AEEF;
    text-decoration: none;
   
} 


a:link /* unvisited global link */
{
    color: #00AEEF;
    text-decoration: none;
        
} 
a:visited /* visited global link */
{
    color: #00AEEF;
    text-decoration: none;
        
} 
a:hover /* mouse over global link */
{
    color: #000000;
    text-decoration: none;
      
} 
a:active /* selected global link */
{
    color: #00AEEF;
    text-decoration: none;
   
} 
