abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}

#table1 td {
	height: 376px;
	vertical-align: top;
}

#mainPage_content {
	height: 240px;
	text-align: left;
	background: #AAAAAA; 
	padding:0; 
	margin: 0;
}

#mainPage_content .tagline {
	margin: 5px 30px;
	width: 400px;
	height: 110px;
}

#mainPage_content .divider {
	z-index: 100;
	position: absolute;
	left: 444px;
	bottom: -25px;
	height: 180px;
	width: 12px;
}

#mainPage_content #videoContainer {
	display: inline;
	position: absolute;
	z-index:121;
	height: 170px;
	width: 260px;
/*	border: 1px solid #000;	*/
	left: 468px;
	bottom: -26px;
	margin: 0;
	padding: 0;
}

#mainPage_content #videoContainer h3 {
	color: #262626;
	font-variant: small-caps;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}

#video-overview {
	margin-bottom: 10px;
}

#video-overview img, #video-community img {
	border: 1px solid #FFF;
	height: 70px;
	width: 120px;
}

#video-overview .verbiage, #video-community .verbiage {
	color: #262626;
	position: absolute;
	width: 130px;
	left: 134px;
	top: -6px;
	font: normal 11px Arial;
}

#video-community .verbiage {
	top: 78px;
}

#mainpage_news_area {
	height: 92px;
	width: 740px;
	display: block;
	overflow: hidden; 
	text-align: left;
}

#mainpage_news_area div{
	margin: 2px;
	font: normal 12px Arial;
	color: #FFF;
	font-weight: bold;	
}

.videobox {
	background-color: #0061aa;
	height: 90px;
	display: block;
	overflow: hidden; 
	text-align: left;
	font: normal 12px Arial;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
} 

.videoblock {
	margin: 5px 30px;
}

#mainpage_news_area .verbiage, .videoblock .verbiage{
	padding: 20px 3px 3px 25px;
	width: 160px;
	font-size: 10px;
	display: block;
	float: left;
}

#mainpage_news_area .video, .videoblock .video{
	display: block;
	float: left;
}

#mainpage_news_area a:link, #mainpage_news_area a:visited {
	font: normal 12px Arial;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;	
}
	
#mainpage_news_area a:hover {
	text-decoration: underline;
}	
	
#mainpage_news_area .icon {
	vertical-align: middle;
	border: 0;
	text-decoration: none;
}	

/* PRODUCTS PAGE */

#products-gaskets-patent {
	background-color: #0061aa;
	text-align: left;
	font: normal 10px Arial;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;	
}

#products-gaskets-patent .padding {
	padding: 15px 30px;
}

#products-gaskets-patent ul {
	list-style-type: square;
	margin: 0 25px;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#products-gaskets-patent ul li{
	padding-bottom: -2px; /*bottom spacing between menu items*/
}

#products-gaskets-patent #patent-photos{
	text-align: center;
}

#products-gaskets-patent #patent-photos img {
	border: 1px solid #333;
	margin: 3px;
}

#products-gaskets-patent a{
	text-decoration: underline;
	color: #FFF;
	font-weight: 800;
}

	
/* NAVIGATION */

#navBlocks{
	text-align: left;
	width: 294px;
	margin-bottom: 20px;
}

#navBlocks h2{
	font: bold 18px Arial;
	color: white;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	text-align: right;
}

#navBlocks ul{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#navBlocks ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

#navBlocks ul li a{
	font: normal 12px Arial;
	color: #000;
	font-weight: bold;	
	display: block;
	text-decoration: none;
	line-height: 14px;
	height: 20px;
	padding-left: 25px;
	background-image: url(../images/menu_swap_blocks.jpg);
	background-repeat: no-repeat;
}

#navBlocks ul li a:visited{
	color: black;
}

#navBlocks ul li a:hover{ /*hover state CSS*/
	padding-left: 40px;
	color: #FFF;
	background-image: url(../images/menu_swap_blocks.jpg);
	background-position: 0px -96px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div #navBlocks ul li.current_page_item  a:link, div #navBlocks ul li.current_page_item  a:visited  {
	color: #FFFFFF;
	background-image: url(../images/menu_swap_blocks.jpg);
	background-position: 0px -49px;
	background-repeat: no-repeat;
}

	/* SM SUB ITEMS */
#navBlocks ul li ul{
	list-style-type: none;
	margin: 0 0 10px 35px;
	padding: 0;
	_margin: -18px 0 10px 35px;		/* IE hack for margin spacing issue */
}

#navBlocks ul li.sub_items ul li a:link, #navBlocks ul li.sub_items ul li a:visited {
	line-height: 12pt;
	height: 14px;	
	padding-left: 18px;
	background-image: url(../images/menu_swap_blocks_sm.jpg);
	background-repeat: no-repeat;
}

#navBlocks ul li.sub_items ul li a:hover{ /*hover state CSS*/
	padding-left: 30px;
	color: #FFFFFF;
	background-image: url(../images/menu_swap_blocks_sm.jpg);
	background-position: 0px -45px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div #navBlocks ul li.sub_items ul li.current_page_item  a:link, div #navBlocks ul li.sub_items ul li.current_page_item  a:visited {
	color: #FFFFFF;
	background-image: url(../images/menu_swap_blocks_sm.jpg);
	background-position: 0px -24px;
	background-repeat: no-repeat;
}

div #navBlocks ul li.sub_items {
	margin: 0;
	padding: 0;
}

/* NEWS TICKER */
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: 10px Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: 10px Arial;
	margin: 0 350px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	font: bold;
} 

/* MAIN PAGE CONTENT SLIDE / CAROUSEL */
.contentSlide{
	margin: 0;
	text-align: left;
}
.mask{
	position:relative;
	width:750px;
	height:200px;
	overflow:hidden;
}

.maskAuto{		/* Automotive Section Slider */
	position:relative;
	width:420px;
	height:445px;
	overflow:hidden;
}

#boxes, #boxesAuto{
	position:absolute;
}
#boxes div{
	width:750px;
	height:200px;
	float:left;
}

#boxesAuto div{
	width:420px;
	height:445px;
	float:left;
	background-color: #fff;
}

#boxes div .teaser, #boxesAuto div .teaser{
	float: left;
	margin:16px;
}

#boxes .verbiage {
	color: #333333;
	font: 15px Arial;
	font-weight: bold;
	line-height: 24px;
	float: left;
	margin: 45px 10px 0 40px;
}

#boxes .blue-link {
	color: #7f7f7f;
}

#info{
	background:#fff !important;
	color:red !important;
	cursor:default
}

.buttons {
	padding:5px; 
	background: #0061aa; 
	height: 28px;
	text-align: center;
	}
	
.buttons span {
	color: #0080FF;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana;
	font-weight: bold; 
	}
.buttons span.active, .buttons span:hover {
	color: #fff;
	background-color: 
	}
.active {

}

#boxesAuto h3 {
	margin: 5px 0 10px 10px;
	font-variant: small-caps;
}
#boxesAuto ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#boxesAuto ul { 
	padding: 2px; 
	color: #000; 
	font-weight: bold;
	font-variant: small-caps;
	}

#boxesAuto ul ul {
	list-style-type: square;
	font-variant: normal;
}

#boxesAuto ul ul a:active, #boxesAuto ul ul a:visited, #boxesAuto ul ul a:link {
	color: #4f4f4f;
}

#boxesAuto ul ul a:hover {
	color: #8f8f8f;
	text-decoration: none;
}
