html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	  position:relative;
	left:0px;
	top:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	
	background-repeat:repeat-x;
	background-color: #e7b762;

}

	
			}
			#home {
			  width: 1263px;
			  margin: 0 auto;
			  text-align: left;
			  position: relative;
			}
			#page {
			  width: 1261px;
			  margin: 0 auto;
			  text-align: left;
			  position: relative;
			  border-left: 1px solid #a75c46;
			  border-right: 1px solid #a75c46;
			  
			  
			}
#wrapper {

	height: 100%;

	width: 100%;
	
	min-width: 1100px;
	
    width: expression(document.body.clientWidth > 1100? "1100px": "auto" );

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	padding: 0px;

	margin-bottom: 0px;
	position:relative;

} 

#head {
	background-color: #FFF;
	margin: 0px;
	height: 40px;
	width: 100%;
	background-image: url(img/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C1A1A;
}



#content {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 400px;
	width: 100%;
	position: relative;
	background-color: #FFF;
	background-image: url(img/contentbg2.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8C1A1A;
	border-bottom-color: #8C1A1A;
	color: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
}
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(../images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#content table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content table img{
	border: 3px solid #FFF;
}
#content table a{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#foot {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background-image: url(img/footbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C1A1A;
}



#topmenu {

	width: 100%;

	margin-right: auto;

	margin-left: auto;

	padding: 0px;

	margin-top: 0px;

	margin-bottom: 0px;

	text-align: center;

	height: 40px;

}



#catalogmenu {
	width: 100%;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#grupa {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#grupa h1{
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #FFF;
}


#topmenu a, #catalogmenu a{
	color: #8C1A1A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}

a:link, a:visited, a:active{

	text-decoration: none;

}

a:hover{

	text-decoration: underline;

}

#logo {
	padding: 0px;
	float: left;
	height: 150px;
	width: 225px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index: 100;
}

#kontakt {
	padding: 0px;
	height: 400px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#danefirmy {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	text-align: left;
}

#formularz {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
}
fieldset.formularz {
	margin: 0px;
	padding: 0px;
	width: 400px;
	border: 1px solid #FFF;
}
legend.formularz {
	border: 1px solid #FFF;
	margin-left: 15px;
}
input.formularz {
	display: block;
	width: 200px;
	float: left;
	border: 1px solid #FFF;
	background-color: #FFF;
	margin: 5px;
	padding: 2px;
}
label.formularz {
	width: 150px;
	float: left;
	margin: 5px;
	padding: 2px;
	text-align: right;
}
textarea.formularz {
	width: 200px;
	float: left;
	border: 1px solid #c8c8c8;
	/* background-color: #EEEEEE; */
	background-color: #FFEEDD;
	margin: 5px;
	padding: 2px;
	height: 100px;
}
#produkt {
	padding: 0px;

	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#produktfoto {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 312px;
	width: 412px;
	text-align: right;
}
#produktfoto img{
	border: 3px solid #FFF;
	padding: 0px;
	margin: 3px;
}
#produktthumbs {
	padding: 0px;
	float: right;
	height: 87px;
	width: 460px;
	text-align: right;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#produktthumbs img{

	border: 3px solid #FFF;
	padding: 0px;
	margin: 3px;

}
#produktparm {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
}
#produktparm strong{
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	line-height: 40px;
}
#produktparm span{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#produktslide {
	padding: 0px;
	width: 280px;
	text-align: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#produktslide a{
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 2px;
	padding: 2px;
	height: 15px;
	width: 130px;
	float: left;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #FFF;
}
#scrol {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#content a{
	color: #FFF;
	text-decoration: none;
}
#motioncontainer {
	border: 1px solid #FFF;

}
#layer1 {
	position:absolute;
	left:50%;
	width:400px;
	height:400px;
	visibility:hidden;
	top: 50px;
	z-index: 999;
	color: #003;
	margin-left: -200px;
}
#rameczka {
	display: none;
	height: 0px;
	width: 0px;
}
