@charset "utf-8";
/* CSS Document */

body  {
 font: small "Trebuchet MS", Arial, Helvetica, sans-serif;
 background: #747498 url(BMimages/BMSEW3.gif) repeat fixed left top;
 margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
 padding: 0;
 text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 color: #FFF;
}
#container {
 width: 900px;
 background: #FFFFFF url(BMimages/fauxcollumn.gif) repeat-y left top;
 margin: 0 auto;
 text-align: left;
 border-right: 1px solid #A09BB2;
 border-left: 1px solid #A09BB2;
} 
#header {
 background: #E7E3E0 url(BMimages/headermachine.jpg) no-repeat right top;
 margin: 0px;
 height: 179px;
 padding-top: 15px;
 padding-left: 20px;
} 
#header h2 {
 margin: 3px 0px 0px;
 padding: 0px;
 color: #666;
 font: bold 120% Arial, Helvetica, sans-serif;
}
#navigation {
 height: 50px;
 margin: 0px;
 background: #8E8A99;
}
#navigation #nav {
 text-decoration: none;
 list-style: none;
 margin: 0px;
 background: #8e8a99 url(BMimages/navigation.gif) no-repeat right top;
 padding: 0px;
 height: 50px;
}
#topfeature {
 height: 170px;
 margin: 0px;
 background: #a09bb2;
 padding: 0px;
}
#topfeature h2 {
 font-size: 125%;
 padding-top: 15px;
 padding-bottom: 10px;
 text-align: center;
 margin: 0px;
 font-weight: bold;
 color: #FFF;
}
#topfeature ul {
 margin: 0px;
 padding: 0px;
 list-style: disc inside;
 border-style: none;
}

#topfeature ul li  {
 font-size: 120%;
 list-style: disc inside;
 line-height: 1.7em;
 padding: 0px;
 margin: 0px 0px 0px 16px;
 border-style: none;
}

#topfeature .features {
 display: block;
 width: 225px;
 height: 170px;
 background: url(BMimages/border.gif) no-repeat right 30px;
 overflow: hidden;
 float: left;
}

#topfeature .featureslast {
 display: block;
 width: 225px;
 height: 170px;
 overflow: hidden;
}



#sidebar {
 float: right; /* since this element is floated, a width must be given */
 width: 190px; /* 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 */
 background: #D9D1F8; /* the background color will be displayed for the length of the content in the column, but no further */
 padding: 15px 10px 40px 25px;
 color: #666;
 margin: 0px;
}
#sidebar p {
 font-size: 120%;
}
#sidebar img {
 padding: 5px;
 margin-top: 10px;
 background: #FFF;
 border: 1px solid #8E8A99;
}

#sidebar .address {
 padding-bottom: 0px;
 margin-bottom: -10px;
}

#sidebar .email {
 font-weight: bold;
 font-size: 98%;
 margin: 0px;
 padding: 0px;
 color: #666;
}


.numbers {
 font-size: 180%;
 margin-top: 10px;
 color: #666;
}
.email a:link {
 color: #666;
}
.email a:visited {
 color: #666;
}

.email a:hover {
 color: #633;
}
.email a:active {
 color: #666;
}


#mainContent {
 margin: 0 250px 0 0;
 padding: 40px 0px 0 40px;
 color: #666;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
#mainContent p {
 margin-bottom: 20px;
 color: #666;
 font: 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mainContent  img {
 float: left;
 padding: 5px;
 border: 1px solid #8E8A99;
 margin: 10px 10px 20px 20px;
}

h1 {
 margin-bottom: 30px;
 font-size: 230%;
 color: #666;
}


#footer {
 padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 background:#a1abb9;
} 
#footer p {
 margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
 padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
 color: #FFF;
 text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
/*start of navigation css*/



#navigation {
 width: 900px;
 height: 50px;
 padding: 0px;
 margin: 0;
 position: relative;
 list-style: none;
}


#nav {
 width: 900px;
 height: 50px;
 list-style: none;
 margin: 0px;
 padding: 0px;
 background: #8e8a99 url(BMimages/navigation.gif) no-repeat right top;
 text-decoration: none;
}

#navigation li {
	float: left;
	list-style: none;
}


#nav li a {
 position: absolute;
 top: 0;
 margin: 0;
 padding: 0;
 display: block;
 height: 50px;

 background: #8e8a99
 text-indent: -9999px;
 overflow: hidden;
 font-size: 1%;
 list-style: none;
 background: url(BMimages/navigation.gif) no-repeat left top;
 color: #8e8a99
 text-decoration: none;
}


li#nav_home a {
 left: 538px;
 width: 88px;
 background-position: -536px 0;
 list-style: none;
}

li#nav_parts a {
  left: 668px;
  width: 218px;
  background-position: -668px 0;
}



li#nav_home a:hover {
  background-position: -536px -50px;
}

li#nav_parts a:hover {
  background-position: -668px -50px;
}



/* You are here state rules*/

/*#home li#nav_home a {
  background-position: -536px -94px;
}

#about li#nav_glazing a  {
  background-position: -668px -94px;
}
*/


html {
 background: #FFF;
} /* this colour forces IE7 to zoom the background image. It's a trick they said was worth adding in Mastering CSS with DW CS4, so I have*/

a:link {
 color: #8E8A9A;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #8E8A9A;
}
a:hover {
 text-decoration: none;
 color: #8E8A9A;
}
a:active {
 text-decoration: none;
 color: #8E8A9A;
}

