body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/syncro_fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0099FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background-image: url(img/syncro_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #DEF1FA;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	_margin-top: 14px; /* asta e folosit doar de IE. Ultimele valori sunt preluate de browser. */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	_margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #footer {
	background-image: url(img/syncro_footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#menu {
	height: 46px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 44px;
	_padding-top: 14px; 
	vertical-align: bottom;
	color: #006AC0;
	margin-top: 3px;
	_margin-top: 30px;
}
/* adaugate de Florin */

a:link {
	color: #006AC0;
	font-weight: bold;
}
a:visited {
	color: #006AC0;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
}
* {
	text-decoration: none;
}
/* meniul */

/* ---------------------- Blue nav ---------------------- */
.blue #nav {
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(img/fond_buton.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
}
.blue #nav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.blue #nav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
.blue #nav ul li a {
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
.blue #nav ul li a:hover, .blue #nav ul li a.current {
	color:#fff;
	background:transparent url(img/fond_over.gif) no-repeat top center;
}
/* ---------------------- END Blue nav ---------------------- */

h1 {
	font-size: 20px;
	color: #1175C1;
}

h2 {
	font-size: 16px;
	color: #147BC0;
	font-variant: small-caps;
}
#contact {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	margin-left: 60px;
}

/*- Side Menu --------------------------- */

#sidemenu {
	width: 200px;
/*	margin: 10px; */
/*	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 0;
	border-width: 0; */
	}
#sidemenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #147BC0;
	display: block;
	background:  url(img/menu3.gif);
	padding: 8px 0 0 10px;
	}
#sidemenu li a:hover, #sidemenu li a:active {
	color: #000000;
	background:  url(img/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
#sidemenu ul li a.activ {
	background:  url(img/menu3.gif) 0 -32px;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
#mailer {
	position: relative;
	left: 0px;
	top: 0px;
}
