/*-------------------------------------------
	ESSENDOCI
	- - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		essendoci.css
	Date:			november, 2007
	Company:        ExpertWeb
	Please:         You may adapt elements of this CSS in your own projects, 
					but the unique combination of layouts, styles, sizes, typography, 
					and positioning ("the design") is copyright 2007 of Expertweb.it 
					and may not be reproduced.
	-------------------------------------------*/


/* HTML Elements                               */
/***********************************************/


* {font-size: 11px; font-family: verdana, arial, sans-serif; 
}
html, body {margin:0; padding:0;
}
html{background: url(img/bg_pag.jpg) no-repeat top center; 
}
h1 {font-size: 1.5em; display:none;
}
h2 {font-size:20px; color: #000; margin: 8px 0; padding:0; text-align:right; border-bottom: solid 1px #e11238; margin-left:100px; margin-right:40px;
}
h3 {margin: 5px 0; padding:1px 0; font-size:12px; color: #000;
}
h4 {margin: 5px 0; padding:1px 0; color: #000;
}
div {padding: 0; margin: 0;
}
body#pagina div#content p {margin-right: 200px;
}
hr {clear:both; visibility:hidden;
}
a {color:#000; font-weight:bold; 
}
a:hover {text-decoration:none;
}


/* LAYOUT */
/***********************************/
div#container {width:960px; margin: 15px auto;border: solid 1px #000; margin-bottom: 0px;
}
div#content {padding: 10px;
}
body#home div#content {height: 540px;
}
body#pagina div#content {height: 440px;
}
html>body#pagina div#content {min-height: 440px; height: auto;
}
div#header {height: 70px;width:960px; margin: 15px auto;
}
div#colsx {width:640px; float:left;
}
div#coldx {width:300px; float:right;
}

p#info {margin-top: 300px;
}


/* MENU */
/****************************************/
div#menu ul {margin:0; padding: 0; list-style: none; width:100%; 
}
body#home div#menu ul {margin-top: 60px;
}
div#menu li {margin-bottom: 10px;
}
div#menu li a {background: #e2e3e5; padding:2px; display :block; text-decoration:none; color: #000; width:100%;
}
div#menu li a:hover {background: #e11238; color: #fff;
}
div#menu li a.selected {background: #e11238; color: #fff;
}
/* FOOTER */
/***********************************/
div#footer {width:960px; margin: 5px auto;
}
p#powered {width:50%; float: left; padding: 5px 0; margin:0; color: #aaaaaa; 
}
p#powered a {color: #aaaaaa;
}
p#credits {width:310px; float: right; padding: 5px 0; margin:0; text-align:right;
}
p#credits a {font-weight: normal;
}