html, body
{
	margin:0 0;
    padding:0 0;
    border:none;
}

body
{
	background: url('/images/bg.gif') repeat-y 50% 0%;
	text-align: center;
	min-width: 870px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* ------------------------------------ */

#header
{
	background: url('/images/bg_top.gif') repeat-x;
	width: 100%;
	height: 166px;
}

#wrapper_head
{
	position: relative;
	text-align: left;
	margin: auto auto;
	width: 870px;
	height: 166px;
	background: url('/images/bg_header.gif') repeat-x;
}

#header_title
{
	position: relative;
	text-align: left;
	left: 0px;
	top: 0px;
	padding: 143px 0 0 169px;
	color: #FFFFFF;
	font-weight: 700;
}

#header_title h1
{
	margin:0 0;
    padding:0 0;
    font-size: 14px;
}

/* ------------------------------------ */

#wrapper
{
	text-align: left;
	margin: auto auto;
	width: 870px;
	background: url('/images/bg_content.gif') repeat-y 159px 0;
}

#left
{
	position: relative;
	margin: auto auto;
	width: 160px;
	float: left;
}

.left_center
{
	text-align: center;
	position: relative;
	width: 160px;
}

#content
{
	padding: 10px;
	position: relative;
	width: 500px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
}

#content_spacer {
  float: right;
  width: 1px;
  height: 1090px;
}

.clear
{
  clear: both;
}

#right
{
	position: relative;
	margin: auto auto;
	width: 189px;
	float: left;
}

#wrapper_footer
{
	text-align: left;
	margin: 10px auto 10px auto;
	width: 870px;
	border-top: 2px solid #cc0000;
}

#footer_left
{
	position: relative;
	margin: auto auto;
	width: 470px;
	float: left;
}

#footer_right
{
	text-align: right;
	position: relative;
	margin: auto auto;
	width: 400px;
	float: left;
}

.footer
{
	text-align: left;
	margin: 10px auto 10px auto;
	width: 870px;
}

/* ------------------------------------ */

#mainnav_spacer
{
	text-align: right;
	position: relative;
	height: 22px;
	width: 160px;
	top: 0px;
	left: 0px;
}

#mainnav
{
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	left: 0px;
}

#mainnav ul, #mainnav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainnav li a
{
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	color: #222222;
	font-size: 12px;
}

#mainnav li a
{
	background-image: url('/images/nav_bg.gif');
	padding: 5px 0 0 10px;
}

#mainnav a:hover
{
	background-position: 0 -25px;
	color: #aa0000;
}

#mainnav .selected, #mainnav a:hover.selected
{
	background-position: 0 -50px;
	color: #aa0000;
}

#mainnav a.selected
{
	font-weight: bold;
}

#mainnav .selected, #mainnav a:hover.selected
{
	background-position: 0 -50px;
}

/* --------------------------------- */

.box_dreapta
{
	position: relative;
	width: 182px;
	left: 10px;
	top: 22px;
}

.infobox
{
	position: relative;
	width: 182px;
	background-image: url('/images/infobox_bg.gif');
	background-repeat: repeat-y;
}

.infobox_headline
{
	background-image: url('/images/infobox_head.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	padding: 5px 7px 0 9px;
}

.infobox_text
{
	background-repeat: no-repeat;
	background-image: url('/images/infobox_text.gif');
	padding: 7px 7px 21px 7px;
	background-position: bottom;
}

.infobox_text p
{
	padding: 4px 0 0 0;
	margin: 0;
}

.infobox_text p a
{
	color: #aa0000;
}
/* --------------------------------- */

h2
{
	color: #444;
	font-size: 12px;
	font-weight: 700;
}

form
{
	padding: 0;
	margin: 0;
}

.input
{
	border: 1px solid #666;
	font-size: 11px;
	color: #444444;
	margin: 2px 0 2px 0;
}

.error
{
	border: 1px solid #666;
	font-size: 11px;
	color: #ff0000;
	margin: 10px 0 10px 0;
	padding: 10px 10px;
	text-align: center;
}

.message
{
	border: 1px solid #666;
	font-size: 12px;
	color: #222;
	margin: 10px 0 10px 0;
	padding: 10px 10px;
	text-align: center;
}

.img
{
	border: 1px solid #AEAEAE;
	margin: 4px;
}

.img_noborder
{
	border: 0px;
	margin: 4px;
}

.box_coperta
{
	text-align: center;
	position: relative;
	width: 166px;
	margin: 0 0 20px 0;
	padding: 0 0;
	float: left;
}

#content a
{
	color: #aa0000;
}

#wrapper_footer a, .left_center a
{
	color: #444;
	text-decoration: underline;
}

#wrapper_footer a:hover, .left_center a:hover
{
	color: #aa0000;
}

#content a
{
	color: #aa0000;
	text-decoration: none;
}

#content a:hover
{
	color: #aa0000;
	text-decoration: underline;
}

a.link_green, a.link_green:hover, .green
{
	color: #8fbb39;
}

a.link_grey, a.link_grey:hover, .grey
{
	color: #444;
}

a.link_orange, .link_orange a:hover, orange
{
	color: #aa0000;
	font-weight: 700;
}

a.link_green:hover, a.link_orange:hover, a.link_grey:hover
{
	text-decoration: underline;
}
