@charset "utf-8";

body {
	font: 100% 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(images/wood_bg2.jpg);
	background-repeat: repeat-x;
}

img {
	border:hidden;
}

#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

 #banner {
	margin: 0;
	height: 311px;
	width: 800px;
	background-image: url(images/banner.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/banner.png');
	
}

#banner[class]{background-image: url(images/banner.png);}

#menu {
	width: 85px;
	height: 105px;
	top:170px;
	left: 185px;
	border: 0px solid black;
	position: relative;
}

/*###############START OF MENU###############*/

ul#topnav{
	border: 0px solid black;
	position:relative;
	margin: 0;
	padding-left: 0;
	list-style: none;
	width: 80px;
	left: 0px;
	float: left;
}

ul#topnav li {
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
}

ul#topnav a {
	outline: none;
	float: left;
	width: 80px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-position: left top;
}

ul#topnav a:hover {background-position: left -30px;cursor: pointer;}

#acasa li.acasa a,
#servicii li.servicii a,
#cursuri li.servicii a,
#cursuri_adulti li.servicii a,
#cursuri_copii li.servicii a,
#cursuri_companii li.servicii a,
#traduceri li.servicii a,
#interpretariat li.servicii a,
#proiecte li.servicii a,
#sendmail li.contact a,
#contact li.contact a {background-position: left bottom;}

ul#topnav li.acasa a {
	background-image: url('images/acasa_a.png');
	width: 80px;
}

ul#topnav li.acasa a [class]{}

ul#topnav li.servicii a {
	background-image: url(images/servicii_a.png);
	width: 80px;
}

ul#topnav li.servicii a [class]{}

ul#topnav li.contact a {
	background-image: url(images/contact_a.png);
	width: 80px;
}

ul#topnav li.contact a [class]{}

/*###############START OF CONTENT###############*/

 #mainContent {
	margin: 0 0 0 0;
	height: 489px;
	width: 800px;
	top: 311px;
	background-image: url(images/content.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/content.png');
}

#mainContent[class]{background-image: url(images/content.png);}

#blank_top{
	border: 0px solid white;
	height: 4px;
	clear: both;
}

#blank {
	border: 0px solid white;
	width: 90px;
	float:left;
}

#first_page {
	border: 0px solid white;
	width: 270px;
	float: left;
	margin:0;
}

#mid {
	border: 0px solid white;
	width: 45px;
	float: left;
}

#second_page {
	
	border: 0px solid white;
	width: 270px;
	height: 425px;
	padding-left: 45px;
	padding-right: 10px;
	margin: 0;
	float:left;
	
}


