﻿@charset "utf-8";
/* CSS Document */

body { behavior:url("csshover.htc"); }

*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color:#776153;
}


body{
	background:url(../images/bg.gif) repeat-x #fbede2 left -100px;
}


#container{
	width: 775px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	min-height: 520px;
	top: 90px;
	background:url(../images/bg_main.png) repeat-y;
	z-index:8;
	display:block;
}

#cap{
	background:url(../images/bg_cap.png) no-repeat;
	position:absolute;
	top:-4px;
	left: 0px;
	height:4px;
	width:780px;
	z-index:9;
}

#foot{
	background:url(../images/bg_foot.png) no-repeat;
	position:absolute;
	bottom:-4px;
	left:-2px;
	height:4px;
	width:780px;
	z-index:10;
}

#header img {
	width: 753px;
	position:relative;
	margin:4px auto 0px;
	display:block;
	clear:both;
	border: 1px solid #dd8176;
	height:70px;
	overflow:hidden;
}


#logo {
	position:absolute;
	display:block;
	height:130px;
	width:162px;
	top:88px;
	left: 50%;
	margin-left:-397px;
	background:url(../images/logo.png) no-repeat left bottom;
	overflow:hidden;
	z-index:201;
}

a,
a:visited,
a:visited:hover,
a:hover,
#info{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#634543;
}

a:visited:hover,
a:hover{
	color: #660033;
}

a.floral,
a.floral:visited{
	background:url(../images/floral_off.jpg) no-repeat;
	display:block;
	width:359px;
	height:80px;
	border: 1px solid #da8078;
	position:absolute;
	left: 50%;
	top: 174px;
	z-index:200;
	clear:both;
	margin-left:-390px;
	padding-top:320px;
	padding-left:15px;
}

a.floral:hover,
a.floral:visited:hover {
	background:url(../images/floral_on.jpg) no-repeat;
}

#bg{
	display:block;
	width: 751px;
	min-height: 430px;
	position:absolute;
	top:84px;
	left:50%;
	z-index:20;
	clear:none;
	margin-left:-377px;
	background:url(../images/bg_pattern.jpg);
	border: 1px solid #da8078;	
}

a.rentals,
a.rentals:visited{
	background:url(../images/rentals_off.jpg) no-repeat;
	width:219px;
	height:25px;
	position:absolute;
	left: 50%;
	top: 174px;
	z-index:200;
	clear:both;
	margin-left:-12px;
	padding-top:115px;
	padding-left:15px;
	border: 1px solid #da8078;	
}

a.rentals:hover,
a.rentals:visited:hover{
	background:url(../images/rentals_on.jpg) no-repeat;
}

a.about,
a.about:visited{
	background:url(../images/about_off.jpg) no-repeat;
	width:119px;
	height:25px;
	position:absolute;
	left: 50%;
	top: 174px;
	z-index:200;
	margin-left:227px;
	padding-top:115px;
	padding-left:15px;
	border: 1px solid #da8078;	
}

a.about:hover,
a.about:visited:hover{
	background:url(../images/about_on.jpg) no-repeat;
}

a.news,
a.news:visited{
	background:url(../images/news_off.jpg) no-repeat;
	width:119px;
	height:26px;
	position:absolute;
	left: 50%;
	top: 320px;
	z-index:200;
	clear:both;
	margin-left:-12px;
	padding-top:178px;
	padding-left:15px;
	border: 1px solid #da8078;	
}
a.news:hover,
a.news:visited:hover{
	background:url(../images/news_on.jpg) no-repeat;
}


a.planning{
	background:url(../images/planning_off.jpg) no-repeat;
	width:219px;
	height:26px;
	position:absolute;
	left: 50%;
	top: 320px;
	z-index:200;
	clear:both;
	margin-left:127px;
	padding-top:178px;
	padding-left:15px;
	border: 1px solid #da8078;	
}

a.planning:hover,
a.planning:visited:hover{
	background:url(../images/planning_on.jpg) no-repeat;
}


#info{
	display: block;
	position:absolute;
	left: 50%;
	margin-left: 125px;
	width: 300pxpx;
	z-index: 300;
	height: auto;
	top: 540px;
	text-align:right;
	font-weight: normal;
}

#info a,
#info a:visited {
	font-weight: normal;
}

#info a:hover,
#info a:visited:hover {
	text-decoration: underline;
}