@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999;
	background-image: url(../sitepix/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 10px 0 0 0;
}


#site-holder {
	width: 920px;
	margin: 0 auto;
}

.section {
	width: 300px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

.imgs {
	border: none;
}

.text-box {
	position: relative;
	width: 300px;
	height: 238px;
	background-image: url(../sitepix/text-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}


.text-box h1 {
	padding: 10px;
	margin: 0;
	color: #FFF;
	font-size: 24px;
	font-weight: lighter;
}

.text-box p {
	margin: 0 10px;
	color: #FFF;
	font-size: 14px;
}

.text-box a {
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 34px;
	width: 280px;
	text-decoration: none;
	text-indent: -999%;
	display: block;  
}

.text-box a:hover {
	background-position: 0 -34px;
}

.text-box a#fine {
	background-image: url(../sitepix/visit-fine.png);
	background-repeat: no-repeat;
}

.text-box a#watch {
	background-image: url(../sitepix/visit-watch.png);
	background-repeat: no-repeat;
}

.text-box a#boutique {
	background-image: url(../sitepix/visit-boutique.png);
	background-repeat: no-repeat;
}

#logos {
	border: none;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

