* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 101%; /*always show vertical scrollbar*/
}

body {
	font: normal 13pt arial, sans-serif;
	color: black;
	background: #fceef6 url("images/background.png") repeat-x;
}

a, a:visited {
	color: #e997c1;
	text-decoration: none;
}

a:hover {
color: #e997c1;
text-decoration: underline;
}

#toplogo {
	position: absolute;
	margin-top: -311px;
	margin-left: -30px;
	width:179px;
	height: 117px;
	background: transparent url("images/logo_big.png") no-repeat !important;
	background: transparent url("images/logo_big.gif") no-repeat;
}

#header {
	width: 754px;
	height: 235px;
	margin-top: 79px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
	
}
.header_who {
	background: transparent url("images/furry_green_boots.jpg") no-repeat;
}

.header_why {
	background: transparent url("images/in_the_shop.jpg") no-repeat;
}

.header_what {
  background: transparent url("images/shoes_and_a_lamp.jpg") no-repeat;
}

.header_where {
	background: transparent url("images/logo_outside.jpg") no-repeat;
}

.header_imprint {
	background: transparent url("images/logo_outside.jpg") no-repeat;
}

#container {
	width: 772px;
	background: transparent url("background_container.gif") top center repeat-y;
	margin: 0px auto;
	text-align: left;
}

#horizontal {
	list-style: none;
	width: 772px;
	height: 50px;
	font-size: 11pt;
	vertical-align: middle;
	padding-left: 0px;
	margin-top: -35px;
	margin-left: 5px;
}
#horizontal li
{
	background-image: url(images/tab_transparent.png);
	float: left;
	margin-left: 8px;
	padding-left: 0px;
}

#horizontal a.active{
	background-color: #fceef6;
}

#horizontal a, #horizontal a:visited {
	width: 120px;
	height: 25px;
	display: block;
	color: black;
	padding-top: 10px;
	text-decoration: none;
	background-image: url("images/logo_small.png") !important;
	background-image: url("images/logo_small.gif"); /* ie6 shows this; does not support transparent pngs */
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 60px;
}

#horizontal a:hover {
	background-color: #fceef6;
}

#sidebar {
	float: left;
}

#content {
	background-color: #fceef6;
	float: left;
	width: 750px;
	margin: 10px 0 0 0px;
}

h2{
	color: #e997c1;
}

h4{
	color: black;
}

strong{
	color: black;
}

#pageintro {
	font-size: 30pt;
	font-weight: normal;
	color: #e997c1;
	float: left;
	margin-bottom: 20px;
}

#frontlogo {
	width: 179px;
	height: 117px;
	text-indent: -8000px;
	background-image: url(images/logo_big.png);
	float: left;
	margin-top: 0px;
	margin-left: 100px;
}

p {
	margin-bottom: 20px;
	padding-left: 0px;
}

#frontimage {
	float: right;
	margin-bottom: 5px;
	margin-right: -20px;
}

#mainContent {
	margin-left: 10px;
	width: 420px;
	float: right;
}

#mainContentLeftSide {
	width: 400px;
}

.jdSlideshow {
	float: left;
	width: 300px !important;
	height: 270px !important;
	border: 5px solid #fff;
}

#clear {
	margin-bottom: 20px;
	clear: both;
}

#footer {
	font-size: 11pt;
	border-top: 1px solid gray;
	color: black;
	clear: both;
	width: 755px;
	height: 20px;
	padding: 4px;
	margin-bottom: 20px;
}

#leftsidefooter {
	margin-top: 10px;
	width: 375px;
	float: left;
}

#rightsidefooter {
	padding-left: 25px;
	margin-top: 10px;
	float: left;
}

#footer a, #footer a:visited{
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	color: black;
}

#bottom
{
  height: 165px;
}

#contactForm .inputElements {
  margin-top: 5px;
}

.formError{
	position: absolute;
	background: transparent url(images/error_sign.gif) center left no-repeat;
	color: red;
	padding-left: 20px;
}
.btn{
	border: 1px solid #f3c8de;
	padding: 4px;
	background-image: url(images/btnback.jpg);
}

.textinput, .textinputEmpty {
	padding: .2em .3em;
	font: normal 13pt arial, sans-serif;
	border: 1px solid #ccc;
	height: 20px;
}
.textinput_focus, .textinputEmpty_focus{
	border-color: #e997c1;
}
.textinputEmpty {
	color: #aaa;
	font-style: italic;
}
.disclaimer{
	font-size: 12px;
}
.importantInput{
	display: none;
}