body {
    font: 11px Arial;
    color: #606060;
    background-color:#f7f8f3;
    margin:0px;
    padding:0px;
    background-image:url(../img/bg.jpg);
	line-height:150%
}

h1, h2, h3, h4 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    *font-size:12px;
    font-weight:normal;
    display:inline;
}
ul {
	margin:0px;
    padding:0px;
    list-style-type:none;
}
img {
	border:0px;
}
#container {
	width:879px;
	margin:0px auto;
}
#container .left {
	width:669px;
	float:left;
}
#container .left #top ,#container .left #content{
	width:669px;
}
#container .left #bar {
	width:653px;
	height:28px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../img/bar.gif);
	background-repeat:no-repeat;
}

#container .left #bar #bar_title {	
	height:21px;
	float:left;
	padding-top:4px;
	border-right:1px solid #d9d9d9;
	padding-right:20px;
	padding-left:20px;
	font-size:18px;
	color:#3b961b;
}
#container .left #bar #bar_path {
	width:450px;
	margin-left:20px;
	padding-top:5px;
	height:21px;
	float:left;
	color:#606060;
	font-size:11px;
}

#container .left #content{
	margin-top:10px;
}

#container .right {
	width:210px;
	float:left;
}
#container .right #top {
	width:210px;
	background-color:#FFFFFF;
}
#container .right #menu {
	width:210px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
}

#content #text {
	width:340px;
	margin-left:10px;
	float:left;
	text-align:justify;
}
#content #address {
	width:230px;
	margin-left:50px;
	float:left;
}
#content #address ul li {
	margin-top:5px;
	font-size:12px;
}
#content #address ul li.padding {
	padding-left:5px;
	margin-top:5px;
	font-size:12px;
}
#content #address #description {
	width:200px;
	padding:5px;
	margin-top:15px;
	background-color:#f0f1ec;
}

#advertising {
	width:645px;
	padding-top:30px;
	margin-top:20px;
	border-top:1px solid #d2d3cf;
}

#advertising ul li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
#advertising ul li.border {
	float:left;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	border-left:1px solid #d2d3cf;
	border-right:1px solid #d2d3cf;
}
#menu {
	min-height:500px;
}

#menu ul {
	width:210px;
	list-style-type:none;
}
#menu ul li a {
	display:block;
	width:190px;
	padding-left:20px;
	min-height:21px;
	color:#7e7668;
	font-size:12px;
	text-transform: uppercase; 
	text-decoration: none;
	padding-top:7px;
	padding-bottom:5px;
	background-image:url(../img/dots.gif);
	background-repeat:no-repeat;
}
#menu ul li a:hover,#menu ul li a.selected {
	color:#005687;
	background-image:url(../img/dots_on.gif);
}

#menu ul.submenu {
	display:none;
	background-image:url(../img/dots.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:7px;
}

#menu ul.submenu li a {
	display:block;
	width:175px;
	margin-left:20px;
	padding-left:15px;
	min-height:17px;
	color:#7e7668;
	font-size:12px;
	text-transform: capitalize; 
	text-decoration: none;
	padding-top:5px;
	padding-bottom:2px;
	background-image:url(../img/arrow2.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#menu ul.submenu li a:hover,#menu ul.submenu li a.selected {
	color:#005687;
	/* Fix dla nienormalnego IE */
	*background-image:url(../img/arrow2.gif); 
	*background-repeat:no-repeat;
	*background-position:left center;
}

#menu ul.submenu2 {
	display:none;
}

#menu ul.submenu2 li a {
	display:block;
	width:155px;
	margin-left:40px;
	padding-left:15px;
	min-height:13px;
	color:#7e7668;
	font-size:11px;
	text-transform: capitalize; 
	text-decoration: none;
	padding-top:1px;
	padding-bottom:3px;
	background-image:url(../img/arrow3.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#menu ul.submenu2 li a:hover,#menu ul.submenu2 li a.selected {
	color:#005687;
	/* Fix dla nienormalnego IE */
	*background-image:url(../img/arrow3.gif); 
	*background-repeat:no-repeat;
	*background-position:left center;
}

#menu ul.submenu3 {
	display:none;
}

#menu ul.submenu3 li a {
	display:block;
	width:125px;
	margin:0px auto;
	padding-left:75px;
	min-height:13px;
	color:#7e7668;
	font-size:11px;
	text-transform: capitalize; 
	text-decoration: none;
	padding-top:1px;
	padding-bottom:3px;
	background-image:url(../img/arrow4.gif);
	background-repeat:no-repeat;
	background-position:63px;
}
#menu ul.submenu3 li a:hover,#menu ul.submenu3 li a.selected {
	font-weight:bold;
	color:#7e7668;
	background-color:#ebece8;
	/* Fix dla nienormalnego IE */
	*background-image:url(../img/arrow4.gif); 
	*background-repeat:no-repeat;
	*background-position:63px;
}

#footer_left {
	width:649px;
	height:26px;
	padding-left:20px;
	background-color:#f0f1ec;
	text-align:left;
	color:#818181;
	padding-top:10px;
}
#footer_right {
	width:210px;
	height:26px;
	background-color:#107eb1;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
}
.textowe {
	width:620px;
	margin-left:10px;
	text-align:justify;
}

.gallery {
	width:620px;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #d2d3cf;
	padding-bottom:20px;
}
.picture {
	height:163px;
	margin:5px;
	float:left;
}
.picture .lft {
	width:15px;
	height:163px;
	float:left;
	background-image:url(../img/gal_left.gif); 
	background-repeat:no-repeat;
}
.picture .rht {
	width:15px;
	height:163px;
	float:left;
	background-image:url(../img/gal_right.gif); 
	background-repeat:no-repeat;
}
.picture .mdl {
	height:158px;
	padding-top:5px;
	float:left;
	background-image:url(../img/gal_middle.gif); 
	background-repeat:repeat-x;
}

.size10 {font-size:10px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}
.size15 {font-size:15px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.bold {font-weight:bold;}
.text_left {text-align:left;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_right {text-align:right;}
.def_clear {clear:left;}
.def_clear_right {clear:right};
.no_border {border:0px}
.ver_middle {vertical-align:middle;}
.green {color:#598527;}
.red {color:#9e0b0f;}
.black {color:#000000;}
.grey {color:#898989;}
.blue {color:#016597;}
.gold {color:#a58304;}
.form_class {padding:0px;margin:0px;}
.line-through {text-decoration:line-through}

a:link {	text-decoration: underline;	color: #606060;}
a:visited {	text-decoration: underline;	color: #606060;}
a:hover {	text-decoration: none;		color: #606060;}
a:active {	text-decoration: underline;	color: #606060;}

a.item_link:link    {text-decoration: none;	color: #FFFFFF;}
a.item_link:visited {text-decoration: none;	color: #FFFFFF;}
a.item_link:hover   {text-decoration: none; color: #FFFFFF;}
a.item_link:active  {text-decoration: none;	color: #FFFFFF;}

a.prod_link:link    {text-decoration: none;	color: #6d6c6c;}
a.prod_link:visited {text-decoration: none;	color: #6d6c6c;}
a.prod_link:hover   {text-decoration: underline;color: #6d6c6c;}
a.prod_link:active  {text-decoration: none;	color: #6d6c6c;}

a.path_link:link    {text-decoration: underline;			color: #0ea03d;}
a.path_link:visited {text-decoration: underline;			color: #0ea03d;}
a.path_link:hover   {text-decoration: underline;	color: #0ea03d;}
a.path_link:active  {text-decoration: underline;			color: #0ea03d;}

a.footer_link:link    {text-decoration: none;	  color: #757171;}
a.footer_link:visited {text-decoration: none;	  color: #757171;}
a.footer_link:hover   {text-decoration: underline;color: #757171;}
a.footer_link:active  {text-decoration: none;	  color: #757171;}