@charset "UTF-8";body {	font: 12px Verdana, Arial, Helvetica, sans-serif;	background: #a0957f;	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: #000000;}#wrapper {	background-image: url(../images/shadow_bkg.gif);	background-repeat: repeat-y;	width: 960px;	text-align:center;	margin: 0px auto;	padding: 0px;}#container {	width: 902px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */	margin-left:29px;	margin-right:29px;	text-align: left; /* this overrides the text-align: center on the body element. */	position:relative;	margin-bottom: 15px;}/* --------------Head Section---------------- */#header {	background: #DDDDDD url(../images/header_photo.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #header_home {	background: #DDDDDD url(../images/header_photo1.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #header_about {	background: #DDDDDD url(../images/header_photo_about.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #header_capabilities {	background: #DDDDDD url(../images/header_photo_cap.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #header_studies {	background: #DDDDDD url(../images/header_photo_studies.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #header_rfq {	background: #DDDDDD url(../images/header_photo_rfq.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #header_employment{	background: #DDDDDD url(../images/header_photo_employment.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	width: 902px;} #yellow_header {	height: 22px;	text-align: right;	padding-top: 5px;	padding-right: 17px;	font-style: italic;	color: #330066;}.home_over a {	background-image: url(../images/home_icon.png);	background-repeat: no-repeat;}.home_over a:hover {	background-image: url(../images/home_icon_over.png);	background-repeat: no-repeat;}#logo_header {	background-image: url(../images/duwell_logo.gif);	background-repeat: no-repeat;	background-position: left top;	height: 103px;	width: 360px;}#phone_call2 {	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	font-size: 24px;	color: #FFFFFF;	float: right;	font-weight: bolder;	margin-top: 60px;	margin-right: 215px;	clear: both;}#phone_call3 {	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	font-size: 24px;	color: #FFFFFF;	float: right;	font-weight: bolder;	margin-top: 10px;	margin-right: 10px;	clear: both;}#phone_call {	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	font-size: 24px;	color: #FFFFFF;	float: right;	font-weight: bolder;	margin-top: 60px;	margin-right: 10px;	clear: both;}/* ----------------Menu Section-------------------------- */#main_menu {	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	text-align: right;	width: 204px;	font-size: 14px;	font-weight: normal;	color: #FFFFFF;}#main_menu li {	color: #FFFFFF;	display: block;	list-style-type: none;	padding: 0px;	width: 204px;	text-align: center;	font-weight: bold;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #CCCCCC;}.menu_bkg  {	background-image: url(../images/btn_off.gif);	background-repeat: no-repeat;	height: 34px;	width: 204px;	color: #FFFFFF;	padding: 0px;	margin: 0px;}.menu_bkg  a         {	color: #FFFFFF;	text-decoration: none;	padding: 5px 0px 0px;	height: 29px;	width: 204px;	display: block;}.menu_bkg  a:hover        {	text-decoration: none;	background-image: url(../images/btn_on.gif);	background-repeat: no-repeat;	height: 29px;	width: 204px;	margin: 0px;	padding: 5px 0px 0px;	color: #FFFFFF;}.home_bkg {	background-image: url(../images/home_off.gif);	height: 24px;	width: 204px;	margin: 0px;	padding: 0px;}.home_bkg   a {	color: #FFFFFF;	text-decoration: none;	height: 24px;	width: 204px;	display: block;}.home_bkg a:hover {	color: #FFFFFF;	background-image: url(../images/home_on.gif);	background-repeat: no-repeat;	margin: 0px;	padding: 0px;	height: 24px;	width: 204px;}/* --------------------------Main Content Section------------------------- */ #mainContent {	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #D3D1D3 url(../images/main_content_bkg.gif) no-repeat;	width: 902px;	position: relative;}.location {	font-size: 12px;	font-weight: bold;}.welcome {	font-size: 18px;	font-weight: bold;}.new_products {	font-size: 14px;	font-weight: bold;}h2  {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 18px;	font-weight: bold;	text-transform: uppercase;	text-align: center;}h3 {	color: #003333;	font-weight: bold;	font-size: 12px;	margin: 0px;	padding: 0px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #999999;}h1 {	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	font-weight: bold;	font-size: 22px;	color: #336699;}a {	color: #333333;	text-decoration: none;}a:hover {	color: #999999;	text-decoration: none;}#welcome_content {	float: left;	margin-left: 13px;	width: 402px;	padding-top: 14px;}#capability_animation {	float: right;	height: 205px;	width: 242px;	vertical-align: top;}#left_products {	float: left;	background-image: url(../images/left_tab.gif);	background-repeat: no-repeat;	background-position: left top;	position: relative;	width: 196px;	padding: 0px 6px 6px;}#products {	position: relative;	margin-top: 10px;	width: 192px;}#product_subhead {	width: 192px;	padding-right: 0px;	padding-bottom: 10px;	text-align: right;	padding-top: 14px;}/* --------------------------Foot Section----------------------------- */#footer {	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#DDDDDD url(../images/footer_bkg.gif) no-repeat;	width: 960px;	margin-top: 10px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	height: 63px;	clear: both;} #copyright {	float: left;	width: 203px;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	font-size: 10px;	font-weight: bold;	color: #FFFFFF;	padding: 15px;}#foot_links {	float: left;	margin-left: 10px;	width: 600px;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;	font-size: 10px;	color: #CCCCCC;	font-weight: bold;	padding: 15px;}#foot_links a {	text-decoration: none;	color: #CCCCCC;}#foot_links  a:hover {	color: #333333;	text-decoration: none;}#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.style1 {color: #666666;}.style1 a {color: #666666;}.style1 a:hover {color: #666666;}#welcome_content table {	background-color: #FFFFFF;	padding: 3px;	border: 1px solid #D3D1D3;}#welcome_content th {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	color: #FFFFFF;	background-color: #86939C;	padding-top: 1px;	padding-right: 4px;	padding-left: 4px;}.bgColor {	background-color: #D2D5DE;}/*#externalcnc {	display: none;}#external {	display: none;}#internalcnc {	display: none;}#internal {	display: none;}#centerless {	display: none;}#surface {	display: none;}#presses {	display: none;}*/.SlidingPanels {	position: relative;	width: 100%;	height: 400px;	padding: 0px;	border: none;}.SlidingPanelsContent {	width: 100%;	height: 400px;	overflow: hidden;	margin: 0px;	padding: 0px;	border: none;}.bullet {	display: list-item;	list-style-type: square;}#tagline {	margin-right: 10px;	text-align: right;	clear: both;	float: right;	width: 450px;}caption {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #4A5257;}ul.bullet_links li {	list-style-position: outside;	list-style-type: disc;	margin: 0px 0px 0px 30px;	padding: 0px 0px 0px 5px;	display: list-item;}#capability_animation li {	list-style-type: square;	list-style-position: inside;	font-size: 9px;}.casestudies td {	background-color: #d3d1d3;	margin: 0px;	padding: 0px;}.sides {	background-image: url(../images/images/casestudyBorder_sides.jpg);	background-repeat: repeat-y;	margin: 0px;	padding: 0px;}