html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff url('../images/background.png') 0 0 repeat;
	color: #87212e;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 16px;
}

#container {
	width: 966px;
	margin: 0 auto 0 auto;
	border-left: 2px solid #87212e;
	border-right: 2px solid #87212e;
}

#header {
	height: 189px;
	background-image: url('../images/header.jpg');
}

#header h1 {
	display: none;
}

#menu {
	height: 46px;
	padding-top: 4px;
	padding-left: 10px;
	background: url('../images/menu-background.gif') 0 0 repeat-x;
}

#menu a {
	width: 140px;
	height: 46px;
	float: left;
	margin-left: 5px;
}

#menu span {
	display: none;
}

#menu a#home {
	background: url('../images/menu-home.png');
}

#menu a#products {
	background: url('../images/menu-products.png');
}

#menu a#gallery {
	background: url('../images/menu-gallery.png');
}

#menu a#contact {
	background: url('../images/menu-contact.png');
}

#menu a#links {
	background: url('../images/menu-links.png');
}

#content {
	background: #ffffff url('../images/content-background.gif') 0 0 repeat-y;
	width: 966px;
	float: left
}

#left-column {
	width: 140px;
	padding: 15px;
	float: left;
}

#content-column {
	float: left;
	padding: 15px;
	width: 556px;
}

#right-column {
	float: left;
	padding: 15px;
	width: 180px;
}

.welcome#content {
	background-image: url('../images/welcome-background.gif');
	text-align: center;
}

.welcome#content a img {
	margin-top: 50px;
	border: 2px solid #87212E;
}

div.button {
	width: 163px;
	height: 58px;
	background: url('../images/button.png');
	float: left;
	margin-right: 22px;
	margin-bottom: 15px;
}

div.button a {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	width: 145px;
	height: 28px;
	padding: 13px 9px;
	display: block;
}

.thumbnail {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 15px 30px 15px;
	padding: 5px;
	background-color: #FCB0BA;
	text-align: center;
}

.thumbnail a img {
	border: none;
}

.product {
	height: auto;
}

.product a {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	width: 556px;
	padding: 10px;
	margin: 0;
}

label {
	display: block;
}

input.text, textarea {
	width: 534px;
	padding: 2px;
}

textarea {
	height: 100px;
	overflow: auto;
}

input.button {
	padding: 4px;
}

.right-box {
	width: 176px;
	margin-bottom: 20px;
}

.right-box-content {
	width: 150px;
	padding: 10px;
	background-color: #fcfbf2;
	border-top: 3px solid #fcb0ba;
	border-left: 3px solid #fcb0ba;
	border-right: 3px solid #fcb0ba;
	line-height: 200%;
}

table.webshop {
	width: 100%;
	border-collapse: collapse;
}

table.webshop td {
	padding: 4px;
	border: 1px solid #FCB0BA;
}

table.webshop th {
	background-color: #FCB0BA;
	border-bottom: 1px solid #87212E;
	border-top: 1px solid #87212E;
	padding: 6px;
}

.messageBox {
	margin: 10px 0 10px 0;
	border: 1px solid #87212E;
	background-color: #F3F1CE;
	padding: 5px;
}
