.sliderGallery {
    overflow: hidden;
    position: relative;
    /*padding: 10px;*/
    /*padding-top: 20px;*/
    height: 160px;
  /*  width: 960px;*/
}
.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI {
    display: inline;
}

.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 17px;
    width: 181px;
}
	.slider span { color: #b7b7b7; text-decoration: none !important; position: relative; }
.slider span { width: 100%; border-collapse: collapse; border: none; font-size: 11px; line-height: 18px; text-align: center; }

.flash_map {
    padding:32px 0px 36px 0px;
    margin-right:36px;
    position: relative;
}

.submenu {
    background: #005aab;
    padding: 20px 0 20px 20px;
    margin-top: 9px;
    z-index: 1000;
    position: absolute;
    display: none;
    width: 650px;
}

.submenu_services {
    width: 450px;
} 

.submenu ul { width:100%; color: #fff; overflow: hidden; }
.submenu li  { width:45%; padding-left: 15px; float: left; display: block; background: url(../images/marker.png) 0px 5px no-repeat; }


.submenu li a {
    color: white;
    text-decoration: none;
}

.submenu a:hover {
    text-decoration: underline;
}

.blue_triangle {
    position: absolute; 
    z-index: 1000; 
    /*top: 158px;*/
    display: none;
}
.tel a {
    color: black;
    text-decoration: none;
}

.table-1 a {
    font-size: 16px;
    font-family: Georgia,'Times New Roman',Times,serif;
}
.t-2 {
    background: url("/images/bl-5.png") no-repeat scroll 0 51% transparent;
}
/*.t-1 {
    margin-right:-15px;
    padding-right:5px;
}*/
/*.m-1 {
    background: url("/images/bl-6.png") no-repeat scroll 0 57% transparent;
}*/
.peoples_table td {
    border-bottom: 1px solid #D1D1D1;
    padding: 10px
}

.news-item {
    border-bottom: 1px solid #D1D1D1;
}
.table-3 td select {
    width: 98%;
}
.table-3 td select.customer {
    width: 99.3%;
}

.project-col-gallery-list {
    float: left;
    width: 75%;
}
.table-2 {
    font-family: Georgia,'Times New Roman',Times,serif;
}

ul.map-level-0 a {
	font-weight: bold;
}

ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
	font-weight: normal;
    padding: 20px;
    width: 100%;
}



table.map-columns {
    width: 100%;
}

.map-columns td {
	vertical-align: top;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	/*padding-left:10px;*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_title {
    background-color: white;
    font-style: bold;
}
#TB_ajaxWindowTitle {
    font-style: bold;
}
.form_caption {
    float: left
}
#TB_window  table{
    font-size: 16px;
    font-family: Georgia,'Times New Roman',Times,serif;
}
#TB_window  table td{ 
    padding: 10px;
}
#TB_window textarea { width: 100% }
#TB_window input { width: 100% }
#TB_window .submit_button {
    background: url(/images/button.jpg) 0 0 no-repeat; width: 118px; height: 40px; border: none; position: relative; left: -4px;
}
#TB_window .form_title {
    font-size: 20px;
}


.tel {
    font: normal normal normal 34px/normal Calibri, Arial, Tahoma;
    top: 51px;
    right: 4%;
}

#source {
    padding: 10px
    font-weight: bold;
}

.news-item h3 {
    padding-bottom: 10px;
}

/*.news-item {*/
    /*margin-top: 10px;*/
/*}*/

.text-2 {
    color: black;
	overflow:hidden;
}

.carousel li {
    height: 107px;
}

.index-2 .h201 {
    top: 5px;
}

.other-project {
    margin-left: 0px;
}
.slider-2 {
    left: -5px;
    margin-bottom: 10px;
}


/*.footer_inner {*/
    /*[>width: 1024px;<]*/
    /*left: 200px;*/
    /*width: 760px;*/
    /*min-width: 760px;*/
/*}*/

.footer_inner  {
margin-left:2%;
padding-right:0;
min-width:726px;
padding-left:200px;

}

.f-col-1 {
    width: 38%;
    padding-right:2%;
    min-width:311px;
}

.f-col-2 {
	min-width:200px;
    width: 26%;
}

.f-col-3 {
    width: 26%;
    margin-right:-25px;
    min-width:200px;
    padding-right: 0;
    /*border:1px solid;*/
}

.f-1 {
    /*padding-right: 2%;*/
}


.project-page {
    padding-left: 0px;
}
.next, .prev {
    background-color: #E6E1E1;
}

.table-1 {
    width: 520px;
}


#logo { margin-left: 20px; position: absolute; left: 2%; top: 34px; width: 131px; height: 165px; z-index: 50; }
#logo a {display: block; width: 131px; height: 165px; text-indent: -9999px; overflow: hidden; }

#logo .front_page {
    background: url(/images/logo_front_page.png) 0 0 no-repeat; text-indent: 

}
#logo .second_page {
     background: url(/images/logo_second_pages.gif) 0 0 no-repeat; 
}

.page {
    padding-top: 15px;
}

.map-2 {
    margin-top: 58px;
}


.index-1 .text-1 p {
	padding: 10px 0px 0px 0px;
}

.tel {
    top: 55px;
    font: 18px 'Times New Roman',serif;
}
.tel span{
    font: 12px Arial,Helvetica,sans-serif;
}



