/* CSS Document */
	
* {margin:0; padding:0;}
 
body,
html {
	margin:0;
	padding:0;
	background-image: url(../images/06_bkgrnd3.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #CCCCCC;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	min-width:736px;
}

#wrap {
	background:#EEEEEE url(../images/06_contentbkgrnd2.jpg) top center repeat-y;
	margin:0 auto;
	width:736px;
}

#top_bar {
	width: 736px;
	height: 75px;
	background: #676767;
}

.top_bar_text {
	text-align: right;
	padding-top: 45px;
}

.top_bar_text a:link, .top_bar_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 

.top_bar_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#header {
	width: 736px;
	height: 206px;
	background-color: #000066;
	margin: 0 auto;
}

#header li {
	height: 206px;
}

#header_slider_text {
	margin-top:150px;
	margin-left: 50px;
	margin-right: 13px;
	font-size: 11px;
}

#navbar {
	position: relative;
	background: #000066;
	width: 736px;
	height: 29px;
}
ul#nav {
	position: absolute;
	width: 732px;
	height: 29px;
	top: 0px;
	left: 2px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	background: url(../images/06_navigation_bk.jpg) repeat-x;
}

body ul#nav  { background: transparent url(../images/06_navigation.jpg) left no-repeat 0 -29px; }

ul#nav li a {
	position: absolute;
	top: 0;
	width: 732px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* IE5/Win */
	background: transparent url(../images/06_navigation.jpg) no-repeat;
}

body li#button1 a 			{ background-position: 0 0; width: 146px; left: 0; }
body li#button1 a:hover		{ background-position: 0 -29px; }
body li#button2 a 			{ background-position: -146px 0; left: 146px; }
body li#button2 a:hover		{ background-position: -146px -58px; }
body li#button3 a 			{ background-position: -292px 0; left: 292px; }
body li#button3 a:hover		{ background-position: -292px -87px; }
body li#button4 a 			{ background-position: -450px 0; left: 450px; }
body li#button4 a:hover		{ background-position: -450px -116px; }
body li#button5 a 			{ background-position: -596px 0; left: 596px; }
body li#button5 a:hover		{ background-position: -596px -145px; }

#content_wrap {
	margin: 10px;
}

#main_left {
	float:left;
	width:536px;
	padding: 0 10px 10px 0;
}

#main_right {
	float:right;
	width:526px;
}

#assem_section_div {
	width: 100%;
	padding: 5px 0;
	background: url(../images/assem_title_bk.jpg) repeat-x;
}

.cap_section_titles {
	font-weight: bold;
	font-size: 15px;
	padding-right: 5px;
	background: #FFFFFF;
}

#tooling_section_div {
	width: 100%;
	padding: 5px 0;
	background: url(../images/tooling_title_bk.jpg) repeat-x;
}

#engineering_section_div {
	width: 100%;
	padding: 5px 0;
	background: url(../images/eng_title_bk.jpg) repeat-x;
}

#stamping_section_div {
	width: 100%;
	padding: 5px 0;
	background: url(../images/stamp_title_bk.jpg) repeat-x;
}

#innovations_section_div {
	width: 100%;
	padding: 5px 0;
	background: url(../images/innov_title_bk.jpg) repeat-x;
}

#quality_section_div {
	width: 100%;
	padding: 5px 0;
	background: url(../images/quality_title_bk.jpg) repeat-x;
}

#search_pg {
	width:716px;
}

#main_right ul {
	list-style: outside;
	padding-left: 35px;
}

#main_right ol {
	list-style: outside decimal;
	padding-left: 35px;
}

#main_right blockquote {
	padding: 0 35px;
}

.main p {
	margin-bottom: 8px;
}

.main h2, .main h3, .main p .main blockquote {
	padding: 0 8px;
}


.dropcap {
	float:left;
	color:#000066;
	font-size:40px;
	line-height:35px;
	padding-top:0;
	font-family: Times, serif, Georgia;
	font-style: italic;
}

#main_title {
	margin-bottom:5px;
	background: #990000;
	color: #FFFFFF;
	padding-left:10px; 
	font-weight: bold;
} 

#main_title2 {
	margin-bottom:5px;
	background: #003366;
	color: #FFFFFF;
	padding-left:10px; 
	font-weight: bold;
	
}

#sidebar_title {
	background-color:#990000;
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: center;
}

#main_title a:link, #main_title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#main_title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar_right {
	float:right;
	width:160px;
}

#sidebar_left {
	position:relative;
	width:180px;
}

#container {
	position:relative;
	width:180px;
	padding: 0 0 10px 0;
}

.sidebar ul {
	margin-bottom:0;
	padding: 10px 5px;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
}

.sidebar ul#sub {
	list-style: outside;
	padding-left: 18px;
	font-weight:normal;
}
.sidebar h3, .sidebar p {
	padding: 0 10px 0 0;
}

.sidebar a:link, .sidebar a:visited {
	color: #000066;
	text-decoration: none;
}

.sidebar a:hover {
	color: #000066;
	text-decoration: underline;
}

.sidebar_sechead {
	font-weight: bold;
}

#sidebar_content { 
	border: 1px dashed #990000; 
	border-top: 0; 
	background: #EEEEEE;
}

#sidebar_title_assembly {
	background-color: #0066FF;
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: center;
}

#sidebar_content_assembly { 
	border: 1px dashed #0066FF;
	border-top: 0;
	background: #E5EFFF;
	margin-bottom: 6px;
}

#sidebar_title_tooling {
	background-color: #FF6600;
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: center;
}

#sidebar_content_tooling { 
	border: 1px dashed #FF6600;
	border-top: 0;
	background: #FFEFE5;
	margin-bottom: 6px;
}

#sidebar_title_stamping {
	background-color: #990000;
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: center;
}

#sidebar_content_stamping { 
	border: 1px dashed #990000;
	border-top: 0;
	background: #F5E5E5;
	margin-bottom: 6px;
}

#sidebar_title_engineering {
	background-color: #009900;
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: center;
}

#sidebar_content_engineering { 
	border: 1px dashed #009900;
	border-top: 0;
	background: #E5F5E5;
	margin-bottom: 6px;
}

.sidebar_title_gr a:link, .sidebar_title_gr a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_title_gr a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottom_content {
	margin: 10px;
	clear: both;
}

#awards_content { 
	border: 1px dashed #990000; 
	border-top: 0; 
	background: #EEEEEE;
	text-align: center;
	margin-bottom: 10px;
}

#bottom_title {
	margin-bottom:5px;
	background: #990000;
	color: #FFFFFF; 
	padding: 0 10px; 
	font-weight: bold;
}

#footer {
	clear: both;
	background:#CCCCCC url(../images/06_footertop2.jpg) no-repeat top;
}
#footer p {
	padding:5px;
	margin:0;
}

.footer_text {
	text-align: center;
	line-height: 15px;
	font-size: 11px;
}

.footer_text a:link, .footer_text a:visited {
	color: #000080;
	text-decoration: none;
} 

.footer_text a:hover {
	color: #000080;
	text-decoration: underline;
}

.sm {list-style:none; width:734px; height:206px; display:block; overflow:hidden;}
.sm li {float:left; display:inline; overflow:hidden;}
	
		#example3 {
			position: relative;
			width: 180px;
		}
		
.color_row {
	background-color: #eeeeee;
}

.media_table {
	font-size: 11px;
}

.media_table a:link, .media_table a:visited {
	color: #000033;
	text-decoration: none;
}

.media_table a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.media_table td {
	padding: 5px;
}