body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #123c93;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #fff;
}
#container {
	width:766px;
	min-height:750px;
	margin: 0 auto; 
	text-align: left; 
	background-color: #123c93;
	background-image: url(../img/background.jpg);
	background-repeat:no-repeat;
} 
#header {
	margin:0 auto;
	background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
	width:421px;
	min-height:114px;
} 
#header h1 {
	margin: 0; 
}
h2 {
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	color:#539c38;
}
h3 {
	margin: 0;
	padding: 0;
	line-height:normal;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
}
ol li {
	margin-bottom:5px;
}

#mainContent {
	width:706px;
	background:transparent url(../img/opaque.png);
	padding:1em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:justify;
}
#footer {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	width:766px;
	height:39px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#footer p {
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
	width:766px;
	font-size:10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.disnone {
	display:none;
}
#menu {
	padding-top:120px;
	margin:0 auto;
	text-align:center;
}
a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/pro_dropline7.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#dropline {position:relative; font-size:12px; height:38px; background:url(../img/menutlo.png); background-repeat:no-repeat}

#dropline, #dropline ul {padding:0; margin:0; list-style:none; width:413px;}

#dropline table {border-collapse:collapse; margin:-1px -10px 0 0; padding:0; width:0; height:0; font-size:12px;}
#dropline li {float:left; height:34px; margin-right:1px; margin-left:4px;}
#dropline li a {float:left; display:block; height:34px; line-height:34px; padding:0 6px 0 18px; font-family:arial, sans-serif; font-size:11px; color:#fff; text-decoration:none; font-weight:bold;}
#dropline li a.sklep {float:left; display:block; height:34px; line-height:34px; padding:0 6px 0 18px; font-family:arial, sans-serif; font-size:11px; color:#cc0000; text-decoration:none; font-weight:bold;}
#dropline li a.down {background:url(../img/down.gif) no-repeat right center;}
#dropline li ul li a.down {font-size:15px; color:#ff0; font-weight:normal;}

#dropline li a:hover {white-space:nowrap; color:#444;}
#dropline li a.down:hover {white-space:nowrap; color:#444; background:url(../img/down-over.gif) no-repeat right center;}

#dropline li:hover > a {color:#444;}
#dropline li:hover > a.down {color:#444; background:url(../img/down-over.gif) no-repeat right center;}

#dropline li ul {position:absolute; top:34px; left:-9999px; z-index:10; background:url(../img/sub-back.png) center top; background-repeat:no-repeat}
#dropline li ul.floatRight li {float:right;}

#dropline :hover ul,
#dropline :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul :hover ul :hover ul {left:0; background:url(../img/sub-back.png) center bottom; background-repeat:no-repeat}

#dropline :hover ul ul,
#dropline :hover ul :hover ul ul,
#dropline :hover ul :hover ul :hover ul ul,
#dropline :hover ul :hover ul :hover ul :hover ul ul {left:-9999px; top:34px; background:transparent;}

form div {
  clear: left;
  margin-top:5px;
}
form div label {
  float: left;
  width: 150px;
  padding-top:3px;
}
.logo {
	border: 3px solid #539c38;
	padding:1px;
	margin:5px;
}
.logo:hover {
	border: 3px solid #fff;
	padding:1px;
	margin:5px;
}