/* COMMON STUFF */

body
{
    margin:0;
    border:0;
}

#logo_high
{
	/*background:url(images/logo.gif) no-repeat;
	top:-61px;
	left:30px;
	width:300px;
	height:61px;
	position: relative;
	margin: -30;*/
}

#logo_low
{
	background:url(images/logo.gif) no-repeat;
	top:10px;
	left:15px;
	width:300px;
	height:61px;
	position: relative;
	z-index: 50;
	margin:-20;
}

#vision
{
	top:35px;
	left:15px;
	width:300px;
	height:61px;
	position: relative;
	z-index: 50;
	margin:-20;
}

#links_table_other
{
	top: 71px;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 51;
}

#links_table_home
{
	top: 45px;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 51;
}

#content_home
{
	top: 95px;
	left: 0px;
	width: 100%;
	position: absolute;
}

#content_other
{
	top: 101px;
	left: 0px;
	width: 100%;
	position: absolute;
}



/*top: 86px;
left: 0px;
width: 100%;
position: absolute;*/



#envelope
{
	top:0;
	left:0px;
	background:url(images/envelope.gif) no-repeat;
	position: relative;
	width:189px;
	height:180px;
	filter: alpha(opacity='5');
	opacity: 0.05;
}

tr.contacts td
{
	background:url(images/envelope.gif) no-repeat;
	filter: alpha(opacity='5');
	opacity: 0.05;
	height:219px;
}

#envelope_text
{
	top: -180px;
	position: relative;
	font-size: 11px;
	font-family: verdana, san-serif;
	color: #555555;
	filter: alpha(opacity='100');
	opacity: 100;
}

tr.footer td 
{
    background-color: #ef0606;
    font-size: 11px; font-family: verdana, san-serif; color: #552222;
    background:url(images/red_gloss.jpg) repeat;
    height: 15px;
    /*background:url(images/grad23.gif) repeat;*/
}



/* END OF COMMMON STUFF */