/* ===============================================
    Skin Styles for Laser Welding Tech
   =============================================== */

a img {
	border: 0;
	}
body {
	background-color: #a7a7a7;
 	font-family: arial, verdana, tahoma, helvetica;
 	font-size: 12px;
 	color: #000;
 	margin: 5px;
 	padding: 0;
 	background-image: url(images/siteBack.jpg);
 	background-position: center top;
 	}
#footerInfo {
	font-size: 11px;
	color: #000;
	}
#footerInfo a {
	color: #000;
	}
#content {
	background-image: url(images/contentBack.gif);
	padding: 10px;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
	
/* Top Menu */
td#topMenu {
	background-image: url(images/menuBack.gif);
	background-repeat: no-repeat;
	border: 0;
	padding: 10px 15px 0 15px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	}
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	color: #000;
	text-decoration: none;
	}
#topMenu a:hover {
	text-decoration: underline;
	}
#topMenu li#active {
	text-decoration: underline;
	}