html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  padding: 0 500px; /* the critical side padding that sets the natural min-width! */
  background: url(images/background.png); /* this BG tiles the area outside the columns */
  color: #ffffff;
  font-family: georgia, verdana, sans-serif;
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  background-color: #000000; 
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 0; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 0px; /* IE7 supports this property, doesn't need the fancy MS expression */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
  background-color: #000000; 
  margin: 0 -500px; /* neg side margin values should be < or = to side body padding */
  min-width: 1000px; /* This prevents Safari from losing the negative margins in narrow windows */
  position: relative; /* makes #expander visible outside #sizer in IEwin */
  min-height: 500px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack in the CC below */
  border: 3px solid #999999; /* Outer-most div border */
  border-width: 3px 3px; /* Outer-most div border */
}

/* #expander must receive "hasLayout" for IEwin bug fixing; applied in CC */

#wrapper1 {
  background-color: #000000; 
  position: relative;
  background-color: #000000; 
  font-size: .9em; /* set global font-size here */
} /* this positioning may be needed for IEwin if page is to contain positioned elements */


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  background-color: #000000; 
  margin-left: 230px;    /*** Critical left col width value ***/
}

.float-wrap {
  background-color: #000000; 
  float: left;
  width: 100%;
}

.center {
  background-color: #000000; 
  float: right;
  width: 100%;
}

.left {
  background-color: #000000; 
  float: left;
  position: relative; /* Needed for IE/win */
  width: 230px;    /*** Critical left col width value ***/
  margin-left: -230px;    /*** Critical left col width value ***/ /*** If .outer contains a border it must be added to this value ***/
  margin-top: 20px;
}

.centerbox {
  background-color: #000000; 
  font-weight: bold;
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.container-left {color: #ffffff;}


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: #ffffff;
  padding: 5px 0;
  background: url(images/matrix_banner.jpg) no-repeat 0px 0px;
  background-color: #000000; 
} /* "matrix_banner" BG is made to be in fixed position here */


.header span {color: #373;}

.footer {
  width: 100%;
  background-color: #000000;
  font-size: .7em;
  font-weight: bold;
  clear: both;
  padding: 45px 0 10px;
  position: relative;
}

.footer p {margin: 10px 0 0 20px; color: #fff; font-family:Arial, Helvetica, sans-serif;}

.footer h6 {margin: 10px 0 0 0; color: #fff; font-family:Arial, Helvetica, sans-serif;}

.footer hr {
  color: #944;
  margin: 0;
  background: #944;
  height: 5px;
}

.shield {
  position: absolute;
  top: -25px;
  right: -5px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.textpadder {padding: 10px 30px;}


/************** Generic Rules *************/

p  {margin: .8em 0;}

h1 {margin: 140px 0 10px;
	text-align: center;
}

h2 {
	width: 80%;
	font-size: 1.4em;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0 0 0;
	color: #fff;
	background: url(images/carbonfiber.jpg);
	font-family: tahoma, arial, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #666666 #666666 #999999;
}

h3 {margin: 1em 0 .3em;}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.gallery {
	border-width: 2px;
	border-style: double;
	border-color: #999999 #666666 #666666 #999999;
}

.parts {
	margin: 0 0 50px 0;
}

.partspic{
	margin: 50px 25px 0 25px;
	border-width: 2px;
	border-style: double;
	border-color: #999999 #666666 #666666 #999999;
}

.partsdata {
	width: 80%;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;}
/* prevents oversize images from breaking layout in browsers that support max-width */

/**************** Utility Rules *******************/

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}
#sizer #expander #wrapper1 .outer .float-wrap .center .textpadder .centerbox .centerbox h2 strong {
	color: #FF8000;
}
#sizer #expander #wrapper1 .outer .float-wrap .center .textpadder .centerbox div h2 strong {
	color: #FF8000;
}
