@charset "utf-8";
/* CSS Document */

#wrapper {
height: 100%;
min-height: 100%;
height: auto !important;
position: relative;
margin:0px;
}
#h1, h3, h4, h5, h6, ul, li{
	padding:0;
	margin-top:0;
	margin-right:0px;
	margin-bottom:0;
	}
#header {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin:0px;
	width: 100%;
	height: 150px;
	background: url('Grafica/header.png') 0 0 repeat-x;
	background-size: 100% 150px;
	min-width: 1100px;
}
#headparagraph {
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	color: #FFFFFF;
		}
#facebook {
	position:absolute;
	top:5px;
	font-size:15px;
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	color:#3B5998;
	}
#facebookimg {
	padding-left:75px;
	content: url('Grafica/facebook.png');
	height:20px;
	width:20px;
	}
#facebookimg:hover {
	content: url('Grafica/facebookhover.png');
	height:20px;
	width:20px;
	}
#facebookcontent {
	width:20px;
	height:20px;
	}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#E5E5E5;
	margin:0;
	padding:0;
		}
#container{
	min-height:600px;
	width: 1100px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 228px;
	}
#bodytable {
	Width:auto;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	min-width: 1100px;
	max-width: 1200px;
}
#cssmenu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cfdbf3;
	width: auto;
}
#cssmenu > ul {
	margin-top: 6px !important;
  
}
#cssmenu ul {
  background: #CDCDCD;
  background: -webkit-linear-gradient(#cdcdcd 0%, #e2e2e2 80%, #cdcdcd 100%);
  background: linear-gradient(#cdcdcd 0%, #e2e2e2 80%, #cdcdcd 100%);
  border-top: 1px solid #A8A8A8;
  -webkit-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #009846, 0 2px 0 #00ff75, 0 8px 0 #009846, 0 9px 0 #015829, 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #009846, 0 2px 0 #00ff75, 0 8px 0 #009846, 0 9px 0 #015829, 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #009846, 0 2px 0 #00ff75, 0 8px 0 #009846, 0 9px 0 #015829, 0 -1px 1px rgba(0, 0, 0, 0.1);
  height: 27px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul ul {
	border-top: 6px solid #008791;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#cssmenu ul ul a {
  line-height: 43px;
}
#cssmenu ul ul ul {
  left: 100%;
  top: 0;
}
#cssmenu li {
	float: left;
	padding: 0px 8px 0px 8px;
}
#cssmenu li a {
	color: #666666;
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
}
#cssmenu li a:hover {
  color: #000000;
  text-decoration:none;
}
#cssmenu li ul {
	background: #e0e0e0;
	border-left: 2px solid #009846;
	border-right: 2px solid #009846;
	border-bottom: 2px solid #009846;
	display: none;
	height: auto;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute;
	width: 200px;
	z-index: 200;  /*top:1em;
		/*left:0;*/
}
#cssmenu li:hover > ul {
  display: block;
}
#cssmenu li li {
	display: block;
	float: none;
	padding: 0px;
	position: relative;
	width: 200px;
}
#cssmenu li ul a {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#cssmenu li ul a:hover {
	background: #bdbdbd;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#cssmenu p {
  clear: left;
}
#cssmenu .active > a {
  background: #009846;
  -webkit-box-shadow: 0 -4px 0 #009846, 0 -5px 0 #1ec3cf, 0 -6px 0 #009846;
  -moz-box-shadow: 0 -4px 0 #009846, 0 -5px 0 #1ec3cf, 0 -6px 0 #009846;
  box-shadow: 0 -4px 0 #009846, 0 -5px 0 #1ec3cf, 0 -6px 0 #009846;
  color: #ffffff;
}
#cssmenu .active > a:hover {
  color: white;
}
#footer {
	background: #5a5a5a;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 100%;
	height: 125px;
	bottom: 44px;
	position: absolute;
	min-width: 1100px;
}
#footer table {
	background-image:url(Grafica/footer.png);
	background-repeat:no-repeat;
	}
#footer h4 {
	color:#CCCCCC;
	padding-left:10px;
	border-bottom: 1px solid #00d500;	
	}
#footer ul {
	padding-left:20px;
	padding-top:5px;
	color:#FFFFFF;	
	}
#footer li {
	font-size:14px;
	}
#footer li a {
	color:#00d500;
	text-decoration:none;
	}
#footer li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#submeniu {
	font-family: "Times New Roman", Times, serif;
	position:relative;
	width:900px;
	height:100px;
	margin:0 auto;
	}
#revtop {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	position:absolute;
	right:5px;
	bottom:0px;
	}
#revtop:hover {text-decoration:underline; color:#00d500; font-size:14px;
}
#copyright {
	border-top: 1px solid #1E1E1E;
	background: #050505;
	width: 100%;
	height: 55px;
	bottom: 0;
	position: absolute;
	min-width: 1100px;
}
#copyrightcontent { 
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	top: 20px;
	width:800px;
}
#copyrightinner {
	width: 900px;
	margin: 0 auto;
	font-size: 12px;
	color: #6e6f69;
	padding: 20px 0;
	position: relative;
}
#copyrightright {
	position: absolute;
	right: 5px;
	top: 20px;
}
#copyright a:hover{ color:#ffffff; }
a:hover { text-decoration: none; color:#FFFFFF; }
#copyright a:link, a:visited  { color:#00d500; }
