/* Styles in here override manhattanWelding_Common.css */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainTable {
	
}
#mainTable2 {
	
}
/* CONTENT AREA
---------------------------- */
#contentArea {
	
}
.content {

}
.content p {
	margin:0px 0px 0px 0px;
	padding:6px 0px 6px 0px;
}
.content blockquote {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 15px;
}
.content blockquote h2 {
	font-size: 14px;
	color: #7A0E16;
	font-weight: normal;
	line-height: 18px;
	display:block;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:none;
	text-decoration: underline;
}
.content td h2 {
	font-size: 14px;
	color: #7A0E16;
	font-weight: normal;
	line-height: 18px;
	display:block;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:uppercase;
	text-decoration: underline;
}
.content ul {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 20px;
}
.content li {
	list-style-position:outside;	
	list-style-type:square;
}
.content a, .content a:link, .content a:visited {
	color:#C8131F;
	text-decoration:none;
}
.content a:hover, .content a:active {
	color:#C8131F;
	text-decoration:underline;
}
.redText {
	color:#C8131F;
}
.redDarkText {
	color:#7A0E16;
}
.smallRedText {
	font-size:10px;
	color:#C8131F;
}
.uppercase {
	text-transform:uppercase;
}
/* END CONTENT AREA
---------------------------- */

/* This is the company name that appears in the content area of the inside pages. */
#companyNameSm {
	position:relative;
	left:-30px;
	width:220px; 
	height:12px; 
	z-index:2; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/companyNameText-blk-trans.png', sizingMethod='scale');
}
#greyRule {
	border-bottom: 1px solid #999999;
}
#experienceTable {
	position:relative;
	right:-20px;
}
#experienceText {
	font-weight: normal;
	padding: 5px 15px 20px 15px;
}
#experienceContactUs {
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#experienceContactUs a:link, #experienceContactUs a:visited {
	color: #000000;
	text-decoration: none;
}
#experienceContactUs a:hover, #experienceContactUs a:active {
	color: #000000;
	text-decoration: underline;
}
#experiencePhone {
	background-color: #999999;
	color: #C8131F;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* PAGE SPECIFIC */
/* Services */
#serviceArea {
	border:1px solid #000000;
	padding:10px 10px 10px 10px;
}
#serviceAreaTitle {
	margin:0px 0px 10px 0px;
}
#serviceAreaMap {
	border:4px solid #7A0E16;
	padding:0px 0px 0px 0px;
}
/* Contact Us */
#contactInfo {
	border:2px solid #7A0E16;
	padding:10px 20px 10px 20px;
}
#contactInfo h1 {
	color:#7A0E16;
	text-transform:uppercase;
}