BODY {
	margin-top: 10px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
 }
#wrap {
	background:#333;
	border: 3px solid #666;
	} 
#header {
		background:url(images/header-bg.gif) left top repeat;
		color:#fff;
		}
a.white:link, a.white:visited {	
	color:#fff;
	font-weight: normal;
	}
a.white:hover {
	color: #FFFF66;
	text-decoration: underline;
	}		
p, table, ul, ol, div {
 font-size: 12px;
 color: #fff;
  } 
p {
 padding: 0 10px 0 0; 
 line-height: 1.5em;
 }
h1 {
	margin-top:8px;
	margin-bottom:4px;
	padding:8px 4px 4px 0;
	color: #fff;
	line-height:24px;
	}
#maincontent h1 {
	font-size: 1.8em;
	}	
h2 {
	margin-top:10px;
	color: #fff;
	padding:8px 4px 4px 0;
	font-size: 14px;
	}
table h3 {
	margin-top:0;
	color: #fff;
		}
h4 {
	margin-top:10px;
	font-size: 1em;
	padding: 3px 3px 3px 12px;
	}	
		
a:link {
 font-weight: bold;
 color: #99ccff;
 text-decoration: none;
}
a:visited {
 color: #0099ff;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 font-weight: bold;
 text-decoration: underline;
 color: #FFFF00;	 
}

.ulinline li {
	display: inline;
	}
 
/*            NAV
====================================*/ 
#topnav {
	height: 23px;
	border-top: 1px solid #f09b9e;
	border-bottom: 1px solid #380b0d;}
#topnav td {
 	text-align:center;
	border-top: 1px solid #e86265;
	border-bottom: 1px solid #9e2023;
	border-right: 1px solid #9e2023;
	}
#topnav td a {
	font-size: .9em;
	line-height: 26px;
	padding-left:25px;
	padding-right: 25px;
	}
#topnav td a:link, #topnav td a:visited{
	background: #e02d32;
	height: 23px;
	display: block;
	color: #fff;
	text-decoration:none;
		}

#topnav td a:hover {
	background: #ab0e12;
	display: block;
	color: #fff;
	text-decoration: none;
	}
#topnav img {
	border: 0;
	vertical-align:middle;
		}

/*            LEFT NAV
====================================*/ 		
		
#leftnav {
  background: url(images/left_bg.jpg) top left repeat-y;
  width: 150px;
  border-right: 1px solid #e02d32;
  }
#leftnav ul {
  margin: 0px; padding: 10px;
  list-style-type: none;
  }
#leftnav li { 
  margin: 0px; padding: 2px 0px;
  border-bottom: 1px solid #333;
  display: block;
   }
#leftnav li a:link, #leftnav li a:visited {
  background: url(images/icon.gif) no-repeat top left;
  color: #ccc;
  text-decoration: none;
  padding-left: 14px;
  display: block;
  font-weight: normal;
  }
#leftnav li a:hover {
	background: url(images/icon-over.gif) no-repeat top left;
	color: #fff; 
	padding-left: 14px;
	display: block;
  } 	
#rightcolumn {	
	background: url(images/right_bg.jpg) top right repeat-x;
	width: 15%;
	border-left: 1px solid #e02d32;
  	}
#rightcolumn td {
	vertical-align: top;
	}
	
#rightcolumn h1 {
	margin: 0;
	padding-left: 7px;
	padding-top: 3px;
	line-height: 1em;
	display:block;
	color: #fff;
	font-size: 1.4em;
	}	

#rightcolumn h2{
	margin: 0;
	color: #e02d32;
	font-size: 1.1em;
	line-height: 1em;
	padding: 3px 2px 3px 8px;
	display:block;
	background: #ddd;
	}
#rightcolumn p{
	padding-left: 7px;
	font-size: .9em;
	}	
#rightcolumn div {
	display: block;
	}	
.feature {
	background: #fff;
	color: #000;
	text-align: center;
	display: block;
	border-bottom: 3px solid #666;
	border-top: 3px solid #666;
	padding: 5px 0 5px 0;
	width: auto;
	}	
#rightcolumn img {
	padding-top: 3px;
	padding-bottom: 3px;
	}
#rightcolumn hr {
	color: #999999;	
	}		
input, select, textarea {
	background: #222;
	color:#fff;
	}	
/*            CONTENT
====================================*/   
#main-content {
	padding-left: 15px;
	background:#333333;
	}
#main-content p {
	padding-left: 10px;
	}
#main-content h2 {
	display: block;
	background: #e02d32;
	padding-left: 10px;
	}
#main-content ul lh {
		color:#e02d32;
		font-weight: bold;
		}

#main-content ul {
	padding: 0 0 3px 10px;
	margin: 0 0 3px 15px;
	}
#main-content ul li {
	margin: 0 0 0 11px;
	padding: 0 0 0 5px;
	}
#button a{
	border: 1px solid #015915; 
	background: #ccc;
	padding:6px;
	display:block;
	width:120px;
	text-align:center;
		}
#button a:link, #button a:visited {
	color: #015915; 
	font-weight: bold;
	line-height: 18px;
	display:block;
	}		
#button a:hover {
	background: #333;
	color: #FF9933;
	font-weight: bold;
	line-height: 18px;
	display:block;
	text-decoration: none;
	}			
#directory td{
	border-bottom: 1px dashed #C4EABF;
	}		

#rightcol {
	width: 100px;
	display: block;
	background: #ccc;
	float: right;
	clear:both;
}	
#form {
	border: 1px solid #ccc;
}

/*            CLASSES
====================================*/  	
	
.bg_img {
	background: url(images/gaskets_bg.jpg) top center repeat;
	}
.fleft {
	float: left;
	padding: 0 15px 0 10px;
	display: inline;
	}		
.fright {
	float: right;
	padding: 10px 15px 0 10px;
	display: inline;
	}
.fright img {
	padding-bottom: 4px;
	}	
.bord {
	border-bottom: 5px solid #cdcdcd;
	}	
.borddash {
    padding-top: 12px;
	border-top: 1px dashed #cdcdcd;
	}	
.smaller {
	display: block;
	font-size: .8em;
	}	
.lightblue {
	background: #e5e5e5;
	}		
.bigger {
	color: #fff;
	font-size: 1.4em;
	}	
.black {
	color:#000;
	}	
.news {	
	color: #dcdcdc;
	}	
ul.inline li{	
	display: inline;
	list-style-type:disc;
	list-style-position:inside;
	}
div.smaller p{
	font-size: .85em;
	color: #666;
	padding: 0 10px 0 10px;
	}	
/*            FOOTER
====================================*/  	
	
#footer {
	height: 27px;
	background:url(images/header-bg.gif) left top repeat;
	border-top: 2px solid #e02d32;
	font-weight: bold;
	font-size: .95em;
	margin: 0;
	color: #fff;
   }
#footer a:link, #footer a:visited {
       color: #fff;
	   font-weight: bold;
	   text-decoration: underline;}
#footer a:hover {
	   color: #f33;	 
	   }  
#footer td{
	padding-right: 15px;
	}