/* CSS Document */
body {
	margin:0px;
	width:100%;
	height:100%;
	background: url('../images/bg.jpg') repeat-x;
	font-family: Tahoma, verdana;
	font-size: 11px;
	color: #7D5D32;
}

table {
	font-family: Tahoma, verdana;
	font-size: 11px;
	color: #7D5D32;
}

#body {
	position:relative;
	margin:auto;
	width: 1100px;
	height: 242px;
	background: url('../images/bg2.jpg') no-repeat;
	text-align:left;
	
}

#page {
	position:relative;
	width: 900px;
	margin-left:100px;
}

#top {
	height: 100px;
	width: 900px;
}

#tekst {
	float:right;
	margin-right: 145px;
	margin-top: 60px;
}

#logo_small {
	position:absolute;
	right: 15px;	
	top: 36px;
}

#topMenu {
	width: 900px;
	height:37px;
	background:url('../images/top-menu_bg.jpg');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#topMenu ul {
	margin: 0px;
	padding:0px;
}

#topMenu li {
	display:block;
	float:left;
	list-style: none;
}

#topMenu li:hover {
	background: #FFCC00;
}

#topMenu a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom: 12px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
}

#topMenu a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#DC1717;
	padding-bottom: 12px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
}

#pageContent {
	width: 900px;
	margin-top: 20px;
	background:#F6F2D5;
}

#pageLeft {
	position:relative;
	float:left;
	width:240px;
	padding-left: 20px;
	margin-top: 15px;
	background: #F6F2D5;
}

.menuItem1 {
	height: 20px;
	width:247px;
	background:url('../images/line-menu.jpg') no-repeat bottom;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 0px;
	padding-left:0px;
}

.menuItem1active {
	height: 20px;
	width:247px;
	background:url('../images/line-menu.jpg') no-repeat bottom #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 0px;
	padding-left:0px;
}

.link1active {
	display:block;
	text-decoration: none;
	color: #D20005;
	font-weight:bold;
	background: url('../images/strzalka.jpg') no-repeat 6px 2px;
	padding-left: 28px;
}

.link1 {
	display:block;
	text-decoration: none;
	color:#7D5D32;
	background: url('../images/strzalka.jpg') no-repeat 6px 2px;
	padding-left: 28px;
}

.link2  {
	display:block;
	text-decoration: none;
	color:#7D5D32;
	font-weight:normal;
	padding-left: 10px;
	background: url('../images/strzalka2.jpg') no-repeat 0px 5px;
}

.link2active {
	display:block;
	text-decoration: none;
	color: #D20005;
	font-weight:bold;
	padding-left: 10px;
	background: url('../images/strzalka2.jpg') no-repeat 0px 5px;
}

.menuItem2 {
	padding-left: 40px;
	padding-top: 10px;
}




#pageRight {
	float:left;
	width: 625px;
	background: #FFFFFF;
	margin-top:15px;
}

#pageRightContent {
	padding: 6px 30px 30px 30px;
}

#pageRightTitle {
	font-size:24px;
	color:#006729;
	margin-bottom:14px;
	padding-bottom: 16px;
	width: 560px;
	background: url('../images/line-menu.jpg') bottom repeat-x;
}

#bottom {
	position:relative;
	clear:both;
	width: 100%;
	height: 50px;
	background: #006D2B;
	top: 22px;
}

#footer {
	height: 30px;
	* height: 50px;
	width: 880px;
	* width: 900px;
	margin-top: 20px;
	clear:both;
	background: #006D2B;
	color:55B47B;
	padding: 10px;
	text-align:center;
}

#footerLeft {
	float:left;
}

#linkRso {
	display:block;
	width:116px;
	height:24px;
	background: url('../images/rso.jpg');
}

#linkRso:hover {
	display:block;
	width:116px;
	height:24px;
	background: url('../images/rso-active.jpg');
}

#footerLeft a {
	color: #FFFFFF;
	text-decoration:none;
}

#footerRight {
	float:right;
}

.productLink {
	color:#006729;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

.productTitle {
	color:#006729;
	font-weight:bold;
	padding-bottom: 12px;
	margin-bottom:8px;
	width: 100%;
	background: url('../images/line-menu.jpg') bottom repeat-x;
}

input.imie{
	margin-left: 61px;
}
input.email{
	margin-left: 29px;
}

input.submit{
	margin-top: 10px;
}

input.nazwa_firmy{
	margin-left: 22px;
}
