/* Main CSS document.  Styles in here are common between the home and inside pages but may be overridden.  
See manhattanWelding_inside.css and manhattanWelding_home.css. */
@import url(manhattanWelding_mozillaFixes.css) screen;
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 {
	
}
#logo2 {
	display: none;
}
/* This is used to swap out the company name at the top of the page for printing 
(for printing we use a black on white version instead of white on black). */
#companyName1 {
	display: block;
}
#companyName2 {
	display: none;
}

/* TOP LINKS 
---------------------------- */
.topLinks {
	padding: 0px 26px 0px 0px;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.topLinks a:link, .topLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topLinks a:hover, .topLinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* END TOP LINKS 
---------------------------- */

/* This is the background for the menu at the top of the pages. */
#redStrip { 
	background-color: #C8131F;
	height: 21px;
	padding:0px 0px 0px 0px;
	background-image: url(images/navbarBGtile.gif);
	background-repeat: repeat-x;
}

/* SERVICES SUBMENU
---------------------------- */
#servicesSubMenu {
	position:relative;
	z-index:10000;
	background-color: #FFFFFF;
	font-weight:normal;
	padding: 0;
	border: 2px solid #999999;
	position: absolute;
	width: 130px;
	font-size: 12px;
	line-height: 10px;
	display: none;
}
#servicesSubMenu li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}
.servicesSubMenuItem, .servicesSubMenuItem a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-indent: 10px;
	background-color: #FFFFFF;
	cursor: auto;
	color: #C8131F;
	text-decoration: none;
	line-height: 18px;
	width: 100%;
}
.servicesSubMenuItemHover, .servicesSubMenuItemHover a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-indent: 10px;
	background-color: #000000;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
	width: 100%;
}
/* END SERVICES SUBMENU
---------------------------- */

/* LEFT LINKS 
---------------------------- */
#leftLinks {
	background-color: #C8131F;
	font-weight:normal;
	padding: 8px 10px 8px 8px;
	border: 2px solid #999999;
	position: absolute;
	width: 112px;
}
#leftLinks a:link, #leftLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftLinks a:hover, #leftLinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* END LEFT LINKS 
---------------------------- */

/* CONTENT AREA
---------------------------- */
#contentArea {
	background-image: url(images/greyBG.gif);
	background-repeat: repeat-y;	
	background-position: left;
	background-color: #FFFFFF;
}
.content {
	color: #000000;
	padding: 8px 18px 8px 60px;
	line-height: 20px;
	font-weight:normal;
}
.content h1 {
	font-size: 14px;
	color: #C8131F;
	font-weight: normal;
	line-height: 18px;
	display:block;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	text-transform:uppercase;
}
.content h2 {
	font-size: 14px;
	color: #000000;
	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 img {
	padding-left:10px;
	padding-right:10px;
}
/* END CONTENT AREA
---------------------------- */

/* BOTTOM LINKS 
---------------------------- */
#bottomLinks a:link, #bottomLinks a:visited {
	color: #999999;
	text-decoration: none;
}
#bottomLinks a:hover, #bottomLinks a:active {
	color: #999999;
	text-decoration: underline;
}
/* END BOTTOM LINKS 
---------------------------- */

/* FOOTER
---------------------------- */
#footer {
	font-size: 10px;
	line-height: 14px;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}
/* END FOOTER 
---------------------------- */
