*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	color: #000;
	background: #C5C5C4 url(../layout/bg-body.png) top repeat-x;
	min-width: 100%;
}
html>body
{
	
}
#main
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body>#main
{
	height: auto;
}
#head
{
	width: 100%;
	height: 0px;
}
	
#text
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
}
	#text .center
	{
		width: 990px;
		min-height: 325px; /*smazat*/
		margin-left: auto;
		margin-right: auto;
		background: url(../layout/bg-main.jpg) top center no-repeat;
	}
		#text .center .minimenubox
		{
			width: 990px;
			height: 18px;
			float: right;
		}
			#text .center .minimenubox ul.minimenulinks
			{
				width: 370px;
				height: 18px;
				list-style: none;
				float: right;
			}
				#text .center .minimenubox ul.minimenulinks li
				{
					float: left;
				}
					#text .center .minimenubox .minimenulinks .minimenu1
					{
						width: 44px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-01.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu1:hover
						{
							width: 44px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-01-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
					#text .center .minimenubox .minimenulinks .minimenu2
					{
						width: 65px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-02.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu2:hover
						{
							width: 65px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-02-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
					#text .center .minimenubox .minimenulinks .minimenu3
					{
						width: 67px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-03.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu3:hover
						{
							width: 67px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-03-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
					#text .center .minimenubox .minimenulinks .minimenu4
					{
						width: 62px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-04.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu4:hover
						{
							width: 62px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-04-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
		#text .center .menubox
		{
			width: 990px;
			height: 119px;
		}
			#text .center .menubox .logo
			{
				width: 168px;
				height: 105px;
				padding-top: 14px;
				padding-left: 22px;
				float: left;
			}
			#text .center .menubox .menu
			{
				width: 800px;
				height: 107px;
				padding-top: 12px;
				float: right;
				text-align: right;
			}
				#text .center .menubox .menu ul
				{
					width: 600px;
					list-style: none;
					float: right;
				}
					#text .center .menubox .menu ul li
					{
						padding-left: 8px;
						float: right;
					}
						#text .center .menubox .menu ul li .menu1
						{
							width: 158px;
							height: 25px;
							position: relative;
						}
						#text .center .menubox .menu ul li .menu2
						{
							width: 209px;
							height: 25px;
							position: relative;
						}
						#text .center .menubox .menu ul li .menu3
						{
							width: 193px;
							height: 25px;
							position: relative;
						}
						#text .center .menubox .menu ul li .menu4
						{
							width: 221px;
							height: 25px;
							position: relative;
							top: 3px;
						}
						#text .center .menubox .menu ul li .menu5
						{
							width: 276px;
							height: 25px;
							position: relative;
							top: 3px;
						}
							.imgnenu
							{
								z-index: 10;
								position: absolute;
								left: 0;
								top: 0;
								cursor: pointer;
							}
							.imgnenu-over
							{
								position: absolute;
								left: 0;
								top: 0;
							}
		#text .center .prevbox
		{
			width: 990px;
			height: 330px;
			float: none;
			clear: both;
		}
			
			#text .center .prevbox .arrowleft
			{
				width: 66px;
				height: 330px;
				float: left;
			}
				#text .center .prevbox .arrowleft .prevbtn
				{
					width: 31px;
					height: 45px;
					position: relative;
					top: 122px;
					left: 15px;
				}
				
				div.scrollablebox
				{
					position: relative;
					overflow: hidden; 
					width: 858px;
					height: 330px;
					float: left;
				} 
				
				div.scrollablebox2
				{
					position: relative;
					overflow: hidden; 
					width: 858px;
					height: 330px;
					float: left;
				}
				div.scrollablebox3
				{
					position: relative;
					overflow: hidden; 
					width: 858px;
					height: 330px;
					float: left;
				}
				
				div.scrollablebox div.items
				{
					width: 20000em; 
					position: absolute; 
				}
				div.scrollablebox div.items div
				{ 
					float: left;
				} 
				div.items div.active
				{ 
					 
				}
				.item
				{
					width: 858px;
					height: 330px;
					float: left;
				}
					.itemcolwide
					{
						width: 840px;
						height: 291px;
						padding-top: 18px;
						padding-left: 18px;
						background: url(../layout/bg-image-frame-wide.png) top left no-repeat;
						float: left;
					}
					.itemcol1
					{
						width: 410px;
						height: 293px;
						padding-top: 16px;
						padding-left: 17px;
						background: url(../layout/bg-image-frame.png) top left no-repeat;
						float: left;
					}
					.itemcol2
					{
						width: 395px;
						height: 309px;
						padding-left: 30px;
						float: left;
					}
						.itemcol2 .h1
						{
							width: 395px;
							height: 30px;
							margin: 0px 0px 0px 0px;
							padding: 10px 0px 20px 0px;
							font-family: Arial;
							font-weight: bold;
							font-size: 29px;
							text-align: left;
							text-decoration: none;
							color: #000;
						}
						.itemcol2 .description
						{
							width: 395px;
							height: 170px;
							overflow: hidden;
						}
							.itemcol2 .description p
							{
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 10px 0px;
								font-family: Arial;
								font-weight: normal;
								font-size: 14px;
								text-align: justify;
								text-decoration: none;
								line-height: 19px;
								color: #fff;
							}
							.itemcol2 .linkbox
							{
								width: 395px;
								height: 25px;
								padding-top: 10px;
							}
								.itemcol2 .linkbox a
								{
									width: 153px;
									height: 25px;
									padding: 3px 12px 5px 12px;
									background: url(../layout/showroom-link.png) center center no-repeat;
									text-align: center;
									text-decoration: none;
									font-weight: bold;
									color: #000;
									line-height: 25px;
								}
								.itemcol2 .linkbox a:hover
								{
									width: 153px;
									height: 25px;
									padding: 3px 12px 5px 12px;
									background: url(../layout/showroom-link.png) center center no-repeat;
									text-align: center;
									text-decoration: underline;
									font-weight: bold;
									color: #000;
									line-height: 25px;
								}
						.itemcol2 .description2
						{
							width: 395px;
							height: 98px;
							overflow: hidden;
						}
							.itemcol2 .description2 p
							{
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 10px 0px;
								font-family: Arial;
								font-weight: normal;
								font-size: 14px;
								text-align: justify;
								text-decoration: none;
								line-height: 19px;
								color: #fff;
							}
							.itemcol2 .minimagesbox
							{
								width: 395px;
								height: 59px;
								padding-top: 10px;
							}
								.itemcol2 .minimagesbox div
								{
									background: url(../layout/showroom-ico.png) center center no-repeat;
									width: 59px;
									height: 58px;
									margin: 1px;
									padding: 0px;
									position: relative;
									float: left;
								}
									.itemcol2 .minimagesbox div a
									{
										padding: 0px;
										margin: 0px;
									}
										.itemcol2 .minimagesbox div a img
										{
											padding: 0px;
											margin: 0px;
											position: absolute;
											top: 3px;
											left: 3px;
										}
									.itemcol2 .minimagesbox div img
									{
										padding: 0px;
										margin: 0px;
										position: absolute;
										top: 3px;
										left: 3px;
									}
				
			#text .center .prevbox .arrowright
			{
				width: 66px;
				height: 330px;
				float: left;
			}
				#text .center .prevbox .arrowright .nextbtn
				{
					width: 31px;
					height: 45px;
					position: relative;
					top: 122px;
					left: 20px;
				}
					img.arrows
					{
						z-index: 10;
						position: absolute;
						left: 0;
						top: 0;
						cursor: pointer;
					}
					img.arrows-over
					{
						position: absolute;
						left: 0;
						top: 0;
					}
		#text .center .textbox
		{
			width: 990px;
			float: left;
			clear: both;
		}
			#text .center .textbox .textboxcol1
			{
				width: 808px;
				float: left;
			}
				#text .center .textbox .textboxcol1 .textboxtop
				{
					width: 808px;
					height: 8px;
					background: url(../layout/bg-content-titulka-top.png) top center no-repeat;
				}
				#text .center .textbox .textboxcol1 .textboxcontent
				{
					width: 768px;
					min-height: 270px;
					padding: 10px 20px 10px 20px;
					background: #fff;
					text-align: justify;
				}
				#text .center .textbox .textboxcol1 .textboxbottom
				{
					width: 808px;
					height: 7px;
					background: url(../layout/bg-content-titulka-bottom.png) bottom center no-repeat;
				}
			#text .center .textbox .textboxcol2
			{
				width: 170px;
				padding-left: 12px;
				float: left;
			}
				#text .center .textbox .textboxcol2 .cubeboxlink
				{
					width: 170px;
					height: 30px;
					text-align: center;
					color: #be0d0d;
				}
					#text .center .textbox .textboxcol2 .cubeboxlink a
					{
						color: #be0d0d;
						font-size: 13px;
						font-weight: bold;
						text-decoration: underline;
					}
					#text .center .textbox .textboxcol2 .cubeboxlink a:hover
					{
						color: #000;
						font-size: 13px;
						font-weight: bold;
						text-decoration: none;
					}
				#text .center .textbox .textboxcol2 .cubebox
				{
					width: 170px;
					height: 110px;
				}
				#text .center .textbox .textboxcol2 .cubeshadow
				{
					width: 170px;
					height: 33px;
					background: url(../layout/cube-shadow.jpg) top center no-repeat;
				}
				#text .center .textbox .textboxcol2 p
				{
					font-size: 11px;
					text-align: left;
				}
					#text .center .textbox .textboxcol2 a
					{
						font-size: 11px;
						text-decoration: underline;
						color: #000;
						font-weight: bold;
					}
					#text .center .textbox .textboxcol2 a:hover
					{
						font-size: 11px;
						text-decoration: none;
						color: #a70404;
						font-weight: bold;
					}
			
			#text .center .textbox .textboxw
			{
				width: 990px;
				float: left;
			}
				#text .center .textbox .textboxw .textboxtopw
				{
					width: 990px;
					height: 8px;
					background: url(../layout/bg-content-nextpage-top.png) top center no-repeat;
				}
				#text .center .textbox .textboxw .textboxcontentw
				{
					width: 950px;
					min-height: 180px;
					padding: 10px 20px 10px 20px;
					background: #fff;
					text-align: justify;
				}
					#text .center .textbox .textboxw .textboxcontentw	ul.vizualizacefoto
					{
					width: 357px;
					list-style: none;
					margin: 0px;
					padding: 0px 0px 20px 20px;
					float: right;
					}
							#text .center .textbox .textboxw .textboxcontentw	ul.vizualizacefoto li
							{
							margin: 0px;
							padding: 0px;
							}
				#text .center .textbox .textboxw .textboxcontentw ul
				{
					list-style: url(../layout/odrazka.gif);
				}
					#text .center .textbox .textboxw .textboxcontentw .cubeboxright
					{
						width: 170px;
						height: 170px;
						margin-left: 10px;
						margin-bottom: 10px;
						background: #e0e0e0 url(../layout/bg-content-nextpage-corner.png) top right no-repeat;
						float: right;
						position: relative;
						bottom: 18px;
						left: 20px;
						
						text-align: center;
						padding-top: 15px;
						color: #be0d0d;
					}
						#text .center .textbox .textboxw .textboxcontentw .cubeboxright a
						{
							color: #be0d0d;
							font-size: 13px;
							font-weight: bold;
							text-decoration: underline;
						}
						#text .center .textbox .textboxw .textboxcontentw .cubeboxright a:hover
						{
							color: #000;
							font-size: 13px;
							font-weight: bold;
							text-decoration: none;
						}
						#text .center .textbox .textboxw .textboxcontentw .cubeboxright .cubebox
						{
							width: 170px;
							height: 110px;
							margin-top: 10px;
						}
						#text .center .textbox .textboxw .textboxcontentw .cubeboxright .cubeshadow
						{
							width: 170px;
							height: 33px;
							background: url(../layout/cube-shadow-light.jpg) top center no-repeat;
						}
					#text .center .textbox .textboxw .textboxcontentw .textmenu
					{
						width: 770px;
						height: 40px;
						text-align: left;
						line-height: 18px;
						color: #be0d0d;
						float: left;
					}
						#text .center .textbox .textboxw .textboxcontentw .textmenu a
						{
							color: #be0d0d;
							font-weight: bold;
							text-decoration: none;
							padding-right: 12px;
						}
						#text .center .textbox .textboxw .textboxcontentw .textmenu a:hover
						{
							color: #be0d0d;
							font-weight: bold;
							text-decoration: underline;
							padding-right: 12px;
						}
					#text .center .textbox .textboxw .textboxcontentw .textmenudashedline
					{
						width: 770px;
						height: 3px;
						margin-bottom: 20px;
						background: url(../layout/dashed-line.png) bottom center no-repeat;
						float: left;
					}
					#text .center .textbox .textboxw .textboxcontentw a img
					{
						margin-right: 9px;
					}
					#text .center .textbox .textboxw .textboxcontentw .products
					{
						font-weight: bold;
						font-size: 13px;
						padding-bottom: 8px;
					}
					#text .center .textbox .textboxw .textboxcontentw ul.productslist
					{
						list-style: none;
						margin: 0px;
						padding: 0px;
						float: left;
					}
						#text .center .textbox .textboxw .textboxcontentw ul.productslist li
						{
							float: left;
							padding-right: 12px;
						}
					.imageboxik
					{
						height: 200px;
						padding: 7px;
						font-size: 13px;
						font-weight: bold;
						text-align: center;
						float: left;
					}
						.imageboxik img
						{
							margin-top: 15px;
						}
					.imageboxik2
					{
						
						padding: 7px;
						font-size: 13px;
						font-weight: bold;
						text-align: center;
						float: left;
					}
						.imageboxik2 img
						{
							margin-top: 15px;
						}
					.imageboxik3
					{
						
						padding: 7px;
						font-size: 13px;
						font-weight: bold;
						text-align: center;
						float: left;
					}
						.imageboxik3 img
						{
							margin-top: 15px;
						}
					
					.galleryboxik2
					{
						background: url(../layout/bg-gallery-ico.png) no-repeat;
						width: 59px;
						height: 58px;
						margin: 4px;
						padding: 0px;
						position: relative;
						float: left;
					}
						.galleryboxik2 a
						{
							padding: 0px;
							margin: 0px;
						}
							.galleryboxik2 a img
							{
								padding: 0px;
								margin: 0px;
								position: absolute;
								top: 3px;
								left: 3px;
							}
						.galleryboxik2 img
						{
							padding: 0px;
							margin: 0px;
							position: absolute;
							top: 3px;
							left: 3px;
						}
					.pricelist
					{
						
					}
						.pricelist tr td.light
						{
							background: #f7f7f7;
							padding: 8px;
						}
						.pricelist tr td.dark
						{
							background: #f0f0f0;
							padding: 8px;
						}
						.pricelist tr td.tdhead
						{
							background: #eeeeee;
							padding: 8px;
						}
					
				#text .center .textbox .textboxw .textboxbottomw
				{
					width: 990px;
					height: 7px;
					background: url(../layout/bg-content-nextpage-bottom.png) bottom center no-repeat;
				}


				#text .center .textbox .textboxw .textboxtopw2
				{
					width: 990px;
					height: 8px;
					background: url(../layout/bg-content-nextpage-top.png) top center no-repeat;
				}
				#text .center .textbox .textboxw .textboxcontentw2
				{
					width: 950px;
					height: 720px;
					padding: 20px 20px 0px 20px;
					text-align: justify;
					background: url(../layout/bg-map.png) top left no-repeat;
					position: relative;
				}
				#text .center .textbox .textboxw .textboxcontentw3
				{
					width: 990px;
					padding: 0px;
					text-align: justify;
				}
				#text .center .textbox .textboxw .textboxbottomw2
				{
					width: 990px;
					height: 7px;
					background: url(../layout/bg-content-nextpage-bottom.png) bottom center no-repeat;
				}
				
				#mapdescriptionbox
				{
					width: 650px;
					height: 110px;
					padding: 10px;
					position: absolute;
					top: 27px;
					left: 80px;
					margin-left: 10px;
					background: #fff;
					background: rgba(255, 255, 255, 0.9);
					overflow: none;
					text-align: left;
				}
					#mapdescriptionbox .col01
					{
						width: 380px;
						float: left;
					}
						#mapdescriptionbox .col01 p
						{
							font-size: 11px;
						}
					#mapdescriptionbox .col02
					{
						width: 230px;
						padding-left: 40px;
						float: left;
					}
						#mapdescriptionbox .col02 #address
						{
							width: 135px;
							height: 30px;
							border: 1px solid #000;
						}
						#mapdescriptionbox .col02 #sendbtn
						{
							width: 80px;
							border: 1px solid #000;
						}
					
				
			
			#text .center .textbox .searchbox
			{
				width: 950px;
				padding: 20px 20px 10px 20px;
				float: left;
			}
				.searchtext
				{
					float: none;
					clear: both;
					padding: 6px;
					font-size: 11px;
				}
				.searchinputbox
				{
					width: 228px;
					height: 22px;
					padding-top: 5px;
					padding-left: 5px;
					background: url(../layout/bg-search.jpg) top left no-repeat;
					float: left;
				}
					.searchinputbox .searchinput
					{
						width: 223px;
						height: 21px;
						background: #dcdcdc;
						border: 0px;
						color: #818181;
						float: left;
					}
					.imageinput
					{
						width: 48px;
						height: 29px;
						margin-left: 3px;
						float: left;
					}
				.searchbox .nextsearchtext
				{
					width: 460px;
					padding-left: 24px;
					font-size: 11px;
					text-align: justify;
					float: left;
				}
			#text .center .textbox .iconmenubox
			{
				width: 950px;
				padding: 20px 20px 10px 20px;
				float: left;
			}
				#text .center .textbox .iconmenubox a img
				{
					margin-left: 4px;
					margin-right: 4px;
				}
		
#footer
{
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #9f9e9f;
}
	#footer .footercenter
	{
		width: 990px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
	}
		#footer .footercenter .footercol1
		{
			width: 595px;
			height: 30px;
			padding-top: 15px;
			padding-bottom: 15px;
			float: left;
			text-align: left;
		}
			#footer .footercenter .footercol1 .copy
			{
				font-size: 11px;
				line-height: 20px;
			}
				#footer .footercenter .footercol1 .copy a
				{
					font-size: 11px;
					text-decoration: underline;
					color: #000;
				}
				#footer .footercenter .footercol1 .copy a:hover
				{
					font-size: 11px;
					text-decoration: none;
					color: #fff;
				}
		#footer .footercenter .footercol2
		{
			width: 395px;
			height: 28px;
			padding-top: 18px;
			padding-bottom: 15px;
			float: left;
			text-align: right;
			font-size: 20px;
		}
			#footer .footercenter .footercol2 a
			{
				text-decoration: underline;
				color: #000;
			}
			#footer .footercenter .footercol2 a:hover
			{
				text-decoration: none;
				color: #fff;
			}



h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	color: #a70404;
}
h1.h1clear
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	color: #a70404;
	clear: both;
}
	.likeh1
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		font-family: Arial;
		font-weight: bold;
		font-size: 22px;
		text-align: left;
		text-decoration: none;
		color: #a70404;
		clear: both;
	}
h2
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
h2.h2clear
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	text-decoration: none;
	color: #000;
	clear: both;
}
h3
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-decoration: none;
	color: #404040;
}
h3.h3clear
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-decoration: none;
	color: #404040;
	clear: both;
}
h4
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	color: #505050;
}
h4.h4clear
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	color: #505050;
	clear: both;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
a
{
	text-decoration: underline;
	color: #000;
}
a:hover
{
	text-decoration: none;
	color: #000;
}
a.copy
{
	text-decoration: underline;
	color: #626265;
	font-size: 11px;
}
a.copy:hover
{
	text-decoration: none;
	color: #000;
	font-size: 11px;
}

ul
{
	margin-left: 12px;
	padding-left: 5px;
}




.linkstringbox
{
	width: 100%;
	float: left;
	clear: both;
	color: #000;
	padding: 0px;
}
	.linkstringbox a
	{
		color: #000;
		padding: 2px;
		text-decoration: underline;
	}
	.linkstringbox a:hover
	{
		color: #000;
		padding: 2px;
		text-decoration: none;
		font-weight: bold;
		background: #e0e0e0;
	}








.miniicons
{
	width: 395px;
	height: 69px;
	float: none;
	clear: both;
}
	.miniicons .arrowleftmincons
	{
		width: 33px;
		height: 69px;
		float: left;
	}
		.miniicons .arrowleftmincons .prevbtnmincons
		{
			width: 33px;
			height: 47px;
			position: relative;
			top: 17px;
		}
		
		div.scrollableboxmincons
		{
			position: relative;
			overflow: hidden; 
			width: 328px;
			height: 69px;
			float: left;
		} 
		
		div.scrollableboxmincons div.itemsmincons
		{
			width: 20000em; 
			position: absolute; 
		}
		div.scrollableboxmincons div.itemsmincons div
		{ 
			float: left;
		} 
		div.itemsmincons div.active
		{ 
			 
		}
		.itemmincons
		{
			width: 308px;
			height: 69px;
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
			float: left;
		}
			.itemmincons div
			{
				background: url(../layout/showroom-ico.png) center center no-repeat;
				width: 59px;
				height: 58px;
				margin: 1px;
				padding: 0px;
				position: relative;
				float: left;
			}
				.itemmincons div a
				{
					padding: 0px;
					margin: 0px;
				}
					.itemmincons div a img
					{
						padding: 0px;
						margin: 0px;
						position: absolute;
						top: 3px;
						left: 3px;
					}
				.itemmincons div img
				{
					padding: 0px;
					margin: 0px;
					position: absolute;
					top: 3px;
					left: 3px;
				}
	.miniicons .arrowrightmincons
	{
		width: 33px;
		height: 69px;
		float: left;
	}
		.miniicons .arrowrightmincons .nextbtnmincons
		{
			width: 33px;
			height: 47px;
			position: relative;
			top: 17px;
		}
			img.arrowsmincons
			{
				z-index: 10;
				position: absolute;
				left: 0;
				top: 0;
				cursor: pointer;
			}
			img.arrowsmincons-over
			{
				position: absolute;
				left: 0;
				top: 0;
			}


.maph3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-decoration: none;
	color: #a70404;
}
p.mapp
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.firmbox
{
	width: 600px;
	min-height: 40px;
	margin-bottom: 10px;
	padding: 5px;
	float: none;
	clear: both;
	background: #fff;
}
	.greybg
	{
		background: #eee;
	}
