/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #414141;
	background: #ffffff;
	text-align: center;
}

.hidden {
	display: none;
}
h1, h2, h3 {
	font:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: bold;
	color: #000000;
}

h1 {
	color:#cc0000;
	font-size:20px;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}


/* PAGE CONTAINER */
#page-container {
	width: 1000px;
	margin: auto;
	text-align: center;
}


/* HEADER */
#header {
	height: 238px;
	background: url(../images/top_banner.jpg)
}

/* Main Navigation */
#main-nav {
	width:1000px;
	xheight: 66px;
	background: url(../images/pixel_menu.gif);
}
#main-nav ul {
	height: 66px;
	margin: 0;
	padding: 0px 0px 0px 101px;
	list-style: none;
}

#main-nav li {
	display: inline;
}

#main-nav a {
	font-family: Georgia;
	margin: 0;
	font-weight: bold;
	font-style:italic;
	display: block;
	float: left;
	background:url(../images/back_button.gif);	
	width:100px;
	height:66px;
	xpadding: 0px 0px 0px 200px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
#main-nav a:hover {
	color: #000000;
}


/* PAGE CONTENT */
#pag-content {
	width: 1000px;
	xtext-align:center;
	xheight:500px;
	background:url(../images/orhidee_back.jpg) repeat-y;
	text-align: left;
}

#pag-content a {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}
#pag-content a:hover {
	text-decoration:underline;
}

/* SIDE BAR */
#sidebar-a {
	float: right;
	width: 470px;
	height:500px;
	line-height: 18px;
	xbackground: darkgreen;
	padding:130px 0px 0px 0px;
}
#sidebar-a .padding {
	padding: 25px;
}


/* CONTENT */
#content {
	margin-right: 470px;
	line-height: 18px;
	xbackground: green;
}
#content .padding {
	padding: 10px 10px 10px 110px;
}


/* FOOTER */
#footer {
	clear: both;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #ffffff;
	background:url(../images/pixel_footer.gif);
	xwidth:800px;
	height:50px;
	xborder-top: 1px solid #efefef;
	xpadding: 10px 0px 0px 0px;
	xline-height: 18px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #4d4946;
}

#footer-right {
	float: right;
	width: 200px;
}
#footer-left {
	margin-right: 200px;
}
.rosu_bold {
	font-weight:bold;
	color:#cc0000;
}
.next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.next1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.regb {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #414141;
	font-weight:bold;
}
