/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background-color: #e3e3e3; */
	color: #363636;
	background-image: url(images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #0051a4;
	text-decoration: none;
}
a:hover {
	color: #0051a4;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #0051a4;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #363636;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/check.jpg);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
	color: #323232;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
h1 {
	color: #9d430d;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	color: #9d430d;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#header {
	min-height: 137px;
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 828px;
	margin: 0 auto;
}
#logo {
	padding-top: 7px;
	float: left;
	padding-left: 25px;
}
#phone_btn {
	background-image: url(images/header_ph_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	float: right;
	height: 53px;
	width: 179px;
	margin-top: 42px;
	margin-right: 65px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}
#main_nav {
	height: 32px;
	text-align: center;
	background-image: url(images/main_nav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 828px;
	margin: 0 auto;
}
#main_nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#main_nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#main_nav a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	padding-top: 2px;
	float: left;
}
#services a {
	width: 111px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#services a:hover {
	background-image: url(images/services_on.jpg);
	background-repeat: no-repeat;
}
#services a.on {
	background-image: url(images/services_on.jpg);
	background-repeat: no-repeat;
}
#industries a {
	width: 183px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#industries a:hover {
	background-image: url(images/industries_on.jpg);
	background-repeat: no-repeat;
}
#industries a.on {
	background-image: url(images/industries_on.jpg);
	background-repeat: no-repeat;
}
#safety a {
	width: 100px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#safety a:hover {
	background-image: url(images/safety_on.jpg);
	background-repeat: no-repeat;
}
#safety a.on {
	background-image: url(images/safety_on.jpg);
	background-repeat: no-repeat;
}
#about a {
	width: 118px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#about a:hover {
	background-image: url(images/about_on.jpg);
	background-repeat: no-repeat;
}
#about a.on {
	background-image: url(images/about_on.jpg);
	background-repeat: no-repeat;
}
#contact a {
	width: 131px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#contact a:hover {
	background-image: url(images/contact_on.jpg);
	background-repeat: no-repeat;
}
#contact a.on {
	background-image: url(images/contact_on.jpg);
	background-repeat: no-repeat;
}
#home a {
	width: 111px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#home a:hover {
	background-image: url(images/services_on.jpg);
	background-repeat: no-repeat;
}

.blue_highlight {
	color: #0051a4;
	font-weight: bold;
}

#breadcrumb{
	background-image: url(images/background-breadcrumb.gif);
	background-repeat: repeat-x;
	height: 28px;
}
#breadcrumb-inner{
	margin: 0 auto;
	width: 810px;
	line-height: 24px;
}
#breadcrumb a{
	color: #999999;
	padding-left: 20px;
	background-image: url(images/breadcrumb-seperator.gif);
	background-position: 6px 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a.on{
	color: #666666;
}
#breadcrumb .home{
	padding: 0;
	background-image: none;
}

#two-col{
	background-color: #FFFFFF;
	width: 880px;
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 35px;
}

#col-one{
	float: left;
	width: 160px;
}

#box-nav { 
	padding: 5px 0px 0px 0px; 
	margin: 0px 0px 25px 0px; 
	list-style:none;
	list-style-image: none;
}

#box-nav li { 
	margin: 2px 0px 2px 0px;
}

#box-nav li a { 
	background-image: url(images/arrow-subnav.gif);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	display:block; 
	padding: 3px 20px 2px 24px; 
	color:#333333; 
	text-decoration:none; 
	font-weight:bold; 
	position:relative;
}

#box-nav li a:hover, #box-nav li a.on {
	color:#FFF;
	background-color:#636363; 
	background-image: url(images/arrow-subnav-over.gif);
}

/*All Corners*/
.lt, .rt, .lb, .rb {background:url(images/background-nav.gif); background-repeat: no-repeat; position:absolute; height:10px; width:10px; display:block;}
.lt, .lb {left:0px;}
.lt, .rt {top:0px;}
.rt, .rb {right:0px;}
.rb, .lb {bottom:0px;}

/*Specific Corners*/
#box-nav a .lt {background-position:-20px -20px;}
#box-nav a .rt {background-position:-20px -20px;}
#box-nav a .lb {background-position:-20px -20px;}
#box-nav a .rb {background-position:-20px -20px;}
#box-nav a:hover .lt, #box-nav a.on .lt {background-position:0px 0px;}
#box-nav a:hover .rt, #box-nav a.on .rt {background-position:-10px 0px;}
#box-nav a:hover .lb, #box-nav a.on .lb {background-position:0px -10px;}
#box-nav a:hover .rb, #box-nav a.on .rb {background-position:-10px -10px;}

#services-nav {
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#services-nav li {
	padding: 7px 0px;
}

#services-nav li a {
	color: #0051a4;
	font-size: 16px;
	font-weight: bold;
}

#services-nav li span {
	line-height: 22px;
}

#contact-button{
	background-image: url(images/contact-button.gif);
	background-position: 0 -47px;
	background-repeat: no-repeat;
	padding: 11px 0px 0px 40px;
	width: 158px;
	height: 36px;
	display: block;
	color: #0051a4;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#contact-button:hover{
	background-position: 0 0;
}

#contact-button .small{
	font-size: 10px;
}

#contact-box{
	padding: 9px 0 0 8px;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}

#contact-box a{
	color: #0051a4;
}

#col-two{
	float: left;
	width: 660px;
	margin-left: 50px;
}

#col-two img {
	float: right;
	margin-left: 25px;
}

#col-right{
	float: right;
	margin-left: 50px;
}

#col-right-top{
	width: 208px;
	padding: 200px 20px 0 20px;
	background-repeat: no-repeat;
}

#col-right-top p{
	font-weight: bold;
}

#col-right-top ul{
	list-style-image: none;
	list-style-type: disc;
}

#col-right-bottom{
	background-image: url(images/rightcol-bottom.gif);
	background-repeat: no-repeat;
	width: 248px;
	height: 11px
}

.right-sandblast{
	background-image: url(images/right-sandblasting.jpg);
}

.right-hydroblast{
	background-image: url(images/right-hydroblasting.jpg);
}

.right-vacuum{
	background-image: url(images/right-vacuum.jpg);
}

.right-empty{
	background-image: url(images/right-empty.jpg);
}

#myGallery{
	margin: -200px 0 0 -45px;
	padding-bottom: 10px;
	position:relative;
	width: 248px; /* Set your image width */
	height: 187px; /* Set your image height */
}
#myGallery img{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#myGallery img.active{
	display:block;
}

#white_content {
	background-color: #FFFFFF;
	width: 775px;
	margin: 0 auto;
	padding-top: 15px;
}
#white_content img {
	float: right;
	margin-left: 25px;
}
#r1c1 {
	font-size: 35px;
	color: #9d430d;
	text-transform: uppercase;
	float: left;
	padding-left: 5px;
	width: 240px;
}
#r1c1 p {
	font-size: 14px;
	text-transform: none;
}
#r1c2 {
	float: left;
	padding-left: 25px;
}


#gray_content_container {
	background-color: #fafafa;
}
#gray_content {
	background-color: #fafafa;
	width: 775px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#r2c1 {
	float: left;
	width: 333px;
	padding-right: 35px;
	border-right: solid 1px #e3e3e3;
}
#r2c1 p{
	color: #363636;
}
#top_grad {
	background-image: url(images/grad_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 13px;
}
#r2c2 {
	float: left;
	padding-left: 40px;
}

#gray_content_container_about {
	background-color: #ffffff;
}
#gray_content_about {
	background-color: #ffffff;
	width: 635px;
	margin: 0 auto;
	padding: 0 0 20px 180px;
}
#r2c1_about {
	float: left;
	width: 250px;
	padding-right: 35px;
	border-right: solid 1px #e3e3e3;
}
#r2c1_about p{
	/*color: #ffffff;*/
}
#top_grad_about {
	height: 13px;
}
#r2c2_about {
	float: left;
	width: 250px;
	padding-left: 30px;
}



#highlight_box {
	background-image: url(images/highlight_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 26px;
	margin-top: 20px;
}
#footer {
	background-image: url(images/grad_btm.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #464646;
	font-size: 11px;
	text-align: center;
	background-color: #e3e3e3;
	padding-top: 25px;
	min-height: 45px;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer a {
	text-transform: uppercase;
	text-decoration: none;
	color: #464646;
	font-size: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.on {
	text-decoration: underline;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.section_title {
	font-size: 18px;
	/*color: #0051a4;*/
	color: #333333;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 5px;
}

.formtitle, .formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top
}

.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #333333;
	font-size: 12px;
	width: 250px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #666666;
	font-size: 12px;
	width: 340px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
	width: 243px;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #0051a4;
	color: #ffffff;
	border: none;
	border: 1px solid #3c3020;
	cursor: pointer;
	margin-right: 2px;
	font-size: 12px;
}
.formright input.inputbutton:hover {
	color: #ffffff;
	background-color: #e6b737;
	border: 1px solid #3c3020;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f5f3f4;
}
.required {
	font-size: 10px;
	font-style: italic;
}
