body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #1E1D17;
}
body {
	background: #000 url(gfx/bg.png) 0 0 repeat-x;
	margin: 0; padding: 0;
}

img { border: 0; }

#content {
	float: left;
	width: 755px;
	padding: 10px 20px 10px 10px;
	background: url(gfx/content-shadow.jpg) 0 0 no-repeat;
	}

#content p { margin-top: 0; }

#content ul li {
	list-style-image: url(gfx/leftmenumarker.png);
	}

a:link, a:visited, a:active {
	color: #0033b8;
	text-decoration: none;
}
a:hover {
	color: #DC0000;
	text-decoration: underline;
}

a:hover .image-link {
	border:1px solid #0033b8;
	padding:1px;
	text-decoration:none;
}

.image-link {
	border:1px solid #E0EDF4;
	padding:1px;
}

.clr {
	clear: both;
	}

.page {
	position: relative;
	width: 998px;
	margin: 0 auto; padding: 0;
}

h1#logo { 
	float: left;
	text-indent: -9999px;
	font-size: 0;
	margin: 0; padding: 0;
	}
	
h1#logo a { 
	float: left;
	display: block;
	width: 240px;
	height: 248px;
	margin: 0; padding: 0;
	background: url(gfx/logo.jpg) 0 0 no-repeat;
	}
	
#flashtop {
	float: right;
	width: 758px;
	height: 248px;
	background: url(gfx/flash.jpg) no-repeat;
	}
	
#main {
	width: 100%;
	background: url(gfx/main-bg.png) 0 0 repeat-y;
	}
	
#leftside {	
	float: left;
	clear: both;
	width: 213px;
	padding-bottom: 265px;
	background: url(gfx/leftside.jpg) 0 0 no-repeat;
	}
#left_content {
	float: left;
	width: 185px;
	padding: 50px 0 0 28px;
	text-align: center;
	}	
#banner1 {
	width: 156px;
	height: 188px;
	text-align: center;
	}
	
#main-content {
	float: left;
	width: 785px;
	/**/
	}
	
#nav-out {
	width: 100%; height: 23px;
	background: url(gfx/menu-bg.jpg) 0 0 no-repeat;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#topmenu2 {width: auto;display:block;clear:both; background-color: #E9E9E9;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_men {position: absolute; margin-left: 20px;background:#555;}
#header_men li {line-height: normal;}
ul#header_men  {z-index: 10; clear: both;}

#nav {
	float: right;
	border-top: 0;
	padding: 0 35px 0 0;
	font-size: 11px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; color: #fff; padding: 1px 5px 1px 20px; margin: 0; text-decoration: none; }

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { color: #010e30;}
#nav li a:active, #nav ul li a.active {}

/* Current page Customisations*/
#nav li.menu-current a		{}
#nav li.menu-current a		{} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border: 1px solid #0c2463; border-top: 0;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11em; padding: .6em .1em .6em .4em; background: #0c2463; color: #fff; border: 0; height: auto; font-style: normal;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #010e30; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.leftmenu {
	float: left;
	width: 197px;
	margin: 6px 0 0 0;
	padding: 5px 0 0 16px;
	}
	
.leftmenu ul { margin: 0; padding: 0; }
.leftmenu li { float: left; margin: 0; padding: 0; list-style: none; background: url(gfx/leftmenu-border.png) right bottom no-repeat;}

.leftmenu ul a {
	display: block;
	color: #5b5b5b;
	padding: 4px 30px 4px 20px;
	width: 120px;
	background: url(gfx/leftmenumarker.png) 0 55% no-repeat;
}

.leftmenu ul a:link, .leftmenu ul a:visited, .leftmenu ul a:active {
	color: #5b5b5b;
}

.leftmenu ul a:hover {
	text-decoration: none;
}

.leftmenu ul ul a {
	padding: 4px 30px 4px 40px;
	background: url(gfx/leftmenumarker.png) 15px 55% no-repeat;
}

.leftmenu ul ul ul a {
	padding: 4px 30px 4px 40px;
	background: url(gfx/leftmenumarker.png) 0 55% no-repeat;
}

.leftmenu ul ul ul a:link, .leftmenu ul ul ul a:visited, .leftmenu ul ul ul a:active {
	color: #666;
	}
	
.leftmenu ul ul ul a:hover {
	color: #666;
}

.leftmenu .menu_current {
	color: #ff0000 !important;
}

#search {
	position: absolute;
	bottom: -30px;
	left: 0;
	padding: 110px 0 5px 0;
	border-bottom: 1px solid #0c2463;
	width: 213px;
	background: url(gfx/left-bottom.jpg) 0 0 no-repeat;
	}
	
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #17388e;
	height: 1px;
	width: 580px;
}

form {
	margin: 0;
}

	
.search_string {
	border: 1px solid #17388e;
	background: #0c2463;
	color: #fff;
	float: left;
	}
	
.search_submit {
	float: left;
	background: none;
	border: none;
	color: #fff;
	}
	
	
#footer {
	margin: 0 auto; padding: 0 20px 0 0;
	width: 998px; height: 30px;
	}
	
#footer-inner {
	float: right;
	width: 775px; height: 70px;
	background: url(gfx/footer-bg.gif) repeat-x;
	}
	ul#box-menu { padding: 0 0 0 9px; margin: 10px 0 0 0; list-style-type: none;}
ul#box-menu li { clear: left; padding: 0 0 10px 0; margin: 0; float: left; width: 100%; }
ul#box-menu li a { float: left; width: 195px; height: 75px; font-size: 0; text-indent: -9999px; }
ul#box-menu li a#box-szt-zewnetrzna { background: url(gfx/box-szt-zewnetrzna.png) 0 0 no-repeat; }
ul#box-menu li a#box-sklep { background: url(gfx/box-sklep.png) 0 0 no-repeat; }
ul#box-menu li a#box-szt-wewnetrzna { background: url(gfx/box-szt-wewnetrzna.png) 0 0 no-repeat; }
ul#box-menu li a#frequently_q { background: url(gfx/box-pytania.png) 0 0 no-repeat; }
ul#box-menu li a#decorlight { background: url(gfx/box-decorlight.jpg) 0 0 no-repeat; }
div.odpowiedz {display: none;}

#polec_nas { float: left; width: auto; padding: 10px 0 0 20px; }
h1#polec_strone { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: center; font-size: 16px; color:#6b0104; }
input#polec_mail { width: 100px;}
input#priv_pol { vertical-align: bottom;}