/* CSS Document */
body
{
	font-size:14px;
	font-family:Arial, Verdana, sans-serif;
}
img
{
	border:0;
}
h2
{
	font-size:18px;
	color:#333;
}
h1
{
font-size:24px;
color:#2e2e2e;
}

.main
{
	width:1008px;
	margin:auto;
}
.header {
	height: 143px;
	width: 1000px;
	background: #99CC33;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color:#8EBD00;
}

.horizontalcssmenu ul li{
position: relative;
display: inline;
line-height:28px;
float: left;
text-align:center;
background-image:url(/assets/templates/norm/images/bg_menu.jpg);
background-repeat:repeat-x;
height:28px;
}
.horizontalcssmenu ul li:hover{
background: url(/assets/templates/norm/images/bg_menu_hover.jpg) center center repeat-x;
}

.horizontalcssmenu ul li a{
display: block;
width: 106px;
border-left-width: 0;
text-decoration: none;
background-image:url(/assets/templates/norm/images/menu_bg.jpg);
color: #062E4B;
font-weight:bold;
}
	
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

.horizontalcssmenu ul li ul li{
display: inline;
float: none;
line-height:20px;
}


.horizontalcssmenu ul li ul li a{
width: 180px; 
font-weight: normal;
padding: 2px 15px;
border-bottom:1px #333333 solid;
background:#669900;
background-image:url(/assets/templates/norm/images/bullet.gif);
background-position:left center;
background-repeat:no-repeat;
text-align:left;
}
.horizontalcssmenu ul li ul li a:hover{
background: #8dbc00;
padding: 2px 15px;
background-image:url(/assets/templates/norm/images/bullet.gif);
background-position:left center;
background-repeat:no-repeat;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(/assets/templates/images/menuarrow.gif) no-repeat center left;
}
* html p#iepara{ 
padding-top: 1em;
}
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
.content_conteiner
{
	width:75%;
	height:auto;
	vertical-align:top;
}

.content ul li
{

background-image:url(/assets/templates/norm/images/17.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:20px;
}
.content ul
{
margin: 0;
padding: 0;
list-style-type:none;
}
.content
{
	padding-left:20px;
}
.right
{
	width:25%;
	height:100%;
	background-color:#CCFF99;
	font-size:12px;
        vertical-align:top;
padding-top:40px;
}
.right a
{
	color:#666;
	font-size:14px;
}

.right h2
{
	padding-left:9px;
}

.footer
{
	width:100%;
	height:100%;
	background-color:#99CC33;
	color:#FFFFFF;
padding-left:20px;
}

.menu_conteiner {
	width: 100%;
}
.content #sitemap ul {
  margin: 0 0 0 1px;
  padding: 0 0 0 3px;
  background-image: url(/assets/templates/norm/t1.gif);
  background-repeat: repeat-y;
}

.content #sitemap ul li {
  margin: 0;
  padding: 0 0 0 14px;
  list-style: none;
  background-image: url(/assets/templates/norm/t2.gif);
  background-repeat: no-repeat;
  background-position: -3px 0;
}

.content #sitemap ul li.last {
  margin-bottom: 6px;
  background-image: url(/assets/templates/norm/t3.gif);
  background-repeat: no-repeat;
  background-position: -3px 9px;
}

