body h1.main, body h2.main, body h3.main {
	display: none;
}

#bigImgAlpha {
	display: none;
	width: 100%;
	background-color: #2920DB;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#bigImg {
	display: none;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 102;
}

#container-page {
	width: 100%;
	position: relative;
	min-height: 100%;
	text-align: left;
	height: auto !important;
	padding: 0 !important;
	height: 100%;
	margin: 0px auto 0 auto;
	background-image: url(../img/layout/bg2.png);
	background-position: 1px;
}

#container-content {
	width: 100%;
	padding-bottom: 0px;
	margin: 0px auto 0 auto;
}

#header {
	height: 303px;
	background-color: #05184a;
	background-image: url(../img/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#headerContent {
}

#bodybg {
	/*background-image: url(../img/layout/bodybg.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
}

#bodycontent {
	margin: 0px auto 0 auto;
	width: 100%;
}

#bodyInnerContent {
	background-image: url(../img/layout/bg4.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px auto 0 auto;
	font-size: 11px;
	width: 802px;
	background-color: #FFF;
	position: relative;
}

#elmDynBody {
	float: left;
	margin-left: 20px;
	width: 550px;
}

#dynArea {
	float: left;
	width: 530px;
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

/* footer */
#footer {
	background-image: url(../img/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative;
	z-index: 99;
	clear: both;
	bottom: 0px !important;
	bottom: 0px;
	height: 125px;
	color: black;
	padding-top: 10px;
}

body.admin #footer {
    height: 35px;
    background-position: center bottom;
}

#footercontent {
	margin: 0px auto 0px auto;
	width: 753px;
	background-color: #d8d8d8;
	position: relative;
	z-index: 10;
	height: 67px;
}

#footercontent div.border {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 67px;
    width: 753px;
    display: inline;
    z-index: 100;
    background-image: url("../img/layout/scroller_mask.png");
    background-repeat: no-repeat;
    background-position: -139px;
    background-color: transparent;
    _cursor: hand;
    cursor: pointer;
}

#footercontent .gallery a {
    padding-right: 2px;
    padding-left: 2px;
}

#footercontent .gallery img {
    height: 67px;
}

#footercontent .gallery li {
    display: inline;
    padding: 0;
    margin: 0;
}

#footer .footer {
    text-align: center;
}

#footer .footer div {
    padding-top: 15px;
    display: block;
    text-align: center;
}

body.admin #footer .footer div {
    padding-top: 4px;
}

#footer .footer div, #footer .footer div a {
    font-weight: normal;
    color: #aaaaaa;
    font-size: 10px;
}

#footer .footer div a:hover {
    text-decoration: underline;
}

/* top menu */
.auth {
	text-align: right;
}

/* left menu */
#leftMenu {
	width: 160px;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	display: inline;
	font-weight: bold;
	line-height: 19px;
}

#leftMenu .leftMenu .arrow {
	float: left;
	width: 8px;
	height: 19px;
	background-image: url(../img/layout/arrow.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	background-position: 0px 5px;
	display: block;
}

#leftMenu .leftMenu a {
	width: 140px;
	border-bottom: 1px solid #ededed;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	display: inline;
	color: #062b69;
	text-decoration: none;
	font-size: 13px;
}

#leftMenu .leftMenu a:hover {
	color: #fd8f00;
}

#leftMenu .leftMenu a.selected {
	color: #fd8f00;
}

#leftMenu .leftMenu .subMenu {
	float: left;
	width: 85%;
	padding-left: 5%;
	color: #111111;
	display: block;
}

#leftMenu .leftMenu .subMenu a:first-letter {
	text-transform: capitalize;
}

#leftMenu .leftMenu .subMenu a {
	color: #111111;
	font-weight: normal;
}

#leftMenu .leftMenu .subMenu a.selected {
	color: #111111;
	font-weight: bold;
}

#leftMenu .leftMenu .subMenu a:hover {
	color: #fd8f00;
}

.language {
    position: absolute;
    left: 60px;
    top: 5px;
}

/* boxes */
#boxes {
	background-image: url(../img/layout/boxuri.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 135px;
	font-size: 11px;
}

#boxes .box {
	width: 80px;
	float: left;
	margin-top: 15px;
	display: inline;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	position: relative;
}

#boxes .box div {
    position: absolute;
    height: 104px;
    top: 2px;
    width: 80px;
    overflow: hidden;
}

#boxes .box div.box-left {
}

#boxes .box div.box-center {
    left: 200px;
    top: -2px;
}

#boxes .box div.box-right {
    left: 360px;
    width: 95px;
    top: 0px;
}

#boxes .box div a {
    color: white;
}

.page-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.working {
	height: 24px;
	width: 24px;
	position: absolute;
	background-image: url("../img/working.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.busyIndicator {
	z-index: 1000;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #E0E0E0;
}

img.left {
    /*margin-top: -2px;*/
    margin-left: -1px;
}