body
{
	padding:0px;
	margin:0px;
	scrollbar-3dlight-color:gray; 
	scrollbar-arrow-color:gray;
	scrollbar-highlight-color: #ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#fffffff;
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color: #ffffff;
}
body a, a
{
	text-decoration:none;
}
body img, img
{
	border:0px;
}
.top
{
	background:url(/img/top_bg.gif) left top no-repeat;
	height:107px;
	width:800px;
}
.menu_bg
{
	background:url(/img/menu_bg.gif) repeat-x;
	border:1px solid #dc4a00;
	border-top:none;
}
.menu_bg a
{
	color:white;
}
.menu_lb
{
	background:url(/img/menu_bg_lb.gif) no-repeat left bottom;
	position:relative;
	left:-1px;
	bottom:-1px;
}
.menu_rb
{
	background:url(/img/menu_bg_rb.gif) no-repeat right bottom;
	position:relative;
	right:-2px;
}
.menu
{
	width:100%;
	height:51px;
	text-align:center;
	vertical-align:middle;
	font:bold 11pt sans-serif;
	color:white;
	line-height:51px;
}
.menu div
{
	float:left;
}
.menu_elem
{
	width:33%;
}
.menu_sep
{
	margin-top:10px;
	width:3px;
	height:32px;
	background:url(/img/menu_sep.gif) no-repeat;
}
.item_head_bg
{
	background:url(/img/item_bg.gif) repeat-x;
	border:1px solid #3b3b3b;
	margin:10px 0px;
}
.item_head_lb
{
	background:url(/img/item_bg_lb.gif) no-repeat left bottom;position:relative;left:-1px;bottom:-1px;
}
.item_head_rb
{
	background:url(/img/item_bg_rb.gif) no-repeat right bottom;position:relative;right:-2px;
}
.item_head_rt
{
	background:url(/img/item_bg_rt.gif) no-repeat right top;position:relative;top:-2px;
}
.item_head_lt
{
	background:url(/img/item_bg_lt.gif) no-repeat left top;position:relative;left:-2px;
}
.item_head
{
	width:100%;
	height:41px;
	text-align:center;
	vertical-align:middle;
	font:bold 11pt sans-serif;
	color:white;
	line-height:41px;
}
.item_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font: normal 11px verdana;
	}
.item_list ul li {
	position: relative;
	}
.item_list li ul {
	position: absolute;
	left: 239px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
.item_list ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 7px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html .item_list ul li { float: left; height: 1%; }
* html .item_list ul li a { height: 1%; }
/* End */
.item_list ul li a:hover, .item_list ul li a.selected  { color: #d46300; background: #ededed; } /* Hover Styles */
.item_list li ul li a { padding: 7px 5px; } /* Sub Menu Styles */
.item_list li:hover ul, .item_list li.over ul { display: block; } /* The magic */
.random_elem_padding
{
	padding:10px 0px 0px 10px;
}
.random_elem_border
{
	border:1px solid #d6d6d6;
}
.random_elem_lb
{
	background:url(/img/elem_lb.gif) no-repeat left bottom;
	position:relative;
	left:-1px;
	bottom:-1px;
}
.random_elem_rb
{
	background:url(/img/elem_rb.gif) no-repeat right bottom;
	position:relative;
	right:-2px;
}
.random_elem_rt
{
	background:url(/img/elem_rt.gif) no-repeat right top;
	position:relative;
	top:-2px;
}
.random_elem_lt
{
	background:url(/img/elem_lt.gif) no-repeat left top;
	position:relative;
	left:-2px;
}
.random_elem_foto
{
	width:210px;
	text-align:center;
	padding:5px;
	margin:0px 10px 10px 0px;
	border:1px solid #e7e7e7;
	-moz-border-radius:7px;
	float:left;
}
.random_elem_name
{
	padding:5px;
	font:bold 13pt Arial;
	color:black;
}
.random_elem_desc, .contacts, .producers, .details_main, .fvpaging, .about, .bottom_text, .list .paging span, .list .paging a
{
	font:8pt Tahoma;
	color:#000000;
}
.random_elem_price
{
	float:left;
	color:#dc4a00;
	font:bold 14pt Arial;
	padding-top:10px;
}
.random_elem_more
{
	display:block;
	float:right;
	padding-top:10px;
}
.maphead
{
	font-size:18px;
	font-weight:bold;
}
#gmap
{
	width:550px;
	height:500px;
	border:1px solid gray;
	float:left;
	margin:10px 0px 0px 10px;
}
.trailbar
{
	font:8pt Tahoma;
	color:#8b8b8b;
	padding:15px 0px 0px 15px;
}
.trailbar a {color:#8b8b8b;}
.trailbar a:hover
{
	color:#000000;
}
.producers
{
	float:right;
	padding-top:10px;
	font:8pt Verdana;
}
.producers select { font:8pt Verdana; }
.list
{
	width:100%;
	padding:10px 0px 0px 10px;
	font:8pt Tahoma;
	color:#000000;
}
.list tr.def td, .list tr.alt td
{
	padding: 4px 10px;
	cursor:pointer;
}
.list tr.head
{
	background-color:#ededed;
	text-align:center;
	font:bold 10pt Tahoma;
}
.list tr.head td
{
	padding:5px;
}
.list tr.alt
{
	background-color:#f2f7fb;
}
.list .paging
{
	text-align:right;
}
.list .paging td
{
	padding:15px;
}
.list .paging a, .list .paging span
{
	padding:3px 7px;
	border:1px solid #cfd1da;
	margin:0px 1px;
	font:11px Verdana;
	color:#7e7e94;
}
.list .paging span
{
	background-color:#e5e6eb;
	color:#e36f08;
}
.list .paging a:hover, .list .paging span
{
	border:1px solid #e36f08;
	color:#e36f08;
}
.details_main
{
	padding-top:10px;
}
.details_head
{
	font-weight:bold;
	padding-right:10px;
}
.details_dsc
{
	float:left;
	width:488px;
	padding-right:10px;
	vertical-align:middle;
	line-height:25px;
}
.fotoviewer
{
	display:table-cell;
}
.fvbody
{
	border:1px solid gray;
	cursor:pointer;
}
.fvimg
{
	text-align:center;
}
.fvpaging
{
	border:1px solid gray;
	margin-top:5px;
}
.fvpaging img
{
	float:right;
	padding:1px 5px;	
}
.fvcount
{
	padding:3px;
}
.details
{
	color:#595959;
	font-family:Tahoma,SansSerif;
	font-size:11px;
}
.details_left
{
	float:left;
	text-align:right;
	width:150px;
	font-weight:bold;
	padding:3px 5px;
}
.details_right
{
	text-align:left;
	padding:3px 0px;
}
.about img 
{
	margin:10px;
}
.about p
{
	text-indent:20px;
}
.bottom_line
{
	width:100%;
	height:2px;
	background:#e07108;
	margin-top:10px;
}
.bottom_text
{
	height:50px;
	padding:10px 0px 0px 240px;
	background:#ededed;
}
.bottom_text a
{
	padding:0px 10px;
	color:#000000;
}
.bottom_text a:hover
{
	color:#e07108;
}
.copyright
{
	padding:10px;
}
