/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

a{outline: none;}

/*------------------------------------------
    	Reusable Classes
------------------------------------------*/

.hide{display: none !important;}
.todo{color:#f00;}
/*------------------------------------------
	Interface
------------------------------------------*/

body{
    background: #fff;
    color: #000;
    font-family: "lucida grande", tahoma, verdana, sans-serif;
    font-size: 12px;
}
	
#container{
    text-align: center;
    width: 100%;
}

.wrap{
    text-align: left;
    margin: 0 auto;
    width: 940px;
    padding: 0 0px;
    min-width: 940px;
}
#head, #body, #footlinks, #foot{
    float: left;
    width: 100%;
    clear: both;
    min-width: 960px;
}

/*
    Header
*/
#head {
	border-bottom:5px solid #C3FF68;
	background:#D9FFA9;
}
#head h1{float: left;}
#head h1 a{
    display: block;
    width: 262px;
    height: 30px;
	font-size:.5em;
    border: 0;
}
#head-topmenu{
    float: left;
    width: 925px;
    padding: 1em 0;
}
#head-topmenu ul{
    float: right;
    margin-top: .5em;
}
#head-topmenu ul li{
    float: left;
    margin: 0 0 0 18px;
    padding: 4px 10px 4px 6px;
}
#head-topmenu ul li a{
    display: block;
    border: 0;
    padding-left: 20px;
    color: #000;
    font-size: 12px;
    line-height: 1.5em;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#head-topmenu ul li#link-about a{background-image: url(/images/icon_about.png);}
#head-topmenu ul li#link-contact a{background-image: url(/images/icon_contact.png);}
#head-topmenu ul li#link-gallery a{background-image: url(/images/icon_gallery.png);}
#head-topmenu ul li#link-language-en a{background-image: url(/images/lang-en.gif);}
#head-topmenu ul li#link-language-it a{background-image: url(/images/lang-it.gif);}

#head-topmenu ul li#link-language-it a:hover #link-language-tooltip { display:block;}
#head-topmenu ul li#link-language-en a:hover #link-language-tooltip { display:block;}


#head-topmenu ul li a #link-language-tooltip {
	display: none;
	position: absolute;
	top: 5px;
	right: 154px !important;
	width: 93px;
	height: 30px;
	background: url(/images/nav-tooltip.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	padding: 1px 0px 0px 0px;
}

#head-topmenu ul li#link-about a:hover, #head-topmenu ul li#link-about .active{color: #4791ba;}
#head-topmenu ul li#link-contact a:hover, #head-topmenu ul li#link-contact .active{color: #709d1a;}
#head-topmenu ul li#link-gallery a:hover, #head-topmenu ul li#link-gallery .active{color: #79a2d8;}
#head-topmenu ul li#link-language a:hover, #head-topmenu ul li#link-language .active{color: #af2222;}
#head-menu{
    float: left;
    width: 100%;
    background: url(/images/bg_menu.png) no-repeat;
    height: 47px;
}
#head-menu p{
    float: left;
    color: #b6b6b6;
    margin: 14px;
}
#head-menu ul{
    float: right;
    margin: 1px 10px 0 0;
}
#head-menu ul li{
    float: left;
	width:130px;
    height: 45px;
	text-align:center;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
}
#head-menu ul li a{
    display: block;
    border: 0;
    padding: 14px 0px;
    color: #bbb;
}

#head-menu ul li:hover{background: url(/images/bg_menu_right.png) no-repeat right 0; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
#head-menu ul li:hover a,
#head-menu ul li:hover a:hover{
    background: url(/images/bg_menu_left.png) no-repeat 0 0;
    color: #fff;
}

#head-menu ul li.selected:hover {filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}
#head-menu ul li.selected{background: url(/images/bg_menu_right.png) no-repeat right 0;}
#head-menu ul li.selected a,
#head-menu ul li.selected a:hover{
    background: url(/images/bg_menu_left.png) no-repeat 0 0;
    color: #fff;
	cursor:default;
}

/*
    Body
*/

#body{
    margin-bottom: 2em;
    padding-top: 2em;
}
#content-main{
    float: left;
    width: 620px;
}
#content-sub{
    float: right;
    width: 300px;
}

/*
    Footer
*/
#footlinks{
	border-top: 1px solid #202020;
    background: #181818;
    padding: 1em 0;
    margin-bottom: 1em;
    color: #aaa;
}
#footlinks ul {
	width:380px;
	margin:0 auto;
}
#footlinks ul li{
    font-size: 12px;
	float:left;
	font-weight:bold;
	padding:0 10px;
}
#footlinks ul li a{color:#bbb;border: 0;}
#footlinks ul li a:hover{color: #fff;}
#foot{
	font-size: 10px;
    color: #444;
	text-transform: uppercase;
	border-top: 1px solid #202020;
}
#foot p{font-size: 11px; font-weight:bold;}
/*------------------------------------------
	Typography
------------------------------------------*/

a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #333;
}
a:hover{
	color: #c00;
}
h1{
    font-size: 36px;
    line-height: 1em;
    color: #000;
    font-weight: bold;
}
h2{
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1em;
    color: #000;
    font-weight: bold;
}
h3{
    font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 1.38em;
	line-height: 1.38em;
}
p{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
blockquote {
margin:22px 40px;
color:#575757;
padding: 0 50px;
background: transparent url("/images/blockquote.gif") no-repeat 0 0;
}
#content-main p{
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 1.5em;
}
dl{margin-bottom: 1.8em;margin-left:-15px;}
dl dt a{
    color: #222;
    font-size: 11px;
    line-height: 1.6em;
	padding-left: 17px;
	border:0;
	/*background: url(/images/bullet_red.png) no-repeat right;*/
}
dl a.active, dl a:hover.active{
	background: url(/images/arrow_left.png) no-repeat 0px 0px;
}
dl a:hover{
	background: url(/images/arrow_left_.png) no-repeat 0px 0px;
	border:0;
}
dl dd{
    margin-bottom: 1.5em;
    color: #3b3b3b;
    line-height: 1.4em;
}
hr{
    border: 1px solid #000;
    background: #202020;
    padding: 1px;
    line-height: 1.8em;
    margin-bottom: 1.8em;
    clear: both;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
#error404 {
	margin:100px auto; 
	text-align:center;
}
/*
    Content Sub
*/
#content-sub .box{
    background: #222;
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 1.5em;
}
#content-sub .box p{margin: 0;}
#content-sub p{
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#content-sub h2{
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
}
#content-sub ul.link-list{
    margin-bottom: 1.5em;
    border-bottom: 2px solid #222;
    padding-bottom: 1.7em;
}
#content-sub ul.link-list li{
    font-size: 13px;
    line-height: 1.8em;
}
/*------------------------------------------
	Home
------------------------------------------*/

#home #content-main{
    width: 100%;
}
#home #content-sub{
    float: left;
    width: 340px;
}
#home #content-main h3{
    font-size: 13px;
	font-weight: bold;
	margin-bottom: 1.38em;
	line-height: 1.38em;
}

#home #content-main #houses ul a{
    display: block;
    text-align: center;
	border:0;
}
#home #content-main #houses ul li { 
	float: left;
    margin: 0 3px 1.5em 0;
	display: inline; 
}
#home #content-main #houses ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#home #content-main #houses ul a img{
    display: block;
    width: 65px;
    height: 49px;
    background: #ccc;
	border: 5px solid #D9FFA9;
	border-width: 5px 5px 20px;
}
#home #content-main #houses ul a:hover img {
	border: 5px solid #C3FF68;
	border-width: 5px 5px 20px;
	color: #fff;
}

#home #content-main #houses ul a:hover { color: #fff; }

#home #content-main .list-group ul li{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	padding-left: 15px;
	background: url(/images/bullet.png) no-repeat 0 .5em;
	text-align:justify;
}
#content-sub #solar_panel{
    background: #222;
    padding: 5px;
}

/*------------------------------------------
	Gallery
------------------------------------------*/
#gallery #content-main{
    width: 100%;
}

/**** FORM ****/
.form div {
    padding: 10px 0 10px 10px;
    clear: left;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.form label {
    display: block;
    float: left;
	text-align: right;
    width: 140px;
    font-weight: bold;
    font-size: 85%;
    padding: 5px;
	padding-right:15px;
    margin: 0;
}


.form .req {
	color:#af2222;
	display: block;
    float: right;
	text-align: right;
    font-weight: bold;
    font-size: 85%;
	padding-top:15px;
	padding-right:40px;
    margin: 0;
	border-bottom: 0px solid #ddd;
}

.form input.form-text, .form textarea.form-text {
    width: 200px;
	padding:5px;
}

.form .form-foot {
    padding-left: 170px;
    border: none;
}


/* ---------- @ Nav -----------*/

#products-list {
	background: #9b9b9b url(/images/bg_nav.gif) no-repeat;
	width:295px;
	padding:4px 0 1px 5px;
	font-size:0.8em;
	}
	
#products-list li {
	list-style:none;
	}

#products-list a, #products-list a:visited {
	width:285px;
	height: 19px;
	margin-top:1px;
	display:block;
	color:#ccc;
	background:url(/images/button.gif);
	padding:3px 0 0 5px;
	border:0;
	white-space:nowrap;
	overflow:hidden;
	line-height:1.6em;
	}

#products-list a:hover, #nav a:active,
#products-list li.current a, #products-list li.current a:visited  {
	background:url(/images/button.gif) 0 -22px;
	text-decoration:none;
	}	

.box-bottom {
	background:url(/images/navbot.gif);
	width:300px;
	height:4px;
	overflow:hidden
}

#products .product {
	border-top:1px solid #ccc;
	padding-top:10px;
	clear:both;
}
#products .product img {
	float:left;
	margin-right:10px;
	width:100px;
}
#products .product p {
    margin-bottom: 5px !important;
	border-bottom:1px solid #eee;
	margin-left:110px;
}
#products h4 {
	clear:both;
	padding-top:20px;
	font-weight:bold;
}
#products .product .code {
	float:right;
	padding-top:10px;
	font-size:11px;
	color:#777
}
#products .product .price {
	font-size: 24px;
	font-weight:bold;
	color:#5c5;
	float:right;
}
#products .product ul li{
	font-size: 11px;
	padding-left: 15px;
	margin-left:150px;
	background: url(/images/bullet.png) no-repeat 0 .5em;
}
#products table {
	margin-left:130px;
	font-size:11px;
	width:490px;
}
#products table tr {
	
}
#products table tr td{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:1px 5px 1px 10px;
	text-align:right;
}
#products table tr:hover{
	background-color: #eee;
}
#products table tr .bb{
	background-color: #eee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left:20px;
	width: 160px;
}
#products .download {
	float:right;
	padding:0;
	padding-left:20px;
	font-weight:bold;
	background: url(/images/download.png) no-repeat 0px 1px;
	border:0;
}

#presentation {
	margin-top:5px;
	padding:5px;
	background: #9b9b9b url(/images/bg_nav.gif) no-repeat;
}
#presentation p {
	color:#333;
	font-size:0.8em;
	margin:0;
}
#presentation h3 {
	text-align:center;
	font-size:1.7em;
	color: #111;
	margin:0;
}

.download {
	display:block;
	margin-top:5px;
	padding:10px;
	padding-bottom:6px;
	background: #9b9b9b url(/images/bg_nav.gif) no-repeat;
}

.download a {
	padding-left:20px;
	font-size: 1.3em;
	font-weight:bold;
	background: url(/images/download.png) no-repeat 0px 4px;
	border:0;
}

.download .type {
	float:right;
	margin-top:4px;
	color:#555;
}

.news {
	display:block;
	width: 572px;
	height:42px;
	padding:10px;
	background: transparent url(/images/news.png) no-repeat;
}

.news a {
	padding-left:20px;
	font-size: 1.3em;
	font-weight:bold;
	background: url(/images/download.png) no-repeat 0px 4px;
	border:0;
}

.intersolar {
	padding:10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight:bold;
	background: #FBEA9B;
	border:1px solid #E1BF48;
	width:550px;
	min-height:110px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.intersolar p {
	padding-top:30px;
}
.intersolar img {
	padding-right:20px;
	float:left;
}

.error {border:1px solid #A90000;padding-left:29px;background:#F8E5E5 url(/images/error.png) no-repeat 10px;}
.success {font-size:10px;border:1px solid #74F019;padding-left:29px;background:#DEF8CA url(/images/success.png) no-repeat 10px;}
