* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	/*background-color:#E6E6E6;*/
}

#container {
	text-align: left;
	width: 760px;
	margin: 0px auto 0px;
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/css/welding.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#pageHeader h1 {
	height: 420px;
	text-align: center;
	/*background-image: url(/images/css/welding.jpg);*/
	background-image: url(../images/css/pageTop.jpg);
	background-repeat: no-repeat;
}

#pageHeader h1 span {
	display:none;
}

#quickSummary {
	color: #330000;
	width: 540px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-width: thin;
	border-style: dotted none dotted none;
	border-color: #330000;
	padding: 10px;

}

#quickSummary h3 {
	margin: 0px;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#pageContent {
	color: #330000;
	width: 540px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-width: thin;
	border-style: dotted none dotted none;
	border-color: #330000;
	padding: 10px;
}

#pageContent p {
	font-size: 12px;
	margin: 0px 5px 0px 5px;	
}
#pageContent .subHeading {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


a {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, #quickSummary a:hover {
	text-decoration: underline;
}
#footer a {
	margin: 0px 5px;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
}

#footer {
	color: #330000;
	width: 540px;
	text-align: center;
	border-width: thin;
	border-style: dotted none dotted none;
	border-color: #330000;
	padding: 10px 0px;
	font-size: 9px;
}

#menuList {
	position: absolute;
	left: 590px;
	top: 430px;
	width: 170px;
}
#menuList ul {
	list-style-image: none;
	list-style-type: none;
}

#lselect {
	margin-bottom: 25px;
}

#lselect ul li {
	color: #330000;
	margin-left: 10px;
	margin-right: 10px;
}

#lselect a {
	color: #330000;
}

#lselect a:hover {
	text-decoration: underline;
}

#lselect a {
	display: block;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}

/*#lselect a.c {
	display: inline;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}*/

#lselect ul li {
	text-align: right;
}
#pageContent .blue {
	color: #0000FF;
}
#pageContent h1.pageName {
	color: #330000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
#pageContent td {
	padding: 5px;
}
#pageContent ul.links {
	list-style-image: url(../images/css/J_ul_logo.gif);
	margin: 10px;
	padding: 5px;
}
#pageContent li.link {
	padding: 5px;
	text-align: left;
	text-indent: 15px;
	font-size: 14px;
}
#pageContent .floatLeft {
	float: left;
	margin: 10px 10px 10px 10px;
}
#pageContent .floatRight {

	float: right;
	margin: 10px 10px 10px 10px;
}
#pageContent .partsTableHeading {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.3em;
}

#pageContent .rrp {
	text-decoration: line-through;
}
#pageContent .tableGrey {
	background-color: #CCCCCC;
}
