table.main {
	background-color: 700c64;




}
td.footer {
	
	background-position: center center;
	background-image: url(res/logo.gif);
	background-repeat: no-repeat;




}

table.outside {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.linksup {
	text-align: left;
	height: 35%;
	float: right;
	position: relative;
	width: 55%;
	vertical-align: bottom;




	
}
div.linksdown {
	float: left;
	height: 65%;
	width: 45%;
	position: relative;
	background-image: url(res/test.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;


}

div.text {
	float: right;
	position: relative;
height: 65%;
	width:55%;
	
}
body {
	background-color: #65676d;
}
table.inside ,tr.inside{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
	float: none;




}
table.text{
	padding: 0px;
	margin: 0px;
	align: center;


}

td.text {
	text-align: left;
	vertical-align: middle;
	color: #c2c2c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 452px;
	height: 290px;
	text-indent: 10pt;
	background-image: url(res/te.jpg);
	padding: 5px;
	}
a.mail {
	text-align: left;
	
	color: #c2c2c4;
	background-color: #65676d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	text-indent: 5pt;
	}

td.inside{
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;

	
}

table.downlink {
	height: 100%;
	width: 100%;
	padding: 0px;
	align: right;
}

tr.downlink {
	height: 33%;
	width: 100%;
	padding: 0px;
	text-align: right;
}

td.downlink {
	padding: 0px;	
	text-align: right;
}

img.linksup {
	border: none;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

a {

}
a.downlink {

}


img.downlink {
    border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

tr.lefta ,td.lefta{
	background-image: url(res/aboutbc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
tr.lefts ,td.lefts{
	background-image: url(res/servbc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
tr.leftv ,td.leftv{
	background-image: url(res/visionbc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
tr.leftc ,td.leftc{
	background-image: url(res/contactbc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

tr.lefti ,td.lefti{
	background-image: url(res/adr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
td.downl {

	text-align: left;
	vertical-align: bottom;
	color: #a9a9b1;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	
	text-indent: 5pt;
}
a.downl {
	text-decoration: none;
	color: #a9a9b1;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img.text1 {

	
}
td.context {
	horizontal-align: center;
	text-align: center;
	vertical-align: bottom;
	color: #c2c2c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 452px;
	height: 290px;
	background-image: url(res/te.jpg);
	padding: 5px;
}
td.form {

	horizontal-align: center;
	vertical-align: top;
	color: #c2c2c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: none;
}


/*hovering images */

.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail img{ /*CSS for enlarged image*/
border-width: 3px;
padding: 2px;
border-color: #A9A9B1;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -50px; /*position where enlarged image should offset horizontally */

}

