/* --------------------------------------------------
file: standard.css
website: www.clioma.org
version: 1.0
created: 28/01/08
author: Andrea Cima Serniotti
contact: http://www.visrez.com
---------------------------------------------------*/

/* ----------------------- COMMON CLASSES --------------------------- */

.navigation, .alt {position:absolute;top:-3000px;left:-5000px}
.hidden, hr{display:none}
p,ul,li{margin:0;padding:0}
.green{color:#9DD102}
ul{list-style-type:none}
h2{font-family:"Maiandra GD", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size:2.1em;
color:#626A6D;
font-weight:normal;
margin:0 0 12px 0;padding:0;
clear:both}
a {color:#8DBB04;}
a:hover {text-decoration:none}
p {margin-bottom:10px}


/* ----------------------- STRUCTURE --------------------------- */
body {
background:#EFF5D0 url(/css/img/body_background.gif) 0 0 repeat-x;
margin:0;padding:0;
text-align:center;
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
font-size:74%
}

#wrapper {
width:775px;
margin:0 auto;
text-align:left;
position:relative
}

#header {
background:#fff url(/css/img/header_background.gif) 0 0 no-repeat;
position:relative;
height:154px;border-top:1px solid #fff
}

#logo{
background:url(/css/img/logo.gif) 0 0 no-repeat;
width:195px;height:56px;
position:absolute;top:33px;left:20px;
}
	
#mainMenu{
position:absolute;
bottom:-16px;
right:10px
}
	#mainMenu li{
	float:left;
      background:url(/css/img/tab_corner_l.gif) no-repeat left top;
      margin:0 0 0 10px;padding-left:9px
	  }
	#mainMenu a{float:left;
      background:url(/css/img/tab_corner_r.gif) no-repeat right top;
	  padding:8px 14px 5px 5px;margin:0;
     text-decoration:none;color:#414748;font-size:1.4em;
	 }
	 #mainMenu li.active{font-weight:normal;background:url(/css/img/tab_corner_l_hov.gif) no-repeat left top}
	 #mainMenu li.active a{background:url(/css/img/tab_corner_r_hov.gif) no-repeat right top}

	
#content{
background:transparent;
padding-top:40px
}

#main{
width:488px;float:right;
padding:8px 0 0 15px
}
	#main p{margin-bottom:20px;color:#797162;font-size:1.2em}
	#main img{float:right;margin:10px;padding:2px;border:1px solid #BFE652}
	
#sidebar{
width:272px;float:left;
background:#fff url(/css/img/sidebar_background.jpg) top left no-repeat;
min-height: 459px;
height: auto !important;
height: 459px;
}

ul.submenu {
padding:0;margin:40px 45px;
}
	.submenu li{
	padding:0;margin:0;
	height:auto !important;height:0;
	font-size:1.6em
	}	
	.submenu a{
	padding:7px 5px;display:block;margin:0;width:170px;
	border-bottom:2px dashed #F7F8E4;
	text-decoration:none;color:#7FA51C;
	}
	.submenu a:hover, .submenu .active{border-bottom:2px dashed #657E1E;color:#657E1E}

#footer{
clear:both;
background:#fff url(/css/img/footer_background.gif) top left repeat-x;
padding:20px 0;
color:#B4AA97;
text-align:center;
}
	#footer p{margin:0 auto;width:760px;padding:3px;text-align:right}
	

