@charset "utf-8";
/* CSS Document */


/*CONTAINERS and WRAPPERS*/
body{
	background:#000000;
	}
#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
#body-container{
	margin-bottom:15px;
	}
#footer-container{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	margin-top:5px;
	}
#header{
	margin-bottom:15px;
	}
#nav{
	margin-bottom:10px;
	font:1.1em "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	text-transform:uppercase;
	}

/*TABLE DESIGN*/
td.left-homepage-panel{
	width:454px;
	}
td.left-panel-box{
	width:170px;
	background:#1d1c19;
	padding:10px;
	}
td.mid-body-panel-box{
	width:400px;
	background:url(../images/bg/mid-box-gradient-bg.jpg) repeat-x #242424;
	}
td.mid-body-panel-without-right-panel-box{
	width:751px;
	background:url(../images/bg/mid-box-gradient-bg.jpg) repeat-x #242424;
	}
td.right-body-panel-box{
	width:351px;
	}
td.project-locations{
	padding:0px 0px 0px 55px;
	}

/*BOXES*/
#client-boxes{
	margin:0px;
	}
#client-boxes img{
	padding:5px 5px 5px 5px;
	}
.mid-tab-nav-box{
	background:#504d46;
	font:11px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
	}
	
#client-right{
	padding:0px 5px 0px 5px;
}
#client-right .client-box{
	background:#1D1C19;
	margin:0px 0px 10px 0px;
	padding:5px; 
}
.project-box{
	height:100px;
	background:#1D1C19;
	margin:0px 6px 10px 0px;
	padding:5px; 
}
	
	