@charset "utf-8";
/* CSS Document Florin Interiors */

body {
	background: #322f2a url(../images/bg.gif) no-repeat scroll 0px 100px;
	text-align: center;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 800px;
	height: 624px;
	margin: 30px auto 0px;
	text-align: left;
}

#left {
	width: 400px;
	float: left;
	background: #ffffff;
	margin: 0;
}

#content{
	margin-top: 324px;
	background: #ffffff;
	padding: 20px;
	overflow: auto;
	height: 260px;
}


#home #wrapper {
	background: #322f2a url(../images/home/main.jpg) no-repeat right center;
}

#home #wrapper #left {
	background: #322f2a url(../images/home/collage.jpg) no-repeat;
}

#about_us #wrapper {
	background: #322f2a url(../images/about_us/main.jpg) no-repeat right center;
}

#about_us #wrapper #left {
	background: #322f2a url(../images/about_us/collage.jpg) no-repeat;
}

#hotels_leisure #wrapper {
	background: #322f2a url(../images/hotels_leisure/main.jpg) no-repeat right center;
}

#hotels_leisure #wrapper #left {
	background: #322f2a url(../images/hotels_leisure/collage.jpg) no-repeat;
}

#corporate #wrapper {
	background: #322f2a url(../images/corporate/main.jpg) no-repeat right center;
}

#corporate #wrapper #left {
	background: #322f2a url(../images/corporate/collage.jpg) no-repeat;
}

#residential #wrapper {
	background: #322f2a url(../images/residential/main.jpg) no-repeat right center;
}

#residential #wrapper #left {
	background: #322f2a url(../images/residential/collage.jpg) no-repeat;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #575249;
}

h1 span {
	font-size: 1.3em;
	font-weight: bold;
	color: #5b6763;
}

p, ul, ol {
	font-size: 1.3em;
}

p{
	line-height: 1.5em;
	margin: 10px 0 10px;
}

a:link, a:visited {
	color: #686257;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #444039;
	text-decoration: underline;
	}

ul {
	margin-top: 0;
	margin-bottom: 12px;

}


#nav {
	background: none;
	width: 114px;
	position: absolute;
	display: inline;
	margin-left: 286px;
	margin-top: 247px;
	padding: 15px 0px;
	text-align: right;
}

* html #menu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 102px ;
}

#wrapper #nav #menu {
	/*	border: 1px solid #3d4544;*/
/*	background: #5b6763;*/
	background: none;
	border-bottom-width: 0;
	width: 100%;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu a{
	font-size: 0.9em;
	padding: 7px 8px 7px 5px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #BEB29F;
	text-decoration: none;
	/*	border-bottom: 1px solid #3d4544;*/
	text-align: right;
	margin-top: 10px;
	background-color: #322f2a;
}

#menu a:visited {
/*	color: #595959 ;*/
}

html>body #menu a{ /*Non IE rule*/
	width: auto;
}

#menu a:hover{
	background-color: #575757;
	color: #ffffff;
}

#menu li.current a {
	background-color: #e1ddd2;
	color: #322f2a;
	font-weight: bold;
	}
	
#wrapper #left #content ul li {
	margin-bottom: 4px;
}

#footer {
	width: 800px;
	margin: 10px auto;
	text-align: center;
	color: #aca290;
	font-size: 1.2em;
	line-height: 1.5em;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #888072;
}
	
#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
}
hr {
	display: none;
}
#web {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
#web a img {
	border-style: none;
}
