* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:10px;
}
#nav {
	width:550px;
	margin:0 auto;
}
ul#menu {
	list-style:none;
	display:inline;
}
	ul#menu li {
		float:left;
		height:37px;
	}
		ul#menu li a{
			display:block;
			background-repeat: no-repeat;
			background-position: top;	
		}
			ul#menu li a span{
				display:none;
			}
a.home {
	background-image:url(images/home.png);
	width:81px;
	height:37px;
}
a.profile {
	background-image:url(images/profile.png);
	width:83px;
	height:37px;
}
a.products {
	background-image:url(images/products.png);
	width:112px;
	height:37px;
}
a.links {
	background-image:url(images/links.png);
	width:67px;
	height:37px;
}
a.news {
	background-image:url(images/news.png);
	width:75px;
	height:37px;
}
a.contact {
	background-image:url(images/contact.png);
	width:98px;
	height:37px;
}
ul#menu li a:hover{
	background-position:bottom;
}
.clear {
	clear:both;
}
#home{
	background-image:url(images/homehdr.jpg);
	background-repeat: no-repeat;
}
#home #content {
	width:425px;
	padding-top:225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 250px;
}
	#home #content p{
		width:260px;
	}
		#home #content p a {
			background-image: url(images/homebg.jpg);
			background-repeat: no-repeat;
			background-position: right top;
			display:block;
			width:357px;
			height: 134px;
			color: #FFFFFF;
		}
#products{
	background-image:url(images/producthdr.jpg);
	background-repeat: no-repeat;
}

#products #content {
	width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 125px;
}
	#products #content p {
		margin-left:150px;
	}
	#products #content dl {
	margin-left:150px;
	padding-top: 25px;
	}
	#products #content dt {
	padding-top: 15px;
	}
		#products #content dt a{
			font-weight:bold;
			font-size: 1.3em;
			color: #666666;
		}
			#products #content dt a:hover{
			color:#000000;
		}
	#products #content img {
		padding-left:10px;
		float:right;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#products #content dd {
	height: 120px;
	}
#profile {
	background-image:url(images/profilehdr.jpg);
	background-repeat:no-repeat;
}
#profile #content {
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 200px;
	height: 300px;
}
#profile #content p{
	margin-bottom:15px;
	padding-left:275px;
}

#contact{
	background-image:url(images/contacthdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#contact #content {
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 100px;
	height: 400px;
}
#contact #content h1 {
	letter-spacing: 2px;
	font-size: 2.5em;
	padding-bottom: 15px;
	font-weight: normal;
}
#contact #content h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.3em;
	font-weight: normal;
}

#contact #content h2 {
	font-size: 1.9em;
	font-weight: normal;
}
#contact #content h2 a{
	color:#000000;
}
#contact #content h2 a:hover{
	color:#666666;
}

#contact #content h4 {
	padding-left: 25px;
	font-size: 1.5em;
	font-weight: bold;
}
#contact #content h5{
	padding-left: 40px;
	font-size: 1.3em;
	font-weight: normal;
}
#news {
	background-image:url(images/newshdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#news #content {
	padding-top:100px;
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 400px;
}
#news #content ul {
	list-style-type: none;
}
#news #content ul li {
	padding-bottom: 10px;
	padding-top: 5px;
}

#news #content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	padding-left: 100px;
}
#news #content ul li a:hover {
	color:#666666;
}

#links {
	background-image:url(images/linkshdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#links #content {
	padding-top: 175px;
	padding-left: 400px;
	height: 325px;
}
#links #content a {
	color:#000000;
}
#links #content a:hover {
	color:#666666;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	clear: both;
}
	#footer a {
		color: #000000;
	}
	#footer p#copy {
		font-size: .7em;
		color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
	}
	#footer #email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top:10px;
	text-align: left;
	}
	#footer #webmaster {
		font-size: .7em;
		text-align:left;
	}
#salvage #content {
	width:700px;
}
	#salvage #content p{
		padding-left:50px;
		padding-bottom:15px;
	}
		#salvage #content p#mail a{
			color:#000000;
			font-size: 1.2em;
			font-weight: bold;
		}
		#salvage #content p#mail a:hover{
			color:#666666;
		}

	#salvage #content h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 3em;
		font-weight: normal;
		background-image: url(images/salvage.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		height: 185px;
		padding-top: 50px;
		padding-left: 50px;
	}
	#salvage #content h2 {
		font-size:1em;
		font-weight: bold;
		padding-top: 10px;
		padding-left: 25px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	#salvage #content h3 {
		font-size:1em;
		font-weight: bold;
		padding-top: 10px;
		padding-left: 25px;
	}

	#salvage #content ul{
		padding-left:50px;
		list-style:none;
	}

	#salvage #content ol{
		padding-left:50px;
	}

		#salvage #content ol#measure {
			list-style-type: upper-alpha;
		}
	#salvage #content li a {
		color: #000000;
	}
	#salvage #content li a:hover {
		color: #666666;
	}
	#salvage #content li a img {
		border:none;
	}

.prodtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.notes {
	width: 400px;
	font-size: 10pt;
	font-weight: normal;
	margin: 0 auto;
}

table.prodtable {
	border:1px solid #000000;
	margin: 0 auto;
}
table.prodtable tr.odd {
	background-color:#ddddde;
}

table.prodtable th {
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}
table.prodtable td {
	width: 65px;
	text-align:center;
	height:40px;
}
#stainless #content{
	background-image: url(images/stainlessbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
}
#stainless #content h1 {
	font-size: 3em;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 25px;
}
#stainless #content h2 {
	padding-bottom: 10px;
	padding-top: 15px;
}
#stainless #content p{
	width:500px;
}
#stainless #content ul{
	list-style:none;
	padding-left: 25px;
	padding-bottom: 50px;
}
#accessories #content {
	background-image: url(images/accessoriesbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	#accessories  #content h1 {
		padding-top: 150px;
		padding-bottom: 25px;
		font-size: 3em;
		font-weight: normal;
	}
	#accessories #content ul {
		list-style-position: outside;
		list-style-type: disc;
		padding-left: 25px;
	}
	#accessories #content h2 {
		font-size: 1.1em;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#accessories #content ol {
		padding-top:25px;
		padding-left: 50px;
	}
		#accessories #content ol li {
			font-size: 1.5em;
			font-weight: bold;
			padding-top: 15px;
			padding-bottom: 10px;
		}
			#accessories #content ol li p{
				font-size:.7em;
				font-weight: normal;
				padding-top: 10px;
			}
			#accessories #content ol li ul{
				padding-top:15px;
				list-style-position: outside;
			}
				#accessories #content ol li ul li{
					font-size:0.5em;
					color: #000000;
					font-weight: normal;
					padding-top: 5px;
					padding-bottom: 5px;
				}
#skolnikvisit #content h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#skolnikvisit #content img {
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 5px;
}
#skolnikvisit #content p {
	padding-top: 10px;
	padding-right: 25px;
}
