* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fffaf2 url('/_grafix/bg.jpg') top center no-repeat;
	font-family: Arial;
	font-size: 14px;
	color: #481d1a;
}

br.clear {
	clear: both;
}

a {
	color: #c42535;
	text-decoration: none;
	border-bottom: 1px solid #c42535;
}

a:hover {
	color: #481d1a;
	border-bottom: 1px solid #481d1a;
}

h1 {
	margin-bottom: 0;
}

h2 {
	margin-bottom: 0;
}

h3 {
	margin-bottom: -10px;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

img.left {
	float: left;
	margin: 0 30px 20px 0;
}

img.middle {
	vertical-align: middle;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 980px;
}

/* container */

#container {
	float: left;
	width: 980px;
}

/* top */

#top {
	float: left;
	width: 980px;
	height: 30px;
	overflow: hidden;
}

/* crumb */

#crumb {
	float: left;
	width: 610px;
	font-size: 11px;
	color: #c7a989;
}

#crumb .gutter {
	float: left;
	padding-top: 7px;
}

#crumb a {
	color: #c7a989;
	border-bottom: 1px solid #c7a989;
}

#crumb a:hover {
	color: #fde5b8;
	border-bottom: 1px solid #fde5b8;
}

/* lan_switch */

#lan_switch {
	float: right;
	width: 90px;
	font-size: 11px;
	color: #c7a989;
}

#lan_switch .gutter {
	float: right;
	width: 90px;
	padding-top: 6px;
	text-align: right;
}

#lan_switch b {
	color: #fde5b8;
}

#lan_switch a {
	color: #c7a989;
	border-bottom: 1px solid #c7a989;
}

#lan_switch a:hover {
	color: #fde5b8;
	border-bottom: 1px solid #fde5b8;
}

/* shopping cart navigation */

#shopping_cart_navigation {
	float: right;
	width: 280px;
	font-size: 11px;
	color: #c7a989;
}

#shopping_cart_navigation .gutter {
	float: right;
	width: 280px;
	padding-top: 6px;
	text-align: right;
}

#shopping_cart_navigation a {
	color: #c7a989;
	border-bottom: 1px solid #c7a989;
}

#shopping_cart_navigation a:hover {
	color: #fde5b8;
	border-bottom: 1px solid #fde5b8;
}

/* logo */

#logo {
	float: left;
	width: 980px;
	height: 115px;
}

#logo img {
	float: left;
}

/* navigation */

#navigation {
	position: relative;
	float: left;
	width: 780px;
	height: 55px;
	z-index: 10;
}

#main_navigation {
	float: left;
	list-style-type: none;
}

#main_navigation li {
	float: left;
	vertical-align: top;
	height: 55px;
}

#main_navigation li a {
	display: block;
	vertical-align: top;
	text-transform: uppercase;
	color: #fde5b8;
	font-size: 13px;
	height: 15px;
	padding: 20px 15px 20px 15px;
	border: 0;
}

#main_navigation li a:hover { 
	background: #6c453a;
	color: ;
	border: 0;
}

#main_navigation li a.selected { 
	color: #ff8b00;
}

#main_navigation li ul {
	float: left;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	background: #6c453a;
	margin-top: -1px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
	width: 180px;
}

#main_navigation li ul li {
	float: left;
	vertical-align: top;
	height: auto;
	color: #fff;
	margin-bottom: 1px;
}

#main_navigation li ul li a {
	display: block;
	vertical-align: top;
	width: 165px;
	font-size: 13px;
	padding: 6px 0 6px 15px;
	color: #fde5b8;
	text-transform: none;
}

#main_navigation li ul li a:hover {
	color: #ebbf23;
	background: #481d1a !important;
	text-decoration: none;
}

#main_navigation li ul li strong {
	display: block;
	vertical-align: top;
	width: 165px;
	font-size: 13px;
	padding: 6px 0 6px 15px;
	color: #ebbf23;
	background-color: #481d1a;
	font-weight: normal;
}

#main_navigation li ul li a.selected_sub {
	display: block;
	vertical-align: top;
	width: 165px;
	font-size: 13px;
	padding: 6px 0 6px 15px;
	color: #ebbf23;
	background-color: #481d1a !important;
	font-weight: normal;
}

/* search */

#search {
	float: right;
	width: 200px;
	height: 55px;
	background: url('/_grafix/bg_search.gif') top left no-repeat;
}

#search form.search_form {
	float: right;
	margin-top: 20px;
	padding-right: 27px;
}

#search form.search_form input.search_text {
	width: 165px;
	height: 18px;
	font-family: Arial;
	font-size: 13px;
	background: none;
}

/* content */

#content {
	float: left;
	width: 980px;
	margin-top: 30px;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 24px;
}

/* ordered list */

#content ol {
	padding-left: 28px;
	margin-bottom: 24px;
}

#content ol li {
	padding-bottom: 5px;
	line-height: 1.3em;
}

/* unordered list */

#content ul {
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 24px;
}

#content ul li {
	padding-left: 3px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

/* main */

#main {
	float: left;
	width: 670px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 245px;
}

.block {
	float: left;
	width: 245px;
	background: #fde5b8;
	margin-bottom: 10px;
}

.inner_block {
	float: left;
	width: 231px;
	border: 7px solid #fde5b8;
	cursor: pointer;
}

.inner_block:hover {
	border: 7px solid #fff;
}

.block_gutter {
	float: left;
	width: 215px;
	padding: 8px;
}

.block_intro {
	float: left;
	display: block;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
}

.block_subtitle {
	float: left;
	display: block;
	font-size: 15px;
	color: #481d1a;
	font-weight: bold;
}

.block_title {
	float: left;
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em;
}

.block_link {
	float: right;
	display: block;
	width: 215px;
	text-align: right;
	font-size: 13px;
}

.block_link a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* home */

#home_overview {
	float: left;
	width: 980px;
	background: #fde5b8;
	margin-bottom: 30px;
}

div.home_block {
	float: left;
	width: 245px;
	background: url('/_grafix/bg_home_block.gif') top left no-repeat;
}

div.home_block_text {
	float: left;
	width: 228px;
	height: 197px;
	padding: 7px 10px 0 7px;
	font-size: 12px;
	overflow: hidden;
}

div.home_block_text p {
	margin-bottom: 14px !important;
}

/* workshops */

table.workshop_list {
	border: 0;
	margin-bottom: 24px;
	width: 670px;
}

table.workshop_list tr {
	cursor: pointer;
}

table.workshop_list td {
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

table.workshop_list td strong {
	font-size: 16px;
}

/* homepage webshop carousel */

#webshop_carousel {
	margin: auto;
	width: 77px;
	height: 100px;
}

#webshop_carousel a {
	border: 0;
}

/* webshop */

div.product_overview_title {
	float: left;
	width: 400px;
}

div.product_overview_toplink {
	float: right;
	width: 270px;
	text-align: right;
	padding-top: 12px;
	font-size: 12px;
	line-height: 1.4em;
}

div.product {
	float: left;
	width: 210px;
	height: 245px;
	background: #fde5b8;
	margin: 0 20px 20px 0;
}

div.product_gutter {
	float: left;
	width: 200px;
	height: 225px;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

div.product_title {
	float: left;
	width: 200px;
	height: 40px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 8px;
	color: #481d1a;
	overflow: hidden;
}

a.image_link {
	border: 0 !important;
}

div.product_price {
	float: left;
	width: 200px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #481d1a;
}

div.large_product_price {
	float: left;
	width: 245px;
	font-weight: bold;
	font-size: 38px;
	color: #481d1a;
	margin: 8px 0;
}

div.large_product_price span {
	font-weight: normal;
	font-size: 12px;
}

div.small_product_navigation_left {
	float: left;
	width: 120px;
}

div.small_product_navigation_right {
	float: right;
	width: 120px;
	text-align: right;
}

/* paintings */

div.painting {
	float: left;
	width: 210px;
	height: 210px;
	background: #fde5b8;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

div.painting_gutter {
	float: left;
	width: 150px;
	height: 150px;
	padding: 30px;
}

div.painting a {
	border: 0;
}

div.painting td {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

div.painting img.sold {
	position: relative;
	top: -210px;
	left: 0;
}

/* shopping cart */

#shoppingcart {
	width: 670px;
}

#shoppingcart tr.color {
	background: #fde5b8; 
}

#shoppingcart tr.total {
	background: #411d1a;
	color: #fff;
}

#shoppingcart tr.total td a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#shoppingcart th {
	text-align: left;
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #481d1a;
}

#shoppingcart td {
	text-align: left;
	padding: 8px;
}

#shoppingcart td input {
	width: 25px;
	padding: 5px;
	background: #fde5b8;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #481d1a;
	border-right: 1px solid #481d1a;
}

/* buttons */

div.buttons {
	float: left;
	margin-top: 8px;
}

.buttons a, 
.buttons button {
    display: block;
    float: left;
	color: #fff;
    background-color: #ff8b00;
    font-family: Arial, sans-serif;
    font-size: 110%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 10px 7px 7px;
	margin-top: 2px;
	border: 0;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 7px 10px 6px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 7px 10px 6px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 7px 10px 6px 7px; /* IE7 */
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #fff;
	background-color: #481d1a;
	border: 0;
}

/* forms */

#form table {
	width: 450px;
}

#form table td {
	padding: 3px 0 6px 0;
}

#form table span {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
}

#form span.mandatory {
	font-weight: bold;
}

#form span.mandatory_err {
	color: #c42535;
	font-weight: bold;
}

#form input.text {
	width: 400px;
	padding: 5px;
	background: #fde5b8;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #481d1a;
	border-right: 1px solid #481d1a;
}

#form input.text_small {
	width: 100px;
	padding: 5px;
	background: #fde5b8;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #481d1a;
	border-right: 1px solid #481d1a;
}

#form textarea {
	width: 400px;
	height: 70px;
	padding: 5px;
	background: #fde5b8;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #481d1a;
	border-right: 1px solid #481d1a;
}

#form select {
	width: 275px;
	padding: 5px;
	background: #fde5b8;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #481d1a;
	border-right: 1px solid #481d1a;
}

img.security_image {
	border: 1px solid #481d1a; 
	vertical-align: middle; 
	margin-top: 3px;
	margin-right: 10px;
}

/* feedback */

span.err_feedback {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #c42535;
	margin-bottom: 20px;
}

span.pos_feedback {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #481d1a;
	margin-bottom: 20px;
}

/* footer */

#footer {
	float: left;
	width: 980px;
	font-size: 12px;
	color: #c7a989;
	margin-top: 50px;
	background: #481d1a;
}

#footer .gutter {
	float: left;
	width: 980px;
	padding: 12px 0;
	text-align: center;
}

#footer a {
	color: #c7a989;
	border-bottom: 1px solid #c7a989;
}

#footer a:hover {
	color: #fde5b8;
	border-bottom: 1px solid #fde5b8;
}

#footer span {
	color: #a38169;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}