@charset "UTF-8";
/* CSS Document */

/*  LAYOUT  ************************************************************************/
/*  LAYOUT  ************************************************************************/


#pageContainer {
	height:auto !important; /* real browsers */
	min-height: 100%;
	position: relative;
	/*padding: 0;*/
	margin: auto;
	background-image: url(../images/template/background_vertBorder.jpg);
	background-repeat: repeat-y;
	width: 764px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #65adff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #65adff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#containerPortfolio {
	height: 100%;
	min-height: 100%;
	height:auto !important; /* real browsers */
	padding: 0;
	margin: auto;
	background-image: url(file:///Macintosh%20HD/Users/admin/Desktop/technivision/technivision/images/site/top_bgXXX.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 764px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #65adff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #65adff;
	background-color: #000;
	}
#banner {
	position: relative;
	}
	
#content {
	position: relative;
	width: 764px;
	padding-bottom: 153px;
	}
#content table{
}
	
#footer {
	background-image:url(../images/template/footer-background.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin-top:-153px;
	margin-left: auto;
	margin-right:auto;
	width: 764px;
	height: 153px;
	background-color: #000;
	clear: both;
	font-size: 10px;
	color: #b7b1a0;
	}
#footer-icons {
	position: relative;
	margin-top: 65px;
	/*bottom:1px;*/
	}
.footerText {
	color: #000;

}
#pageContainer2 {
	padding: 0;
	margin: 0;
	height:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*background-color: #fffff;*/
	
}

.TDtop_and_left_greyline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.TDtop_greyline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 2px auto auto 6px;
	
}
.TDtop_greyline_index{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 2px auto auto 6px;
	
}
.TopOrangeBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #644606;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
