/*
	GENERAL ELEMENTS STYLE
*/
html, body {
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000;
}
body, input, select, table, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
a {
	color: #0091d1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote, form, h1, h2, h3 {
	margin: 0;
}
h1 {
	font-size: 28px;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
h3, h4, h5 {
    color: #c00;
	font-size: 28px;
    font-weight: normal;
	line-height: 32px;
}
h4 {
    margin-top: 180px;
    position: absolute;
    right: 13px;
    z-index: 100;
}
h5 {
    color: #000;
	font-size: 22px;
    margin-top: 155px;
    position: absolute;
    right: 13px;
    text-decoration: line-through;
    z-index: 100;
}
a h2, body, input, select, table, textarea, #menu li a {
	color: #fff;
}
a:hover h2 {
	text-decoration: none;
}
blockquote {
	font-size: 18px;
	line-height: 22px;
}
p {
	margin: 2px 5px;
}
img {
	border: none;
}
form input, form select, form textarea, #menu li a:hover {
	color: #000;
}

/* GENERAL LAYOUT STYLE */
#main {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 960px;
}

#header {
	height: 123px;
}

/*
	TOP MENU STYLE
*/
#menu {
	width: 960px;
}
#menu img {
	float: left;
}
#menu ul {
	background: url('../i/menu_bg.gif') repeat-x left top;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
	width: 840px;
}
#menu li {
	float: left;
	height: 32px;
	padding-right: 38px; /* 33px - pentru 6 meniuri */
}
#menu li a {
	float: left;
	font-family: 'Times New Roman';
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
#menu li a:hover {
	text-decoration: none;
}
#menu li img {
	margin-left: 49px; /* 33px - pentru 6 meniuri */
}

#body {
	background: url('../i/body_bg.gif') repeat-y left top;
	height: auto;
	padding: 20px;
}
#body_left {
	float: left;
	width: 312px;
}
.thumb {
	float: left;
	height: 219px;
	margin: 0 20px 20px 0;
	/*overflow: hidden;*/
    position: relative;
	width: 292px;
}
.thumb a:hover {
	text-decoration: none;
}
.thumb img {
	position: absolute;
}
#body_right {
	float: left;
	width: 608px;
}

.left {
    float: left;
}

.red {
    color: #c00;
}

.small {
	font-size: 12px;
	line-height: 16px;
}

#footer {
	background: url('../i/footer_bg.gif') no-repeat left top;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 43px 20px 15px 20px;
}

.clear {
    clear:both;
}

