html { height: 100%; background-color: #e5a2c7; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	cursor: default;
	background: url(images/background.png) repeat-x #FFFFFF;
	padding: 28px 0px 0px 0px;
	margin: 0px;
}

p {
  	color: #be0e72;
  }

a {
	outline: none;
	text-decoration: none;
	color: #be0e72;
}

a:hover {
	color: #8e0057;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #be0e72;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 0px;8e0057
	margin: 0px;
}

#page {
	width: 920px;
	margin: 0px auto;
}

#footer {
	height: 200px;
	margin-top: 30px;
	background: url(images/footer.png) repeat-x #e5a2c7;
}

#navigation { float:right; }
#logo { float:left; }

#shop { text-align: right; color: #be0e72; margin-bottom: 10px; font-size: 11px; }

#menu li { float: left; color: #ab0d66; no-repeat; height: 32px; margin-left: 15px; }
#menu li a { display: block; padding: 0px 15px 0px 15px; line-height: 32px; }
#menu li:active { margin-top: 1px; }

#menu li:hover, #menu li.current_page_item, #menu li.current-cat { background: url(images/menu.png) no-repeat; }
#menu li:hover a, #menu li.current_page_item a, #menu li.current-cat a {  background: url(images/menu-end.png) no-repeat right; color: #FFF; }

#header{ height: 236px; margin: 2px 0px 30px 0px; overflow: hidden; }
#header div { float: left; width: 500px; height: 232px; overflow: hidden; padding-top: 4px; }
#header h1 { margin-top: 105px; }
#header img { position:relative; top: -162px; left: -495px; }

#page #left {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.PeCategories li { border-bottom: 1px dotted #e089bf; }
.PeCategories li:hover a { background-color: #d869ad; color: #FFF; }
.PeCategories li a { padding-left: 10px; color: #be0e72; display: block; line-height: 30px; }

#page #right {
	width: 700px;
	float: right;
}

#footer div {
	width: 920px;
	margin: 0px auto;
	padding-top: 15px;
	color: #be0e72;
}
#footer #left {
	float: left;
	width: 400px;
	margin: 0px;
}
#footer #right {
	float: right;
	width: 400px;
	margin: 0px;
	text-align: right;
}

#products div {
	color: #be0e72;
	width: 320px;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px dotted #e089bf;
	overflow: hidden;
	display: inline-block;
}

#products div div {
	width: 130px;
	padding: 0px 0px 0px 10px;
	float: right;
	border: none;
}

#products div div img {
	width: auto;
}

#products div div a:active img {
	top: 1px;
	position: relative;
}

#products div img {
	width: 180px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.priceList {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  list-style: none;
}

.priceList li {
  display: inline;
  margin: 0px 0px 0px 10px;
}

div.post {
  margin-bottom: 30px;
  border-bottom-color: #be0e72;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*

#header {
	background: url(layout/header.png) no-repeat;
	height: 100px;
}

#menu {
	width: 890px;
	height: 31px;
	padding-left: 10px;
	background: url(layout/menu.png);
}

#menu li {
	float: left;
}

#menu li a {
	padding: 0px 10px 0px 10px;
	line-height: 31px;
	color: #FFFFFF;
	display: block;
}

#menu a:hover { color: #00ffff; }

#menu li:hover ul {display: block; }

#menu li ul {
	position: absolute;
	height: 29px;
	z-index: 2;
	display: none;
}


#menu li:hover a { color: #00FFFF; }
#menu li:hover ul li a { color: #FFFFFF; }
#menu li ul li a:hover { color: #00FFFF; }

#submenu {
	width: 900px;
	height: 29px;
	background: url(layout/submenu.png);
}

#window {
	width: 900px;
	background: url(layout/window.png);
}

#left {
	width: 200px;
	float: left;
}

#left ul li {
	background: url(layout/item.png);
	width: 200px;
	height: 35px;
	line-height: 35px;
}

#left ul li strong { font-weight: bold; padding-left: 20px; }

#left ul li a {
	display: block;
	color: #c3c3c3;
	width: 180px;
	padding-left: 20px;
}

#left ul li:hover a {
	color: #FFFFFF;
	background: url(layout/item-highlight.png);
}

#left ul li a:active {
	line-height: 33px;
	padding-top: 2px;
}

#right {
	width: 700px;
	float: right;
	overflow: hidden;
}

#right h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 40px;
	font-size: 18px;
	color: #00FFFF;
	width: 680px;
	background: url(layout/bevel.png) bottom repeat-x;
}

#right p {
	padding: 20px;
	margin: 0px;
}

#right p img {
	float: left;
	padding: 20px 20px 20px 0px;
}
*/
