html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div#container-pushdown
{
	position: relative;
	min-height: 100%;
	margin-bottom: -90px;
}

div#main-c
{
	padding-bottom: 90px;   /* Height of the footer */
}

div#footer
{
	position: relative;
	height: 90px;
	padding-top: 10px;
	border-top: 1px solid #8fa4c7;
	background-color: #07154a;
}

div#push
{
	height: 90px;
	clear: both;
}

body
{
	background: url(http://www.italobritannica.it/images/bg_body.png) #1e498e repeat-x;
  /*background-color: #06154a;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#06154a), to(#1e498e)); /* Saf4+, Chrome */
  /*background-image: -webkit-linear-gradient(top, #06154a, #1e498e); /* Chrome 10+, Saf5.1+ */
  /*background-image:    -moz-linear-gradient(top, #06154a, #1e498e); /* FF3.6 */
  /*background-image:     -ms-linear-gradient(top, #06154a, #1e498e); /* IE10 */
  /*background-image:      -o-linear-gradient(top, #06154a, #1e498e); /* Opera 11.10+ */
  /*background-image:         linear-gradient(top, #06154a, #1e498e);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#06154a', EndColorStr='#1e498e'); /* IE6–IE9 */
}

div#header
{
	position: relative;
	/*background: url(http://www.italobritannica.it/images/bg_header.png) no-repeat;*/
	height: 175px;
}

img#logo
{
	position: absolute;
	top: 0;
	right: 9px;
	z-index: 99;
}

div#header h2
{
	width: 495px;
	height: 115px;
	background: url(http://www.italobritannica.it/images/welcome.png) transparent no-repeat;
}

img#lang_it
{
	position: absolute;
	top: 0;
	left: 0;
}

img#lang_en
{
	position: absolute;
	top: 0;
	left: 45px;
}

div#content
{
	/*background: url(http://www.italobritannica.it/images/bg_header_bottom.png) transparent no-repeat top right;*/
	min-height: 77px;
}

div#navbar ul
{
	list-style-type: none;
}

div#navbar ul li
{
	width: 175px;
	border-bottom: 1px solid #3d4e7e;
}

div#navbar ul li a
{
	display: block;
	width: 175px;
	height: 30px;
	padding-left: 12px;
}

div#navbar ul li.selected
{
	background: url(http://www.italobritannica.it/images/bg_navbar_li.png) transparent repeat-x;
}

div#navbar li ul
{
	margin-left: 10px;
	margin-top: 10px;
}

div#navbar li ul li
{
	height: auto;
	margin-left: 0;
	margin-top: 5px;
	border-bottom: none;
}

div#navbar li ul li a
{
	height: auto;
}

div#navbar li ul li.selected
{
	background: url(http://www.italobritannica.it/images/bullet.png) transparent no-repeat 0 4px;
}

div#news
{
	width: 151px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 10px 12px;
	border: 1px solid #456297;
}

div#news ul
{
	list-style-type: none;
}

div#news ul li
{
	margin: 10px 0;
	border-bottom: 1px dashed #456297;
}

div#follow
{
	margin-top: 20px;
	padding-left: 30px;
}

table td
{
	padding-bottom: 5px;
	padding-right: 20px;
}

div#soci
{	
	padding-bottom: 20px;
	border: 2px solid #b2001e;
	background-color: #FFF;
}

div#soci ul
{
	list-style-type: none;
	margin: 20px 15px;
}

div#soci li
{
	float: left;
	margin-right: 5px;
}

div.gallery-album img, div.gallery-images img
{
	width: 212px;
	padding: 1px;
	border:1px solid #CCC;
}

div.home-images, div.gallery-album, div.gallery-images
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 212px;
}

div#navbar, div#news, div#follow
{
	float: right;
	margin-right: 20px;
}

div#body_image
{
	margin-bottom: 20px;
}

div#body_image img
{
	width: 656px;
}

div#body_text table
{
	margin-bottom: 0;
}

div#footer-inner p
{
	padding-left: 55px;
	padding-right: 140px;
}

.hide
{
	display: none;
	visibility: hidden;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.row
{
	margin: 0 auto;
}

.row,
.nested,
.block
{
	overflow: hidden;
}

div.full-width
{
	width: 100%;
}

.nested
{
	float: left;
	margin: 0;
	width: 100%;
}

div.alpha
{
	margin-left: 0;
}

div.omega
{
	margin-right: 0;
}
