/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #626938;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #282b16;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #2e3c16;
}

#mainbg{
	background: url(images/main_bg.png);
	background-repeat:repeat-y;
	background-position: center;
}

#main{
	margin: 0 auto;
	width: 1014px;
}

#header{
	width: 1014px;
	margin: 0 auto;
	height: 234px;
	/*background: url(images/banner.jpg) no-repeat top;*/
}

#logo{
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
	height: 80px;
	background: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a{
	font-size: 10px;
}

#buttons{
	height: 47px;
	margin: 0 auto;
	background: url(images/menubg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}



#content{
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_bg{
	background: url(images/contentbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f3f5e9;
}

#left{
	width: 709px;
	margin-left: 15px;
}

#left p{
	padding-left:5px;
	padding-right:5px;
}

#text{
}


#left H1{
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #ffffff;
	font-size: 18px;
	height: 35px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width:100%;
	margin-bottom:20px;
	background: url(images/title_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.read, #right ul .read{
	text-align: right;
	background: url(images/read.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:10px;
	margin-bottom:10px;
	height:16px;
}

.read a, #right ul li .read a{
	color: #ffffff;
	font-weight:normal;
	padding-right:4px;
	font-size: 12px;
	text-decoration:none;
}

.read a:hover, #right ul .read a:hover{
	text-decoration:underline;
}

#right{
	width: 262px;
	float:right;
	margin-right: 15px;
}

#right h2 {
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #ffffff;
	font-size: 18px;
	text-align:center;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom:20px;
	background: url(images/title_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#right ul{
	list-style: none;
	margin-bottom: 30px;
	padding-left:7px;
	padding-top: 5px;
	padding-right:10px;
}



#right li{
	background: url(images/ls.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}

#right a{
	text-decoration: none;
	color: #335000;
	font-weight:bold;
}

#right a:hover {
	text-decoration: underline;
}

#footer
{
	background: url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 50px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 30px;
	text-align: center;
	clear:both;
	padding-bottom: 5px;
}

#footer a{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.padding{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}
.inscriere { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
	font-weight:bold;
}
.inscriere  a {
	text-decoration: underline;
}
.inscriere  a:visited {
	text-decoration: none;
}
.inscriere tr {
	background-color: #fff;
}
.inscriere tr.odd {
	background-color: #E4F1C9;
}
.inscriere tr a {
	color: #000000;
}


.inscriere caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}

.inscriere tr {
	vertical-align: top;
}
.inscriere  tr,th,td {
	padding: .75em;
}
.inscriere  td {
	border-left: 1px solid #dadada;
}
.inscriere  tfoot tr {
	background: #fff url(bbar.gif) repeat-x;
}
.inscriere tfoot td, tfoot th{
	color: #000;
	border: 0px;
}
.inscriere input{
	border:1px solid #888;
}

.footer_nav ul {
	margin:-10px 0 10px 0;
	padding:0;
	list-style-type:none;
	
}
.footer_nav ul li ul{
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

.footer_nav ul li {
	margin:0 10px 0 0;
	display:inline;
}
.footer_nav ul li a{
	text-decoration:underline !important;
}

