/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/core/bg-floral.gif);
}.bg-left {
	background-image: url(../images/core/bg-left.gif);
	background-repeat: repeat-y;
}
.bg-content {
	background-image: url(../images/core/cornice.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #372323;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #703A3A;
}

a:link { color:#703A3A; text-decoration:underline}
a:visited { color:#703A3A; text-decoration:underline}
a:hover { color:#1E5D39; text-decoration:underline}
a:active { color:#703A3A; text-decoration:underline}

a.breadcrumb:link { color:#1E5D39; text-decoration:none}
a.breadcrumb:visited { color:#1E5D39; text-decoration:none}
a.breadcrumb:hover { color:#703A3A; text-decoration:underline}
a.breadcrumb:active { color:#1E5D39; text-decoration:none}

.smallgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E5D39;
}

.small {
	font-size: 11px;
	line-height: 120%;
}

.border {
	border: 1px solid #3C664C;
}
.producttitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E5D39;
}
.largegreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E5D39;
}

.green {
	color: #1E5D39;
}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #703A3A;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	display: inline;
	color: #703A3A;
	letter-spacing: -0.1em;
}
.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}


/* gallery */
#gallery { width: 500px; height: auto; display: block; clear: both; margin: 20px 0; }
#gallery ul { list-style-type: none; display: inline; clear: both; }
#gallery ul li { width: 100px; height: 100px; margin: 0 1.5em 1.5em 0; float: left; display: block; }
#gallery ul li a img { border: 2px solid #4e6e81; }
#gallery ul li a:hover img { border: 2px solid #a4cad6; }

