.footerlinks:link
{
	COLOR: #D3CECE;
	text-decoration: underline
}
.footerlinks:visited
{
	COLOR: #D3CECE;
	text-decoration: underline
}
.footerlinks:hover 
{
	COLOR: White;
	text-decoration: underline
	
}


.cratelinks:link
{
	COLOR: Transparent;
	text-decoration: underline
}
.cratelinks:visited
{
	COLOR: Transparent;
	text-decoration: underline
}
.cratelinks:hover 
{
	COLOR: Transparent;
	text-decoration: underline
	
}

.sidelinks:link
{
	COLOR: Transparent;
	text-decoration: underline
}
.sidelinks:visited
{
	COLOR: Transparent;
	text-decoration: underline
}
.sidelinks:hover 
{
	COLOR: Transparent;
	text-decoration: underline
	
}


.specials:link
{
	COLOR: White;
	text-decoration: underline
}
.specials:visited
{
	COLOR: White;
	text-decoration: underline
}
.specials:hover 
{
	COLOR: White;
	text-decoration: underline	
}

.enginebox:link
{
	COLOR: #D3CECE;
	text-decoration: none
}
.enginebox:visited
{
	COLOR: #D3CECE;
	text-decoration: none
}
.enginebox:hover 
{
	COLOR: White;
	text-decoration: none
	
}


.menu:link
{
COLOR: White;
font-family: Arial; 
font-size: 11pt; 
font-weight: bold;
text-decoration: none;
}
.menu:visited
{
COLOR: White;
font-family: Arial; 
font-size: 11pt; 
font-weight: bold;
text-decoration: none;
}
.menu:hover 
{
COLOR: #0B86F5;
font-family: Arial; 
font-size: 11pt; 
font-weight: bold;
text-decoration: none;
}




.nolink:link
{
	COLOR: White;
	text-decoration: none
}
.nolink:visited
{
	COLOR: White;
	text-decoration: none
}
.nolink:hover 
{
	COLOR: White;
	text-decoration: none
}



h1 { 

font-family: Arial; 

font-size: 12pt; 

font-weight: normal;

color: White; 

} 

h2 { 

font-family: Arial; 

font-size: 10pt; 

font-weight: normal;

color: White; 

}


body#home a#homenav,
body#crate a#cratenav,
body#heads a#headsnav,
body#quote a#quotenav,
body#warranty a#warrantynav,
body#about a#aboutnav,
body#contact a#contactnav,
body#faq a#faqnav {

COLOR: #0B86F5;
font-family: Arial; 
font-size: 11pt; 
font-weight: bold;
text-decoration: none;

}


 #header{
	margin: 0px auto;	
	background-image:url(images/header.gif);
	text-align: right;
	width: 778px;
	height: 149px;
	}
	
	
 #crateengine {
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	position:relative; z-index:1; padding:0px;

	width: 602px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */	
	}
	
	 #crateengineL {
	margin: 0px;
	padding: 0px;
	
    width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	height: 187px;
	float: left; /* since this element is floated, a width must be given */
	}

	 #crateengineR {
	margin: 0px;
	padding: 0px;
	
    width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	height: 187px;
	float: right; /* since this element is floated, a width must be given */
	}


 #engineboxL{
	margin: 0px;
	padding: 0px;	
	background-image:url(images/enginebox.png);
	background-repeat: no-repeat;
	width: 259px;
	height: 157px;
	float: right;
	}
	
 #engineboxL p{
	margin-top: 60px;
	padding: 0px;
	text-align: center;
	}
	
 #engineboxR{
	margin: 0px;
	padding: 0px;	
	background-image:url(images/enginebox.png);
	background-repeat: no-repeat;
	width: 259px;
	height: 157px;
	float: left;
	}
	
 #engineboxR p{
	margin-top: 60px;
	padding: 0px;
	text-align: center;
	}
	
 #engineboxtextR {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	}
		
 #engineboxtext {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}