@charset "utf-8";

		/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
		/* END RESET */
		
		/* MAIN */
html, body {
	height:100%;
}

body {
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	background: #dcc9ab; 
	color: #6c5546;
}

body.index {
	background:url(/images/index_bg.jpg) repeat;
}

h1 {
	display:block;
	padding:2px 0 0 2px;
	margin: 0 0 30px 0;
	height: 30px;
	background:url(/images/lines_4.gif) bottom left no-repeat;
	font-size:16px;
	font-weight:bold;
}

h4 {
	font-size:12px;
}

a {
	color: #6c5546;
}

a:hover {
	color: #9d002e;
}

.clear {
	clear:both;
	height:1px;
	border:none;
	margin:0;
	padding:0;
	background:none;
}

.selected {
	color:#9d002e;
}

		/* END MAIN */
		
		/* INDEX */		
div#index {
	height:100%;
	background:url(/images/index_bg.jpg);
	text-align:center;
}

div#index a {
	display:block;
	width:250px;
	height:316px;
	margin:0 auto 20% auto;
	padding:17% 0 0 0;
}
		/* END INDEX */
		
		/* 404 */
div#error_404 {
	height:100%;
	background:url(/images/index_bg.jpg);
}

div#error_404 div {
	margin:0 auto;
	padding:30% 0 0 0;
	width:300px;
	text-align:left;
}

div#error_404 div h1 {
	font-size:30px;
	background:none;
	padding:0;
	margin:0 0 5px 0;
}

div#error_404 div p {
	font-size:12px;
}
		/* END 404 */
		
		/* CONTEINER */
div#conteiner {
	
}		

		/* END CONTEINER */
		
		/* MENU */
div#menu {
	float:left;
	width:175px;
	background:url(/images/menu_bg.jpg) top left no-repeat;
	*margin:-2px 0 0 0;
}

div.menu-bottom {
	padding:0 0 63px 0;
	*padding:0 0 123px 0;
	background:url(/images/menu_bg-bottom.jpg) bottom left no-repeat;
	position:relative;
	top:0;left:0;z-index:200;
}

div#menu ul {
	display:block;
	width:145px;
	margin:53px 0 60px 16px;
	padding:0 0 20px 15px;
	background:url(/images/menu_bg-ul.jpg) top left repeat-y;
}

div#menu ul li {
	margin:15px 0 0 0;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
		/* END MENU */
		
		/* SMALL MENU */
div.small_menu {
	padding:9px 7px 13px 6px;
	width:437px;
	text-align:center;
}

div.small_menu_up {
	background:url(/images/lines_4.gif) bottom left no-repeat;
}
		/* END SMALL MENU */
		
		/* TITEL */
div#content div.titel {
	margin:10px 0 0 -5px;
}

div#content div.products div.titel {
	margin:0  5px 0 0;
	padding:0;
	height:20px;
	background:none;
}

div.titel h2 {
	display:block;
	float:left;
	margin-left:5px;
	width:150px;
	font-size:14px;
	text-align:left;
}

div.titel p {
	padding:5px 0 0 0;
	text-align:right;
}

div.titel a {
	font-weight:bold;
}
		/* END TITEL */
		
		/* FORM */
div.form {
	margin:0 0 0 10px;
	padding:0 0 20px 0;
	font-size:11px;
}

div.form div {
	margin:2px 0 12px 0;
}

div.form div label {
	display:block;
	width:235px;
}

div.form div label span {
	color:#f00;
}

div.form div input, textarea {
	width:218px;
	padding:2px;
	background:#dcc9ab;
}

div.form div a {
	display:block;
	padding:3px 0 0 0;
	width:135px;
	height:16px;
	border:1px solid #715f48;
	background:#b6a58e;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
		/* END FORM */
		
		/* CONTENT */
div#content {
	float:left;
	width:450px;
	margin: 0 1px 0 17px;
	background:#cebca4;
	border-right:1px solid #8f806d;
}
* html div#content {
	margin-bottom:-10px;
}

div#content div.products div {
	padding:8px 2px 20px 10px;
	font-size:11px;
	background:url(/images/lines_8.gif) bottom left no-repeat;
}

div#content div.products div div {
	background:none;
	padding:0;
	font-weight:normal;
}

div#content div.products div img {
	float:right;
	margin:0px 2px 15px 0;
}

div#content div.products div p {
	font-weight:normal;
}
		/* END CONTENT */
		
		/* ATTENTION */
div#attention {
	float:left;
	width:124px;
	background:url(/images/attention_bg.gif);
	border-right:1px solid #8f806d;
}

div#attention div {
	height:14px;
	width:119px;
	margin: 1px 0 13px 1px;
	background:#897a69;
	color:#dcc9a2;
	text-align:center;
	border-bottom:1px solid #dcc9ab;
	border-top:1px solid #dcc9ab;
	padding:4px 0 0 0;
}

/* google */
div#attention span {
	display:block;
	margin:5px;
	padding:0;
	width:112px;
	height:600px;
	overflow:hidden;
}
/* /google */

div#attention p {
	margin:0 4px 15px 7px
}
		/* END ATTENTION */
		
		/* FOOTER */
div#footer {
	margin:0 0 0 191px;
	padding:15px 0 8px 0;
	width:567px;
	text-align:center;
	background:#dcc9ab url(/images/lines_4.gif) top left no-repeat;
}
div#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
}

div#footer img {
	display:block;
	margin:0 auto;
}
		/* END FOOTER */
		
		/* BUY */
div#buy {
	font-weight:normal;
	color:#000;
	background:#e0d0b8 url(/images/buy_bg.gif) top right no-repeat;
}

div#buy p {
	margin:0 100px 15px 10px;
	font-size:11px;
}

div#buy em {
	margin:0 0 0 10px;
}

div#buy em span {
	color:#f00;
}

div#buy img {
	margin:0 0 0 10px;
}
		/* END BUY */
		
		/* SELL */
div#sell {
	font-weight:normal;
	color:#000;
	background:#e0d0b8 url(/images/buy_bg.gif) top right no-repeat;
	font-size:11px;
}	

div#sell p {
	margin:0 0 15px 10px;
}

div#sell ul {
	margin:0 0 30px 40px;
	list-style:disc;
}

div#sell ul.number {
	list-style:decimal;
}

div#sell ul li {
	margin:5px 0;
}

div#sell img {
	margin:0 0 0 10px;
}
		/* END SELL */
		
		/* CONTACTS */
div#contacts {
	color:#000;
	background:#e0d0b8 url(/images/buy_bg.gif) top right no-repeat;
}		
		
div#contacts p {
	margin:0 0 15px 10px;
}

div#contacts img {
	margin:0 0 0 10px;
}
		/* END CONTACTS */
		
		/* NEWS */
.news-date {
	margin:5px 0;
	font-style:italic;
}

.news-nav {
	margin:10px 0;
	text-align:center;
}
		/* END NEWS */

.head-img {display:block;}