/*  
Theme Name: Pozza Ski Rent
Author: baga
Author URI: http://www.bagaweb.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS, Tahoma, Times New Roman, Times, serif; 
}
a {
	outline: none;
	text-decoration: none;
}
ul { 
	list-style: none;
}
#header-wrapper {
	height: 545px;
	background: #1e3990 url(../img/bg-header.png) repeat-x;
}
#header {
	margin: 0 auto;
	width: 900px;
}
#pagetitle {
	float: left;
	width: 600px;
	height: 60px;
}
#pagetitle h1 {
    font-size: 1.8em;
	padding: 15px 0;
	color: #fff;
	letter-spacing: -1px;
}
#lang {
	float: left;
	width: 300px;
	height: 60px;
}
#lang li {
	margin: 30px 0 0 0;
	float: right;
}
#lang li a {
	width: 28px;
	height: 16px;
	margin: 0 0 0 10px;
	display: block;
}
#lang li a#it {
	background: url(../img/flag-it.png) no-repeat;
}
#lang li a#en {
	background: url(../img/flag-uk.png) no-repeat;
}
#header-img {
	float: left;
	margin: 0 auto;
	width: 890px;
	height: 480px;
    background: #fff;
	border: 5px solid #fff;
}
#content-wrapper {
	background: #fff;
}
#content {
	margin: 0 auto;
	width: 900px;
	padding: 10px 0 20px 0;
}
#content h3 {
	font-size: 1.8em;
    line-height: 2.4em;
	color: #1e3990;
	font-style: italic;
}
#content p {
	padding: 5px 0;
	color: #222;
    line-height: 1.6em;
}
#content img {
	padding: 4px;
	border: 1px solid #ddd;
}
.col-left {
	float: left;
	width: 470px;
	margin: 0 20px 0 0;
}
.col-right {
	float: left;
	width: 410px;
}
.clearer {
	clear: both;
	height: 10px;
}
iframe {
	overflow: hidden;
}
#content object, #content iframe {
	width: 460px; 
	height: 300px;
	border: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
}
#footer-wrapper {
	height: 110px;
	background: #1f2e4a url(../img/bg-footer.png) repeat-x;
}
#footer {
	margin: 0 auto;
	width: 900px;
}
#footer p {
	color: #fff;
	font-size: 0.8em;
	font-style: italic;
}
#footer p a {
	color: #bacbff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#address {
	float: left;
	width: 692px;
	height: 90px;
	margin: 20px 0 0 0;
}
#credits {
	float: left;
	width: 208px;
	height: 50px;
	margin: 55px 0 0 0;
	text-align: center;
}