/*************************************************** RESET */
HTML,BODY,DIV,DL,DT,DD,UL,OL,LI,H1,H2,H3,H4,H5,H6,PRE,FORM,FIELDSET,INPUT,P,BLOCKQUOTE,TH{margin:0; padding:0}
TABLE{border-collapse:collapse; border-spacing:0}
FIELDSET,IMG{border:0}
ADDRESS,CAPTION,CITE,CODE,DFN,EM,STRONG,B,TH,VAR{font-style:normal; font-weight:normal}
OL,UL{list-style:none}
CAPTION,TH{text-align:left}
H1,H2,H3,H3,H4,H5,H6{font-size:100%}
Q:before,Q:after{content:''}
STRONG, B{font-weight:bold} EM{font-style:italic}
/***********************************************************/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg.jpg) left top repeat-x;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #000;
}
.clear { clear: both; }

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #8e0c0c;
}
p { padding: 15px 0px 0px 0px; }
a {
	color: #8e0c0c;
	text-decoration: none;
}
a:hover, a.selected { text-decoration: underline; }
input, textarea {
	padding: 3px;
	border: 1px solid #ececec;
}
#wrapper {
	width: 100%;
	/*background: url(../img/bg_wrapper.gif) left 141px repeat-x;*/
}

#content_wrapper {
	width: 1060px;
}

#header { height: 141px; }

#logo {
	position: absolute;
	margin: 28px 0px 0px 87px;
	width: 176px;
	height: 83px;
	background: url(../img/logo.gif) left top no-repeat;
}

#search_box {
	padding: 25px;
	float: right;
	width: 239px;
	height: 91px;
	background: #fff url(../img/bg_search.jpg) left top no-repeat;
}

#menu {
	float: left;
	width: 283px;
}
#menu ul li {
	padding: 3px 0px;
}
#menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#menu ul li a:hover {
	color: #8e0c0c;
	text-decoration: underline;
}
#menu ul li a.selected {
	text-decoration: underline;
	font-weight: bold;
	color: #8e0c0c;
	padding-left: 12px;
	background: url(../img/menu_selected.gif) left 6px no-repeat;
}

#content {
	float: left;
	width: 488px;
}
.galben {
	color: #fecb00;
	font-style: italic;
}
.rosu {
	color: #8e0c0c;
	font-style: italic;
}

#right {
	float: right;
	width: 259px;
	padding: 20px 0px 0px 30px;
	background: #fff url(../img/bg_right.jpg) left top no-repeat;
}
#right .title {
	font-weight: bold;
	color: #8e0c0c;
	padding: 0;
}
#right a {
	color: #000;
	text-decoration: none;
}
#right a:hover { color: #8e0c0c; text-decoration: underline; }

#footer {
	padding: 15px;
	margin-left: 283px;
	border-top: 1px solid #dfdfdf;
	font-size: 11px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a.selected {
	color: #8e0c0c;
	text-decoration: underline;
}

.country {
	padding: 5px;
	border: 1px solid #dcdcdc;
	background: #fff;
}
.artist {
	padding: 5px 2px 0px 2px;
	border-top: 1px solid #616161;
	color: #616161;
}

a.alink {
	padding: 1px 2px;
	text-decoration: none;
	color: #616161;
	background: #fff;
}
a.alink:hover {
	color: #fff;
	background: #616161;
}
a.blink {
	padding: 1px 2px;
	text-decoration: none;
	color: #616161;
	line-height: 20px;
}
a.blink:hover {
	color: #fff;
	background: #616161;
}

.sponsor {
	padding: 0px 0px 10px 0px;
}






