*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 18px;
}

a {color:#86A60D; text-decoration: underline; font-weight: normal;}
a:visited {color:#86A60D; text-decoration: underline; font-weight: normal;}
a:link {color:#86A60D; text-decoration: underline	; font-weight: normal; outline: none;	}
a:active {color:#202608; text-decoration: none; font-weight: normal;}
a:hover {color: #202608; text-decoration: none; font-weight: normal;}
a:focus{outline: none;	}

#wrapper{
	width: 780px;
	margin: auto;
}
.divider{
	background-image: url(../assets/dotted_line.gif);
	background-repeat: repeat-x;
	margin: auto;
	padding: 2px;
}
#footer{
	font-size: 11px;
	color: #C8C8C8;
}
#footer a{
	color: #C8C8C8;
	text-decoration: none;
}
#logo{
	margin-top: 10px;
	margin-bottom: 10px;
}
#meniu{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
#meniu a{
	margin-left:10px;
}
h1{
	color: #666;
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 6px;
}
#continut{
	padding-top: 10px;
	padding-bottom: 10px;
}
#continut p{
	padding-bottom: 10px;
}
#continut ul{
	list-style: none;
	margin-left: 10px;
}
#continut ul li{
	padding-bottom: 6px;
	background-image: url(../assets/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
}
#contact_t td{
	padding: 4px;
}
.field{
	border-bottom: 1px solid #F3F9D2;
	border-right: 1px solid #F3F9D2;
	border-left: 1px solid #86A60D;
	border-top: 1px solid #86A60D;
	color: #799304;
	padding-left: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.buton1{
	background-color: #9ABB04;
	color: White;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
}
