/* CSS Document */

body {
    background-color: #FCF1F7;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: Georgia, Verdana, Times, serif;
	color: #574050;
}
a:link {
	text-decoration: underline;
	color: #9D7994;
}
a:visited {
	text-decoration: none;
	color: #9D7994;
}
a:hover {
	text-decoration: underline;
	color: #926B86;
}
a:active {
	text-decoration: none;
	color: #926B86;
}
h1 {
    font-size:20px;
	font-family: Georgia, Verdana, Times, serif;
	color:#9D7994;
}
h2 {
    font-size:16px;
	font-family: Georgia, Verdana, Times, serif;
	color:#9D7994;
}
h3 {
    font-size:16px;
	font-family: Georgia, Verdana, Times, serif;
	color:#9D7994;
	text-align:center;
}
textarea {
    font-family: Georgia, Verdana, Times, serif;
}
div.title {
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.centre {
    width: 802px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	background-color: #ffffff;
	padding: 10px;
	min-height: 700px;
	border: solid 1px #999999;
	background-image:url(../images/watermark.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
}
div.menu {
    width: 205px;
	float: left;
	clear: none;
	text-align: left;
}
div.button {
	width: 210px;
	height: 59px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	background-image:url(../images/button.png);
	background-position:center;
	background-repeat:no-repeat;
}
div.buttontop {
	width: 180px;
	height: 59px;
	text-align: center;
	vertical-align: middle;
	background-image:url(../images/buttontop.png);
	background-position:center;
	background-repeat:no-repeat;
}
div.right {
    float:right;
	clear:none;
	width:580px;
	padding-left:10px;
}
div.topmenu {
	clear:none;
	width:90px;
	height:90px;
	padding:7px;
	margin:2px;
	border:solid 1px #F9D2E8;
	text-align:center;
	color:#BDA6B6;
	background-color:#FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color:#ffffff;
}
div.textcontact {
    
}
div.boxcontact {
    float:right;
	clear:none;
	border:solid 1px #F9D2E8;
	padding:5px;
	background-color:#FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-size:14px;
	margin-left:5px;
}
div.footer {
    width:100%;
	clear:both;
	text-align:center;
}
div.credit {
    width:802px;
	margin-left:auto;
	margin-right:auto;
	font-size:9px;
	text-align:right;
	clear:both;
	color: #926B86;
}
table.gallery {
    min-width: 540px;
	min-height: 315px;
	font-size:10px;
	text-align:center;
}
table.gallery td {
    padding: 1px;
}
table.pressed td {
    padding-left:20px;
}
ul.products li{
    list-style-image: url(../images/dot.png);
}
ul.guide li{
    list-style-image: url(../images/dot.png);
	padding-bottom: 2px;
}
ul.silk {
    list-style:none;
	text-align:center;
}