#container {
	text-align: left;
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

#header {
	width: 100%;
	height: 275px;
}

#header #main-menu {
	float: left;
	width: 145px;
	height: 275px;
}

#header #header-right {
	float: left;
	width: 615px;
	height: 275px;
}

#header #header-right #upper {
	float: left;
	width: 100%;
	height: 90px;
}

#header #header-right #upper #upper-left {
	float: left;
	width: 336px;
}

#header #header-right #upper #upper-left #date-container {
	height: 45px;
	background: #28166F;
}

#header #header-right #upper #upper-left #date-container #date-time {
	color: #FFFFFF;
	font-size: 9pt;
	position: relative;
	top: 28px;
}

#header #header-right #upper #upper-left #parteneri-pentru-viitor {
	width: 299px;
	height: 30px;
	background: url(../images/parteneri.gif) no-repeat;
	position: relative;
	top: 48px;
}

#header #header-right #upper #upper-right {
	float: left;
	width: 279px;
	height: 90px;
	background: url(../images/patrate.gif) no-repeat;
}

#header #header-right #upper #upper-right #logon-box {
	width: 97%;
	height: 25px;
	margin-top: 4px;
	color: #FFFFFF;
	text-align: right;
}

#header #header-right #upper #upper-right #logon-box .logon_input{
	border: #FFFFFF solid 1px;
	background: transparent;
	color: #FFFFFF;
	width: 90px;
}

#header #header-right #upper #upper-right #logon-box #logon_btn{
	border: #FFFFFF solid 1px;
	background: transparent;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
	padding: 0px;
}

#header #header-right #upper #upper-right #logon-box a{
	color: #FFFFFF;
}

#header #header-right #anim {
	width: 615px;
	height: 185px;
}

#content {
	clear: both;
	position: relative;
	width: 753px;
	padding-left: 9px;
}

#content-container {
	float: left;
}

#content-inner {
	float: left;
	overflow: hidden;
}

#content-inner #left-menu {
	float: left;
	width: 125px;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

#content-inner #main-content {
	float: left;
	width: 615px;
	padding-left: 8px;
}

#footer {
	clear: both;
	margin-top: 10px;
	width: 100%;
	height: 73px;
	background: url(../images/down.jpg) top left no-repeat;
	margin-left: 9px;
}

.page-title {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

input{
	font-family: arial;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	background-color: white;
	border: 1px solid #28166F;
}

input.inputBtn{
	font-family: arial;
	font-size: 7pt;
	color: white;
	font-weight: bold;
	background-color: #28166F;
	border: 1px solid #28166F;
	cursor: pointer;
}

textarea{
	font-family: arial;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	background-color: white;
	border: 1px solid #28166F;
	overflow: auto;
}

#partners-container {
	clear: both;
	float: left;
	width: 753px;
}

.partner-cnt {
	float: left;
	width: 240px;
	margin: 5px;
}

.partner-logo-container {
	width: 240px;
	height: 120px;
	line-height: 120px;
}

.partner-logo {
	display: table-cell;
	width: 240px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	max-height: 120px;
	max-width: 240px;
}

.partner-name {
	clear: both;
	width: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

#rep-window {
	width: 504px;
	overflow: auto;
	position: absolute;
	left: 50%;
	margin-left: -252px;
	margin-bottom: 10px;
}

.rep-container {
	position: relative;
	clear: both;
	width: 504px;
	height: 260px;
	background: url(../images/rep-container.jpg) top center no-repeat;
}

.rep-data {
	position: absolute;
	top: 45px;
	right: 25px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.rep-name {
	font-family: "Arial Black";
	font-size: 14pt;
	color: #000000;
}

#rep-footer {
	width: 100%;
	position: absolute;
	bottom: 12px;
	text-align: center;
}

#rep-footer a {
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#rep-footer a:hover {
	color: #000066;
	text-decoration: none;
}