body
{
	background-repeat:repeat-x;
	background-color:#eee;
	margin:0px;
	font-family: Trebuchet MS, arial;
	font-size:12px;
	overflow-y: scroll;	
}
a img {
	border:0px;
}
#wrapper
{
	position:relative;
	margin: 0 auto;
	width:952px;
	background-image: url('../Images/content.png');
	background-repeat:repeat-y;
}
#header {
	width:930px;
	height:180px;
	margin-left:11px;
	margin-right:11px;
	background-image: url('../Images/header.png');
	background-repeat:repeat-x;
}
#fader {
	position:absolute;
	width:590px;
	height:162px;
	margin-left:340px;
	z-index:1;
	top:8px;
	overflow:hidden;
}
#logo {
	position:absolute;
	width:219px;
	height:79px;
	z-index:2;
	left:60px;
	top:45px;
}

#gradient {
	position:absolute;
	width:60px;
	height:164px;
	z-index:4;
	left:351px;
	top:7px;
}

#midwrapper {
	width:932px;
	min-height:600px;
	margin-left:10px;
	margin-right:10px;
}
#footer {
	background-image: url('../Images/footer-background.jpg');
	height:150px;
	margin-left:10px;
	margin-right:10px;
	border-top: 4px solid #d4d4d4;
	color:#4b4b4b;
}
#footer h1 {
	color:#4b4b4b;
}
#copyright {
	width:952px;
	text-align: center;
	font-family:arial;
	font-size:10px;
	color:#4b4b4b;
	margin-top:20px;
	clear:both;
}
#copyright a {
	color:#4b4b4b;
}
#navigation {
	float:left;
	width:230px;
	padding-top:20px;
	padding-left:20px;
}
#nvm {
	float:left;
	margin-left:30px;
	margin-top:20px;
}
#phone {
	float:left;
	margin-top:20px;
	margin-left:300px;
}

#advise {
	float:left;
	paddig-top:10px;
	margin-left:20px;
    margin-top: 10px;
	color: #3a3a3a;
}

#advise h1 {
	color: #3a3a3a;
	font-size: 22px;
}
#advise h1 a {
	color: #3a3a3a;
	font-size: 22px;
    text-decoration: none;
} 

#advise h2 {
	color:#3a3a3a;
}

#content {
	float:left;
	width:631px;
	min-height:600px;
	height:auto;
	padding:20px;
}

#navigation .button {
	width:200px;
	height:41px;
	background-image: url('../Images/li.png');
	background-repeat:no-repeat;
	padding-left:40px;
}
#navigation .button a {
	font-size:13px;
	text-decoration:none;
}
a {
	color:#333;
}

h1 {
	font-size:28px;
	color: #3F0B7A;
	margin-bottom:8px;
}

h2 {
	font-size:18px;
	color: #3F0B7A;
	margin-bottom:8px;
}

input[type=text] {
	width:200px;
}

/* Page */
.searchresult {
	padding:10px;
	background-color:#ccc;
}
#sitemap li {
	margin:20px;
}

.rightthumbwrapper {
	float:left;
	margin-bottom:10px;
}

.rightthumbwrapper .thumb {
	height:120px;
}

#spotobjects {
	width:650px;
}

.spotthumbwrapper {
	float:left;
	margin-bottom:10px;
	text-align:center;
	margin-right:8px;
	font-size:11px;
}

.spotthumbwrapper .thumb {
	height:90px;
}

/*

	frontpage

*/
.object {
	height:340px;
	width:185px;
	float:left;
	margin-left:10px;
	border:1px solid silver;
	padding:5px;
	margin-bottom:10px;
}
.object img {
	float:left;
	margin-right:20px;

}
.object .imagewrapper {
	height:150px;
	width:inherit;
}
.object .imagewrapper .image {
	position:absolute;
	z-index:9;	
}
.object .imagewrapper .image img {
	height:140px;
	width:185px;
}
.object .imagewrapper .overlay {	
	background-image: url('images/trans.png');
	position:absolute;
	z-index:10;
	width:inherit;
	color:white;	
	margin-top:92px;	
	text-align:center;
	width:185px;
}
.object .imagewrapper .overlay div {	
	margin:10px;
	font-weight:bold;
}
.object .address {
	font-weight:bold;
	height:50px;
}
.object .description {
	height:85px;
	line-height:13px;
}
.object .price {
	height:40px;
}
.object .status {
	height:30px;
}
