.nav.nav-tabs.one li:nth-child(5) {
    display: none!important;
}

/* CONTAINER */

#container {
	text-align: left;
	margin: auto;
	width:960px;
	position:relative;
}
#logotop {
	width:800px;
	height:95px;
	margin-top:5px;
	padding-left:120px;
}


/* MENU */

#menu {
	background:url('../images/menu_bg.png') no-repeat;
	width:800px;
	height:44px;
	margin-top:5px;
	padding-left:120px;
}

/* BANNER */

#banner_container {
	width:960px;
	height:341px;
	position:relative;
	background:url('../images/banner_bg.png') no-repeat;
	float:left;
}
	.banner {display:none; width:960px; height:341px; overflow:hidden;}
	.current_banner {display: block;}

.banner_navigation {
	margin-left:48px;
	margin-right:48px;
	float:left;
	display:inline;
}
	.banner_navigation_item {
		width:184px; 
		height: 99px; 
		float:left; 
		padding: 40px 0px 0px 104px; 
		text-decoration:none;
		color:#919191;
	}
	.banner_navigation_arrow {
		background:url('../images/banner_navigation_arrow.png') no-repeat; 
		height:25px; 
		width:48px; 
		float:left; 
		position:absolute;
		top:316px;
		left:172px;
	}
	.development {background:url('../images/banner_navigation_1.png') no-repeat; }
	.maintenance {background:url('../images/banner_navigation_2.png') no-repeat; }
	.support {background:url('../images/banner_navigation_3.png') no-repeat; }
	.blank1 {background:url('../images/blank1.png') no-repeat; }
	.blank2 {background:url('../images/blank2.png') no-repeat; }
	.blank3 {background:url('../images/blank3.png') no-repeat; }
	
/* CONTENT */	
	
#content {
	margin: 2px 48px 20px 48px;
	float:left;
	display: inline;
}

#primaryContent {
	float:left;
	width:460px;
}



#secondaryContent {
	width:350px;
	float:left;
	margin-right:30px;
	padding-right:5px;
	border-right:1px dotted #cdcdcd;
}
	.secondaryContent_divider {height:1px; width:210px; border-top: 1px dotted #cdcdcd; margin:20px 0px 20px 0px;}
	
	/* news */
	
	.news_heading {
		text-transform:uppercase;
		font-size:20px;
		color:#767676;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:20px;
	}
	.news_item {margin-bottom:10px;}
	.news_title {line-height:10px;}
	.news_title a {
		text-decoration:none;
		font-weight:bold;
		margin:0;
	}
	.news_title a:hover {text-decoration:underline;}
	.news_date {font-size:11px; margin:0;}
	
	/* services */
	
	.our_services li { 
		margin-bottom:5px; 
		list-style:none; 
		background:url('../images/services_bullet.png') 0px -4px no-repeat; 
		padding-left:20px;
	}
	.our_services li:hover { background:url('../images/services_bullet.png') 0px -26px no-repeat;  } 
	.our_services li a { text-decoration:none; }
	

/* FOOTER */

#footer {
	width: 864px;
	height:30px;
	border-top: 2px solid #cdcdcd;
	float:left;
	margin:0px 48px 0px 48px;
	padding-top:5px;
	display: inline;
}
#footer2 {
	width: 864px;
	height:30px;
	
	float:left;
	margin:0px 48px 0px 48px;
	padding-top:5px;
	display: inline;
}

/*----------------*/
/* SPECIFIC PAGES */
/*----------------*/

/* INDEX */

.front_column {
	float:left;
	width:850px;
}
.front_column_image {margin-bottom:15px;}
.front_column_headline {margin-bottom:10px;}
.front_column_headline a {color:#a68d5a; font-weight:bold; text-decoration:none; }


/* PORTFOLIO */
			
.boxgrid{ 
	width: 170px; 
	height: 120px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #dbdbdb; 
	overflow: hidden; 
	position: relative; 
	display:inline;
}		
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}		

.boxgrid p{ 	
	padding: 0 5px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}	
				
.boxcaption{ 	
	float: left; 
	position: absolute; 
	background: #000; 
	height: 80px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);	
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 .captionfull .boxcaption {
	top: 120px;
 	left: 0px;
 }
 .caption .boxcaption {
	top: 90px;
	left: 0px;
}

 .boxcaption p.portfolio_heading {
	color:#fff;
	margin-left:0px;
	font-size:15px;
	font-weight:bold;
	margin:5px 0px;
}

.boxcaption p {
	font-size:11px;
	color: #a68d5a;
}
#middle-pf{
	width:950px;
	padding:0px 0px 30px 14px;
	background-image:url(../images/shadow-content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
.pf-box{
	width:214px;
	height:134px;
	background:url(../images/hover-opacity.png) no-repeat top left;
	margin:0px 23px 100px 0px;
	float:left;
}
.pf-box2{	
	width:214px; 
	height:134px;
	background:url(../images/hover-opacity.png) no-repeat top left;
	margin:0px 23px 135px 0px; 
	float:left;
}
.pf-box h6, .pf-box2 h6, .pf-box-last h6, .pf-box-last2 h6{
	margin:5px 0px 8px 0px;
	color: #A68D5A;
}
.pf-box-last{
	width:214px; 
	height:134px;
	background:url(../images/hover-opacity.png) no-repeat top left;
	margin:0px 0px 58px 0px; 
	float:left;
}
.pf-box-last2{
	width:214px; 
	height:134px;
	background:url(../images/hover-opacity.png) no-repeat top left;
	margin:0px 0px 135px 0px; 
	float:left;
}
.pf-img{
	border:1px solid #d3d3d3;
	padding:2px;
}

/* CONTACT US */

#contact_form { width: 500px; }

.verification_image { margin-right:10px; float:left; }
.verification_input { margin:1px 20px 5px 0px; width:70px; }

.email_succes { margin:0px 0px 20px 0px; color:green; list-style:none; }
.email_error{ margin:0px 0px 20px 0px; color:red; }

#form_fields p { margin-bottom:10px; }
