﻿

body
{
    background: #ffffff;
    background-image: url( "/images/background.jpg" );
    background-repeat: repeat-x;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

img
{
    border-style: none;
}

#DivContainer
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    width: 1024px;
    height: auto;
    border: 2px solid #2b2929;
    background: #899096;
}

#DivHeader
{
    background: #B1B1B1 url('../images/headerBk.jpg');
    background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
    width: 1024px;
    height: 68px;
    vertical-align:bottom; 
    /*border-bottom: 1px solid #ffffff;*/
	
}
 
#DivHeader #DivHeaderLogo
{
    float: Left;
    position:relative;
    left: 25px;
    top: 2px;
    height: 165px;
    margin-bottom:-165px;   
}

#DivHeaderMenu
{
    float: Right;
    font-family: "arial" Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    width: 400px;
    margin: 0;
    padding: 15px 0px 0px 300px;
}


#DivHeaderMenu a,  #DivHeaderMenu a:visited
{
    color:#ffffff;
    text-decoration:none;
    padding: 0px 15px 0px 15px;
}

#DivHeaderMenu a:hover,  #DivHeaderMenu a:active
{
    color:#fbb010;
    text-decoration:none;
    padding: 0px 15px 0px 15px;
}


#DivLowerNav
{
	background: #B1B1B1 url('../images/lowerNavBkA.jpg');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    width: 1024px;
    height: 64px;
    color: #2b2929;
    
}


#DivDropDownMenu
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*background: url('../images/topNavMainBk.gif') repeat-x;*/
	height: 32px;
	list-style: none;
}


#DivFlashIntro
{
    clear:both; 
    background: #9f9f9f;
    padding: 0px 0px 0px 0px;
    width: 1024px;
    height: 381px;
    min-height:381px;
}

DivSlideShow
{
	clear:both; 
    background: #9f9f9f;
    padding: 0px 0px 0px 0px;
    width: 784px;
    height: 297px;
    min-height:297px;
}

#DivContent
{
    clear:both; 
    padding: 0px 0px 0px 0px;
    width: 1024px;
    /* START: MIN-HEIGHT HACK */
    min-height:450px;
    height:auto !important;
    height:450px;
    /* END: MIN-HEIGHT HACK */ 
    background: #899096;
}

#DivBreadCrumb
{
    color: #000;
    text-align:right;
    font-size:10px;
	padding-bottom:5px;
}

#DivBreadCrumb a, #DivBreadCrumb a:visited
{
    text-decoration:underline;
    color: #000;
	
}

#DivBreadCrumb a:hover,  #DivBreadCrumb a:active
{
    text-decoration:underline;
    color: #B75F5F;
}


#DivLeftNav
{
    float: left;
	background:  url('../images/leftNavBkA.jpg');
	background-repeat:repeat-x;
    padding: 0px 0px 0px 0px;
    width: 240px;
    /* START: MIN-HEIGHT HACK */
    min-height:550px;
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */	
}

#DivLeftNav #DivSectionTitle
{
    font-size: 24px;
	font-family:Impact, "Arial Black", "Arial Narrow", Arial;
	text-align:center;
    text-transform: uppercase;
    color: #000000;
    padding: 25px 5px 15px 5px;
    border-bottom: 1px solid #ffffff;
    
	
}

#DivLeftNav #DivSectionTitle a, #DivLeftNav #DivSectionTitle a:visited
{
    font-size: 24px;
    text-transform: uppercase;
    color: #3a3939;
    text-decoration:none;
}

#DivLeftNav #DivSectionTitle a:hover,  #DivLeftNav #DivSectionTitle a:active
{
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    text-decoration:none;
}

#DivLeftNav .MenuItem
{
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bolder;
    text-transform: uppercase;
    text-align:left;
    background-image: url( "/images/leftMenuItem.jpg" );
    width: 240px;
    height: 32px;
    
}

#DivLeftNav .MenuItemActive
{
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bolder;
    text-transform: uppercase;
    text-align:left;
    background-image: url( "/images/leftMenuItemHover.jpg" );
    width: 240px;
    height: 32px;
    
}

#DivLeftNav .MenuItem a
{
    
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bolder;
    text-transform: uppercase;
    text-decoration:none;
    padding: 9px 5px 5px 20px;
    display:block;
}

#DivLeftNav .MenuItemActive a, #DivLeftNav .MenuItem a:hover, #DivLeftNav .MenuItemActive a:active, #DivLeftNav .MenuItemActive a:hover
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url( "/images/leftMenuItemHover.jpg" );
    width: 240px;
    height: 18px;
    text-decoration:none;
    padding: 9px 5px 5px 20px;
    display:block;
}

#DivMainContentHome
{
	background:#fff url('../images/contentBkgHome.jpg') repeat-x;
    background-position: 0 0;
    padding: 0px 0px 0px 0px;
    width: 1024px;
    /* START: MIN-HEIGHT HACK */
    min-height:223px;
    height:223px;

}


#leftColumnWrap
{
	width:345px;
	float:left;
	padding: 0px 0px 0px 0px;	
}

#leftColumnWrap #leftColumnText
{
	width:240px;
	padding: 60px 30px 0px 75px;	
}

#centerColumnWrap
{
	width:337px;
	float:left;
	padding: 0px 0px 0px 0px;		
}

#centerColumnWrap #centerColumnText
{
	width:232px;
	float:left;
	padding: 60px 30px 0px 75px;		
}

#rightColumnWrap
{
	width:342px;
	float:left;
	padding: 0px 0px 0px 0px;	
}

#rightColumnWrap #rightColumnText
{
	width:237px;
	float:left;
	padding: 60px 30px 0px 75px;	
}

#DivMainContent
{
    float: Right;
	background:#ffffff;
    background-position: 0 0;
    padding: 0px 0px 0px 0px;
    width: 784px;
    /* START: MIN-HEIGHT HACK */
    min-height:600px;
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */
}

#DivMainContent #DivPhotoBorder
{	
    float: Left;
    height: 18px;
}

#DivMainContent #DivMainContentText
{
	background:#ffffff;   
    padding: 0px 15px 20px 20px;
    width: 749px;
     /* START: MIN-HEIGHT HACK */
    min-height:250px;
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */
}

#DivMainContent #DivMainContentInventoryText
{
	background:#ffffff;   
    padding: 0px 5px 20px 5px;
    width: 774px;
     /* START: MIN-HEIGHT HACK */
    min-height:250px;
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */
}

td.largeImg {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}



td.thumbnail1{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   background-color: #fff;
   height: 172px;
   width:69px;

}


td.thumbnail1 img.inlineHeader {
	margin: 0 0 0 0;
}


#DivFooter
{ 
	background: #B1B1B1 url('../images/footer.jpg');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    width: 1024px;
    height: 48px;
    color: #ffffff;
    text-align: center;
    clear:both;
    visibility:visible;
}

#DivFooter #DivFooterMenu
{
    padding: 10px 10px 0px 10px;   
}

#DivFooter #DivFooterMenu a, #DivFooter #DivFooterMenu a:visited
{
	font-family:Arial;
    color:#ffffff;
    text-decoration:none;
    font-size: 14px;
}

#DivFooter #DivFooterMenu a:active, #DivFooter #DivFooterMenu a:hover
{
    color:#ffba00;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#parts, #DivFooter #DivFooterMenu a#parts:visited
{
	font-family:Arial;
    color:#ffba00;
    text-decoration:none;
    font-size: 14px;
}

#DivFooter #DivFooterMenu a#parts:active, #DivFooter #DivFooterMenu a#parts:hover
{
    color:#ffba00;
    text-decoration:none;
}

#DivFooter #DivFooterMenuA
{
	font-size: 8px;
    padding: 4px 10px 5px 10px;   
}

#DivFooter #DivFooterMenuA a, #DivFooter #DivFooterMenuA a:visited
{
	
	font-family:Arial;
    color:#ffffff;
    text-decoration:none;
    font-size: 12px;
}

#DivFooter #DivFooterMenuA a:active, #DivFooter #DivFooterMenuA a:hover
{
    color:#ffffff;
    text-decoration:none;
}

#DivContentChild
{
    clear:both; 
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    width: 1024px;
    /* START: MIN-HEIGHT HACK */
    min-height:500px;
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */ 
}

#leftColumn
{
    float: left;
    padding: 0px 0px 0px 0px;
    width: 512px;
    /* START: MIN-HEIGHT HACK */
    min-height:450px;
    height:auto !important;
    height:450px;
    /* END: MIN-HEIGHT HACK */	
    margin: 0;
}

#leftColumn #DivLeftColumnText
{
    padding: 30px 10px 20px 40px;
    width: 462px;
    height:auto;
}

#DivRightColumn
{
    float: Right;
    padding: 0px 0px 0px 0px;
    width: 512px;
    /* START: MIN-HEIGHT HACK */
    min-height:450px;
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */
    margin: 0;
}

#DivRightColumn #DivRightColumnText
{
    padding: 40px 0px 0px 70px;
    width: 442px;
    height:auto;
	
}

/****************************/
/* Inventory Layout         */
/****************************/

div.inventoryItem
{
    width:765px;
    height:inherit;
    display:inline-block;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    clear:both;
}

div.inventoryItem h1
{
    font-size: 24px;
	font-family:Impact, Arial Black, Arial, Sans-Serif;
	font-weight:normal;
	text-align:center;
	letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3a3939;
    padding: 0px 0px 0px 0px;
}

div.inventoryItem div.wrapper
{
    width:763px;
    height:inherit;
    display:inline-block;
    padding: 0px 0px 0px 0px;
    border: solid 1px #000000;
    background-color:#ffffff;
}

div.inventoryItem div.photos
{
    float:left;
    width: 310px;
    height: 330px;
    border: none;
    background-color:#ffffff;
    
}

div.inventoryItem div.photos .mainPhoto
{
    background-color:#686868;
    width: 270px;
    height: 200px;
    margin: 20px 20px 10px 20px;
}

div.inventoryItem div.photos .thumbnailBar
{
    width:auto;
    margin: 0px 0px 10px 20px;
    height: 44px;
    display:inline-block;
}

div.inventoryItem div.photos .thumbnail
{
    background-color:#686868;
    margin-right: 7px;
    width: 60px;
    height: 44px;
}

div.inventoryItem div.photos .instructions
{
    width: 310px;
    text-align:center
}


div.inventoryItem div.specs
{
    float:Right;
    width: 450px;
    border-left: solid 1px #000000;
    min-height: 230px;
}

div.inventoryItem table.specs
{
    float:Right;
    width: 450px;
    height: auto;
    border-collapse:collapse;
    background-color: #000000;
}

div.inventoryItem table.specs th
{
    color: #ffffff;
    text-transform:uppercase;
    height:20px;
    text-align:center;
    background-color: #000000;
    
}
div.inventoryItem table.specs td
{
    border-left: solid 1px #000000;
    padding-right:1px;
    text-align:center;
    height:20px;
    background-color: #ffffff;
}

div.inventoryItem table.specs td.noBorder
{
    border: none;
}

div.inventoryItem table.specs td.Description
{
    /*border-right: solid 1px #000000;*/
    text-align:left;
    vertical-align:top;
    
    background-color: #ffffff;
    border: none;
}

div.inventoryItem table.specs td.Description p
{
    padding: 0px 0px 0px 0px;
    margin: 10px 12px 10px 12px;
      
}

div.inventoryItem table.specs td.Description div.minHeightFix
{
    min-height: 268px;
    display:inline-block;
}



td.engineCorePic 
{
   padding: 0px 0px 0px 0px;
   background: #fff;
}

td.engineCorePic img.engineCorePicPad  
{
	width: 183px;
	padding: 0px 5px 0px 5px;
	margin: 0 0 0 0;
	
}

td.engineCoreTextWrap
{
   padding: 0px 0px 0px 0px;
   background: #fff;
}


 p.engineCoreText
{
	width:179px;
	font-size: 12px;
	text-align:left;
	color: #000000;
	margin: 0 0;
	padding: 5px 7px 20px 7px;
	font-family: "Franklin Gothic Medium", Arial;
	text-decoration:none;
}





