/* CSS Document */
* {margin:0;padding:0}
body {
	color: #333333;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/backgroundtile.jpg);
	background-repeat: repeat-x;
}
/* centre for ie5.+ */
#outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:left;
	z-index:2;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 807px;
}
h1 {
	font-size: 16px;
	color: #00adef;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a:link, a:active, a:visited {
	color: #00adef;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
a.smaller:link, a.smaller:active, a.smaller:visited {
	font-size: 14px;
	text-decoration: none;
}
a.smaller:hover {
	text-decoration: underline;
}
.clearer{
    height:1px;
    overflow:hidden;
    margin-top:-1px;
    clear:both;
}
ul {
	padding-left: 50px;
	list-style-image: url(images/bullet.jpg);
}
li {
	padding-bottom: 15px;
}
#top {
	background-image: url(images/topwhite.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 807px;
	padding-left: 5px;
}
#middle {
	background-image: url(images/middlewhite.gif);
	background-repeat: repeat-y;
	width: 807px;
	padding-left: 5px;
	height: auto;
}
#bottom {
	background-image: url(images/bottomwhite.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 807px;
	padding-left: 5px;
}

#headerhome {
	background-image: url(images/plastictop.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 148px;
	float: left;
}
#headergaskets {
	background-image: url(images/yellowtop.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 148px;
	float: left;
}
#headervacuum {
	background-image: url(images/vacuumtop.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 148px;
	float: left;
}
#headerplastic {
	background-image: url(images/plastictwotop.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 148px;
	float: left;
}
#headermachined {
	background-image: url(images/machinedcomponents.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 148px;
	float: left;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 295px;
	float: left;
}
#nav {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	width: 295px;
	text-align: right;
	padding-top: 20px;
	float: left;
}
#nav a {
	font-size: 16px;
	line-height: 45px;
	color: #999999;
	text-decoration: none;
	padding-right: 50px;
}
#contents {
	float: left;
	width: 480px;
	text-align: left;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	padding-top: 33px;
}
#footer {
	float: right;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	font-variant: normal;
}
#bottomlinks {
	text-align: left;
	float: left;
	color: #a8a7a6;
}
#bottomlinks a {
	font-size: 11px;
	color: #a8a7a6;
	font-weight: bold;
}
#headercontact {
	width: 500px;
	height: 148px;
	float: left;
	font-weight: bold;
	color: #666666;
}
.largebluetext {
	font-size: 14px;
	color: #00adef;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.floatright {
	clear: both;
	float: right;
	padding-left: 8px;
	padding-right: 28px;
	padding-bottom: 8px;
}
.form {
	float: right;
	clear: left;
	padding-right: 20px;
	width: 240px;
	padding-top: 40px;
}
.leftimage {
	padding: 5px 5px 5px 0px;
	margin-right: 5px;
	clear: right;
	float: left;
}
.rightimage {
	padding-left: 8px;
	padding-right: 28px;
	padding-bottom: 8px;

	clear: left;
	float: right;
}