﻿/* Gestalt system required CSS definitions */
@import url("gestalt.css");  

/* American Boiler & Mech CSS definitions */
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	}

h1 img {
	display: block;
	}

img {
	border: 0;
	}

a {
	color: #464544;
	}

	a:hover {
		color: #FFA405;
		}

.left {
	float: left;
	}

.right {
	float: right;
	}

.more {
	text-align: right;
	}

.clear {
	clear: both;
	}

body {
	background: #C9D6FF url(/templates/americanboiler-template_v1/style-basic/images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color:#000000;
	/*color: #C9D6FF;*/
	padding-bottom: 10px;
	}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	/*width: 778px;*/
	width:728px;
	position: relative;
	background: url(/templates/americanboiler-template_v1/style-basic/images/body_bg.gif) repeat-y;
	margin-top: 31px;
	}

table {
	table-layout: fixed;
	empty-cells: show;
	 margin-left: 9px;
	/*padding-left: 1px;*/
	/*padding-bottom: 29px;*/
	padding-bottom: 0px;
	/*background: #2A2A2A bottom left url(/templates/americanboiler-template_v1/style-basic/images/nav_bot.jpg) no-repeat;*/
	border-spacing: 0px 0px;
	background: #000000 bottom left url(/templates/americanboiler-template_v1/style-basic/images/nav_bot.jpg) no-repeat;
	}

	tr {
		border-top: 1px solid #959595;
		border-bottom: 1px solid #959595;
		}	

#left {
	float: left;
	width: 193px;
	/*width: 243px;*/
	}

#header {
	position: absolute;
	top: 0px;
	left: 194px;
	width:535px;
	height: 279px;
	}
			
#logo {
	width: 194px;
	height: 152px;
	text-align: left;
	color: #595959;
	background-color: #93b0fe; 
	}

	#logo h1 {
		padding-top: 30px;
		font: 24px "arial narrow", arial, tacoma;
		}

	#logo p {
		margin: 8px 25px 4px 25px;
		border-top: 1px solid #B8B8B8;
		border-bottom: 1px solid #B8B8B8;
		padding: 3px;
		letter-spacing: 0.2em;
		font-weight: bold;
		}

	#logo h2 {
		margin: 0px 25px 0px 25px;	
		border-top: 1px solid #B8B8B8;
		border-bottom: 1px solid #B8B8B8;
		font-size: 12px;
		font-weight: bold;
		padding: 3px;
		}

#banner {
	background: url(/templates/americanboiler-template_v1/style-basic/images/logo_header.jpg) no-repeat;
	}

#nav {
	background: url(/templates/americanboiler-template_v1/style-basic/images/nav_left.jpg) no-repeat;
	margin-bottom: -12px; 
	}

	#nav ul {
		/*margin-left: 8px;*/
		/*margin-left:8px;*/
		/*padding-left: 1px;*/
		padding-bottom: 29px;
		/*background: #2A2A2A bottom left url(/templates/americanboiler-template_v1/style-basic/images/nav_bot.jpg) no-repeat;*/
		/*background: #000000 bottom left url(/templates/americanboiler-template_v1/style-basic/images/nav_bot.jpg) no-repeat;*/
		}
	
	#nav li {
		list-style: none;
		font: 14px "arial narrow", arial, sans-serif;
		font-weight: bold;
		border-top: 1px solid #959595;
		border-bottom: 1px solid #959595;
		background: 145px 7px url(/templates/americanboiler-template_v1/style-basic/images/arr_white.gif) no-repeat;
		padding: 0px; 
		padding-top: 3px; 
		padding-bottom: 4px; 
		}
	
		#nav .highlight {
			float: left; 
			width: 30px; 
			height: 20px; 
			margin-left: 4px; 
			}
			
			#nav .highlight img {
				position: relative; 
				bottom: -6px; 
				}
			
			#nav .container-tools {
				background-color: #ddd; 
				padding: 3px; 
				}
				
				#nav .container-tools a {
					color: #555; 
					}
				
	
	#nav2 li {
		border: none;
		background: 138px 10px url(/templates/americanboiler-template_v1/style-basic/images/arr_orange.gif) no-repeat;
		list-style: none;
		font: 14px "arial narrow", arial, sans-serif;
		font-weight: bold;
		border-top: 1px solid #959595;
		border-bottom: 1px solid #959595;
		padding:7px 0 0 0px;
		}
		
		
	
	#nav tr {
		border-top: 1px solid #959595;
		border-bottom: 1px solid #959595;
		}

	#nav a {
		color: #ffffff;
		text-decoration: none;
		/*border-left: 3px solid #959595;*/
		padding-left: 0px;
		padding: 2px 0 6px 8px;
		/*background: 0px 10px url(/templates/americanboiler-template_v1/style-basic/images/flame.gif) no-repeat;*/
		}

		#nav a:hover {
			text-decoration: underline;
			}
	  
	#nav .important a {
		color: #00A2ED;
		}

#news {
	background: url(/templates/americanboiler-template_v1/style-basic/images/news_bg.jpg) repeat-y;
	padding-left: 37px;
	padding-right: 22px;
	padding-bottom: 3px;
	text-align: justify;
	}

	#news h2 {
		font-size: 12px;
		color:#1300CB;
		/*color: #BE8B06;*/
		}
	
	#news h3, #news p {
		font-size: 11px;
		margin: 1em 8px 1em 0;
		}

	#news a {
		color: #74653D;
		font-weight: bold;
		text-decoration: underline;
		}

		#news a:hover {
			color: #38301A;
			}
	
	#news .more {
		font-size: 9px;
		}

	#news .hr-dots {
		background: center url(/templates/americanboiler-template_v1/style-basic/images/dots.gif) repeat-x;
		height: 10px;
		}

#support {
	background: url(/templates/americanboiler-template_v1/style-basic/images/support.jpg) no-repeat;
	background-position: bottom left; 
	padding: 1px;
	height: 97px;
	color: #1A1A18;
	padding-top: 12px; 
	padding-left: 14px; 
	padding-bottom: 75px; 
	width: 179px; 
	!width: 194px; 
	}

	#support p {
		font-size:94%;
		font-family:tacoma, arial;
		font-stretch:wider;
		font-weight:bold;
		line-height:175%;
		color: darkblue;
		margin: 0.7em 2.6em;
		}
		
	#support .container-tools {
		background-color: #ddd; 
		padding: 3px; 
		}
		
		#support .container-tools a {
			color: #555; 
			}
				

#right {
	/*float: right;*/
	float:left;
	/*width: 490px;*/
	width:60%;
	padding-right: 20px;
	padding-left:50px;
	padding-top: 301px;
	!width: 70%; 
	!padding-left: 30px; 
	!padding-right: 15px; 
	}

	#right h1 {
		font: 14px arial, tacoma;
		color: #1300CB;
		padding-bottom: 3px;
		padding-top: 6px;
		margin-left: 0em;
		}
  
	#right h2 {
		font: 18px arial, sans-serif;
		color: #1300CB;
		border-bottom: 1px solid #C4AE7C;
		padding-bottom: 6px;
		margin-bottom: 1em;
		}

	#right h3 {
		font: 14px arial, sans-serif;
		color: #1300CB;
		border-bottom: 1px solid #C4AE7C;
		padding-bottom: 6px;
		margin-bottom: 1em;
		margin-top: 2em;
		}

	#right table {
		table-layout:fixed;
		empty-cells:show;
		 margin-left:8px;
		/*padding-left: 1px;*/
		/*padding-bottom: 29px;*/
		padding-bottom:0px;
		/*background: #2A2A2A bottom left url(/templates/americanboiler-template_v1/style-basic/images/nav_bot.jpg) no-repeat;*/
		border-spacing:0px 0px;
		background: #FFFFFF;
		}

		#right td {
			/* height:75px; */
			font-size: 11px; 
			}
	
	#right .left {
		margin-right: 18px;
		margin-bottom: 6px;
		margin-top: 10px;
		}
	
	#right .more {
		font-weight: bold;
		font-size: 10px;
		}
	
#welcome {
	/* margin-right: 20px; */
	}
	
	#welcome table {
		}
		
		#welcome td.formprompt {
			width: 150px; 
			}

#profile {
	margin-right: 16px;
	}

#corp, #indu {
	float: left;
	width: 49%;
	}

#corp {
	margin-right: 1%;
	}

#corp-img, #indu-img {
	background: url(/templates/americanboiler-template_v1/style-basic/images/pic_2.jpg) no-repeat;
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	}

#indu-img {
	background: url(/templates/americanboiler-template_v1/style-basic/images/pic_3.jpg) no-repeat;
	}

#spacer {
	height: 2em;
	}

#footer {
	background: url(/templates/americanboiler-template_v1/style-basic/images/footer_bg.gif) repeat-y;
	}
	
#footerline {
	background: url(/templates/americanboiler-template_v1/style-basic/images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
	}
	
#abclogo {
	float:right;
	padding-left:70px;
	}
	
#copyright {
	text-align: center;
	padding: 5px 0px 5px 00px;
	font-size: 9px;
	color: #715F36;
	font-weight: bold;
	}

#imagealign {
	/*padding: 5px 5px 0px 5px;*/
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	}

/*This is style for iframe pages on services*/

#services {
	}
	
	#services td {
		height:75px;
		}
	
	#services li {
		list-style: circle inside;
		color: black;
		}
	
	#services h1 {
		font: 14px arial, tacoma;
		color: #1300CB;
		padding-bottom: 3px;
		padding-top: 6px;
		margin-left: 0em;
		}
	  
	#services h2 {
		font: 18px arial, sans-serif;
		color: #1300CB;
		border-bottom: 1px solid #C4AE7C;
		padding-bottom: 6px;
		margin-bottom: 1em;
		}
		
	#services h3 {
		font: 14px arial, sans-serif;
		color: #1300CB;
		border-bottom: 1px solid #C4AE7C;
		padding-bottom: 6px;
		margin-bottom: 1em;
		margin-top: 2em;
		}
	
	#services table {
		table-layout:fixed;
		empty-cells:show;
		 margin-left:8px;
		/*padding-left: 1px;*/
		/*padding-bottom: 29px;*/
		padding-bottom:0px;
		/*background: #2A2A2A bottom left url(/templates/americanboiler-template_v1/style-basic/images/nav_bot.jpg) no-repeat;*/
		border-spacing:0px 0px;
		background: #FFFFFF;
		}
		
#contact {
	}
	
	#contact td {
		height:10;
		}
	
	#contact h2 {
		font: 18px arial, sans-serif;
		color: #1300CB;
		border-bottom: 1px solid #C4AE7C;
		padding-bottom: 6px;
		margin-bottom: 1em;
		}	
		
	#contact table {
		table-layout:auto;
		empty-cells:show;
		margin-left:0px;
		padding-bottom:0px;
		border-spacing:0px 0px;
		background: #FFFFFF;
		}
		
