@CHARSET "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #6987a5;
  width: 100%;
  padding-bottom: 1px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td{
	padding: 0px;
/*	border: solid 1px;*/
}

a img {
	margin: 0;
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #6987a5;
}

a:hover {
	color: #f26522;
}

a#downlinks {
	color: #6b87a4;
	font-size: 11px;
}

#generic {
	width: 1024px;
	margin: auto;
	background-color: #ffffff;
}

#headertd{
	height: 165px;
	color: #6987a5;
	background-image: url('../img/header2.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}
#headertd a {
	font-size: 10px;
	font-family: tahoma;
	color: #6987a5;
}

#headertd a:hover {
	text-decoration: underline;
}

#short_menu_holder {
	margin-right: 200px;
	margin-top: 25px; 
	font-size: 10px;
}

#logopic {
	margin-left: 400px;
	float: left; 
	opacity: 0; 
	filter: alpha(opacity=0)
}

#topmenutd {
	height: 44px;
	/*background-image: url('../img/topmenu.gif');
	background-repeat: no-repeat;*/
}

#maincontent_table {
	width: 1024px;
	margin: auto;
}

#content_top {
	height: 30px;
	background-image: url('../img/content/content_top.gif');
	background-repeat: no-repeat;
}

#content_main {
	text-align: center;
	vertical-align: top;
	background-image: url('../img/content/content_main.gif');
	background-repeat: repeat x;
}

#content_bottom {
	height: 45px;
	background-image: url('../img/content/content_down.gif');
	background-repeat: no-repeat;
}

#footertd {
	height: 69px;
}

#footer_table {
	width: 100%;
}

#footer_top_td {
	height: 20px;
	text-align: center;
	background-image: url('../img/footer/footer_top2.gif');
	background-repeat: no-repeat;
}

#footer_bottom_td {
	height: 49px;
	background-image: url('../img/footer/footer_bottom2.gif');
	background-repeat: no-repeat;
}

#topmenutable {
	width: 100%;
}

#tmenu {
	height: 44px;
	vertical-align: top;
}

/*-------------------------------------------------*/

a#home {
	width: 111px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/home.gif');
	background-position: top left;
	background-color: transparent;
}

a#home:hover {
	width: 111px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/roll/homer.gif');
	background-color: transparent;
}

a#serv {
	width: 105px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/servicii.gif');
	background-position: top left;
	background-color: transparent;
}

a#serv:hover {
	width: 105px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/roll/serviciir.gif');
	background-color: transparent;
}

a#part {
	width: 170px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/parteneri.gif');
	background-position: top left;
	background-color: transparent;
}

a#part:hover {
	width: 170px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/roll/partenerir.gif');
	background-color: transparent;
}

a#about {
	width: 123px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/despre.gif');
	background-position: top left;
	background-color: transparent;
}

a#about:hover {
	width: 123px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/roll/desprer.gif');
	background-color: transparent;
}

a#cont {
	width: 107px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/contact.gif');
	background-position: top left;
	background-color: transparent;
}

a#cont:hover {
	width: 107px;
	height: 44px;
	display: block;
	background-image: url('../img/topmenu/roll/contactr.gif');
	background-color: transparent;
}




