html, body {
	background: #000000;
	color: #e9ddac;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	border-bottom:1px dotted #b66733;
	color: #cb2404;
}

h1 
{
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 24pt;
	font-weight: normal;
	letter-spacing:-0.05em;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	margin-top: 40px;
	text-align: left;
}

a {
	border-bottom: 1px dotted #e9ddac;
	text-decoration: none;
}

a:active {
	color: #ff0000;
}

a:link, a:visited {
	color: #D8973B;
}

a:hover {
	color: #B81900;
}

.illustration {
	border: 1px solid #e9ddac;
	margin: 10px;
	padding: 1px;
}

.illustrationleft {
	border: 1px solid #e9ddac;
	float: left;
	margin-right: 10px;
	padding: 1px;
}

div.illustrationleft {
	border: none;
	padding: 0px;
	text-align: center;
}
div.illustrationleft img {
	border: 1px solid #e9ddac;
	padding: 1px;
}
div.illustrationleft p {
	font-style: italic;
	margin-top: 0px;
}
div.illustrationleft a {
	border-bottom: 0px;
}

.illustrationright {
	border: 1px solid #e9ddac;
	float: right;
	margin-left: 10px;
	padding: 1px;
}

.breadcrumbs {
	background: #24211c;
	font-style: italic;
	padding: 5px;
}

.breadcrumbs a {
	border-bottom: inherit;
}

.summary {
	color: #da973e;
	font-style: italic;
	font-weight: bold;
	margin-top: -10px;
}

#content {
	padding-top: 10px;
}

#linkbar {
	float: left;
	margin-right: 10px;
}

#linkbar ul {
	margin: 0px;
	padding: 0px;
}

#linkbar li {
	list-style: none;
}

#subbody {
	margin-top: 20px;
}

#wrap {
	margin:0 auto;
}

@media (min-width: 768px) {
	#main {
		float:right;
		width:675px;
	}
	#wrap {
		width:890px;
	}
}
	
#sidebar {		
	border: 1px solid #3B3935;
	padding: 0px;
	width:200px;
}

#sidebar a {
	border-bottom: 0px;
	text-decoration: none;
}
	
#sidebar img {
	border: 0px;
}
	
#sidebar ul {
	background: url('/images/bg_links.jpg') repeat-y right;
	margin: 0px;
	padding: 0px;
}
    
#sidebar li {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #3B3935;
	list-style: none;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar li:hover {
	background: url('/images/bg_links_over.jpg') repeat-y right;
	border-bottom: 1px solid #373229;
	border-top: 1px solid #615640;
	cursor: pointer;
}

#sidebar li:hover a:hover {
	color: #D8973B;
}

#sidebar li.shop a, #sidebar li.shop a:hover {
	color: #CB2404;
}

#sidebar li.sub {
	padding-left: 30px;
}
    
#sidebarcontainer {
	display: none;
}

@media (min-width: 768px) {
	#sidebarcontainer {
		display: block;
		float:left;
	}
}

#footer {
	clear: both;
	color: #807149;
	font-size: 8pt;
	padding-top: 5px;
	text-align: left;
}
	
.dropletter {
	margin-right: 2px;
}

img.gallery {
	border: 0px;
}

td.gallery {
	background-color: #222222;
	border: 1px solid #D8973B;
	font-size: 8pt;
	height: 100px;
	text-align: center;
	vertical-align: center;
	width: 100px;
}

td.gallery a {
	border-bottom: none;
}

table.homecatalog td {
	text-align: center;
	vertical-align: top;
}

table.homecatalog td div.title {
	height: 40px;
}

table.homecatalog td div.price {
	font-style: italic;
	margin-top: 5px;
}

.ps {
	border-top: 1px dotted #b66733;
	padding-top: 10px;
}