@charset "utf-8";

@import "reset.css";


html {
	background: #5474b5 url(../images/gfx/bg.gif) repeat-x top left;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #EEE;
	height: 1000px;
}
body {
	background:url(../images/gfx/bg-top.gif) no-repeat center top;
	height: 1000px;
}

.size {
	width: 980px;
	margin: 0 auto;
}

h1 {
	float: left;
	display: block;
	height: 252px;
	width:  243px;
}
h1 a {
	margin: 80px 0 0;
	position:relative;
	left: 50px;
	height: 100px;
	width:  243px;
	display: block;
}
h1 a * {
	display: none;
}


#logo {
	background: url(../images/gfx/logo.png) no-repeat left bottom;
	padding-top: 10px;
	height: 240px;
}

#nav_bg {
	background:url(../images/gfx/nav-bg.png) repeat-x 0 41px;
	height: 200px;
}

#nav {
	float: left;
	padding-top: 31px;
}
#nav li  {
	display: block;
	color: #0066CC;
	height: 44px;
	float: left;
}
#nav li a {
	display: block;
	color: #0066CC;
	height: 30px;
	padding: 14px 20px 0;
}
#nav li a:hover {
	background: orange url(../images/gfx/nav-bg-hover.png);
}
#nav li:hover a {
	background: orange url(../images/gfx/nav-bg-hover.png);
}
	#nav > li > ul {
		display: none;
		border-top: 7px solid #FF771C;
		border-bottom: 5px solid #FF771C;
		width: 220px;
	}
	#nav li:hover ul {
		display: block;
		position: absolute;
	}
	#nav li:hover ul li {
		display: block;
		color: #0066CC;
		height: 30px;
		float: none;
		position: relative;
	}
	#nav li:hover ul a {
		background: #FFF;
		color: #0066CC;
		line-height: 30px;
	}
	#nav ul  {
		width: 240px;
		background: none;
	}
	#nav ul li  {
		width: 160px;
	}
	#nav ul li a  {
		width: 210px;
		text-decoration: none;
		padding: 0 0 0 10px;
		background-repeat: no-repeat !important;
		background-position: 5px 1px !important;
	}
	#nav ul li li a  {
		padding: 0 0 0 10px;

	}
	#nav ul li a:hover  {
		background: #F4F4FC;
		color: #FFF;
	}
	#nav ul li:hover a  {
		background: #F4F4FC;
		color: #212121;
	}
	#nav ul li:hover a li a  {
		background: #FFF;
	}
	#nav li:hover ul ul {
		display: none;
	}
	#nav ul li:hover ul {
		display: block;
		left: 220px;
		top: 0;
	}
	#nav ul li ul li a:hover {
		background: #CCC;
	}
/* Nawigazja z ikonkami 
	#nav > li > ul {
		display: none;
		border-top: 7px solid #FF771C;
		border-bottom: 5px solid #FF771C;
		width: 265px;
	}
	#nav li:hover ul {
		display: block;
		position: absolute;
	}
	#nav li:hover ul li {
		display: block;
		color: #0066CC;
		height: 30px;
		float: none;
		position: relative;
	}
	#nav li:hover ul a {
		background: #FFF;
		color: #0066CC;
		line-height: 30px;
	}
	#nav ul  {
		width: 285px;
		background: none;
	}
	#nav ul li  {
		width: 205px;
	}
	#nav ul li a  {
		width: 210px;
		text-decoration: none;
		padding: 0 0 0 55px;
		background-repeat: no-repeat !important;
		background-position: 5px 1px !important;
	}
	#nav ul li li a  {
		padding: 0 0 0 10px;

	}
	#nav ul li a:hover  {
		background: #F4F4FC;
		color: #FFF;
	}
	#nav ul li:hover a  {
		background: #F4F4FC;
		color: #212121;
	}
	#nav ul li:hover a li a  {
		background: #FFF;
	}
	#nav li:hover ul ul {
		display: none;
	}
	#nav ul li:hover ul {
		display: block;
		left: 265px;
		top: 0;
	}
	#nav ul li ul li a:hover {
		background: #CCC;
	}
	
	
	
	#nav ul li a.a1 {background-image: url(../images/gfx/nav/fasadowe.gif) !important}
	#nav ul li a.a1:hover, #nav ul li:hover a.a1  {background-image: url(../images/gfx/nav/fasadowe_h.gif) !important;}
	
	#nav ul li a.a2 {background-image: url(../images/gfx/nav/klapowe.gif) !important}
	#nav ul li a.a2:hover, #nav ul li:hover a.a2  {background-image: url(../images/gfx/nav/klapowe_h.gif) !important;}
	
	#nav ul li a.a3 {background-image: url(../images/gfx/nav/wieczkowe.gif) !important}
	#nav ul li a.a3:hover, #nav ul li:hover a.a3  {background-image: url(../images/gfx/nav/wieczkowe_h.gif) !important;}
	
	#nav ul li a.a4 {background-image: url(../images/gfx/nav/dodatki.gif) !important}
	#nav ul li a.a4:hover, #nav ul li:hover a.a4  {background-image: url(../images/gfx/nav/dodatki_h.gif) !important;}
	
	#nav ul li a.a5 {background-image: url(../images/gfx/nav/przekladki.gif) !important}
	#nav ul li a.a5:hover, #nav ul li:hover a.a5  {background-image: url(../images/gfx/nav/przekladki_h.gif) !important;}
	
	#nav ul li a.a6 {background-image: url(../images/gfx/nav/form_link.gif) !important}
	#nav ul li a.a6:hover, #nav ul li:hover a.a6  {background-image: url(../images/gfx/nav/form_link_h.gif) !important;}
	*/
	
#content {
	clear: both;
}


#left {
	float: left;
	width: 210px;
}

.box {
	position: relative;
	width: 180px;
	background: #7c90e5;
	padding-top: 5px;
	color: #FFF;
	font-size: 11px;
	margin-bottom:  29px;
}
.box h3 {
	width: 136px;
	margin: 0 auto;
	background: #5474b6;
	padding: 3px 10px;
}
.box p {
	padding: 7px 14px;
}
.box div {
	position: absolute;
	width: 180px;
}
.box .top {
	background:url(../images/gfx/box-top.png);
	height: 9px;
	top: -9px;
	left: 0;
}
.box .bottom {
	background:url(../images/gfx/box-bottom.png);
	height: 9px;
	bottom:: -9px;
	left: 0;
}



.box .links {
	font-weight: bold;
	font-size: 12px;
	margin: 4px 1px 0;
}
.box .links a {
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.box .links li {
	line-height: 17px;
}
.box .links li a {
	padding-left: 20px;
}
.box .links li li a {
	padding: 2px 0;
	padding-left: 40px;
	line-height: 12px;
}

.box .links a:hover {
	background: #ffaf7a;
	color: #FFF;
}

#left > a {
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

#right {
	float: left;
	width: 750px;
	padding: 6px 5px 0;
	background: #e1e1e1;
	margin-top: -9px;
}
/*#right > div {
	background: #e1e1e1 url(../images/gfx/content-bg.jpg) no-repeat right bottom;
}*/
#right h2 {
	background: #FFF;
	padding: 7px 7px;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	box-shadow: 1px 1px 2px #CCC;
	width:180px;
	font-size:13px;
	margin: 12px;
	color: #4c4c4c;
}
#right p {
	padding: 10px 15px;
	font-size:12px;
	margin: 12px;
	color: #4c4c4c;
}
#right table {
	font-size:13px;
	color: #4c4c4c;
}

#right ul {
	padding: 10px 15px;
	font-size:12px;
	margin: 12px 12px 12px 35px;
	color: #4c4c4c;
	list-style:square;
}
#right ul li {
	padding: 1px 5px 1px 10px;
	color: #4c4c4c;
}
#right #bottom_banner {
	background: #355e8f url(../images/gfx/shadow-top.png) repeat-x top;
	margin: 0 -5px 0 -5px;
	position: relative;
	height: 110px;
}
#right #bottom_banner a {
	margin-top: 10px;
	float: left;
	height: 100px;
	width: 180px;
	text-align: center;
	opacity: .5; filter:alpha(opacity=50);
}
#right #bottom_banner a:hover {
	opacity: 1; filter:alpha(opacity=100);
}

#right #bottom_banner i {
	display: block;
	position: absolute;
	height: 7px;
	width:  7px;
	bottom:0;
}
.l {background:url(../images/gfx/footer-l.gif);left: 0;}
.r {background:url(../images/gfx/footer-r.gif);right:0;}

#footer {
	clear: both;
	text-align: right;
}
.rh {
	color: #7090d2;
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
}

/***********************************************************************/

input[type=text], textarea {
	background: #FFF;
	border: 1px solid #CCC;
	width: 140px;
}
textarea {
	width: 100%;
	height:  100px;
}
textarea:focus {
	width: 100%;
	height:  200px;
}
input[type=submit] {
	font-weight: bold;
	padding: 5px 15px;
}

.fl {
	float: left;
	width: 41%;
	margin-left: 6%;
}
.fl p {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
table {
	margin-bottom: 20px;
}
th {
	border-bottom: 1px solid #000; 
}
td {
	border-bottom: 1px solid #CCC;
	padding: 1px;
}
.no-border, .no-border td, .no-border tr {
	border: none;
}

.gal {
	text-align:  center;
}
.gal img {
	border: 1px solid #CCC;
	margin: 1px;
}
.gal a:hover img {
	border: 2px solid #FF771C;
	margin: 0;
}
.txt1 {
	display: inline;
	width: 30px !important;
}


