* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px 'Droid Sans', Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:#ddd url('img/bg.png') repeat;
}/*http://wp-avenue.themesector.com/wp-content/themes/Avenue/images/patterns/pattern7.png*/
a {
	color: #666;
	outline: none;
	text-decoration: none;
	border-bottom:0px #666 dotted
}
a:hover {
	text-decoration: none;
	color: #333;
	border-bottom:0px #333 dotted
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top:15px
/*	background:url(img/bg-wrap.png) no-repeat;*/
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	/*height: 268px;*/
	text-align:center;
	/*background: #FFE680;*/
}
.divider {margin-top:10px;}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 50px 75px 0px;

}

.box {
width:369px; height:353px; background:#efeeee; border:#D2D2D2 0px solid; text-align:center;
	
	
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:0px 0px 10px 0px #666666;
-webkit-box-shadow:0px 0px 10px 0px #666666;
box-shadow:0px 0px 10px 0px #666666;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
behavior: url(/PIE.htc);
}
.textil {float:left}
.immo {float:right}


.textil h3, .immo h3 {    background: url("img/bg-red2.png") no-repeat scroll 38px -5px transparent;
    color: white;
    font-family: trebuchet MS,tahoma,arial;
    font-size: 180%;
    height: 61px;
    padding-top: 15px;
    text-align: center;}
.immo h3 {    background: url("img/bg-blue2.png") no-repeat scroll 38px -5px transparent;}

.box table {  font-family:'Istok Web', trebuchet MS,tahoma,arial; text-align:left; font-size:15px; width:90%; margin:auto}
.box table td{ padding:2px 0px 2px 16px; color: #666  }
.box .slideshow { margin-left:24px}
.soon { clear:both; text-align:center; padding-top:60px; color:#666}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -30px auto 0;
	height: 30px;
	clear:both
	/*background: #999;*/
}