﻿/* slide-show*/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 250px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Tahoma, Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(./../../images/front/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(./../../images/front/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(./../../images/front/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(./../../images/front/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(./../../images/front/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(./../../images/front/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(./../../images/front/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(./../../images/front/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(./../../images/front/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(./../../images/front/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(./../../images/front/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(./../../images/front/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(./../../images/front/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(./../../images/front/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(./../../images/front/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(./../../images/front/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(./../../images/front/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(./../../images/front/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(./../../images/front/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(./../../images/front/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(./../../images/front/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(./../../images/front/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(./../../images/front/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(./../../images/front/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(./../../images/front/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(./../../images/front/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(./../../images/front/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(./../../images/front/lytebox/pause_gold.png) no-repeat; }

/********************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('./../../images/front/shared/main-temp/bg.gif');
	background-repeat: repeat-x;
	background-color: #c4c4c4;
}
table {
	border-collapse: collapse;
	border-width: 0px;
}
img {
	border-width: 0px;
}
form {
	margin: 0;
	padding: 0;
}
.v-a-t {
	vertical-align: top;
}
.t-a-c {
	text-align: center;
}
.w-h-100-p {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.w-100-p {
	width: 100%;
	vertical-align: top;
}
/***********************************************************************/
.index-right {
	width: 299px;
	vertical-align: top;
}
ul.project-thumb {
	margin: 0;
	padding: 0;
}
ul.project-thumb li {
	list-style: none;
	float: left;
	display: block;
	width: 124px;
	height: 145px;
	margin: 10px 20px 10px 0px;
	padding: 2px;
	border: 1px #c4c4c4 solid;
	background-color: #ebebeb;
}
ul.project-thumb li h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: underline;
	line-height: 18px;
	padding: 0px;
	margin: 2px 0px;
}
ul.project-thumb li h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: underline;
}
ul.project-thumb li h2 a:hover {
	color: #b10000;
	text-decoration: underline;
}
ul.project-thumb li h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
	line-height: 18px;
	padding: 0px;
	margin: 1px 0px;
}
ul.project-thumb li h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
}
ul.project-thumb li h3 a:hover {
	color: #4c4c4c;
	text-decoration: underline;
}
.block-latestnews {
	width: 290px;
	border: 1px #afafaf solid;
	vertical-align:top;
}
.block-careers {
	width: 290px;
	border: 1px #afafaf solid;
	vertical-align:top;
}
.index-block-hd-c {
	width: 290px;
	height: 36px;
	background-image: url('./../../images/front/shared/main-temp/block-bg.gif');
	background-repeat: repeat-x;
}
.block-latestproject-tab {
	border: 1px #b8b8b8 solid;
	background-image: url('./../../images/front/shared/index/block-latestproject-bg.jpg');
	background-repeat: repeat-y;
}
h2.latest-projects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding:0;
	margin: 5px 2px 3px 2px;
}
/************************************************** End of index styles ***************************************************/
#main-table {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
#shd-left {
	background-position: right top;
	width: 10px;
	height: 100%;
	background-image: url('./../../images/front/shared/main-temp/shd-left.gif');
	background-repeat: no-repeat;
}
#shd-right {
	background-position: left top;
	width: 10px;
	height: 100%;
	background-image: url('./../../images/front/shared/main-temp/shd-right.gif');
	background-repeat: no-repeat;
}
#main-container {
	width: 930px;
	height: 100%;
	vertical-align: top;
	background-color: #fff;
}
#footer-m-c {
	width: 930px;
	height: 102px;
	vertical-align: top;
	background-color: #fff;
}
#page-table {
	width: 930px;
	height: 100%;
}
#logo-hd-m-c {
	width: 930px;
	height: 104px;
	vertical-align: top;
	border-bottom: 1px #fff solid;
}
#logo-hd-c {
	width: 930px;
	height: 104px;
}
#logo-hd-empty-right {
	width: 3px;
	height: 104px;
}
#logo {
	width: 104px;
	height: 104px;
}
#menu-bg-left {
	width: 15px;
	height: 104px;
	background-image: url('./../../images/front/shared/main-temp/menu-bg-left.gif');
	background-repeat: no-repeat;
}
#menu-m-c {
	width: 623px;
	height: 104px;
	background-image: url('./../../images/front/shared/main-temp/menu-bg.gif');
	background-repeat: repeat-x;
	vertical-align: top;
}
#logo-text {
	width: 185px;
	height: 104px;
	vertical-align: top;
	padding: 15px 5px 5px 5px;
}
#logo-text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#logo-text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #484747;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#logo-text h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #484747;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-style: italic;
}
#hd-main-container {
	width: 930px;
	height: 214px;
	vertical-align: top;
}
#hd-main-table {
	width: 930px;
	height: 214px;
	vertical-align: top;
}
#hd-empty-right {
	width: 35px;
	height: 214px;
}
#hd-empty-left {
	width: 3px;
	height: 214px;
}
#hd-bg-rounded {
	width: 29px;
	height: 214px;
	background-image: url('./../../images/front/shared/main-temp/hd-bg-rounded.gif');
	background-repeat: no-repeat;
}
#hd-m-c {
	width: 627px;
	height: 214px;
	background-image: url('./../../images/front/shared/main-temp/flash-bg.gif');
	background-repeat: no-repeat;
}
#search-m-c {
	width: 236px;
	height: 214px;
	vertical-align: top;
}
#search-m-table {
	width: 236px;
	height: 214px;
	vertical-align: top;
}
#search-empty-td {
	width: 236px;
	height: 31px;
}
#search-container {
	width: 236px;
	height: 183px;
	background-image: url('./../../images/front/shared/main-temp/search-bg.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
#search-hd-title {
	margin-top: 20px;
	margin-bottom: 5px;
}
.search-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	width: 184px;
	height: 22px;
	border: 1px solid #a3a3a3;
	background-color: #fff;
	margin: 2px 0px;
}
#menu-area-c {
	width: 614px;
	height: 104px;
	float: right;
}
#top-menu {
	height: 70px;
	vertical-align: top;
	text-align: right;
	padding: 0px;
}
.top-menu-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.top-menu-txt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.top-menu-txt a:hover {
	color: #fff;
	text-decoration: underline;
}
#main-menu-container {
	width: 620px;
	height: 34px;
}
#main-menu-table {
	width: 620px;
	height: 34px;
	margin: 0px auto 0px auto;
}
#footer-container {
	width: 930px;
	height: 102px;
}
#footer {
	background-image: url('./../../images/front/shared/main-temp/footer-bg.gif');
	background-repeat: repeat-y;
	vertical-align: middle;
	text-align: center;
	height: 70px;
}
.footer-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #353535;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding: 3px;
	margin: 0px;
}
.footer-txt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #353535;
	font-weight: normal;
	text-decoration: none;
}
.footer-txt a:hover {
	color: #353535;
	text-decoration: underline;
}
#tree-c {
	height: 25px;
	border-bottom: 1px #c4c4c4 solid;
	padding-left:10px;
}
.tree-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}
.tree-txt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.tree-txt a:hover {
	color: #b10000;
	text-decoration: none;
}
.tree-txt-end {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #b10000;
	font-weight: normal;
	text-decoration: none;
}
#ins-right {
	width: 246px;
	vertical-align: top;
	padding: 2px 5px;
}
#ins-left {
	vertical-align: top;
}
#pagecontent-cont {
	vertical-align: top;
	padding: 10px 5px 10px 10px;
}
.right-td {
	vertical-align: top;
	border-bottom: 1px #8b8b8b dashed;
	padding: 5px 0px;
}
.ins-block-c {
	width: 246px;
	margin: 0 auto;
}
.ins-block-hd {
	width: 246px;
	height: 31px;
	padding: 2px 5px;
	background-image: url('./../../images/front/shared/main-temp/inside-block-bg.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
.ins-block-td {
	width: 246px;
	padding: 2px 5px;
	vertical-align: top;
	border: 1px #c1c1c1 solid;
	background-color: #f4f4f4;
}
.right-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	line-height: 20px;
	margin: 0px;
	padding: 3px 0;
}
.right-links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.right-links a:hover {
	text-decoration: none;
	color: #b10000;
}
.ins-bl-news-c {
	width: 246px;
	margin: 0 auto;
	border: 1px #afafaf solid;
}
.ins-bl-news-hd-c {
	width: 246px;
	height: 36px;
	background-image: url('./../../images/front/shared/main-temp/block-bg.gif');
	background-repeat: repeat-x;
}
hr {
	width: 95%;
	margin: 4px 0;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	padding: 3px 0px;
	margin: 0px;
}
.txt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #b10000;
	font-weight: normal;
	text-decoration: none;
}
.txt a:hover {
	color: #b10000;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #b10000;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	padding: 3px 0px;
	margin: 0px;
}
.title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #b10000;
	font-weight: bold;
	text-decoration: none;
}
.title a:hover {
	color: #b10000;
	text-decoration: underline;
}
.logos-td {
	width:145px;
	height:114px;
	background-color:#e8e8e8;
	text-align:center;
	vertical-align: middle;
}
.project-td {
	border: 1px solid #cccccc;
	padding: 2px;
	text-align:center;
	background-color:#f4f4f4;
}
.project-td2 {
	border: 1px solid #cccccc;
	padding: 2px;
	text-align:center;
}

h2.project-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	padding: 3px 0px;
	margin: 0px;
}
h3.project-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	padding: 3px 0px;
	margin: 0px;
}

h1.project-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	padding: 3px 0px;
	margin: 0px;
}
h1.project-name a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
h1.project-name a:hover {
	color: #b10000;
	text-decoration: none;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #b10000;
	line-height: 20px;
	margin: 0px;
	padding: 3px 0;
}
.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.navigation a:hover {
	text-decoration: none;
	color: #b10000;
}
.pro-thumb-td {
	padding:4px;
	text-align:center;
}
.pro-thumb-td img {
	border:1px #ccc solid;
	padding:1px
}
.contact-mid-td {
	width: 3px;
}
.contact-left-td {
	width: 200px;
	text-align: right;
	vertical-align:top;
}
.contact-top-table {
	width: 100%;
}
.form {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 250px;
	border: 1px #ccc solid;
	margin: 3px 0px 3px 0px;
}
.form_big {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 200px;
	width: 250px;
	border: 1px #ccc solid;
	margin: 3px 0px 3px 0px;
}
.button {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3A3A3D;
	text-decoration: none;
	border: 1px #ccc solid;
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
}
.pic-border {
	border:1px #ccc solid;
	padding:1px;
	margin:5px;
}
