html, body
{
	margin: 0; padding: 0;
	background: rgb(191, 179, 156) url('../images/layout/bg.png') repeat-x;
}

body
{
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	/*color: rgb(120, 115, 65);*/
	color: rgb(70, 65, 15);
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 10pt;
}

table td, table th
{
	font-size: 8pt;
}

img
{
	border: none;
}

a, a:link, a:hover, a:visited, a:active
{
	color: rgb(183, 0, 0);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	width: 900px;
	margin: auto;
	text-align: left;
	margin-top: 60px;
	background: white;
}

#languages
{
	height: 35px;
	background: rgb(244, 244, 234) url('../images/layout/bg-top.png') no-repeat;
}

#languages div#lang-content
{
	height: 23px;
	width: 270px;
	line-height: 23px;
	background: url('../images/layout/bg-lang.png') repeat-x;
	text-align: center;
	position: relative;
	left: 600px;
}

#languages div#lang-content p
{
	padding: 0; margin: 0;
	line-height: 23px;
}
* html body #languages div#lang-content p {padding-top: 4px;}

#languages div#lang-left
{
	width: 19px;
	height: 23px;
	background: url('../images/layout/lang-left.png') no-repeat;
	float: left;
}

#languages div#lang-right
{
	width: 19px;
	height: 23px;
	background: url('../images/layout/lang-right.png') no-repeat;
	float: right;
}

#top
{
	height: 198px;
	background: url('../images/layout/top.png') no-repeat;
}

#top p 
{
	margin: 0; padding: 0;
	font-size: 10pt;
	color: white;
	position: relative;
	top: 90px;
	left: 30px;
	width: 350px;
}

#pagemenu
{
	height: 37px;
	line-height: 37px;
	background: url('../images/layout/bg-menu.png') repeat-x;
}

#pagemenu a
{
	display: block;
	float: left;
	margin-left: 7px;
	padding-left: 7px;
	height: 37px;
	position: relative;
	background: url('../images/layout/bg-menuitem.png') left center no-repeat;
}

#pagemenu a.first {background: transparent;}

#leftmenu
{
	margin: 0; padding: 0;
	margin-top: 5px;
	padding: 20px 10px;
	padding-bottom: 250px;
	width: 205px;
	overflow: hidden;
	background: rgb(112, 32, 12) url('../images/layout/leftmenu-top.png') no-repeat;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}
* html body #leftmenu {width: 225px;}

#leftmenu ul, #leftmenu li
{
	margin: 0; padding: 0;
	list-style-type: none;
}

#leftmenu li.top
{
	padding-bottom: 5px;
	padding-left: 18px;
	line-height: 13px;
	background: url('../images/layout/leftmenu-bullet.png') no-repeat;
}

#leftmenu ul
{
	margin-top: 5px;
	padding-left: 20px;
}

#leftmenu li a
{
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 8pt;
	color: white;
}

#leftmenu-footer
{
	background: rgb(112, 32, 12) url('../images/layout/leftmenu-bottom.png') left bottom no-repeat;
	width: 225px;
	overflow: hidden;
}

#leftmenu-footer a
{
	color: white;
	display: block;
	padding: 10px;
	text-align: center;
}

#content
{
	float: right;
	width: 610px;
	margin-top: 20px;
	position: relative;
	margin-right: 35px;
}
* html body #content {margin-right: 20px;}

#content-catalog
{
	float: right;
	width: 660px;
	margin-top: 20px;
	position: relative;
}

.divider
{
	clear: both;
}

.right
{
	text-align: right;
}

#footer
{
	height: 52px;
	background: url('../images/layout/bg-bottom.png') no-repeat;
	padding-bottom: 100px;
	margin: auto;
	width: 900px;
	text-align: left;
	position: relative;
	font-size: 7pt;
	color: rgb(112, 32, 12);
}

#footer div
{
	float: right;
	text-align: right;
	padding: 15px;
}

#footer p
{
	margin: 0;
	padding: 10px;
	padding-top: 16px;
}

#pages
{
	text-align: center;
	padding: 7px;
}

#topLink
{
	text-align: center;
	margin-top: 20px;
}

/* BEGIN Catalog */
.product
{
	width: 200px;
	height: 280px;
	float: left;
	margin: 10px;
}
* html body .product {margin: 5px;}

.product form
{
	margin: 0; padding: 0;
}

.product .top
{
	overflow: hidden;
	background: url('../images/layout/product-top.png') no-repeat;
	height: 5px;
}

.product .content
{
	height: 271px;
	padding: 5px 8px;
	background: url('../images/layout/bg-product.png') repeat-y;
}

.product .content a.productname
{
	font-weight: bold;
	display: block;
	padding-left: 10px;
	background: url('../images/layout/arrow-product-name.png') left 4px no-repeat;
	font-size: 8pt;
}

.product .content .img
{
	text-align: center;
}

.product .bottom
{
	overflow: hidden;
	background: url('../images/layout/product-bottom.png') no-repeat;
	height: 4px;
}

.product .info
{
	padding: 10px 0px;
}

.product form select
{
	width: 184px;
	margin-bottom: 3px;
}

.order-button
{
	background: url('../images/layout/order-button.png') no-repeat;
	color: rgb(112, 32, 12);
	font-weight: bold;
	border: none;
	width: 84px;
	height: 20px;
	overflow: hidden;
}

#nav
{
	padding: 5px;
	border-bottom: 1px dashed rgb(120, 115, 65);
	width: 640px;
}

#priceInfo
{
	clear: left;
	padding: 10px;
}
/* END Catalog */
table#productDetail
{
	width: 640px;
}

p#productname
{
	margin: 0; padding: 0;
	color: rgb(112, 32, 12);
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: url('../images/layout/arrow-product-name.png') left 4px no-repeat;
	font-size: 12pt;
}

table#productDetail td
{
	vertical-align: top;
	background: rgb(241,241,241);
	padding: 5px;
}

#detailImage, #detailImage img
{
	width: 350px;
	text-align: center;
}

table td#detailVariant
{
	vertical-align: bottom;
}

#detailVariant form
{
	text-align: right;
	margin: 0; padding: 0;
}

#detailVariant select
{
	margin: 0; padding: 0;
	width: 260px;
	margin-bottom: 5px;
}
/* BEGIN Cart */
table#cartTable
{
	border-collapse: collapse;
	width: 500px;
	margin-bottom: 20px;
}

table#cartTable th, table#cartTable td
{
	padding: 3px;
}

table#cartTable td
{
	border: 1px solid rgb(240,240,240);
}

table#cartTable th
{
	background: #908c41;
	color: white;
}

#vatForm input
{
	margin: 2px;
	vertical-align: middle;
}
#vatForm
{
	margin-bottom: 10px;
}

.cartLeftCell
{
	width: 200px;
}

#cartForm td
{
	vertical-align: top;
}
/* END Cart */

.error
{
	color: rgb(112, 32, 12);
	font-weight: bold;
}

#photoStrip
{
	border-bottom: 1px dotted rgb(112, 32, 12);
	padding: 5px;
	margin-bottom: 10px;
}

#photoStrip img
{
	border: 1px solid rgb(112, 32, 12);
	margin-right: 5px;
}
