/* STYLE.CSS styluje gl�wna strukture strony (oznaczone wielkimi literami) oraz marginesy */

@import url("reset.css");  /* RESET.CSS resetuje wyglad element�w, kt�re r�znia sie w r�znych przegladarkach */
@import url("global.css"); /* GLOBAL.CSS styluje typografie, zagniezdzone bloki wewnatrz gl�wnej struktury oraz formularze */
@import url("menu.css"); /* MENU.CSS styluje menu gl�wne oraz linki umieszczone w stopce  */
@import url("headings.css"); /* HEADINGS.CSS Zamienia text na obrazy w nagl�wkach  */
@import url("forms.css"); /* FORMS.CSS Styluje formularze  */

html{
	margin : 0; 
	padding : 0; 
	color : #fff; 
	text-align : center;
	min-width: 40em;
}

body {
	width: 100%;
	margin : 0px auto;
	padding : 0;
	background-color: #000;
	text-align : left; 
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif;
}

#WRAPPER {
	width: 970px;
	margin: 0 auto;
	text-align: left;		
}

#TOP_WRAPPER {
	width: 100%;
	background-color: #000;
	overflow: hidden;
	background-image: url(../images/blue_strip.gif);
	background-repeat: no-repeat;
	background-position: 800px 316px;
}

/* bg position for IE6 */
* html #TOP_WRAPPER { background-position: 800px 315px; }


#TOP {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	height: 369px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

/* height for IE6 */
* html #TOP {height: 368px;}

#company_info {
	width: 329px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 93%;
}

#MIDDLE_CONTENT_WRAPPER {
	width: 100%;
	background-color: #fff;
}

#CONTAINER {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}

#LEFT {
	width: 329px;
	float: left;
	overflow: hidden;
	background-color: #242424;
	margin-bottom:-4000px;
	padding-bottom:4000px;

}

#realisations_panel, #realisations_panel2 {
	text-align: center; 
	margin-top: 1em;
}

#products_panel1, #products_panel2, #products_panel3
{
	text-align: center;
}

#realisations_panel2
	{
		margin: 0px;
}
#CONTENT {
	width: 641px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	color: #000;
}

#BOTTOM_WRAPPER {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	font-size: .941em;
}

#BOTTOM_LEFT {
	width: 329px;
	background-color:#242424;
	float: left;
	margin-bottom: 15px;

}

#BOTTOM_CENTER {
	width: 320px;
	float: left;
	position: relative;

}

#BOTTOM_RIGHT {
	width: 320px;
	float: right;
	position: relative;
}

#FOOTER {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	height: 70px;
	border-top: solid 1px #242424;
	padding-top: 20px;
	color: #3f3f3f;
}

/* margin*/
.m1 {margin: 14px 23px 20px 23px; position: relative;}
.m2 {margin: 14px 28px 20px 28px;}
.m3 {margin: 14px 28px 50px 28px;}

.m_right-0 {margin-right: 0;}

.clearb {clear: both;}

.m2 a
{
color: #FFFFFF;
}

.m3 b
{
	color: #00BBFF;
}

#box1 p, #box2 p, #box3 p
{
	font-size: 11px;
}

#box1 strong,#box2 strong,#box3 strong
{
	font-size: 13px;
	line-height: 30px;
}


