/*
	Layout.css
	TemplateName: Serpentino Black (Id 29)
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Global Document Formatting
------------------------------------------------------------------------------------- */
html
{
	background: #5A5A5A url("images/html_bg.gif") repeat-x 0 0;
}

body {
   font: 0.8em/1.5 verdana, "arial", sans-serif;
   width: 960px; 
   margin: 0 auto; 
   color: #1F1F1F;
}
/* ---------------------------------------------------------------------------------------------- */



/* LAYOUT FORMATTING
------------------------------------------------------------------------------------------------- */
#header-container {
   height: 80px;
   background: url(images/BgHeader_950x1.jpg) repeat-y;
   margin: 0px 5px;
}

#header {
   margin: 0 auto;
}

   #header div#logo{float: left;}
   #header div#header-title-container{float: left;}

   #header h1#header-title {
   }
   #header h2#header-slogan {
   }

   #header2 {
   	width: 950px;
   	height: auto;
   	margin: 0 auto;
      padding: 0;
      text-align: center;
   }
   #header2 img {
   }   

   
   #top-nav {
      position:relative;
      right:20px;
      text-align:right;  
   }
   #top-nav span {margin:0 8px; color:#DDD;}
   #top-nav #nav-active {color:#A0A186; font-weight:bold; text-decoration:none;}
   
   
#content-wrap {
}
#content {
}
#utility {
}
#sidebar {
}
#footer {
   padding:20px 20px 40px 20px; 
   font-size:85%;
}
   #footer, #footer a {color:#9f9f9f;}
   #footer a:hover {color:#404040;}

   #footer-copyright {float: right;margin-right:38px; }
   #footer-links {/*margin-top: 38px; color: #FFF;text-align: center;*/}
	#footer-links a:link, #footer-links a:visited {/*color: #FFF;*/}
	#footer-links a:hover, #footer-links a:active {/*color: #F00;*/}

#footer-html {
   text-align: center;
   display: none;
}
/* ---------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------- */
/* -- body-container ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
#body-container
{
	width: 950px;
	padding: 0px 5px;
}

	/* ---------------------------------------------------------------------------------------------- */
	#body-container #top
	{
	}
	/* ---------------------------------------------------------------------------------------------- */

	/* ---------------------------------------------------------------------------------------------- */
	#body-container #middle
	{
	}
	
		/* ---------------------------------------------------------------------------------------------- */
		/* -- top --------------------------------------------------------------------------------------- */
		/* ---------------------------------------------------------------------------------------------- */
		#body-container #top #top-sections-top
		{
			/*
		   background: url(images/body-container-top.gif) no-repeat; 
			*/
			background-color: #212021;
			height: 5px;
			overflow: hidden; /* serve a IE6 */
		}

		#body-container #top #top-sections-middle
		{
			/*
			background: url(images/body-container-middle.gif) repeat-y;
			*/
			background-color: #212021;
			overflow: hidden;
			padding: 0px 10px 0px 10px;
		}
		
		#body-container #top #top-sections-bottom
		{
			/*
			background: url(images/body-container-bottom.gif); 
			*/
			background-color: #212021;
			height: 5px;
			overflow: hidden; /* serve a IE6 */
			display: none;
		}
		/* ---------------------------------------------------------------------------------------------- */

		/* ---------------------------------------------------------------------------------------------- */
		/* -- middle ------------------------------------------------------------------------------------ */
		/* ---------------------------------------------------------------------------------------------- */
		#body-container #middle #middle-sections-top
		{
			/*
			background: url(images/body-container-top.gif); 
			*/
			background-color: #212021;
			height: 5px;
			overflow: hidden; /* serve a IE6 */
			display: none;
		}

		#body-container #middle #middle-sections-middle
		{
			/*
			background: url(images/body-container-middle.gif) repeat-y;
			*/
			background-color: #212021;
			padding: 0px 10px 0px 10px;
			overflow: hidden;
			height: 100%; /* serve a IE6 */ 
		}

		#body-container #middle #middle-sections-bottom
		{
			background: url(images/body-container-bottom.gif); 
			height: 5px;
			overflow: hidden; /* serve a IE6 */
			display: none;
		}
		/* ---------------------------------------------------------------------------------------------- */

		/* ---------------------------------------------------------------------------------------------- */
		/* -- bottom ------------------------------------------------------------------------------------ */
		/* ---------------------------------------------------------------------------------------------- */
		#body-container #bottom #bottom-sections-top
		{
			background: url(images/body-container-top.gif); 
			height: 5px;
			overflow: hidden; /* serve a IE6 */
			display: none;
		}

		#body-container #bottom #bottom-sections-middle
		{
			background: url(images/body-container-middle.gif);
			background-repeat: repeat-y;
			overflow: hidden;
			padding: 0px 10px 0px 10px;
		}
		
		/*
		#body-container #middle #bottom-sections-middle .section
		{
		   margin: 10px 8px 0 8px;
		}
		*/

		#body-container #bottom #bottom-sections-bottom
		{
			/*
			*/
			background-color: #212021;
			height: 5px;
			overflow: hidden; /* serve a IE6 */
			background: url(images/body-container-bottom.gif); 
		}
		/* ---------------------------------------------------------------------------------------------- */

	/* ---------------------------------------------------------------------------------------------- */

	/* ---------------------------------------------------------------------------------------------- */
	#body-container #bottom
	{
	}
	/* ---------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */
