body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #493D4E;
	padding: 0px;
	margin: 0px;
	background-color: #E8D9E3;
}

p {
	text-align: left;
	margin: 10px 3px;;
}

p, font, li, td {
	font-size: 12px;
}

li {
	margin-left: 15px;
}

a:link, a:visited {
	text-decoration: none;
	color: #06c;
	color: #825173;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	text-align:center;
	line-height: 12px;
	font-weight: bold;
}

h1 {
	margin: 8px;
	font-size: 16px;
}

h1.notice {
	font-size: 17px;
}

h2 {
	margin: 10px 5px;
	font-size: 13px;
}

h3 {
	margin: 4px;
	font-size: 11px;
	/*font-style: italic;*/
	
}

#logo {
	width: 168px;
	height: 189px;
	position:relative;
	top: 15px;
	left: -330px;
	z-index:100;
	visibility:visible;
}

#block {
	width: 798px;
	position:relative;
	top: -170px;
	z-index: 1;
}

#top {
	margin:0px;
	display:block;
	width: 798px;
	height: 22px;
	background:url(images/top.gif) no-repeat bottom;
}

#nav {
	display:block;
	width: 660px;
	height: 32px;
	border-color: #ECCCEB;
	border-style: solid;
	border-width: 1px 0px;
	padding: 6px 0px 0px 40px;
	overflow: hidden;
}

#nav a {
	padding: 10px 7px;
	background-color: #fff;
	height: 32px;
	font-size: 32px;
}

#nav a:hover, #nav a.active {
	background-color:#F5EBF0;
}

.dot {
	position: relative;
	top: -10px;
}

#mid {
	display:block;
	margin: 0px 0px;
	width: 798px;
	background:url(images/mid.gif) repeat-y;
}

#bottom {
	display:block;
	margin: 0px 0px;
	width: 798px;
	height: 26px;
	background:url(images/bottom.gif) no-repeat top;
}

#title {
	margin: 0px 0px 10px 0px;
	position:relative;
	left: 50px;
	height:73px;
	z-index:3;
}

#contact {
	float: right;
	font-size:11px;
	line-height: 14px;
	font-weight:bold;
	color: #A9769A;
	position:relative;
	left: -31px;
	top: 20px;
	z-index:4;
}

#contact a {
	color: #A9769A;
}

#view_cart {
	font-size: 11px;
	text-align: right;
	
}

#content {
	width: 680px;
	text-align: left;
	padding: 20px 10px 0px 90px;
}

.highlight {
	padding: 1px;
	font-size: 11px;
	border: 1px solid #A9769A;
	background-color: #F5E9F3;
	margin: 10px;
	width: 180px;
}

.highlight p {
	font-size: 11px;
}

.productList, .productList p {
	text-align: center;
}

.theader {
	background: #EDEAE4;
}
.separator {
	background: #EDEAE4;
	height: 1px;
}

.smaller, .small {
	font-size: 11px;
}

input {
	border: 1px solid #A9769A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
}

input.button {
	background: url(images/button.gif) repeat-x;
	height: 20px;
}

input.checkbox {
	border-width: 0px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.orderTable {
	border: 1px solid #ccc;
	border-width: 2px 2px 1px 1px;
}

.orderTable td {
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
}

.orderHeader td {
	background-color: #A9769A;
	color: #fff;
	font-weight: bold;
}

.orderButton {
	position: relative;
	top: -30px;
	left: 30px;
}

#footer {
	text-align: center;
	font-size: 11px;
	border: 1px solid #91887D;
	background: #fff;
	padding: 4px;
	width: 390px;
	position: relative;
	top: 5px;
	left: 200px;
}

.note {
	font-size: 11px;
	font-style: italic;
}

.flink {
	color: #825173;
	cursor: pointer;
}

#others a:link, #others a:hover, #others a:visited {
        color: #493D4E;
}