/* Start of CMSMS style sheet 'MBM-layout' */
html{
	margin : 0;
	padding : 0;
	color : #404040;
	text-align : center;
	min-width: 40em;
	background-color: #f3f3f3;
	background-image: url(uploads/images/layout/bg-html.gif);
	background-repeat: repeat-x;
}

body {
	margin : 0 auto;
	padding : 0;
	text-align : left;
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif; 
}

#WRAPPER {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	background-image: url(uploads/images/layout/bg-content.gif);
	background-repeat: repeat-y;
}

#CONTAINER {
	width: 100%;
	overflow:hidden;
	text-align: center;
}

#TOP {
	width: 920px;
	background-color: #c62727;
	height: 139px;
	text-align: center;
}

#TOP h1 {
	padding:0;
}

#TOP h1 a {
	display: block;
	height: 139px;             /* adjust according your image size */
	text-indent: -1999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	background-image: url(uploads/images/layout/top.jpg);
	background-repeat: no-repeat;
}

#CONTENT {
	width: 850px;
	overflow: hidden;
	background-image: url(uploads/images/layout/bg-content-top.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: left;
	background-position: top;
padding: 40px 20px 20px 20px;
}

#Content-bottom {
	clear: both;
	width: 100%;
	height: 30px;
	background-image: url(uploads/images/layout/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#FOOTER {
	width: 850px;
	background-color: #f3f3f3;
	color: #b9b1b1;
	font-size:95%;
	margin: 0 auto;
}


/************ Main Pannel Styles *************/

#main_panel {list-style-type: none; margin: 0 auto; text-align:center;}

#usl_mal-tytul{
	width: 340px;
	height:16px;
	background-image: url(uploads/images/layout/uslugi_malarskie-tytul.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center center;
}

#usl_porz-tytul{
	width: 350px;
	height:16px;
	background-image: url(uploads/images/layout/uslugi_porzadkowe-tytul.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;

}

#referencje-tytul{
	width: 350px;
	height:16px;
	background-image: url(uploads/images/layout/referencje-tytul.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;

}

/************ Bottom Content *************/

#bottom_content-wrapper {
	width:810px;
	overflow: hidden;
	background-image: url(uploads/images/layout/cien-bottom_panel.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align:center;
	padding: 40px;
}

#bottom_content{
	width: 730px;
	margin: 0 auto;
	text-align: left;
	background-color:#fffdfd;
	border: solid 1px #f3e5e5;
	position:relative;
	list-style-type: none;	
}

#bottom_content ul{
	list-style-type: none;
}

#bottom_content li{
	width: 320px;
	margin:0;
	padding: 0;
	float:left;
	padding: 0 8px 15px 8px;
}

/************ Other Content *************/
#other_content{
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color:#fffdfd;
	border: solid 1px #f3e5e5;
	position:relative;
	list-style-type: none;	
	padding: 3em
}

#other_content-left{
	width: 45%;
	margin:0;
	padding: 0;
	float:left;
}

#other_content-right{
	width: 45%;
	margin:0;
	padding: 0;
	float:right;
}

.clear {
  clear: both;
}

/* margin*/
.m1 {margin:2.5em;}
/* End of 'MBM-layout' */

