html {
	height: 100%;
}
body {
	min-height: 100%;
	background: #fff url(../images/page_back.jpg) no-repeat 900px top;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#outterWrapper {
	min-height: 100%;
	width: 900px;
	position: relative;
	background: url(../images/content_fill.gif) repeat-y left top;
}
#wrapper {
	min-height: 100%;
	width: 900px;
	position: relative;
	background: url(../images/content_start.gif) no-repeat left top;
}
#innerWrapper {
	min-height: 100%;
	width: 900px;
	position: relative;
	background: url(../images/content_end.gif) no-repeat left bottom;
}
#header {
	height: 150px;
	position: relative;
}
#logo {
	display: block;
	position: absolute;
	width: 250px;
	height: 150px;
	overflow: hidden;
	text-indent: -3000px;
}
#mainMenu {
	position: absolute;
	top: 44px;
	left: 400px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainMenu li.mainMenuItem {
	float: left;
}
#mainMenu a.mainMenuItem {
	display: block;
	float: left;
	width: 100px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #696760;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/menu_item.gif) no-repeat left top;
}
#mainMenu a.mainMenuItem:hover {
	background: url(../images/menu_item_hover.gif) no-repeat left top;
	color: #000;
}
#mainMenu a.mainMenuItem:active {
	background: url(../images/menu_item_active.gif) no-repeat left top;
}
#mainMenu li.active a.mainMenuItem {
	background: url(../images/menu_item_active.gif) no-repeat left top;
	color: #000;
}
#mainMenu li.mainMenuItem ul {
	position: absolute;
	top: 56px;
	left: 0;
	height: 50px;
	width: 500px;
	border-left: 1px solid #e1e1e1;
	display: none;
}
#mainMenu li.active ul {
	display: block;
}
#mainMenu li.mainMenuItem ul li {
	float: left;
}
#mainMenu li.mainMenuItem ul li a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 10px;
	text-decoration: none;
	color: #555555;
}
#mainMenu li.mainMenuItem ul li a.active,
#mainMenu li.mainMenuItem ul li a:hover {
	color: #d71921;
}
#topMenu {
	position: absolute;
	top: 62px;
	left: 267px;
}
#topMenu li {
	float: left;
}
#topMenu li a {
	display: block;
	width: 40px;
	float: left;
	height: 10px;
	line-height: 10px;
	padding-top: 12px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #2E2E2E;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}

div#plansite a:link { 
	color: #2E2E2E;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
div#plansite a:active { 
	color: #2E2E2E;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
div#plansite a:visited { 
	color: #2E2E2E;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
div#plansite a:hover { 
	color: #2E2E2E;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
#topMenu li a:hover {
	color: #000;
}
#topMenuHome {
	background-image: url(../images/icon_home.gif);
}
#topMenuEmail {
	background-image: url(../images/icon_email.gif);
}
#topMenuen {
	background-image: url(../images/en.gif);
}
#topMenuro {
	background-image: url(../images/ro.gif);
}
#footer {
	height: 150px;
	clear: both;
	position: relative;
}
#content {
}
.slideshow #content {
	background: url(../images/content_start_slide.gif) no-repeat left -150px;
}
#right {
	width: 650px;
	float: right;
	position: relative;
}
#left {
	width: 250px;
	float: left;
	position: relative;
}
#leftTop {
	height: 328px;
	overflow: hidden;
}
#leftBottom {
	min-height: 402px;
}
#slideshow {
	width: 650px;
	position: relative;
	height: 350px;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}
#slideshowRight {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	overflow: hidden;
	background: url(../images/slideshow_right.gif) no-repeat center;
	top: 270px;
	right: -10px;
	text-decoration: none;
	display: none;
}
#slideshowLeft {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	overflow: hidden;
	background: url(../images/slideshow_left.gif) no-repeat center;
	top: 270px;
	left: -10px;
	text-decoration: none;
	display: none;
}
div.clearer {
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}
#sideMenu {
	padding: 47px 40px 0;
}
#sideMenu h3,
#recentNews h3,
#homepageLeft h1,
#homepageRight h2 {
	color: #cacaca;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
}
#sideMenu li {
	/*height: 25px;
	line-height: 25px;*/
	padding: 5px 0 5px 8px;
	background: url(../images/icon_square_red.gif) no-repeat left center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#sideMenu li a {
	font-size: 10px;
	color: #636363;
	text-decoration: none;
}
#sideMenu li a:hover {
	color: #d71921;
}
#recentNews {
	padding: 47px 40px 0;
}
#recentNews dl {
	font-size: 10px;
	color: #2E2E2E;
}
#recentNews dl dt {
	font-weight: bold;
}
#recentNews dl dd {
	padding-bottom: 15px;
}
#recentNews dl dd a {
	color: #2E2E2E;
	text-decoration: none;
}
#recentNews dl dd a:hover {
	color: #d71921;
}
#recentNews p {
	padding-top: 25px;
}
#recentNews p a {
	display: block;
	padding: 0 5px;
	height: 17px;
	line-height: 17px;
	color: #fff;
	background: #d71921;
	text-decoration: none;
	font-size: 10px;
	float: left;
}
#recentNews p a#rss {
	float: right;
}
#contentWriter {
	padding: 40px 30px 30px 47px;
}
.slideshow #contentWriter {
	padding: 25px 30px 30px 47px;
}
#contentWriter h1 {
	color: #cacaca;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
div.contentFromEditor {
	font-size: 11px;
	color: #2E2E2E;
	line-height: 17px;
}
div.contentFromEditor p {
	margin-bottom: 20px;
}
div.contentFromEditor strong {
	font-weight: bold;
}
div.contentFromEditor em {
	font-style: italic;
}
div.contentFromEditor h2 {
	color:#333;
	font-size: 18px;
	margin-bottom: 7px;
}
div.contentFromEditor h3 {
	color:#333;
	font-size: 14px;
	margin-bottom: 7px;
}
div.contentFromEditor h4 {
	color:#333;
	font-size: 13px;
	margin-bottom: 7px;
}
div.contentFromEditor h5 {
	font-weight: bold;
	margin-bottom: 7px;
}
div.contentFromEditor table.table {
	margin-bottom: 17px;
}
div.contentFromEditor table.table caption {
	font-weight: bold;
	color:#cacaca;
	font-size: 11px;
}
div.contentFromEditor table.table th {
	padding: 4px 2px;
	background: #F4F1EC;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}
div.contentFromEditor table.table td {
	padding: 4px 2px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}
div.contentFromEditor ul {
	margin-bottom: 17px;
	list-style-type: disc;
	list-style-position: outside;
}
div.contentFromEditor ul li {
	list-style-type: disc;
}
div.contentFromEditor ul ul {
	margin-bottom: 5px;
	list-style-type: square;
}
div.contentFromEditor ul ul li {
	list-style-type: square;
}
div.contentFromEditor ul ul ul {
	margin-bottom: 0;
	list-style-type: circle;
}
div.contentFromEditor ul ul ul li {
	list-style-type: circle;
}
div.contentFromEditor ol {
	margin-bottom: 17px;
	list-style-type: decimal;
	list-style-position: outside;
}
div.contentFromEditor ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
div.contentFromEditor ol ol {
	margin-bottom: 5px;
}
div.contentFromEditor ol ol ol {
	margin-top: 0;
}
div.contentFromEditor li {
	margin: 8px 0 0 30px;
}
div.contentFromEditor a {
	color: #d71921;
	text-decoration: none;
}
div.contentFromEditor a:hover {
	text-decoration: underline;
}
a.mceEYEPhoto {
	display: block;
	padding: 5px;
	text-align: center;
}
div.contentFromEditor a.mceEYEPhoto:hover {
	text-decoration: none;
	background: #eee;
}
a.mceEYEPhoto span {
	display: block;
	color: #2E2E2E;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #eee;
	width: 227px;
}
a.mceEYEPhotoRight {
	float: right;
	margin: 10px 0 10px 10px;
}
a.mceEYEPhotoLeft {
	float: left;
	margin: 10px 10px 10px 0;
}
#footerContact {
	width: 160px;
	position: absolute;
	top: 40px;
	left: 50px;
	color: #888888;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}
#footerContact strong {
	font-weight: bold;
}
#newsletter {
	position: absolute; top: 30px;
	left: 297px;
}
#newsletter h4 {
	color: #cacaca;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
}
#newsletter p {
	float: left;
}
#newsletter input {
	border: 1px solid #c5c4c1;
	padding: 4px 10px;
	font-size: 10px;
	color: #888888;
	margin: 7px 0 0 10px;
}
#newsletter button {
	border: 0 none;
	background: #ebebeb;
	padding: 5px 10px;
	font-size: 10px;
	color: #888888;
	margin-left: 10px;
	cursor: hand;
	cursor: pointer;
}
#newsletter button:hover {
	color: #fff;
	background: #d71921;
}
#homepageLeft {
	width: 220px;
	padding: 25px 10px 30px 30px;
	float: left;
}
#homepageRight {
	width: 330px;
	padding: 25px 10px 30px 30px;
	float: left;
}
#homepageRight li a {
	display: block;
	margin-bottom: 14px;
	font-size: 10px;
	color: #2E2E2E;
	clear: left;
	width: 330px;
	overflow: hidden;
	text-decoration: none;
}
#homepageRight li a img {
	float: left;
	border: 1px solid #dcdcdc;
	padding: 1px;
}
#homepageRight li a span {
	display: block;
	padding-left: 140px;
}
#homepageRight li a strong {
	display: block;
	font-weight: bold;
}
h2.newsTitle {
	font-size: 17px;
	color: #666;
}
p.newsDate {
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: bold;
	color: #2E2E2E;
}
p.newsBack a {
	background:#D71921 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:10px;
	height:17px;
	line-height:17px;
	padding:0 5px;
	text-decoration:none;
}
p.pages {
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
p.pages span {
	display: block;
	float: left;
}
p.pages a {
	color: #D71921;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 5px;
}
p.pages a:hover {
	color: #fff;
	background: #D71921;
}
p.pages strong {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 5px;
}
div.contentListItem {
	margin: 20px 0;
	width: 573px;
	overflow: hidden;
}
div.contentListItem h3 {
	font-size: 17px;
	color: #666;
}
div.contentListItem h3 a {
	color: #666;
	text-decoration: none;
}
div.contentListItem h3.listProjectTitle {
	margin-bottom: 7px;
	margin-left: 145px;
}
.listProjectImage {
	width: 145px;
	float: left;
}
.listProjectImage a {
	float: left;
	border: 1px solid #dcdcdc;
	padding: 1px;
	width: 120px;
	display: block;
	margin: 0 20px 20px 0;
}
.lisProjectTeaser {
	font-size: 10px;
	color: #2E2E2E;
	margin-left: 145px;
}
#articlePhotos {
	width: 573px;
	overflow: hidden;
}
#articlePhotos h3 {
	background:#D71921 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:10px;
	height:17px;
	line-height:17px;
	padding:0 5px;
}
#articlePhotos ul {
	width: 573px;
	overflow: hidden;
	clear: both;
}
#articlePhotos ul li {
	float: left;
}
#articlePhotos ul li a {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	background: #dcdcdc;
	text-align: center;
	overflow: hidden;
	padding: 8px;
	margin: 2px 2px 2px 0;
}
#localOverlay {
	position: absolute;
	background: #fff;
	display: none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index: 5500;
}
#localOverlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
#newsletterTooltip {
	position: absolute;
	width: 280px;
	color: #fff;
	display: none;
	font-size: 10px;
}
#newsletterTooltip div {
	padding: 5px;
	background: #D71921;
}
#newsletter h4 span.cufon {
	margin-top: 8px;
}
#languageMenu {
	position: absolute;
	height: 85px;
	border-left: 1px solid #e4e4e4;
	width: 40px;
	top: 0;
	right: -41px;
	padding-top: 65px;
}
#languageMenu a {
	display: block;
	float: left;
	padding: 0 4px;
	color: #fff;
	background: #c1c1c1;
	text-decoration: none;
}
#languageMenu a:hover {
	background: #d71921;
}