* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #f6e7f6;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 border: 1px solid white;
 background-color: #D4A9D4;
 background-image: url(../images/sidebar-left-bg.gif);
 background-repeat: repeat-y;
}

.clear {
	clear: both;
}

#leftcolumn { 
 color: #fff;
 background: #EAD7EB;
 margin: 0;
 width: 439px;
 float: left;
 background-image: url(../images/sidebar-left-bg.gif);
 background-repeat: repeat-y;
}

#rightcolumn { 
 float: right;
 color: #fff;
 background: #D4A9D4;
 margin: 0;
 width: 561px;
}

#footer {
 color: #fff;
 width: 1000px;
 margin: 0 auto;
 background: #83468C;
 border-top: 1px solid white;
 font-size: 11px;
}

#footer-content {
	padding: 10px;
}

#box-left-top-container {
	background-color: #D1AAD0;
	width: 100%;
	height: 317px;
}

#box-right-top-container {
	background-color: #C697C5;
	width: 100%;
	height: 317px;
}

#logo-placeholder {
	width: 100%;
	height: 130px;
	background-image: url(../images/aip_logo.gif);
	background-repeat: no-repeat;
	background-color: #D1AAD0;
}
#logo-placeholder a.home {
	display: block;
	height: 130px;
	width: 430px;
}

#topmenu-placeholder {
	width: 188px;
	float: right;
	padding: 0;
	margin: 0;
}

#owner-pic {
	float: left;
	width: 236px;
	height: 181px;
	background-image: url(../images/jane.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 7px;
}

#left-sidebar {
	width: 100%;
}

#left-sidebar-one {
	float: left;
}

#left-sidebar-two {
	width: 188px;
	float: right;
}

#left-sidebar-two-content {
	padding: 0 2px 0 3px;
	text-align: center;
	overflow: hidden;
}

#box-find-a-property {
	color: #000;
}

#search-by-ref {
	background-color: #D3AAD4;
	width: 251px;
	color: #000;
	font-size: 12px;
}

#search-by-ref-content {
	padding: 6px;
}

#join-property-register-title {
	width: 251px;
	height: 30px;
	background-image: url(../images/title-join-our-property-register.gif);
}

#join-property-register { color: #000; }
#join-property-register select {	width: 130px; font-size: 12px; }
#join-property-register td {	padding: 2px 0 1px 6px; font-size: 12px; }


#find-a-property-title {
	width: 251px;
	height: 30px;
	background-image: url(../images/title-find-a-property.gif);	
}

#provence-property-watch {
	background-color: #C797CB;
}
#provence-property-watch-title 
{
	float: right;
	font-family: Tahoma;
	font-size: 2.2em;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ppw-left {
	float: left;
	text-align: left;
	padding: 0 0 5px 7px;
}
#ppwl-top {
	padding: 0 10px 10px;
	text-align: justify;
}
#ppwl-bottom {
	height: 40px;
}

#featured-properties {
	width: 100%;
}
#featured-properties-content {
	padding: 2px 10px;
}

#title-featured-properties {
	margin-top: 2px;
	background-image: url(../images/title-featured-properties.gif);
	background-repeat: no-repeat;
	height: 34px;
}

/*----------------------------- FORM ELEMENTS ----------------*/
fieldset {
	margin-bottom: 7px;
	border: 1px #ccc solid;
	padding-left: 15px;
	text-align: left;
}
fieldset p {margin: 10px 0px;}
textarea, input, select {
	background: #f6e7f6;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

.btn, .btn:focus {
	background: url(../images/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.15em;
	margin: 0;
}

.btn:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
/*------------------------------------Search box left--------*/
.find-a-property-table {
	width: 251px;
}
.find-a-property-table td {
	padding: 5px 0 0 7px;
	font-size: 12px;
}
.find-a-property-table select { 
	width:160px;
}

/*------------------------------------Various index--------*/
#keep-watching {
	background: url(../images/bt-keep-watching.gif) 0 0 no-repeat;
	width: 212px;
	height: 39px;
	display: block;
}
#keep-watching:hover {background-position:0 -39px;}
