 
body, form, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

body {
	background:#dedec4;
	font: 11px Tahoma, Verdana, Arial;
	color:#636531;
}

hr {
	display: none;
}

a img {
	border:none;
}

.clear {
	clear:both;
}


#page {
	width:924px;
	margin:0 auto 10px;
}


/* Header */
#header {
	background:#FFFFFF;
	height:90px;
	overflow:hidden;
}
#logo {
	width:300px;
	float:left;
	padding: 10px 0 0 30px;
}
#logo h1 {
	background:url(images/logo_f_m.jpg) no-repeat;
	width:138px;
	height:70px;
	text-indent:-10000px;
}

#topContact {
	width:300px;
	float:right;
	text-align:right;
	padding: 15px 20px 0 0;
}


/* Container */
#container {
	background:#f9f3e5;
	padding: 10px 0;
}
#container a {
	color:#931212;
	text-decoration:underline;
}
#container a:hover {
	text-decoration:none;
}
#container h1 {
	font: italic bold 18px Futura, Arial, Helvetica, sans-serif;
}
#container ul {
	margin:0 0 0 20px;
	padding:0;
}


#leftCont {
	width:260px;
	float:left;
	margin-right:10px;
	background:#e8e1cf url(images/round_04.jpg) no-repeat right bottom;
	min-height:270px;
	_height:270px;
}
#leftPane {
	background:url(images/round_02.jpg) no-repeat right top;
	padding: 20px 20px 10px 30px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#leftPane ul {
	margin:0;
	padding:0;
}
#leftPane ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#leftPane ul li a {
	color:#636531;
	text-decoration:none;
	height:30px;
	line-height:30px;
	padding-left:22px;
	background:url(images/icon_left_m.jpg) no-repeat left center;
}
#leftPane ul li a:hover {
	color:#931212;
}


#midCont {
	width:344px;
	float:left;
	background:#e8e1cf url(images/mid_bot.jpg) no-repeat bottom;
	min-height:270px;
	_height:270px;
}
#midPane {
	background:url(images/mid_top.jpg) no-repeat top;
	padding: 20px 20px 10px 20px;
}


#rightCont {
	width:300px;
	float:right;
	margin-left:10px;
	background:#e8e1cf url(images/round_03.jpg) no-repeat left bottom;
	min-height:270px;
	_height:270px;
}
#rightPane {
	background:url(images/round_01.jpg) no-repeat left top;
}
#rightBg {
	background: url(images/pic_mr_chateau.jpg) no-repeat right center;
	padding: 20px 135px 10px 25px;
	min-height:210px;
	_height:210px;
}

#rightBgnew{
	padding: 5px 135px 10px 15px;
	min-height:210px;
	_height:210px;
}


#content {
	width:654px;
	float:right;
	background:#e8e1cf url(images/round_03.jpg) no-repeat left bottom;
	min-height:240px;
	_height:240px;
}
#contBg {
	background:url(images/round_01.jpg) no-repeat left top;
	padding: 20px 20px 10px 20px;
	min-height:210px;
	_height:210px;
}

.border td {
	border:1px solid #FFFFFF;
}




/* Footer */
#footer {
	background:#636531;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:40px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footLeft {
	width:600px;
	float:left;
	height:40px;
	line-height:40px;
	padding-left:30px;
}
#footRight {
	width:250px;
	float:right;
	height:40px;
	line-height:40px;
	text-align:right;
	padding-right:20px;
}



/* Menu */
#menu {
	height:37px;
	background:#cad2a3;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#636531;
	border-bottom:4px solid #FFFFFF;
}
#menuWrap {
	float:right;
}

#menu ul {
	margin:0;
	padding:0;
	float:left;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
}
#menu h2 {
	margin:0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#menu a {
	color:#636531;
	text-decoration:none;
	padding: 18px 30px 5px 11px;
	height:37px;
	line-height:37px;
	background:url(images/m_sep.jpg) no-repeat left top;
	display:block;
	float:left;
}
#menu a:hover {
	color:#931212;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #bdbf80;
	border-width: 1px 1px 0;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	border-bottom:1px solid #bdbf80;
	display:block;
}
#menu ul ul li a {
	width:150px;
	background:#cad2a3;
	color:#636531;
	display:block;
	float:none;
	padding:5px;
}
#menu ul ul li a:hover {
	background:#FFFFFF;
	color:#931212;
}

#menu ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li { float: left;}

#menu li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%;font: bold 11px arial, helvetica, sans-serif;}

<![endif]-->
