html{
	background:url(../images/bd_bg.jpg) repeat center 0;
}

body{
	padding-top:0px;
	font-family:arial;
	font-size:12px;
	background-position:center -17px;
	background-repeat:no-repeat;
	}
	body#home{
		background-image:url(../images/over_home.jpg);
	}
	body#about{
		background-image:url(../images/over_about.jpg);
	}
	body#contact{
		background-image:url(../images/over_contact.jpg);
	}
	body#sitemap{
		background-image:url(../images/over_sitemap.jpg);
	}
	body#process{
		background-image:url(../images/over_process.jpg);
	}
	body#service{
		background-image:url(../images/over_service.jpg);
	}
	body#product{
		background-image:url(../images/over_product.jpg);
	}
	body#demolition{
		background-image:url(../images/over_demolition.jpg);
	}
	
	


.ct{
}
	#home .ct{
		margin-top:340px;
	}
	#product .ct,
	#demolition .ct,
	#service .ct,
	#process .ct,
	#about .ct,
	#sitemap .ct{
		margin-top:182px;
	}
	#contact .ct{
		margin-top:81px;
	}
	
	

/* Common elements */
h1{
	font-family:"Century Gothic";
	font-size:21px;
	font-weight:400;
	color:#3d6799;
}
h5{	
	font-family:"Century Gothic";
	font-size:17px;
	font-weight:700;
	color:#259037
}

a{	color:#1f5089}

.sub_left{
	width:331px;
	float:left;
}

.subnav{}
	.subnav .bottom{
		width:331px;
		height:9px;
		font-size:0;
		clear:both;
		background:url(../images/navsub_bottom.png) no-repeat;
	}
	.subnav .shadow{
		width:323px;
		padding:0 3px 0 5px;
		background:url(../images/navsub_bg.png) repeat-y;
	}
	.subnav .content{
		background:url(../images/navsub_inner.jpg) no-repeat 0 0;
	}
	.subnav .content ul{
		background:url(../images/navsub_inner.jpg) no-repeat right bottom;
		padding:0 5px;
	}
	.subnav .content ul li{
		width:311px;
		padding:2px 0 0 0;
		background:url(../images/navsub_divider.gif) no-repeat 0 0;
	}
	.subnav .content ul li a{
		color:#1f5089;
		font:700 15px "Century Gothic";
		padding:8px 0 8px 23px;
		margin-left:3px;
		display:block;
	}
	.subnav .content ul li a:hover,
	.subnav .content ul li a.active{
		background:url(../images/navsub_active.gif) no-repeat 0 center;
		text-decoration:none;
	}
		.subnav .content ul li div a{
			font-size:13px;
			font-weight:400;
			padding-left:35px;
		}
		.subnav .content ul li div a:hover,
		.subnav .content ul li div a.active{
			color:#259037;
			background:none;
		}



.wrapper{
	width:1020px;
	margin:0 auto;
}
.hd{
	width:auto;
	height:104px;
	background:url(../images/nav_bg.gif) repeat-x 0 0;
}
.logo{
	width:180px;
	height:103px;
	background:url(../images/logo_alliedsalvage.png) no-repeat;
	margin-left:40px;
	display:inline;
	float:left;
}


.nav{
	height:68px;
	margin-top:14px;
	padding-left:64px;
	float:left;
	}
	.nav li{
		float:left;
		position:relative;
	}
	.nav a img{
		height:68px;
		background-repeat:no-repeat;
	}
	.nav_home{
		width:73px;
		background-image:url(../images/nav_home.gif);
	}
	.nav_service{
		width:127px;
		background-image:url(../images/nav_service.gif);
	}
	.nav_products{
		width:103px;
		background-image:url(../images/nav_products.gif);
	}
	.nav_process{
		width:125px;
		background-image:url(../images/nav_process.gif);
	}
	.nav_about{
		width:95px;
		background-image:url(../images/nav_about.gif);
	}
	.nav_contact{
		width:119px;
		background-image:url(../images/nav_contact.gif);
	}
		.nav li div{
			display:none;
		}
		
		.nav li div{
			/*display:none;*/
			position:absolute;
			z-index:999;
			width:140px;
			padding-top:1px;
			left:-3px;
			top:67px;
		}
		.nav li div.submenu_about{
			left:-19px;
		}
		.nav li div.submenu_products{
			left:-14px;
		}
		.nav li div .shadow_c{
			background:url(../images/submenu_shadow.png) repeat-y;
			float:left;
			clear:both;
			position:static;
			margin:0;
			padding:0;	
			overflow:hidden;
			display:block;
		}
			.nav li div .shadow_c ul{
				overflow:hidden;
				margin-top:-2px;
				padding-left:7px;
				background:url(../images/submenu_bg.jpg) repeat-x 0 2px;
				width:126px;
			}
			.nav li div .shadow_c ul li{
				float:left;
				clear:both;
				width:119px;
				height:35px;				
				margin:0;
				padding:0 0 2px 0;
				background:url(../images/navsub_divider.gif) no-repeat 0 bottom;
				text-align:center;
			}
			.nav li div .shadow_c ul li.last{
				background:none;
				height:25px;				
			}
		.nav li div .shadow_b{
			width:140px;
			height:18px;
			font-size:0;
			float:left;
			clear:both;
			background:url(../images/submenu_bottom.png) no-repeat;
			display:block;
		}
		.nav li div a{
			font:700 14px "Century Gothic";
			text-transform:uppercase;
			color:#4c73a0;
			display:block;
			line-height:33px;
			}
			.nav li div a:hover{
				color:#259037;
				font-weight:700;
				text-decoration:none;
			}
		.nav li:hover div{
			/*display:block;*/
		}
		
		.nav li a.active_sub img{
			background-position:0 bottom;
		}
	

.ft{
	clear:both;
	text-align:center;
	font-family:tahoma;
	padding:16px 0 0 96px;
	height:50px;
	color:#464646;
	}
	.ft a{
		color:#464646;
		margin:0 9px;
	}
	.ft a img{
		float:right;
		margin:3px 20px 0 0;
	}


/* Full content */
.full_ct .content{
	width:1015px;
	height:auto;
	background:url(../images/full_ct_bg.png) repeat-y;
	}	
	.full_ct .bottom{
		width:1015px;
		height:11px;
		background:url(../images/full_ct_bottom.png) no-repeat;
		font-size:0;
	}

/********************************************************/
	
/* Home */
.home_right{
	width:331px;
	float:left;
	margin-left:1px;
	display:inline;
}

.b_home_left{
	float:left;
	}
	.b_home_left .content{
		width:613px;
		height:340px;
		background:url(../images/b_home_left_bg.png) repeat-y;
		padding:24px 35px 0 28px;
		color:#1f5089;
	}
	.b_home_left h1{
		margin-bottom:13px;
	}
	.b_home_left h6{
		font-size:15px;
		margin:18px 0 14px;
	}
	.b_home_left a{
		font-weight:700;
		color:#1f5089;
	}
	.b_home_left p{
		padding-bottom:10px;
	}
	.b_home_left .bottom{
		width:676px;
		height:11px;
		font-size:0;
		background:url(../images/b_home_left_bottom.png) no-repeat;
	}

.b_home_right{
	width:311px;
	height:123px;
	padding:0 10px 0 10px;
	background:url(../images/b_home_right_bg.png) no-repeat;
	margin-bottom:2px;
	color:#1f5089;
	}	
	.b_home_right .icon{
		float:left;
	}
	.b_home_right h6{
		width:195px;
		margin:15px 0 6px 0;
		float:left;
	}
	.b_home_right p{
		width:190px;
		height:34px;
		overflow:hidden;
		float:left;
		margin-bottom:4px;		
	}
	
	
/*************************************************
				Other section
**************************************************/
.b_section_right{
	float:left;
	margin-left:9px;
	display:inline;
	}
	.b_section_right .content{
		width:613px;
		background:url(../images/b_home_left_bg.png) repeat-y;
		padding:24px 35px 0 28px;
		color:#1f5089;
		overflow:hidden;
		height:376px;
		height:auto !important;
		min-height:376px;
	}
	.b_section_right .bottom{
		width:676px;
		height:11px;
		font-size:0;
		background:url(../images/b_home_left_bottom.png) no-repeat;
	}
	.b_section_right h1{
		margin-bottom:15px;
		clear:both;
	}


/* About us */
.about{
	width:630px;
	overflow:hidden;
}
.about li{
	width:190px;
	height:270px;
	float:left;
	margin-right:20px;
}
.about .name{
	 color:#000000;
	 padding:6px 0 0 3px;
	 display:block;
}
.about p{
	padding:14px 0 0 3px;
	line-height:1.2;
}


/* Contact */
.contact{
	width:820px;
	height:495px;
	background:url(../images/contact_map.png) no-repeat 0 0;
	margin:auto;
	padding:0px 2px 0 27px;
	color:#1f5089;
	font-family:"Century Gothic", arial;
	}
	.map{
		float:right;
		width:580px;
		height:373px;
	}
	.contact h1{
		padding:25px 0 22px;		
	}
	.contact a{
		color:#1f5089;
	}
	.contact .s18{
		font-size:18px;
		font-weight:700;
		padding-bottom:14px;
	}
	.contact .s16{
		font-size:16px;
		font-weight:700;
		padding:14px 0 9px;
	}
	.contact .s14{
		font-size:14px;
		line-height:1.3;
	}
	.contact .s13{
		font-size:12px;
		line-height:1.6;
	}
	

/* Sitemap */
.full_ct .sitemap{
	width:985px;
	padding:24px 0 36px 30px;
	color:#1f5089;
	overflow:hidden;
	height:300px;
	height: auto !important;
	min-height:300px;
}
.sitemap h1{
	padding-bottom:25px;
}

.sitemap p{
	padding:7px 0;
	}
	.sitemap p.bullet{
		padding-left:10px;
		background:url(../images/bullet_blue.gif) no-repeat 0 center;
	}
.sitemap a{
	color:#1f5089;
	text-decoration:underline;
	}
	.sitemap a:hover{
		text-decoration:none;
	}
.sitemap h6{
	font-size:15px;
	padding:7px 0 10px;
	}
	.sitemap h6 a{
		text-decoration:none;
	}
.sitemap ul{
	padding-left:100px;
	}
	.sitemap ul li{
		width:170px;
		float:left;
	}
	

/* Our process */
.full_ct .process{
	width:985px;
	padding:24px 0 36px 30px;
	color:#1f5089;
	overflow:hidden;
}
.process h5{
	clear:both;
	padding:20px 0 25px 11px;
}
.process .center{
	text-align:center;
	padding:4px 0 0 0;
}
.process ul li{
	width:208px;
	height:185px;
	float:left;
	font-weight:700;
	margin:0 14px 0 13px;
}
.process ul li label{
	float:left;
	padding-right:3px;
}
.process ul li p{
	float:left;
	width:160px;
}
.process ul li img{
	margin-bottom:9px;
}


/* Services */
#demolition .b_section_right .content,
#service .b_section_right .content{
	padding-bottom:40px;
	height:336px;
	height:auto !important;
	min-height:336px;
}
.service_list{
	overflow:hidden;
	width:250px;
	float:left;
	}
	.service_list li{
		border-top:1px solid #cfcfcf;
		margin-top:-1px;
		height:20px;
		line-height:20px;
	}
	.service_list a{
		color:#1f5089;
		font-size:12px;
	}
	.service_list a:hover,
	.service_list a.active{
		font-weight:700;
		text-decoration:none;
	}
	
.service_detailInfo{
	width:328px;
	float:right;
	margin:30px 0 0 30px;
	display:inline;
	line-height:1.5;
	}
	.service_detailInfo strong{
		font-size:12px;
		padding-top:10px;
		display:block;
	}
	.service_detailInfo p{}
	
	
	#services{
		line-height:1.5;		
	}
	#services p{
		padding-bottom:15px;
	}
	
	
		.product_info{
			width:250px;
			float:left;
			padding-bottom:20px;
		}
		.product_info h1{
			margin-bottom:10px;
		}
	
	
	
/* Who we are */
#whoweare{
	padding-bottom:30px;
}
#whoweare p{
	padding-bottom:28px;
	line-height:1.9;
}


/* History */
#history{
	padding-bottom:30px;
}
#history li{
	float:left;
	clear:both;
	margin-bottom:15px;
	width:100%;
}
#history .photos{
	width:172px;
	float:left;
	display:inline;
	color:#259037;
	font-weight:700;
}
#history .copy{
	width:420px;
	float:right;
	line-height:1.2;
}
#history .copy h4{
	font-size:15px;
	padding-bottom:14px;
}