@charset "UTF-8";
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: none;
	color: #000;
}

.pcmetallink a:link {
	color: #D12F19;
	text-decoration: none;
}
.pcmetallink a:visited {
	text-decoration: none;
	color: #D12F19;
}
.pcmetallink a:hover {
	text-decoration: underline;
	color: #D12F19;
}
.pcmetallink a:active {
	text-decoration: none;
	color: #D12F19;
}
#sidebar1 a:link {
	color: #009;
	text-decoration: none;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #009;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #009;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #009;
}
.breadcrumb a:link {
	color: #009;
	text-decoration: none;
}
.breadcrumb a:visited {
	text-decoration: none;
	color: #009;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #009;
}
.breadcrumb a:active {
	text-decoration: none;
	color: #009;
}
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
} 
#header {
	background: #fff;
	padding: 0; 
} 
#nav {
	height: 3em;
	width: 900px;
	padding-left: 225px;
	background-image: url(http://www.mdfpowdercoatsystems.com/vulcan-images/vulcan-masthead2.gif); /* mdf css is not in a folder so path directly to images-vulcan folder */
	background-position: left top;
	background-repeat: no-repeat;
}
#footer {
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
}
#key-benefits {
	width: 500px;
	text-align: left;
	background-color: #FFF;
}
.keybenefitsHead {
	font-size: 16px;
	padding-left: 50px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}
.keybenefits {
	font-size: 12px;
	padding-left: 50px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 20px;
	list-style-type: square;
	list-style-position: inside;
}
.close {
	font-size: 12px;
	padding-top: 10px;
	margin: 0px;
	line-height: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 5px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent {
	border-left: 1px solid #009;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #fff;
} 
#mainContent .subhead {
	font-size: 100%;
	color: #009;
}
#mainContent p {
	font-size: 75%;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent p.list {
	font-size: 80%;
	line-height: 1.5;
	margin: 0px;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainContent ul {
	font-size: 80%;
	line-height: 1.5;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 100px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	list-style-type: square;
}
#mainContent li {
	margin-bottom: 3px;
}
/* END Contact Form Styles*/

#mainContent .titlePage {
	font-size: 85%;
	font-weight: bold;
	color: #009;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 3px;
}
#mainContent .pageHeader {
	font-size: 85%;
	font-weight: bold;
	color: #009;
	padding: 0px;
	margin: 0px;
}
#mainContent h1 {
	font-size: 110%;
	padding: 0;
	color: #009;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#mainContent h3 {
	font-size: 100%;
	padding: 0;
	color: #009;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#mainContent p.indent {
	padding-right: 90px;
	padding-left: 30px;
	color: #009;
}
#mainContent p.breadcrumb {
	font-size: 65%;
	color: #009;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#mainContent p.backTop {
	font-size: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	clear: left;
	border-right: 1px solid #009;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
#sidebar1 p.firstNav {
	margin: 0px;
	padding-top: 0px;
}
#sidebar1 p.nav {
	font-size: 65%;
	color: #009;
	line-height: 1.5;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.sidebarimage {
	padding: 0px;
	margin: 0px;
}
#buttons {
	height: 220px;
	width: 200px;
	padding-left: 8px;
	margin: 0px;
}
#buttons img {
	padding-bottom: 5px;
	margin: 0px;
}

/* Contact Form Styles*/

#form {
	margin:0;
	padding:0;
	max-width:615px;
}
.contactTable {
	font-size: 80%;
}
label {
	display:block;
}
.movie {
	font-size: 80%;
	line-height: 1.2;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
textarea {
	width:540px;
	height:150px;
}
.textInput {
	width:230px;
}
.pcmetallink {
	margin: 0px;
	float: right;
	font-size: 70%;
	color: #D12F19;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
}
.warning {
	color:#CC0000;
}
.clearIt {
	clear: both;
}
#hidden { 
	display: none; /* this class hides form input field that is used to trap spam bots */
}
