/*  
Theme Name: Fassa Gas
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: Verdana, Times New Roman, Times, serif; 
}
a {
	outline: none;
	text-decoration: none;
}
ul { 
	list-style: none;
}
body{
	background: #000;
}
#header-wrapper {
	background: url(img/bg-header-wrapper.png) repeat-x;
}
#header {
	margin: 0 auto;
	width: 980px;
	height: 185px;
	background: url(img/head.png);
}
#main-wrapper {
	background: #d1d2d4;
}
#main {
	margin: 0 auto;
	width: 980px;
	background: url(img/orizzontale0.png) repeat-y;
}
#left-spacer {
	float: left;
	width: 295px;
	height: 300px;
}
#content {
	float: left;
	width: 390px;
}
#content h2 {
	font-size: 1.52em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 25px 0 3px 28px;
	margin: 0 0 20px 0;
	background: url(img/bg-h.png) no-repeat left 29px;
	border-bottom: 2px solid #000;
}
#content h2 a {
	color: #000;
}
#content p {
	clear: both;
	padding: 8px 0;
	color: #222;
	font-size: 0.9em;
    line-height: 1.4em;
}
#content p a {
	color: #D1972B;
}
#content p a:hover {
	color: #233E8A;
}
#content img {
	float: left;
	margin: 0 10px 20px 0;
}
#content object, #content iframe {
	width: 388px; 
	height: 388px;
	border: 1px solid #000;
	overflow: hidden;
}
#nav {
	float: left;
	width: 295px;
}
#nav ul {
	margin: 20px 20px 0 80px;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #000;
}
#nav li a {
	font-size: 1em;
	text-transform: uppercase;
	padding: 5px 0 5px 20px;
	display: block;
	letter-spacing: -1px;
	background: url(img/bg-nav.png) no-repeat left 9px;
	color: #000;
}
#nav li a:hover {
	background: url(img/bg-nav-hover.png) no-repeat left 8px;
}
#clearer {
	clear: both;
	height: 0;
}
#footer-wrapper {
	background: #000 url(img/bg-footer-wrapper.png) repeat-x;
}
#footer {
	margin: 0 auto;
	width: 980px;
	height: 160px;
	background: url(img/foot.png) no-repeat;
}
#footer p {
	color: #fff;
	font-size: 0.7em;
	font-family: Trebuchet MS, Verdana, Times New Roman, Times, serif; 
	text-align: right;
	padding: 150px 20px 0 0;
	text-transform: lowercase;
}
#footer p a {
	color: #D1972B;
}
#footer p a:hover {
	color: #233E8A;
}