@charset "utf-8";
/* CSS Document */

body { margin:0; background:#47994e url(/static/img/layout/bg.jpg) 0 0 repeat-x;
		font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#565656; }

h1 { margin:5px 0 10px 0; padding:0; color:#00b3cd; font-size:20px; }
h2 { margin:5px 0 8px 0; padding:0; color:#00b3cd; font-size:16px; }

a { color:#008138; }
a:hover { color:#00b3cd; }

hr { height:1px; padding:0; margin:3px 0; background:#dddddd; color:#dddddd; border:0;}

/* Id's */
#container { position:relative; width:916px; margin:auto; margin-top:40px; }
	#header { height:96px; display:block; position:relative; }
		#overlay_foto { position:absolute; top:0; left:0; width:552px; height:79px; background:#fff; display:block; overflow:hidden; }
	#footer { height:80px; display:block; background:url(/static/img/layout/footer.gif) 0 0 no-repeat;
				line-height:20px; color:#fff; padding-top:15px; text-align:center; font-size:10px; }
	#footer span { color:#c8edcb; font-size:9px; }

	#main { margin:0 15px; background:#fff; padding:5px 0; }
		#menu { margin-left:25px; width:175px; float:left; margin-right:25px; }
		#menu ul { margin:0; padding:0; list-style:none; }
		#menu ul li { width:170px; background:url(/static/img/layout/menu.gif) 0 0 repeat-y; padding:0 2px 0 3px; display:block; }
		#menu ul li.top { width:170px; background:url(/static/img/layout/menu.gif) -515px 0 no-repeat; padding:0 2px 0 3px;
							height:30px; display:block; }
		#menu ul li.bottom { width:170px; background:url(/static/img/layout/menu.gif) -690px 0 no-repeat; padding:0 2px 0 3px;
								height:75px; display:block; }
		
		#menu ul li a { width:150px; background:#f4f4f4 url(/static/img/layout/menu.gif) -175px 0 no-repeat; display:block; 
						border-bottom:1px solid #ededed; color:#565656; text-decoration:none; padding:3px 5px 3px 15px; }
		#menu ul li a.first { border-top:1px solid #ededed; }
						
		#menu ul li li { width:170px; background:#e0eff2; display:block; padding:0; }
		#menu ul li li a { padding:3px 5px 3px 25px; background:none; width:140px; }
		#menu ul li a:hover { color:#00b3cd; }
		#menu ul li a.active { color:#fff; background:#74c8d6 url(/static/img/layout/menu.gif) -345px 0 no-repeat; }
		#menu ul li li a.active { color:#565656; background:#bfe6ee; }
		
		#content { display:block; width:615px; float:left;  }


/* Classes */
.clear { clear:both; }


