@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	BASIC
------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #EDEEDC;
	color: #5E0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* -------------------------------------------
	LAYOUT
------------------------------------------- */
#wrapper {
	width: 850px;
	padding: 0 65px;
	background: url(images/background.gif) repeat-y;
	margin: 0 auto;
}
#header {
	width: 848px;
	height: 260px;
	background: #E0E0D0 url(../images/bottomheaderback.gif) repeat-x 0 170px;
	border-left: #D6D6C7 solid 1px;
	border-right: #D6D6C7 solid 1px;
}
#backgroundContents {
	width: 850px;
	background: #F5F6ED url(../images/duotone_2.jpg) no-repeat left bottom;
}
#contents {
	width: 770px;
	padding: 20px 40px 240px 40px;
	background: url(../images/duotone_1.jpg) no-repeat;
}
#footer {
	width: 850px;
	height: 70px;
	background: #C16000;
}
#forcedMargin {
	width: 100%;
	height: 30px;
}

/* -------------------------------------------
	HEADER
------------------------------------------- */
/* Buttons and Title Container ############ */
#bottomheaderleft {
	width: 550px;
	height: 90px;
	float: left;
}
/* Navigation Buttons --------------------- */
ul.headerbuttons {
	height: 44px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
ul.headerbuttons li {
	display: inline;
}
ul.headerbuttons a {
	color: #DFCCCC;
	text-decoration: none;
	display: block;
	float: left;
	width: 99px;
	height: 17px;
	background: url(../images/headerbuttons.gif) 0 0;
	padding-top: 2px;
	margin: 12px 0 0 10px;
}
ul.headerbuttons a:hover {
	color: white;
	background: url(../images/headerbuttons.gif) 0 -19px;
}
/* Header Title --------------------------- */
#header h3 {
	margin: 10px 0 0 20px;
	padding: 0;
	text-align: left;
}
#header h3 strong {
	background: #5E0000;
	color: white;
	font-weight: normal;
}
/* Right Image Side ####################### */
#languages {
	width: 180px;
	height: 64px;
	background: url(../images/languages.gif) no-repeat;
	float: right;
	margin-right: 4px;
}
#languages p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#languages p a {
	text-decoration: none;
	color: black;
	display: block;
	float: right;
	margin-top: 46px;
	margin-right: 15px;
}
#languages p a:hover {
	color: #C16000;
	text-decoration: underline;
}

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Vertical Menu -------------------------- */
#verticalMenu {
	list-style: none;
	width: 150px;
	height: 180px;
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}
#verticalMenu li {
	margin-bottom: 8px;
}
#verticalMenu a {
	background: url(../images/verticalMenuButton.gif) no-repeat 0 0;
	width: 120px;
	height: 19px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	margin: 0 auto;
	padding-top: 2px;
	color: #5E0000;
}
#verticalMenu a:hover {
	background: url(../images/verticalMenuButton.gif) no-repeat 0 -21px;
	color: white;
}
/* Main Titles ---------------------------- */
#contents h2 {
	font-size: 28px;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	margin: 10px 0 0 20px;
	padding: 0;
	text-align: left;
}
#contents strong.normal {
	font-weight: normal;
	padding: 0;
	font-size: 18px;
}
#contents .orange {
	color: #F98D21;
}
#contents strong.italicHead {
	font-style: italic;
	margin: 20px auto;
	font-size: 24px;
}
#contents h2.italicHead {
	font-style: italic;
	margin: 20px auto;
}
/* Division Availability ------------------ */
#divAvailabitily {
	width: 768px;
	height: 150px;
	background: #E0E0D0 url(../images/vignette_1.gif) no-repeat 10px 10px;
	border: #C16000 solid 1px;
	margin-bottom: 30px;
	text-align: left;
}
#divAvailabitily h3 {
	margin: 20px 0 10px 130px;
	padding: 0;
}
#divAvailabitily table {
	width: 540px;
	margin: 0 0 0 130px;
	border-bottom: #5E0000 solid 1px;
	padding-bottom: 6px;
}
#divAvailabitily th {
	background: #FDC692;
	font-size: 14px;
	padding: 2px 0;
	text-align: center;
}
#divAvailabitily td {
	width: 180px;
	vertical-align: bottom;
	text-align: center;
	height: 30px;
}
.whiteBorder {
	border-right: white solid 2px;
}
#divAvailabitily input {
	height: 14px;
	width: 140px;
}
#divAvailabitily p {
	margin: 10px 0 0 130px;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
/* Go Button ------------------------------ */
a.goButton {
	width: 60px;
	height: 17px;
	background: url(../images/goButton.gif) no-repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #F6F6F1;
	padding-top: 2px;
	margin: 6px 0 0 0;
}
a.goButton:hover {
	background: url(../images/goButton.gif) no-repeat 0 -19px;
}
/* First Column ########################### */
#firstColumn {
	width: 210px;
	float: left;
	text-align: left;
}
#firstColumn ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#firstColumn ul li {
	background: url(../images/squareOrange.gif) no-repeat 0 7px;
	padding-left: 16px;
}
/* Second Column ########################## */
#secondColumn {
	width: 580px;
	margin: 0 0 0 210px;
}
#frameText {
	width: 580px;
	background: url(../images/frame_back.gif) repeat-y;
}
#frameTextTop {
	width: 580px;
	height: 20px;
	background: url(../images/frame_top.gif) no-repeat;
}
#frameTextBottom {
	width: 580px;
	height: 40px;
	background: url(../images/frame_bottom.gif) no-repeat;
}
#frameText h4 {
	padding: 0 40px 10px 40px;
	margin: 0;
	color: #F98D21;
}
#frameText ul {
	text-align: left;
	margin: 10px 50px 0 30px;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	list-style: none;
}
#frameText ul li {
	padding: 0 0 6px 12px;
	background: url(../images/squareBrown.gif) no-repeat 0 7px;
}
/* Vignettes ------------------------------ */
#vignettes {
	width: 770px;
	height: 300px;
	clear: left;
}
.divAllApartments {
	width: 248px;
	padding-left: 130px;
	border: #C16000 solid 1px;
	background: #E0E0D0 url(../images/vignette_2.gif) no-repeat 10px 10px;
	height: 90px;
	text-align: left;
	float: left;
}
.parisMap {
	width: 248px;
	padding-left: 130px;
	border: #C16000 solid 1px;
	margin-left: 390px;
	background: #E0E0D0 url(../images/vignette_5.gif) no-repeat 10px 10px;
	height: 90px;
	text-align: left;
}
.specialOffer {
	width: 248px;
	padding-left: 130px;
	border: #C16000 solid 1px;
	margin: 10px 0 0 0;
	background: #E0E0D0 url(../images/vignette_3.gif) no-repeat 10px 10px;
	height: 90px;
	text-align: left;
	float: left;
}
.beauParisForum {
	width: 248px;
	padding-left: 130px;
	border: #C16000 solid 1px;
	margin: 10px 0 0 390px;
	background: #E0E0D0 url(../images/vignette_4.gif) no-repeat 10px 10px;
	height: 90px;
	text-align: left;
}
.auctions {
	width: 248px;
	padding-left: 130px;
	border: #C16000 solid 1px;
	margin: 10px auto 0 auto;
	background: #E0E0D0 url(../images/vignette_6.gif) no-repeat 10px 10px;
	height: 90px;
	text-align: left;
}
.backauctions {
	width: 248px;
	height: 74px;
	background: url(../images/comingsoon.gif) no-repeat right bottom;
}
#vignettes h3 {
	margin: 15px 0 0 0;
	padding: 0;
}
#vignettes p {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------
	FOOTER
------------------------------------------- */
#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: white;
}
#footer a {
	text-decoration:none;
	font-size: 11px;
	color: white;
}
