﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	background-attachment: fixed;
	background-color: #E782B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#background {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #E782B4;
}
/*
div#background-long {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #E782B4;
}
*/
div#header {
	height: 25px;
}
div#container-home {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url('../images/background_home.jpg');
}
div#container-home-no-image {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url('../images/background_home_no_image.jpg');
}
div#container-cart-home {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url('../images/background_cart_home.jpg');
}
div#container-productlist {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url('../images/background_productlist.jpg');
}
div#container {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url('../images/background.jpg');
}
div#container-long {
	position: relative;
	width: 100%;
	background-image: url('../images/background.jpg');
}
div#container-no-lady {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url('../images/background_no_lady.jpg');
}
div#container-no-lady-long {
	position: relative;
	width: 100%;
}
div#leftmenu {
	position: absolute;
	left: 0px;
	width: 153px;
	height: 520px;
	text-align: left;
}
div#content {
	width: 655px;
	margin-left: 210px;
	margin-right: 10px;
	color: #000000;
	text-align: left;
}
div#content-home {
	width: 550px;
	margin-left: 400px;
	margin-right: 10px;
	color: #000000;
	text-align: center;
}
div#menu {
	text-align: center;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #E782B4;
}
div#footer {
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
img {
	border-style: none;
}
.sectionHeader {
	font-size: medium;
	color: #791730;
}
.sectionSubHeader {
	color: #791730;
}
a {
	text-decoration: none;
	color: #791730;
}
a.menulinks {
	font-weight: bold;
	color: #791730;
}
a.menulinks:hover {
	font-weight: bold;
	color: #791730;
}
a.bodyLinks {
	color: #FFFFFF;
	text-decoration: none;
}
a.bodyLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLinks {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
.catalog {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 20px;
	color: #FFFFFF;
}
.sub-catalog {
	font-family: "Lucida Calligraphy";
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}
.sub-catalog:hover {
	color: white;
	font-weight: bold;
	background-color: #E782B4;
	margin-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: white;
}

