/* CSS Document */

body {
	background-color:#000000;
	width:1148px;
	margin-left:auto;
	margin-right:auto;
}

.head {
	background-image:url('../images/header.jpg');
	height:121px;
	width:1148px;
}

.page_container {
	margin:0 auto;
	height:auto;
	width:916px;
}
	.menu {
		height:51px;
		width:916px;
		float:left;
	}
		.menu a {
			background-repeat:no-repeat;
			background-position:top;
			float:left;
			height:51px;
		}
		
		.menu a:hover {
			background-position:bottom;
		}
		
		.left {
			background-image:url('../images/left.jpg');
			width:68px;
		}
		
		.home {
			background-image:url('../images/home.jpg');
			width:94px;
		}
		
		.about {
			background-image:url('../images/about.jpg');
			width:99px;
		}
		
		.services {
			background-image:url('../images/services.jpg');
			width:126px;
		}
		
		.gallery {
			background-image:url('../images/gallery.jpg');
			width:212px;
		}
		
		.why {
			background-image:url('../images/why.jpg');
			width:160px;
		}
		
		.contact {
			background-image:url('../images/contact.jpg');
			width:157px;
		}
	
	.content_container {
		background-color:#BBB7AB;
		height:auto;
		width:916px;
		float:left;
	}
		.left_container {
			height:auto;
			width:916px;
			float:left;
		}
			.top_homeimage {
				margin-left:10px;
			}
			
		.home_quote {
			background-image:url('../images/boxbg.jpg');
			background-repeat:repeat-x;
			background-color:#bbb7ab;
			margin: 0;
			height:auto;
			width:228px;
			float:left;
		}
			.home_quote table {
				margin-left:15px;
			}
			
			.home_quote input {
				border:1px solid #999999;
			}
			.home_quote textarea {
				border:1px solid #999999;
			}
			
			.quote_title {
	background-image:url('../images/quote_head.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:228px;
	float: none;
			}
				
		.history {
			background-image:url('../images/welcome2.jpg');
			background-repeat:repeat-x;
			background-color:#bbb7ab;
			margin: 0;
			height:auto;
			width:349px;
			margin-left:10px;
			float:left;
		}
			.welcome_head2 {
				background-image:url('../images/welcome2.jpg');
				background-repeat:no-repeat;
				background-position:top;
				height:55px;
			}

			.history_title {
				background-image:url('../images/history_head.jpg');
				background-repeat:no-repeat;
				background-position:top;
				height:46px;
				width:359px;
			}
		
		.content {
			background-image:url('../images/welcomeboxbg.jpg');
			background-repeat:repeat-x;
			background-color:#FFFFFF;
			height:auto;
			width:300px;
			float: right;
			margin-left: 4px;
			clear: none;
		}
			.welcome_head {
				background-image:url('../images/welcome_head.jpg');
				background-repeat:no-repeat;
				background-position:top;
				height:55px;
			}
			
			.recent_head {
				background-image:url('../images/recentprojects.jpg');
				background-repeat:no-repeat;
				background-position:top;
				height:35px;
				width:289px;
				float:left;
			}
			
			.content ul {
				width:240px; 
				list-style:disc; 
				color:#FF0000; 
				clear:left;
			}
			
			.content ul li span {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#383428;
			}
			
			.fancypic {
				margin-left:14px;
				margin-bottom: 10px;
			}
				.piccaption {
					background-image:url('../images/piccaptionbg.jpg');
					background-repeat:no-repeat;
					background-position:bottom;
					height:31px;
					width:262px;
				}
				
				.piccaption span {
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#999999;
					margin-left:10px;
					margin-top:10px;
					float: left;
				}
		
		.contactus {
			background-image:url('../images/boxbg.jpg');
			background-repeat:repeat-x;
			background-color:#bbb7ab;
			margin: 0;
			height:auto;
			width:349px;
			margin-left:10px;
			float:left;
		}
			.contact_title {
				background-image:url('../images/contact_head.jpg');
				background-repeat:no-repeat;
				background-position:top;
				height:46px;
				width:349px;
			}
		
		.links_box {
			background-image:url('../images/linksbg.jpg');
			background-repeat:repeat-x;
			height:auto;
			width:auto;
			float:left;
			margin:23px 0 0 10px;
			clear: left;
		}
		
		.links_box img {
			margin:10px 15px 0 15px
		}
	
	.footer {
		background-image:url('../images/footerbg.jpg'); 
		background-repeat:no-repeat; 
		height:49px; 
		width:916px; 
		float:left;
	}
		.footer_left {
			font-family:Arial, Helvetica, sans-serif; 
			font-size:12px; 
			float:left; 
			margin-left:50px; 
			margin-top:15px; 
			color:#FFFFFF;
		}
		
		.footer_right {
			font-family:Arial, Helvetica, sans-serif; 
			font-size:12px; 
			float:right; 
			margin-right:50px; 
			margin-top:15px; 
			color:#FFFFFF;
		}
/* inner pages */
.inner_content {
	background-image:url('../images/welcomeboxbg.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left:20px solid #BBB7AB; 
	border-right:20px solid #BBB7AB; 
	height:auto;
	width:876px; 
	margin-left:auto;
	margin-right:auto;
	float: left;
}
	.inner_topimage {
		float:left;
	}
	
	.gallery_tbl {
		width:500px; 
		float:left; 
	}
	
	.gallery_tbl span {
		font-family:"Gotham Bold";
		font-size:16px;
		font-weight:normal;
		color:#333333;
	}
	
	.project_tbl {
		margin-left:12px;
		float:left; 
	}
	
	.project_tbl th {
		font-family:"Gotham Bold";
		font-size:14px;
		font-weight:normal;
		color:#333333;
		text-decoration:none;
	}
	
	.project_tbl span {
		font-family:"Gotham Bold";
		font-size:13px;
		font-weight:normal;
		color:#333333;
		text-decoration:none;
	}
	
	.project_tbl a {
		font-family:"Gotham Bold";
		font-size:14px;
		font-weight:normal;
		color:#333333;
	}

	.main_tbl {
		margin-left:12px;
		float:left; 
	}
	
	.main_tbl th {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		color:#333333;
		text-decoration:none;
	}
	
	.main_tbl td {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:none;
		font-size:12px;
		color:#333333;
		text-decoration:none;
	}
	
	.main_tbl a {
		font-family:"Gotham Bold";
		font-size:14px;
		font-weight:normal;
		color:#333333;
	}
	
.inner_content_container {
	height: auto;  
	width:856px;
	margin-left:20px; 
	margin-top:35px;
	display:inline; 
	float:left; 
}
	
.doublehr {
	background-image:url('../images/doublehr.jpg');  
	background-repeat:no-repeat;
	height:12px; 
	width:479px; 
	border:none; 
	margin-left:12px;
	float:left; 
	clear:left; 
}
	
.doublehr2 {
	background-image:url('../images/doublehr2.jpg');  
	background-repeat:repeat-x;
	height:12px; 
	width:479px; 
	border:none; 
	margin-left:12px;
	float:left; 
	clear:left; 
}

.home_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383428;
}

.history_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383428;
	margin-left:15px;
	float:left;
	width:335px;
	margin-bottom: 5px;
	line-height: 17px;
}

.history_text a {
	color:#FF0000;
}

.boxtitle {
	font-family:"Gotham Bold";
	font-size:15px;
	color:#2a271e;
	margin-left:35px;
	margin-top:17px;
	float: left;
}

.largetitle {
	font-family:"Gotham Bold";
	font-size:23px;
	color:#333333;
	margin-left:10px;
	margin-top:17px;
	float:left;
	display:inline;
}

.inner_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383428;
	margin-left:15px;
	float:left;
	width:550px;
	margin-bottom: 5px;
	line-height: 17px;
}

.title {
	float:left; 
	width:550px; 
	margin-left:15px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#383428; 
	margin-bottom:5px;
	margin-top:10px;
	display:inline;
}

.title a {
	color:#383428; 
}

.dropcap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383428;
	margin-left:15px;
	float:left;
	width:550px;
	margin-bottom: 5px;
	line-height: 17px;
}

.dropcap:first-letter {
	font-size:200%;
	float:left;
	color:#D50F1F;
}

/* project details page */
.page {
	height:auto;
	width:850px;
	margin-left:20px;
	margin-top:35px;
	float:left;
}

.project_details {
	height:auto; 
	width:300px;
	float:left;
	clear:left;
}

.project_photos {
	height:auto; 
	width:250px; 
	float:right;
}

/* the blog page */
#blog {
	height:auto;
	width:550px;
	margin:0 0 5px 15px;
	float:left;
}
	#blog * {
		margin:0;
		padding:0;
	}
	
	#blog p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#383428;
		margin:12px 0;
	}

	#blog p a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#383428;
		text-decoration:none;
	}
	
	#blog img {
		margin:0 5px;
	}