html, body, p, form, ul, li, h1 {
	padding: 0; margin: 0;
	line-height: 18px;
}

html {
	font-family: "Tahoma", "verdana", sans-serif;
	font-size: 12px;
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	position: relative;
	background: url("background_main.png") repeat-x;
	background-position: 0px 120px;
	color: #000;
}
* html body {
	height: 100%;	
}
img {
	border: none;
	vertical-align: middle;	
}
ul {
	list-style-type: none;	
}
.ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin: 0px 5px 5px 50px;
}
h2 {
	text-indent: 20px;
	color: #000;	
	padding: 0px;
	margin: 20px 0px 20px 0px;
	font-size: 21px;
	border-left: 4px solid #333;
	font-weight: normal;
}
h3 {
	color: #333;	
	padding-left: 25px;
	padding-top: 15px;
	margin: 0;
	font-size: 15px;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}
.clr {
	clear: both;	
}
.right {
	float: right;
}
.right {
	float: right;
}
img.right {
	float: right;
	padding-right: 10px;
	
}
.left {
	float: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
	outline: 0 none;
}
a:hover, a:active {
	text-decoration: underline;	
	outline: 0 none;
}
p a:link, p a:visited {
	color: #da251d;
}
div#bottomRedLine {
	border-bottom: 5px solid #da251d;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: -25px;
}
div#topGrayLine {
	border-top: 5px solid #535353;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
div#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;	
}
* html div#wrapper {
	height: 100%;	
}
div#container {
	background: #fff;
	width: 900px;
	margin: 0px auto;
}
div#logoBar {
	height: 100px;
	width: 100%;
}
div#logoBar h1 {
	text-indent: -9999px;
	display: block;
	background: url("logo.gif") no-repeat;
	background-position: 50% 50%;
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 20px;
}
div#logoBar h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
div#logoBar h1 a:hover {
	text-decoration: none;
}
div#logoBar ul {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 110px;
}
div#logoBar ul li {
	float: left;
	margin-left: 40px;
}
div#logoBar ul li img {
	margin-right: 5px;
}
div#logoBar div.loga {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	width:110px;
}

/***************  MENU  ******************/
div#mainMenu {
	background: url("menu_background.png") repeat-x;
	border: #f5f5f5 solid;
	border-width: 8px 8px 4px 8px;	
	height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;	
	clear: both;
}
div#mainMenu a{
	color: #fff;
}
div#mainMenu a:hover{
	text-decoration: none;
	outline: 0 none;
}
div#mainMenu li.mainItem a, div#mainMenu li.over a {
	line-height: 23px;
	display: block;
	padding: 0px;
	width: auto;
}
li.over a, li.mainItem:hover a {
	background: url("menu_background_hover.png") repeat-x;
}
div#mainMenu ul.main{
	width: 100%;
	display: block;
	color: #fff;
	padding: 0;
}
div#mainMenu ul li.mainItem, div#mainMenu ul li.over{
	float: left;
	position: relative;
	font-weight: normal;
	display: inline;
	width:auto;
}
div#mainMenu li.mainItem ul, div#mainMenu li.over ul{
	position: absolute;
	top: 23px;
	left: 0px;
	background: #da251d;
	padding: 4px 0px 3px 0px;
	min-width: 100%;
	width: auto;
}
div#mainMenu li.mainItem ul.last, div#mainMenu li.over ul.last{
	left: auto;
	right: 0px;
}
li.mainItem ul{
	display: none;
}
li.over ul, li.mainItem:hover ul{
	display: block;
	
}
div#mainMenu li.subItem{
	margin: 0px 4px 1px 4px;
	background: #e85146; 
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	height: auto;
}
div#mainMenu li.subItem a{
	background: none;
	height: 100%;
	width: inherit;
	display: block;
	white-space: nowrap;
	padding: 0 5px;
}
html > body div#mainMenu li.subItem  a {
	width: auto;
}
div#mainMenu li.subItem a:hover{
	background: #525252;
}
li.topmenu {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}
li.topmenu a, a:visited {
	color: #000;
}
/*********************************/
div#mainBar {
	border: #f5f5f5 solid;
	border-width: 0px 8px 11px 8px;	
	padding: 0px;
	display: block;
}
div#footer {
	text-align: center;
	padding: 10px 10px 20px 0px;
	font-size: 10px;
	background: url("shadow_bottom.png") no-repeat;
	color: #999;
}
div#topColumn {
	border-bottom: 4px solid #333;	
}
div#bottomColumn {
	border-top: 9px solid #f5f5f5;
	text-align: left;	
	color: #333;
	padding: 0px 0px 15px 0px;
}
div#bottomColumn p {
	padding: 0px 25px 10px 25px;
}

/************* CONTACT  ************/
div.form {
	background-color: #FFFFFF;
}
div.form dt {
	height: 16px;
	margin: 0px;
	padding: 2px 3px;
	text-align: right;
	width: 230px;
	float: left;
}
div.form dd {
	height: 16px;
	margin: 0px;
	padding: 3px;
}
div.form dd.ta {
	height: auto;
	margin: 0px 16px;
	padding: 3px;
}
div.form dt.ta {
height: auto;
}
div.form dd span {
color: #FF0000;
}
div.form input {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	vertical-align: middle;
	font-weight: bold;
	width: 250px
}
div.form textarea {
	background-color:#FFFFFF;
	border:1px solid #666666;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	width: 250px
}
div.form button {
	background-color: transparent;
	border: 0px none;
	color: #FFFFFF;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
div.form button.left {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 220px;
	outline: none;
}
div.form button.right {
	float: right;
	margin: 0px 0px;
	padding: 0px 30px 0px 0px;
	outline: none;
}
div.form select {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Tahoma,Verdana ,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}
/****************************/
/* realizacje */
div.relPix {
	width: 200px; 
	height: 210px;
	float: left;
	text-align: center;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
	background:#FFFFFF none repeat scroll 0 0;
	border:0px solid #CCCCCC;
}
div.relDesc {
	float: right; 
	width: 220px;
}
div.relDesc h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0;
	padding-left: 10px;
}
div.relDesc p {
	padding-left: 10px !important;
}
div.relDesc p.more {
	text-align: right;
	font-weight: bold;
}
.boxL{
	float: left;
	margin-left: 25px;
}
.boxR{
	float: right;
}
.boxR div.relPix{
}
.boxL, .boxR{
	width: 425px;
	padding:10px 0 20px 0;
}
/***************************/
