body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*links*/
a:link, a:visited,a:active{
	color:#34772b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*/Links*/
.main_table {
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-y;
}
.topMenu {
	color: #FFFFFF;
	width: 984px;
}
 .topMenu a:link,.topMenu a:visited   {
	color: #FFFFFF;
	text-decoration: none;
}
 .topMenu a:hover {
	color: #ff9900;
}
.menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 58px;
}
.left {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
}
.right {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
}
.middle {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	height: 150px;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 13px;
	line-height:20px;
	vertical-align: top;
}
.title a{
	font-size: 11px;
	font-weight: bold;
	color: #34772b;
	text-decoration: none;
}
.title a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

.title_10 a{
	font-size: 10px;
	font-weight: bold;
	color: #34772b;
	text-decoration: none;
}
.title_10 a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}


.subTitle a{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subTitle a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #34772b;
	text-decoration: underline;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a7c73a;
	border: 1px solid #666666;
	width: 180px;
}
.combobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a7c73a;
	border: 1px solid #666666;
	width: 160px;
}
.footer {
	height: 60px;
	width: 984px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c7bb5f;
	border-bottom-color: #c7bb5f;
}
.footer2 {
	height: 41px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2a6009;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2a6009;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2a6009;
	width: 982px;
	text-align: center;
	color: #97b992;
	font-size: 12px;
}
.top_category {
	background-image: url(../images/top_category.jpg);
	height: 28px;
	width: 0px;
	color: #34772B;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background-repeat: no-repeat;
}

/* ADDED BY SHARPE */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 24px;

}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/

  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 0px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #335F2F;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: transparent;
  color: #48801B;
  background: #FFF url(../images/bg_menu_over.jpg) repeat-x;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: transparent url(../images/delimitare_left.gif) no-repeat bottom center;
  color: #000;
  border-top: solid 0px #2A6009;
  padding-left:10px;
  padding-right:10px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #FFF ;
  color: #6FAF6D;
  background: transparent url(../images/delimitare_left.gif) no-repeat bottom center;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: red;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
ul#navmenu {
	height: 58px;
	background: #F3FDF4 url(../images/bg_menu.jpg) repeat-x ;
	border-left: solid 1px #2A6009;
}
ul#navmenu a{
	padding:22px ;
	background: #F3FDF4 url(../images/bg_menu.jpg) repeat-x;
	border:0;
	border-right: solid 1px #2A6009;
}

ul#navmenu ul a{
	padding: 2px;
	font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
}
ul#navmenu ul{
	margin-top:33px;
	border: solid 1px #2A6009;
	border-bottom: solid 2px #2A6009;
	background: #FFF url(../images/imgbgul.gif) repeat-x;
}

ul#navmenu a.normalheight {
	padding:16px ;
}

h2.bg_orange {
	 margin:0px;
	 padding:0px;
	 color: #48801B;
	 background: #FCB412 url(../images/bg_menu_over.jpg) repeat-x 30% center ;
	 padding:8px;
	 margin-right:2px;
	 margin-left:1px;
	 font-size: 120%;
}
h3{
	font-size: 120%;
	color:#175330;
}

a.button {
	background: #FCB412 url(../images/bg_menu_over.jpg) repeat-x 30% center ;
	float: left;
	width: 80px;
	padding: 2px;
	margin:2px;
	display: block;
	border: solid 1px #175330;
	color:#175330;
}
.invalid { border:solid 1px #ff0000; }
#pagination a{
	color: #34772b;
}

#breadcrumb{
	color: #ff9900;
	font-size: 120%;
}
/* LISTE */
#navcontainer {
	margin: auto 12px;
}
#navcontainer ul{
width: 150px;
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li {
	margin: 0;
	background: transparent url('../images/bullet.gif') no-repeat 0 .9em;
}


#navcontainer a {
	display: block;
	color:#34772b;
	width: 120px;
	font-weight: bold;
	padding: 10px 12px 10px 20px;
	text-decoration: none;
	border-top: 0px dotted #000;
	background: transparent url('../images/delimitare_left.gif') repeat-x 30% 0em;
}


#navcontainer a:hover {
	color: #ff9900;
}
#navcontainer ul ul {
	background: #FEF1D0;
	margin-top: -10px;
}
#navcontainer li li {
	color:#B82027;
	background: none;
}

#navcontainer li li a {
	background: none;
	display: block;
	color:#B82027;
	width: 120px;
	text-decoration: none;
	border-top: 0px dotted #000;
	padding: 3px 3px 3px 30px;
	font-weight: normal;
	font-size: 100%;
}

ul#navlist ul ul li a#subcurrent{
 	color: blue;
	background: transparent url('../images/iconcircle5.gif') no-repeat 2em .6em;
}
#navcontainer li li a :hover{
	color:#B82027;
}
/*-----------------------*/

#navcontainer2 {
	margin: auto 12px;
}
#navcontainer2 ul{
width: 150px;
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer2 li {
list-style-type: none;
	margin: 0;
	background: transparent url('../images/bullet.gif') no-repeat 0 .9em;
}


#navcontainer2 a {
	display: block;
	color:#34772b;
	width: 140px;
	font-weight: bold;
	padding: 10px 12px 10px 20px;
	text-decoration: none;
	border-top: 0px dotted #000;
	background: transparent url('../images/delimitare_left.gif') repeat-x 30% 0em;
}


#navcontainer2 a:hover {
	color: #ff9900;
}
.error{color:red;}
/* \Lista*/