/* --- GENERAL --- */

body, html {
	color: #fff;
	background: #153f44;
}
a {
	color: #fff;
}
/* --- TOP UTILITY --- */
.wrapper_head {
	background: #000;
}
.top_utility {
	background-image: url(img/bg_top.png);
}
.top_utility a {
	color: #000;
}
/* --- MENU --- */
.wrapper_menu {
	background: #ecf7f6;
}
.menu a {
	color: #000;
}
.menu li, .menu .selected {
	background-image: url(img/border_menu.gif);
}
.menu .selected, .menu ul li:hover, .menu ul li:hover a {
	color: #fff;
	background-color: #8bb2ae;
}
.menu ul ul {
	color: #fff;
	background-color: #8bb2ae;
}
.menu ul li:hover li a {
	color: #fff;
}
.menu ul ul li:hover a, .menu ul ul li.selected {
	color: #333;
}
.menu ul ul li, .menu ul ul li.selected {
	border-bottom: 1px solid #ecf7f6;
}
/* --- TEXT --- */
.welcome .article_title, .text1 .article_title, .text2 .article_title {
	color: #fff;
}
.welcome .images {
	border: 5px solid #fff;
}
.text1 .images, .text2 .images {
	border: 5px solid #92988f;
}
.text1 {
	background-color: #fff;
	border-right: 1px dotted #5f5f5d;
	color: #292929;
}
.text1 .article_title, .text2 .article_title {
	color: #292929;
}
.text2 {
	background-color: #fff;
	color: #292929;
}
.text1 .link a, .text2 .link a {
	color: #292929;
}
.chisiamo_left .article_title, .gallery_top .article_title, .listino_left .article_title, .una_colonna .article_title, .contatti_left .article_title, .contatti_center .article_title, .dovesiamo_center .article_title, .dovesiamo_right .article_title {
	color: #fff;
}
.chisiamo_right {
	/*background-color: #fff;*/ 
}
.chisiamo_right .text1, .chisiamo_right .text2 {
	color: #292929;
}
.chisiamo_right .text1 {
	border-bottom: 1px dotted #5f5f5d;
}
.chisiamo_right .images {
	border: 5px solid #fff;
}
.chisiamo_right .article_title {
	color: #292929;
}
.chisiamo_right .article_body {
	color: #292929;
}
.text_window {
	color: #292929;
}
.catalogo {
	border-top: 1px dotted #5f5f5d;
}
.catalogo .window {
	background-color: #fff;
}
.catalogo .window .img_window img {
	border: 5px solid #5f5f5d;
}
.catalogo .window .img_window img:hover {
	border: 5px solid #999;
}
.catalogo .window .ingrandisci {
	border-top: 1px dotted #fff;
	color: #292929;
}
.catalogo .window .ingrandisci:hover {
	color: #292929;
}
.gallery_top {
	border-bottom: 1px dotted #5f5f5d;
}
.gallery img {
	border: 5px solid #5f5f5d;
}
.gallery img:hover {
	border: 5px solid #999;
}
.listino {
	color: #fff;
}
.listino table td {
	background-color:#8bb2ae;
	color:#494437;
}
.listino table .header_prezzo td {
	background-color: #ecf7f6;
}
.dovesiamo_left {
	background: #fff;
	color: #292929;
}
.dovesiamo_left a {
	color: #292929;
}
.dovesiamo_center {
	border-right: 1px dotted #7b7a77;
}
.contatti_left, .contatti_center {
	border-right: 1px dotted #7b7a77;
}
.prev_scrivici .form_detail input, .prev_scrivici .text_area textarea {
	border: 1px solid #8bb2ae;
	background-color: #ecf7f6;
	color: #292929;
}
/* --- FOOTER --- */
.footer_content {
	color: #fff;
	background-image: url(img/bg_footer.gif);
}
