html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #000000;
	background-image:url(../images/main_background.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

td {font: 11px verdana; color:#c3c3c3; }
a { text-decoration: none; }

span.hidden { display: none; }

a.simple:link, a.simple:active, a.simple:visited {
	font-size: 10px;
	color: #a2a2a2;
	text-decoration: none;
}

a.simple:hover {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
} 

a.fp_pics:link, a.fp_pics:active, a.fp_pics:visited {
	font-size: 10px;
	color: #a2a2a2;
	text-decoration: none;
}

a.fp_pics:hover {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
} 


a.simple1:link, a.simple1:active, a.simple1:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.simple1:hover {
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
} 

.titlu_rosu {
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #fe050d;
}

.titlu_rosu1 {
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #fe050d;
}

/* Contact form stuff */

#contactform {
	margin: 0;
	width: 300px;
	background: #3d3d3d;
	padding: 1px;
}
#contactform * {
	font-family: verdana;
	color: #a2a2a2;
	font-size: 11px;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0 0 0 0;
	padding: 10px;
	background: #000000;
}
#contactform li.buttons {
	margin: 2;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 60px;
	display: block;
	float: left;
	padding: 5px 10px 2px 0;
}
#contactform input.text {
	width: 184px;
	color: #000000;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0;
}
#contactform textarea {
	width: 184px;
	color: #000000;
	border: 1px solid #c8c8c8;
	padding: 2px;
	height: 80px;
	background: #FDFDF7;
}
#contactform li.buttons input {
	padding: 0px;
	width: auto;
	float: right;
	margin: 0 0 0 5px;
}
#contactform li.butoane {
	margin: 0;
	overflow: hidden;
	text-align: right;
	padding-right: 30px;
}

p#success {
	width: 300px;
	padding: 3px 0px;
	background: #92FFA5;
	border: 1px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
		
p#bademail, p#badserver {
	width: 300px;
	padding: 3px 0px;
	background: #FFA3A1;
	border: 1px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.input_button {
	width:80px;
	height:18px;
	font: 10px verdana;
	color: #ffcccc;
	background:#3d3d3d;
	vertical-align:middle;
	padding-left:3px;
	border: 1px solid #c8c8c8;
	cursor: hand;
	cursor: pointer;
}

.simple_list {
	margin-left: 25px;
	padding: 0px;
	list-style: square;
}

.simple_list2 {
}