/* CSS Document */

body {
	background-color:#fff;
	background-image:url(../images/linie.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#777;
	margin:0;
}

* {
	padding:0;
	margin:0
}

#container {
	width:800px;
	height: 4300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height:69px;
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	color:#333;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
	float:left;
	border-right:1px solid #eee;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}
#header h3 {
	padding:33px 0 5px 40px;
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	margin: 0 0 0 300px; /* Adjust this value for the space between the site title and the slogan */
	border-right:1px solid #eee;
}

#nav {
	margin:0 20px 0 0 !important;
	margin:0 10px 0 0;
	padding:0;
	float:right;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.clear {
	clear:both;
}

#sidebar {
	width:210px;
	background-color:#fff;
	padding:30px 20px 20px 20px;
	float:left;
	margin:-20px 0 0 0;
}
/*meniu Dreapta*/
#sidebar2 {
	width:210px;
	background-color:#fff;
	float:right;
	margin-top:0px;
	margin-right: -100px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar2 h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:20px;
	color:#777;
	font-weight:normal;
	letter-spacing:-1px;
}

#sidebar2 p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
}
#sidebar2 a {
	color:#333;
}

/**/
#content {
	margin:0 0 0 270px;
	padding:30px 30px 20px 20px;
}

#content h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	color:#006633;
}
#content h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}

#content p {
	line-height:20px;
	word-spacing:2px;
	margin:20px 0 20px 0;
}

#content #sideblock {
	width:180px;
	padding:10px;
	background-color:#fff;
	float:right;
	font-size:90%;
	margin:0 0 0 20px;

}

#content #sideblock h1 {
	text-transform:none;
	font-size:120%;
	color:#000;
	margin:0;
	letter-spacing:0;
}
#sideblock p {
	text-indent:0;
	line-height:17px;
	padding:5px;
	margin:5px 0 5px 0;
	color:#bbb;
}

#content a {
	color:#444;
	padding:2px;
}

#sidebar a {
	color:#333;
}

#sidebar h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:20px;
	color:#777;
	font-weight:normal;
	letter-spacing:-1px;
}

#sidebar p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
}

.descriere1 {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	color:#777;
	font-weight:normal;
	letter-spacing: 1px;
	height: 20px;
	text-align: justify;
	text-indent: 5px;
}
#footer {
	padding:20px;
	color:#ccc;
	text-align:center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F93;
}

#footer a {
	text-decoration: none;
	color:#ccc;

}