body {
	margin-top: 35px;
	text-align: justify;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #08090a;
	font-family: verdana;
}
h1, .title {
	font-size: 14px;
	font-weight: bold;
}
h1 {
	padding-top: 10px;
}
.clearfix {
	width: 100%;
	clear: both;
	height: 1px;
	visibility: hidden;
}
.moly {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.contact {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.ahead4 {
	font-size: 10px;
	font-weight: bold;
	color: #40515c;
	text-align: center;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	color: #40515c;
	text-align: right;
}
a {
	color: #a8d7b9;
	text-decoration: none
}
a:visited {
	color: #a8d7b9;
	text-decoration: none
}
a:hover {
	color: #a8d7b9;
	text-decoration: underline
}

.content a, .content a:visited {
	color: #a82f2f;
}

#header_tabs {
	overflow: hidden;
	margin: 0; padding: 0;
	list-style: none;
}

#header_tabs li {
	float: left;
	margin-right: 5px;
	background: transparent url('../images/nav-bg.png') no-repeat 0 0;
}

#header_tabs a, #header_tabs a:visited {
	display: block;
	padding: 7px 20px 5px;
	color: #eee;
	font-size: 14px;
	background: transparent url("../images/nav-bg.png") no-repeat scroll right -40px;
}

#cqs_logo {
	text-align: center;
	margin-top: 48px;
}

#refcoat_content, #mtt-express_content {
	width: 700px;
	height: 717px;
	position: relative;
}
#mtt-express_content {
	height: 250px;
	width: 960px
}

#refcoat_left_imgs {
	padding: 5px;
	position: absolute;
	left: 0;
	top: 10px;
}

#refcoat_text {
	margin-left: 201px;
    padding-top: 14px;
    text-align: justify;
    width: 657px;
}

#bulb3_text {
	margin-top: 3px;
}

#gallery_content {
	padding: 10px;
	margin-bottom: 10px;
}

.gallery_img {
	float:left;
	margin: 10px 20px;
}

.gallery_img img {
	border: medium none;
}

#enlarged_img {
	position: fixed;
	left: 12%;
	top: 5%;
	margin: 0 auto;
	width: 75%;
}

.gallery_row {
	clear:both;
	overflow:hidden;
}


#welding_content {
	width: 700px;
	height: 420px;
	position: relative;
}

#welding_left_imgs {
	padding: 5px;
	position: absolute;
	left: 0;
	top: 10px;
	width: 170px;
}

#welding_left_imgs img {
	width: 140px;
}

#welding_bottom_imgs {
	padding: 5px;
	position: absolute;
	right: 2px;
	bottom: 17px;
	width: 515px;
}

#welding_bottom_imgs div {
	float:left;
}
#welding_bottom_imgs img {
	height: 103px;
	margin: 0 17px;
}

#welding_text {
	width: 500px;
	text-align: left;
	margin-left: 175px;
}

p.address {
	float: left;
	margin-top: 0;
}
address {
	margin: 0 0 0 8px;
	font-style: normal;
	float: left;
}

.same-day a, .same-day a:visited {
	color: #A63624;
	font-weight: bold;
}

.gallery_row {
	clear: both;
    margin: 0 auto;
    overflow: hidden;
    width: 860px;
}

/**
 * ah4Box specific styles
 */
.ah4Box-overlay {
	background:none repeat scroll 0 0 #000;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	height:100%;
	width:100%;
}
.ah4Box-popup {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px;
	background: transparent url(../images/border.png) repeat 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
	.ah4Box-popup-container {
		width: 100%; height: 100%;
		background-color: #FFF;
	}
		.ah4Box-icon { 
			display: block; 
			background: url(../images/sprite.png) no-repeat top left; 
			position: absolute; 
			top: 50%; left: 50%; 
		}
		.ah4Box-icon-close { 
			background-position: 0 0; 
			width: 10px; height: 10px; 
			margin: -3px 0 0 -5px; 
		} 
		.ah4Box-icon-left-arrow { 
			background-position: 0 -43px; width: 5px; height: 8px;
			margin: -4px 0 0 -3px; 
		} 
		.ah4Box-icon-right-arrow {
			background-position: 0 -84px; width: 5px; height: 8px;
			margin: -4px 0 0 -2px; 
		} 
		.ah4Box-icon-left-arrow-large { 
			background-position: 0 -20px; width: 10px; height: 13px;
			margin: -5px 0 0 -6px; 
		} 
		.ah4Box-icon-right-arrow-large { 
			background-position: 0 -61px; width: 10px; height: 13px;
			margin: -5px 0 0 -4px; 
		} 
		.ah4Box-loader {
			position: absolute;
			top: 50%; left: 50%;
			margin: -16px 0 0 -16px;
			width: 32px; height: 32px;
			background-image: url(../images/loader.gif);
		}
		.ah4Box-image {
			display: none;
			position: relative;
			margin: 10px 0 0 10px;
		}
		.ah4Box-close {
			width: 25px;
			height: 25px;
			display: none;
			position: absolute;
			top: 10px;
			right: 10px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px; 
			background-color: #FFF;
		}
		.ah4Box-left-overlay, .ah4Box-right-overlay {
			display: none;
			position: absolute;
			top: 18px; left: 18px;
			cursor: pointer;
			background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) repeat 0 0; 
		}
		.ah4Box-right-overlay {
			left: auto; right: 18px;
		}
			.ah4Box-left-overlay div, .ah4Box-right-overlay div {
				display: none;
				position: absolute;
				top: 50%; left: 0;
				margin-top: -15px;
				width: 30px;
				height: 30px;
				background-color: #FFF;
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 2px;
				-moz-border-radius-bottomright: 2px;
				-moz-border-radius-bottomleft: 0px;
				-webkit-border-radius: 0px 2px 2px 0px;
				border-radius: 0px 2px 2px 0px; 
			}
			.ah4Box-right-overlay div {
				left: auto; right: 0;
				-moz-border-radius-topleft: 2px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomright: 0px;
				-moz-border-radius-bottomleft: 2px;
				-webkit-border-radius: 2px 0px 0px 2px;
				border-radius: 2px 0px 0px 2px; 
			}
			.ah4Box-left-overlay:hover div, .ah4Box-right-overlay:hover div {
				display: block;
			}
		.ah4Box-btn-next, .ah4Box-btn-prev {
			width:20px;
			height:20px;
			position: absolute;
			bottom: 12px;
			cursor: pointer;
			display: none;
			border: 4px solid #D9D9D9;
			right: 18px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px; 
		}
		.ah4Box-btn-prev {
			right: 52px;
			background-position: left bottom;
		}
		.ah4Box-btn-prev:hover, .ah4Box-btn-next:hover {
			background-color: #DDD;
		}	
		.ah4Box-desc {
			position: absolute;
			font-family: Arial,Verdana;
			font-size: 13px;
			color: #525252;
			bottom: 15px;
			left: 18px;
			font-weight: bold;
			font-style: italic;
		}
			.ah4Box-desc small {
				font-size: 11px;
				display: inline-block;
				margin-left: 5px;
				color: #999999;
			}		
.icon {
	min-width: 40px; height: 40px;
	display: block;
	line-height: 40px;
	padding-left: 50px;
}
	.phone { background: transparent url(../images/icons/icon-sprite.jpg) no-repeat scroll 0 0; }
	.fax { background: transparent url(../images/icons/icon-sprite.jpg) no-repeat scroll 0 -40px; }
	.email { background: transparent url(../images/icons/icon-sprite.jpg) no-repeat scroll 0 -80px; }
