body {
	background: url(../images/bg-body.jpg) top;
	background-color: #595448;
	color: #fff;
	line-height:170%;
}

body, input, textarea, select, td, div, code {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select
{
	
}

a {
	color: #fff;
}

h1 {
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 10px 0px;
		font-size:14px;
		border-bottom: 1px solid #E9E8E0;
		font-weight: bold;
}

h2 {
	font-size:14px;
	margin: 0px 0px 15px 0px;
}

.logo {
	background:url(../images/toscana-logo.png) top left no-repeat;
	width: 180px;
	height: 87px;
	position:relative;
	cursor: pointer;
}

.logo a{
	width: 180px;
	height: 87px;
	display: block;
}

.clear{
	clear:both;
}

.section-top{
	margin: 10px 0px 0px 0px;
	height: 105px;
}

.section-menu{
	float: right;
	width: 685px;
}

.section-menu ul {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.section-menu ul li{
	float: left;
	list-style: none;
	margin: 0px 25px 0px 0px;
}

.section-menu ul li a{
	text-decoration: none;
}

.section-menu ul li a.active{
	text-decoration: underline;
}

.default-menu {
	text-align:left;
	margin: 35px 0px 0px 0px;
	padding:5px 0px 10px 0px;
	border-bottom:2px solid #E9E8E0;
	color:#fff;
	position:relative;
	z-index:10;
	
}


.default-menu a{
	text-decoration:none;
	color:#e0e0e0;
	margin:0px 30px 10px 0px;
	font-size:11px;
	padding:0px 0px 12px 0px;
	font-weight: bold;
}

.default-menu a:hover{
	text-decoration:none;
	color:#e0e0e0;
}

.default-menu a.active{
	color:#aa0000;
	border-bottom:2px solid #352618;
	background:url(../images/dmenu-a.gif) bottom center no-repeat;
}

.default-menu .search-form{
	float:right;
	text-align: right;
}

.default-menu .search-form input{
	background-color:#b0b0b0;
	border: 1px solid #777;
	color: #fff;
}

.content-site{
	width: 990px;
	background:url(../images/bg-container.png) bottom repeat-x;
	background-color:#352618;
}

.content-site .block{
	padding: 14px;
}


.content, .content-front, .content-content, .content .wrap-content{
	text-align:left;
	color: #4D3622;

}
.content{
	background: url(../images/content.png) top repeat-x;
	background-color: #E8E6DF;
}

.content .content-front{
	background: url(../images/content-front.jpg ) bottom right no-repeat;
	
}

.content .content-content{
	background: url(../images/content-content.jpg) bottom right no-repeat;
	
}

.content .wrap-content {
	padding: 20px 20px 65px 20px;
}
.content .content-content .wrap-content {
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

.content .content-front .wrap-content{
	min-height: 450px;
	height:auto !important;
	height: 450px;
}
	
.content a img{
	border:0px;
}

.content a {
	color: #7E4821;
}

.content a:hover {
	color: #cc0000;
}

.content .header-front {
	background: url(../images/header-front.jpg) bottom no-repeat;
	height: 330px;
	border-bottom: 1px solid #ccc;
}

.content .header-content {
	background: url(../images/header-front.jpg) bottom no-repeat;
	height: 240px;
	border-bottom: 1px solid #ccc;
}

.content .home-menu {
	padding:10px 25px;
}

.content .home-menu a{
	text-decoration:none;
	color:#4D3622;

}

.content .home-menu a:hover{
	color:#aa0000;
}

.content .home-menu ul li {
	padding: 3px 0px;
}

.content .home-menu ul {
	list-style:none;
	font-size:18px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.content .search-result{
	border-top:1px solid #E9E8E0;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

.content .search-form{
	margin: 5px 0px;
	padding: 10px 0px 5px 0px;
	width:auto;
}

.content .search-title{
	font-size:14px;
	
}

.content .search-result a{
	text-decoration:none;
}

/* default content */

.content-content .default-content {
	float: left;
	width: 650px;
	text-align: justify;
}

.content-front .wrap-content .default-content {
	float: left;
	width: 530px;
	text-align: justify;
}

.content .info-content {
	float: right;
	width: 245px;
	margin-left:25px;
}

.content .info-content .div-block .wrap{
	padding: 15px;
}

.content .info-content .div-block{
	background: url(../images/flower-right.jpg) bottom right no-repeat;
	border: 2px solid #352618;
}



.content .info-content ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.content .info-content ul li{
	padding:1px 0px;
	font-weight:bold;
}

.content .info-content ul li a{
	text-decoration:none;
	font-weight: normal;
	display: block;
	padding:1px 5px;
	background-color: #f5f5f5;
	color: #bb0000;
}

.content .info-content ul li a:hover{
	background-color: #f0f0f0;
}

.content .info-content ul li a.active{
	background-color: #e0e0e0;
}

.content .bg-front{
	display:none;
}

.content .bg-gallery{
	border-bottom: 1px solid #ccc;
	padding: 7px 0px 7px 9px;
	position:relative;
	margin:0px 0px 0px 0px;
	background-color: #f5f5f5;
}

.content .bg-gallery  a{
	display:block;
}

.content .bg-gallery .box{
	float:left;
	width:170px;
	height:110px;
	display:block;
	margin-right:7px;
	position:relative;
	cursor:pointer;
	overflow: hidden;
	border:2px solid #ccc;
}

.default-content .img, .default-content .img-rst{
	display:block;
	margin: 5px 0px 5px 15px;
	position:relative;
	
}
.default-content .img-rst{
	margin: 5px 0px 0px 0px;
}

.default-content .img img, .default-content .img-rst img {
	border: 2px solid #352618;
}

/* contact */

.contact input{
	width:290px;
}
	
.contact textarea {
	width:100%;	
	height: 100px;
	overflow:auto;
}

.submit{
	width:auto;
	margin: 0px;
}

.contact .submit{
	width:auto;
}
.contact div {
	margin:0px 0px 5px 0px;
}

.contact .contact-message{
	color:#aa0000;
	margin:0px 0px 5px 0px;
}

.contact .contact-address {
	float:right;
	margin: 0px 0px 0px 0px;
	width: 50%;
}

.contact-address div.map{
	margin:0px 0px 0px 0px;
}

.contact-address div.map a{
	text-decoration:none;
	background-color: #aa0000;
	color: #fff;
	padding: 1px;
}



/* FOR CATALOG */

.info-content .filter-residence h3, .content-front .filter-residence h3{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	font-size:14px;
	border-bottom: 1px dotted #E2E0D7;
}

.content-front .filter-residence h3{
	border-bottom: 1px solid #E2E0D7;
}

.content-front .filter-residence{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #E2E0D7;
}

.content-front .filter-residence select{
	margin: 0px 5px 0px 0px;
	width: 29%;
}

.info-content .filter-residence select{
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.info-content .filter-residence input{
	margin: 0px 0px 10px 0px;
	width: 99%;
}

.info-content .filter-residence input.submit{
	width: auto;
	margin: 0px;
}

.filter-residence select{
	margin: 0px 5px 0px 0px;
	width: 29%;
}

.filter-residence form {
	padding: 0px;
	margin: 0px;
}

.catalog-filters {
	background: url(../images/flower-left.jpg) top right no-repeat;
	background-color: #E2D9CD;
	border: 2px solid #352618;
	margin:0px 0px 10px 0px;
	position:relative;
	z-index:10;
}

.category-filters .pagination{
	border-top:1px solid #DCDACD;
	margin-bottom: 5px;
}

.catalog-filters .wrap{
	padding: 10px;
}

.info-content .catalog-categories{
	margin:0px 0px 0px 0px;

}

.info-content .catalog-categories a{
	display:block;
	text-decoration:none;

	
}

.info-content .catalog-categories a.categories{
	display:block;
	padding:1px 5px;
	text-decoration:none;
	font-weight: bold;
	padding:0px 0px 5px 0px;
	border-bottom: 1px dotted #E2E0D7;
	margin: 0px 0px 5px 0px;
	
}

.info-content .catalog-categories a.categories:hover{
	text-decoration:none;

}

.info-content .catalog-categories a:hover{
	text-decoration:underline;
}


.info-content .subcategories-menu {
	padding-left: 15px;
	position:relative;
	display:block;
	
}

.star {
	position:relative;
	display: block;
	width: 45px;
	height: 34px;
	padding: 1px 5px;
	font-weight: bold;
	color: #fff;
	background:url(../images/star.png) top left no-repeat;
	margin: 3px 0px -40px 0px;
	z-index:3000;
}

a .star{
	text-decoration:none;
}

.houses-list-featured, .houses-list{
	display:block;
	border-top:1px solid #DCDACD;
	padding:10px 0px;
}

.houses-title{
	font-size:14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	z-index:2000;
	position:relative;
}

.houses-title a{
	text-decoration:none;
}

.houses-list-featured {
	background: url(../images/houses-list-featured.png) bottom left repeat-y;

}

.houses-list-featured .houses-price, .houses-list .houses-price {
	float: right;
	font-size:11px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	z-index:2000;
	position:relative;
}

.houses-list .houses-extra, .houses-list-featured  .houses-extra{
	font-weight: bold;
	margin: 10px 145px 5px 0px;
	border-right: 1px dotted #DCDACD;
	z-index:2000;
}

.houses-image{
	position:relative;
	z-index:2000;
	cursor: pointer;
}

.houses-price {
	font-size:14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.houses-line{
	margin: 8px 0px;
}

.houses-extra{
	font-weight: bold;
}

.houses-extra-info{
	margin: 0px 0px 0px 20px;
	float: right;
	min-width: 250px;
	width: auto !important;
	width: 250px;
}


.houses-extra-info .house-plans{
	border: 2px solid #352618;
	padding: 0px 5px 2px 5px;
	margin: 0px 0px 10px 0px;
	background:url(../images/flower-left.jpg) top right no-repeat;
	font-weight:bold;
	color: #352618;
}

.houses-extra-info .house-plans a{
	display: block;
	padding: 0px;
}


.houses-list-featured .product-image, .houses-list .product-image, .product-image{
	margin: 3px 20px 5px 0px;
}

.product-image {
	margin: 0px;
}

.content .default-content .product-image{
	padding:1px;
	border: 2px solid #352618;
}

.content .default-content .product-image-list-first, .content .default-content .product-image-list{
	border: 2px solid #352618;
	margin: 10px 0px 10px 0px;
	float: left;
	width: 119px;
	padding: 0px;
	
}
.content .default-content .product-image-list-first a, .content .default-content .product-image-list a{
	padding: 1px;
	display: block;
}

.content .default-content .product-image-list-first span, .content .default-content .product-image-list span{
	width: 117px;
	height: 80px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.content .default-content .product-image-list{
	margin-left: 10px;
}


.product-front{
	position:absolute;
	padding: 5px;
	border:1px solid #ccc;
	background:url(../images/product-featured.jpg) top repeat-x;
	background-color: #fff;
	z-index:10;
	width: 170px;
	display:block;
	color: #4D3622;
}

.product-discount{
	background:url(../images/product-discount.jpg) no-repeat top left;
	padding: 2px 15px;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}

.product-front  .title {
	font-size: 14px;
	font-weight: bold;
	color: #4D3622;
}
.product-front  .price {
	font-size: 11px;
	font-weight: bold;
	color: #4D3622;
}

.houses-no{
	margin:10px 0px 0px 0px;
	font-weight: bold;
}

.houses-recipe {
	margin:25px 0px 0px 0px;
}

.houses-recipe td {
	color: #4D3622;
	border-top:1px solid #f0f0f0;
	padding: 5px 0px;
}

.houses-recipe td.head{
	font-weight: bold;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	font-size:14px;
}

.houses-recipe .td1{
	width:20%;
}
.houses-recipe .td2{
	width:70%;
	padding: 0px 15px;
	font-weight: bold;
}
.houses-recipe .td3{
	text-align: right;
	font-weight: bold;
}
	

.category-text{
	margin: 0px 0px 20px 0px;
}

.categories{

}

.read-more {
	margin: 5px 0px 0px 0px;
}


.footer {
	color:#A6764A;
	margin:0px 0px 35px 0px;
	padding: 5px 0px 0px 0px;
	width: 960px;
	text-align:left;
}

.footer a{
	color:#A6764A;
}



/* div websites pagination numbers*/

.pagination {
	margin: 10px 0px -5px 0px;
	padding: 10px 0px 5px 0px;
	border-top: 1px dotted #D0BEAA;
}

.pagination a {
	padding: 1px 3px;
	margin: 1px;
	border: 1px solid #352618;
	text-decoration: none; /* no underline */
	color: #352618;
	background-color:#fff;
}

.pagination a:hover, div.pagination a:active {
	border: 1px solid #352618;
	color: #fff;
	background-color: #352618;

}

.pagination span.current {
	padding: 1px 3px;
	margin: 1px;
	border: 1px solid #352618;
	background-color: #352618;
	color: #fff;
}

.pagination span.disabled {
		padding: 1px 3px;
		margin: 2px;
		border: 1px solid #e0e0e0;
		color: #000;
}

.frontpage-page{
	margin: 0px 0px 20px 0px;
}


/* sliders */

#frontpage {
	background: url(../images/flower-right.jpg) bottom right no-repeat;
	background-color: #E2D9CD;
	border:2px solid #352618;
	margin: 10px 0px -45px 0px;
	position:relative;
	z-index:20;
}

#frontpage .wraps{
	padding: 15px;
}

.section-frontpage, .slide, .slide .info-image, .scroller, .scroller a{
	width: 492px;
	height: 135px;
}

.scroller {
	overflow: hidden;
	position: relative;
	z-index:20;
}

.scroller a {
	cursor: pointer;
	display:block;
	z-index:20;
	position:relative;
	overflow: hidden;
	text-decoration: none;
}

.scroller a img{
	border: none;
}

.slide {
	/*background-color: #352618;*/
	color: #fff;
	float: left;
	
}


.slide .frontlist-block .infotitle{
	color: #fff;
	background-color:#352618;
	padding: 3px 5px;
}


.slide .frontlist-block{
	float: left;
	width: 153px;
	height: 130px;
	display: block;
	border: 2px solid #352618;
	overflow: hidden;
}

/* end sliders */


/* toscana - imobiliare */
.toscana {
	float:right;
	color: #fff;
	margin: -35px 0px 0px 0px;
	background-color: #352618;
	padding: 5px 10px 6px 10px;
	position: relative;
	z-index:10;
}

.toscana a{
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: bold;
}

.toscana a:hover{
	text-decoration: underline;
	display: block;
	color: #fff;
	font-weight: bold;
}

.toscana code{
	color: #fff;
	font-weight: bold;
}

.inform{
	display: none;
}

.front-links {
	margin: -5px 0px 5px 0px;
	font-weight: bold;
}

.front-links ul{
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 10px;
}

.FrontPromo{
	float: right;
	font-weight: bold;
	border:2px solid #271C12;
	margin: -10px 0px 10px 0px;
	background:#E2D9CD url(../images/flower-right.jpg) bottom right no-repeat;
}

.FrontPromo .fWrap{
	padding: 10px 13px;
}

.FrontPromo h3{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #BBA084;
	font-size: 14px;
}

.FrontPromo  .fWrap a{
	display: block;
	text-decoration: none;
	color: #281D12;
}

.FrontPromo .fWrap a:hover{
	text-decoration: underline;
}