/* --------- CSS RESET --------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,  ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}
ol, ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
	padding:15px 10px 10px 10px;
	font-style:italic;
	margin: 10px 0px 10px 0px;
	background: #ffffff url(quote_background.gif) no-repeat top left;
	color: #CC504E;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin: 15px 0px 15px 0px;
}
a {
	color: #376092;
}

a:hover {
	cursor:pointer;
}

h1 {
	font-size:16px;
	font-weight:normal;
	margin: 20px 0px 15px 0px;
	color: #376092;
	clear:both;
}

h2 {
	margin: 15px 0px 15px 0px;
	color: #CC504E;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	clear:both;
}

h2  a {
	color: #CC504E;
	text-decoration:none;
	
}

h3 {
	margin: 15px 0px -5px 0px;
	color: #376092;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	clear:both;
}
h3  a {
	color: #376092;
	text-decoration:none;
}

div#glownaCol3 h2, div#glownaCol3 h3 {
	clear:none;
}
ul {
	margin: 15px 0px 15px 20px;
	list-style-position: outside;
	list-style-type: square;
}

ul li {
	margin: 5px 0px 5px 0px;
}

ol {
	margin: 15px 0px 15px 20px;
	list-style-position: outside;
	list-style-type:decimal;
}

ol li {
	margin: 5px 0px 5px 0px;
}

/* --------- LAYOUT --------- */


body {
	padding: 10px 0px 0px 10px;
	background-color: #F9F7EB;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	
}

div#mainContener{
	width: 960px; 
	padding:10px;
	margin: 0px auto 0px auto;
	height:auto;
	overflow:auto;
	background-color:#ffffff;
	
}

div#footerContener{
	width: 960px; 
	padding:10px;
	margin: 20px auto 0px auto;
	height:auto;
	overflow:auto;
	background-color:#ffffff;
	text-align:center;
	
}
div#footerContener div#footerLeft {
	width:480px;
	height:auto;
	overflow:auto;
	float:left;
	text-align:left;
}
div#footerLeft div#footerInnerLeft,div#footerLeft div#footerInnerRight {
	width:240px;
	height:auto;
	float:left;
}

div#footerContener div#footerRight {
	width:480px;
	height:auto;
	float:left;
	text-align:left;
}
div#footerContener div#footerCenter {
	width:960px;
	height:auto;
	clear:both;
	padding: 20px 0px 0px 0px;
}

a#topLogo {
	width: 300px;
	height:100px;
	padding: 0px 10px 10px 0px;
	float:left;
	background: #ffffff url('drbardadyn_logo.gif') no-repeat 0px 0px;
}
div#dietaStrukturalna {
	width:650px;
	height:90px;
	float:left;
	background: #ffffff url('dieta_strukturalna_pl.gif') no-repeat 0px 0px;
}
div#dietaStrukturalna a {
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

p#cartState {
	margin:0px;
	padding:0px;
	height:20px;
	width:650px;
	overflow:hidden;
	float:left;
	text-align:right;
}


ul#menu {
	width:960px;
	height:35px;
	overflow:hidden;
	background-color: #C7E1FC;
	margin:0px;
	list-style:none;
}

ul#menu li {
	height: 35px;
	float: left;
	text-align:center;
	margin:0px;
}
ul#menu li a {
	display:block;
	width:100%;
	height:100%;
	background: #C7E1FC url(menu_pl.gif) no-repeat 0px 0px;	
	text-indent: -2000px;
}
ul#menu li.tab1 { width: 125px; }
ul#menu li.tab1 a { background-position: 0px 0px; }
ul#menu li.tab1 a:hover, ul#menu li.tab1.active a { background-position: 0px -35px; }

ul#menu li.active ul { 	
	left: 0px;
	margin:0px;
	list-style:none;
	z-index:1; 
}


ul#menu li.tab2 { width: 169px; }
ul#menu li.tab2 a { background-position: -125px 0px; }
ul#menu li.tab2 a:hover, ul#menu li.tab2.active a { background-position: -125px -35px; }

ul#menu li.tab3 { width: 147px; }
ul#menu li.tab3 a { background-position: -294px 0px; }
ul#menu li.tab3 a:hover, ul#menu li.tab3.active a { background-position: -294px -35px; }

ul#menu li.tab4 { width: 127px; }
ul#menu li.tab4 a { background-position: -441px 0px; }
ul#menu li.tab4 a:hover, ul#menu li.tab4.active a { background-position: -441px -35px; }

ul#menu li.tab5 { width: 85px; }
ul#menu li.tab5 a { background-position: -568px 0px; }
ul#menu li.tab5 a:hover, ul#menu li.tab5.active a { background-position: -568px -35px; }

ul#menu li.tab6 { width: 138px; }
ul#menu li.tab6 a { background-position: -653px 0px; }
ul#menu li.tab6 a:hover, ul#menu li.tab6.active a { background-position: -653px -35px; }

ul#menu li.tab7 { width: 169px; }
ul#menu li.tab7 a { background-position: -791px 0px; }
ul#menu li.tab7 a:hover, ul#menu li.tab7.active a { background-position: -791px -35px; }


ul#menu li ul { /* second-level lists */
	position: absolute;
	width: 960px;
	height:30px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color:#FBE088;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;	
}


ul#menu li:hover ul, ul#menu li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	margin:0px;
	list-style:none;
	z-index:2;
}

ul#menu li ul li {
	display:block;
	width: auto;
	height: 30px;
	line-height:30px;
	float: left;	
	margin:0px;
}

ul#menu li ul li a  {
	text-indent:0px;
	background:none;
	display:block;
	width:auto;
	padding: 0px 10px 0px 10px;
	height:30px;
	text-decoration:none;
	color: #017BFE;
}

ul#menu li ul li a:hover {
	color:#ffffff;
	background-color:#8DC0F6;
}


div#menuContener {
	width: 960px;
	height:65px;
	margin: 0px auto 5px auto;
	clear:both;
	position: relative;
	background-color:#FBE088;
	
}

div#glownaTopContener {
	width:960px;
	height:225px;
}

div#kroki {
	width:530px;
	height:225px;
	float:left;
	overflow:hidden;
	
}
div#kroki #cateringDuzy {
	display:block;
	width:300px;
	height:225px;
	float:left;
	overflow:hidden;
}

div#kroki ul {
	margin:0px;
	width: 230px;
	height:225px;
	float:left;
	overflow:hidden;
}

div#kroki ul li {
	margin:0px;
	width: 230px;
	height:75px;
	background-color:#ffffff;
}
div#kroki ul li a {
	display:block;
	width:100%;
	height:100%;
	background: #FBE088 url(menu_3_kroki.gif) no-repeat 0px 0px;
	text-indent: -2000px;
}

div#kroki ul li.step1 a	{ background-position: 0px 0px; }
div#kroki ul li.step1 a:hover	{ background-position: -230px 0px; }

div#kroki ul li.step2 a	{ background-position: 0px -75px; }
div#kroki ul li.step2 a:hover	{ background-position: -230px -75px; }

div#kroki ul li.step3 a	{ background-position: 0px -150px; }
div#kroki ul li.step3 a:hover	{ background-position: -230px -150px; }

div#banner{
	width:420px;
	height:225px;
	margin-left:10px;
	float:left;
}
div#kolumny{
	padding: 5px 0px 5px 0px;
	width:960px;
	height:auto;
	overflow:auto;
	
}


div#kolumny div#glownaCol1 {
	width: 245px;
	margin-right:5px;
	float:left;
	min-height:20px;
}

div#kolumny div#glownaCol1 h2, div#kolumny div#glownaCol2 h2,div#kolumny div#glownaCol3 h2, div#kolumny div#glownaCol4 h2 {
	color: #376092;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	
}


div#kolumny div#subCol2 {
	width:710px;
	float:left;
	overflow:hidden;
}

div#kolumny div#glownaCol2 {
	width: 180px;
	margin-right:5px;
	float:left;
}
div#kolumny div#glownaCol2 p,div#kolumny div#glownaCol3 p {
	margin:0px;
	line-height:14px;
}
div#kolumny div#glownaCol2 h2,div#kolumny div#glownaCol3 h2 {
	margin: 10px 0px 0px 0px;
	line-height:16px;
}
div#kolumny div#glownaCol3 h2 {
	margin: 0px 0px 0px 0px;
	line-height:16px;
}
div#kolumny div#glownaCol3 h2 a {
	text-decoration:none;
}

div#kolumny div#glownaCol3 {
	width: 325px;
	margin-right:5px;
	float:left;
}
div#kolumny div#glownaCol3 ul {
	width:325px;
	height:auto;
	margin: 0px;
	list-style:none;
}
div#kolumny div#glownaCol3 li {
	width:325px;
	height:76px;
	overflow:hidden;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}
div#kolumny div#glownaCol3 li img {
	display:block;
	width:110px;
	height: 76px;
	float:left;
	margin-right:5px;
}

div#kolumny div#glownaCol4 {
	width: 195px;
	float:left;
}


table.produktyLista {
	width:690px;
	border:none;
}

table.produktyLista td {
	width:230px;
	border:none;
}
#accordion {
	padding:0px;
}
#accordion h1.toggler {
	cursor:pointer;
	margin:0px;
}
#accordion div.element {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
	border: 1px solid #999999;
	margin: 20px 0px 20px 0px;
}

table td {
	padding:2px;
	border: 1px solid #999999;
}

table th {
	padding:2px;
	font-weight:bold;
	border: 1px solid #999999;
}

div#map_canvas {
	width:700px; 
	height:450px;
	margin:20px 0px 20px 0px;
	visibility:visible;
	
}

h3#krok1_toggle,h3#krok2_toggle,h3#krok3_toggle {
	font-size:16px;
	cursor:auto;
	margin-bottom:0px;
}
/*
h3#krok2_toggle {
	cursor:pointer;
	text-decoration:underline;
}
*/
div#map_canvas.hideElement {
	display:none;
}



form {
	margin: 20px 0px 20px 0px;
}

fieldset {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius : 10px;
	border:1px solid  #376092;
	margin: 20px 0px 20px 0px;
	padding: 20px;
}

fieldset legend {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius : 5px;
	border: none;
	min-height: 25px;
	color:#ffffff;
	background-color: #376092;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	line-height: 25px;
}

fieldset.error {
	border:1px solid  #CC504E;
	color: #CC504E;
}

fieldset.error legend {
	background-color: #CC504E;
}

fieldset.ok {
	border:1px solid  #23BF4B;
	color: #23BF4B;
}

fieldset.ok legend {
	background-color: #23BF4B;
}


form div {
	display:block;
	clear:both;
	margin:10px 0px 10px 0px;
	height:auto;
	overflow:auto;
}

form input, form textarea, form select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form div label {
	display:block;
	width: 250px;
	min-height:20px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
	float:left;
}
form fieldset.ankieta div label {
	width: 600px;
}
form fieldset.zamowienieKoszty div label {
	width: 300px;
}

form fieldset.leftColumn div label {
	width:80px;
}

form fieldset.leftColumn div input {
	width:100px;
}

form p.label {
	display:block;
	clear:both;
	margin:10px 0px 10px 0px;
	height:auto;
	overflow:auto;
	font-weight:bold;
}
form div input[type="text"], form div input[type="password"] {
	width:250px;
	height:20px;
	background-color:#ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius : 3px;
	border: 1px solid #376092;
	
	
}
form div input[type="text"]:focus, form div input[type="password"]:focus, form div textarea:focus, form div select:focus {
	background-color: #D0E5FF;	
}

form div select {
	width:250px;
	background-color:#ffffff;
	border: 1px solid #376092;
}


form div textarea {
	width:250px;
	height:150px;
	background-color:#ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius : 3px;
	border: 1px solid #376092;
}
form div input[type="submit"] {
	margin-left:260px;
}
span.star {
	color:red;
	font-weight:bold;
}

span.small {
	font-weight:normal;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

ul.listaWydarzen {
	list-style:none;
	margin:0px;
	padding:0px;
	width:235px;
}

ul.listaWydarzen a {
	text-decoration:none;
}
.wynik {
	font-size:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px;
}

dl.przepisy {
	margin: 20px 0px 20px 0px;
	padding:0px;	
}

dl.przepisy dt {
	color: #376092;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;	
}


dl.przepisy dd {
	quotes: none;
	padding:15px 10px 10px 10px;
	font-style:italic;
	margin: 10px 0px 10px 0px;
	background: #ffffff url(quote_background.gif) no-repeat top left;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul.tabs,ul.tabs4 {
	width:710px;
	height:32px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.tabs li {
	width:355px;
	height:32px;
	float:left;
	text-align:center;
	margin:0px;
}
ul.tabs4 li {
	width:175px;
	height:32px;
	float:left;
	text-align:center;
	margin:0px;
}



ul.tabs li a {
	display:block;
	width:355px;
	height:32px;
	background: transparent url(tab_background.gif) no-repeat 0px 0px;
	color: #ffffff;
	line-height:32px;
	text-decoration:none;
	font-size:16px;
	font-style:italic;
}
ul.tabs li a:hover, ul.tabs li.active a {
	background-position: 0px -32px;
}

ul.tabs4 li a {
	display:block;
	width:175px;
	height:32px;
	background: transparent url(tab4_background.gif) no-repeat 0px 0px;
	color: #ffffff;
	line-height:32px;
	text-decoration:none;
	font-size:16px;
	font-style:italic;
}
ul.tabs4 li a:hover, ul.tabs4 li.active a {
	background-position: 0px -32px;
}

p.wiecej {
	text-align:right;
	padding-right:30px;
}
p.wiecej a {
	text-decoration:none;
}
div.decorator {
	width:710px;
	margin:0px;
	height:auto;
	overflow:auto;
	padding: 30px 0px 0px 0px;
	background: #ffffff url(separator.gif) no-repeat 0px 0px;
}

table.products, table.koszyk {
	margin: 0px;
	border-collapse:collapse;
	border:1px solid  #376092;
}
table.koszyk  {
	width:710px;
}

table.koszyk tr:hover {
	background-color:#BFE7FF;
}

table.products td, table.koszyk td {
	border:1px solid  #376092;
	vertical-align:top;
}
table.koszyk td {
	vertical-align:middle;
}
table.koszyk td img {
	display:block;
	float:left;
	margin: 2px 10px 2px 2px;
}

table.koszyk td.suma {
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	color:#ffffff;
	background-color:#376092;
}

table.products th, table.koszyk th {
	border:1px solid  #376092;
	background-color:  #376092;
	color:white;
	text-align:center;
}

table.products td.miniatura {
	width:150px;
	height:180px;
}
table.products td.miniatura a {
	display:block;
	width:150px;
	
	margin: 0px auto 0px auto;
	text-align:center;
}
table.products td.opis {
	
}

table.products td.cena {
	width:80px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#376092;
}


p.cena {
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#376092;
}

p.koszykDodaj {
	text-align:center;
}



img.textImageRight {
	display:block;
	float:right; 
	margin:0px 0px 10px 10px; 
	
}

img.textImageLeft {
	display:block;
	float:left; 
	margin:0px 10px 10px 0px; 
	
}

div#mapa_kontakt {
	width:700px;
	height:400px;
	
}

ul#catering_map_list {
	display:block;
	width:500px;
	height:475px;
	position:relative;
	background: #ffffff url(/img/mapa_catering.gif) no-repeat;
}

ul#catering_map_list li {
	position:absolute;
	display:block;
	width:80px;
	height:22px;
	background: transparent url(dr_marker.png) no-repeat;
}
ul#catering_map_list li a { display:block; width:100%; height:100%;}