/* In Clover Interiors */


body {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
}

html {
	scrollbar-face-color:#7E7053;
	scrollbar-highlight-color:#9f9f9f;
	scrollbar-3dlight-color:#5f5f5f;
	scrollbar-darkshadow-color:#5f5f5f;
	scrollbar-shadow-color:#333333;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#333333;
}

h1, p {
	margin: 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}


#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 950px;
	height: 179px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header-left {
	display: inline;
	float: left;
	width: 598px;
	margin-top: 19px;
	height: 160px;
}

#header-right {
	display: inline;
	float: left;
	width: 342px;
	margin-top: 10px;
	margin-right: 10px;
}

#logo {
	height: 73px;
	width: 485px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#header-pic {
	height: 160px;
	width: 342px;
}

#navbar {
	height: 36px;
	width: 578px;
	margin-right: auto;
	margin-left: auto;
} 

#topmenu ul {
	margin:0;
	padding:0;
}

#topmenu li {
	float: left;
	list-style:none;
	margin-right: 5px;
	height: 36px;
}

#topmenu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	line-height: 2.3em;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	height: 36px;
}

#topmenu li.button {
	background-image: url(images/button.gif);
	margin-left: 0;
	width: 110px;
	background-repeat: no-repeat;
}


#topmenu li.button a:hover {
	color: #FFF;
	background-image: url(images/button-over.gif);
	background-repeat: no-repeat;
	width: 110px;
}


#main {
	background-image: url(images/bgmain.jpg);
	width: 950px;
	background-repeat: no-repeat;
	height: 400px;
}

#top-curve {
	background-image: url(images/topcurve.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#main-content {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin-top: 0px;
	height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}

#left-col {
	height: 293px;
	width: 214px;
	margin-left: 10px;
	padding-top: 10px;
	display: inline;
	clear: both;
	float: left;
}

#main-text {
	display: inline;
	float: left;
	width: 640px;
	margin-left: 30px;
	padding-top: 10px;
	text-align: justify;
	font-size: 1.3em;
	color: #333;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#main-text p {
	margin-bottom: 15px;
}

#main-text h1 {
	margin-bottom: 10px;
}

#main-text h3 {
	font-size: 1em;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 18px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#bottom-curve {
	height: 7px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bottomcurve.gif);
	background-repeat: no-repeat;
}

#footer {
	color: #FFF;
	font-size: 14px;
	width: 950px;
	line-height: 4em;
}

#address {
	clear: both;
	float: left;
	width: 370px;
	display: inline;
	text-align: left;
	margin-left: 10px;
}

#phone {
	display: inline;
	float: left;
	width: 300px;
	text-align: center;
}

#email {
	display: inline;
	float: left;
	width: 260px;
	text-align: right;
}

A.white-link:link, A.white-link:visited {
	color: #FFF;
	text-decoration: underline;
}

A.white-link:hover, A.white-link:active {
	color: #E4E4E4;
	text-decoration: underline;
}

A.plain-link:link, A.plain-link:visited {
	color: #666;
	text-decoration: none;
}

A.plain-link:hover, A.plain-link:active {
	color: #CCC;
	text-decoration: none;
}


#contact-details {
	clear: both;
	float: left;
	width: 310px;
	display: inline;
	margin-top: 5px;
	border-right: 1px solid #CCC;
}

#opening-hours {
	float: left;
	width: 310px;
	margin-left: 19px;
	margin-top: 5px;
}

#contact-map {
	clear: both;
	width: 400px;
	margin-top: 20px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
}


#gallery-container {
	width: 928px;
	height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}

.gallery-pic {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#facebook {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

