html, body {
	height : 100%;
	width : 100%;
}

body {
	background-color : #1F1F20;
	margin : 0px;
	padding : 0px;
}

table, td {
	text-align : center;

	vertical-align : top
}



/*
	text
	----------------------------------------------*/
	
h1, h2, h3, td {
	color : #1F1F20;
	font-family : Georgia;
  font-size: 8pt;
}
	
h1 {
	
	font-weight : normal;
	font-size : 20pt;
	margin : 0px;
	padding : 0px;
	text-transform : uppercase;
	text-align : left;
}

h2 {
	color : #1F1F20;
	font-weight : normal;
	font-size : 14pt;
	margin : 10px 0px 0px 0px;
	padding : 0px;
	text-transform : uppercase;
	text-align : left;
}

h3 {
	color : #1F1F20;
	font-weight : bold;
	font-size : 12pt;
	margin : 0px;
	padding : 10px;
	text-transform : uppercase;
	text-align : left;
}

h4 {
	color : #1F1F20;
	font-weight : normal;
	font-size : 8pt;
	margin : 0px;
	padding : 7px;
	text-align : left;
}

a, a:visited
{
  font-family: inherit;
  font-size: inherit;
  
  text-decoration: none;
  color: #840000;
}

a:hover
{
  color: black;
}

p.footer
{
  font-size: 11px; 
  color: #666666; 
  padding: 3px; 
  line-height: 15px; 
  font-family: tahoma, sans-serif;
  text-align: right;
  
  margin: 0;
  
  padding-top: 52px;
  padding-left: 235px;
  padding-right: 15px;
}

p.main_menu
{
  text-align: center;
  color: #f7f7f7;
  font-size: 12px;
  word-spacing: 35px;
  font-weight: bold;
  
  padding-top: 78px;
  padding-left: 400px;
  padding-right: 28px;
}

a.mainmenu, a.mainmenu:visited
{
  text-decoration: none;
  color: #f7f7f7
}

a.mainmenu:hover
{
  text-decoration: none;
  color: #EDD900;
}

/*
	design
	----------------------------------------------*/

#wrap {
	height : 100%;
	width : 100%;
	background : url(../images/backg.jpg) repeat-x;
}


#content {
	background : url(../images/back_content.jpg) repeat-y;
	height : 360px;
	padding : 0px;
	width : 100%;
}

}

.Content {
	background : url(../images/back_content_top.jpg) no-repeat;
	width : 100%;
}

.ContentOfirmie {
	background : url(../images/back_ofirmie_top.jpg) no-repeat;
	width : 100%;
}


#menu
{
  background: url(../images/back_menu.gif) no-repeat;
  width: 768px;
  height: 127px;
}

#footer
{
  background: url(../images/foot.gif) no-repeat;
  width: 768px;
  height: 128px;
}


/*
	design: oferta
	----------------------------------------------*/

	
.Module {
	border : 1px solid #D1D1D1;
	float : left;
	_height : 224px;
  _width : 470px;
	padding : 4px;
	margin : 10px 0px 20px 0px;
}

.Thumb {
	border : 1px solid #D1D1D1;
	float : left;
	margin : 4px;
	width : 145px;
}

.Thumb .Txt {
	font-size : 8pt;
	font-family : Tahoma;
	padding : 0px 7px 5px 7px;
	text-align : left;
}

.Thumb .Photo {
	text-align : center; 
	padding : 5px
}

#realizacje .Thumb {
	height : 150px;
}

#magazyny, #realizacje, #ofirmie {
	margin : 0px 30px 0px 260px; 
	text-align : left
}


#magazyny .Thumb {
	height : 165px;
}




