@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #777777;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1{
	padding-top:10;
}
.bold{
	color:#07be1d;
	font-weight:bold;
}
.CF_text{
	color:#07be1d;
}
.CF_input{
	color:#000000;
}

.area input, textarea {
border:1px dotted #00234C;
color:#7299C6;
width:280px;
}
/*
label {
display:block;
float:right;
width:83px;
}
*/
#container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
} 

#innerContainer{
	background: url(img/innerbg2.png) repeat-y;
	margin: 0;
	padding: 0;

}

#header { 
	background: #FFFFFF;
	padding:0;
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#list{	
	font-size:12px;
}
#list li{
	margin-bottom:10px;
	list-style-type:square;
}
#list li a{
	color:#000000;
	text-decoration:none;
}
#list li a:hover {
	font-weight:bold;
	text-decoration:underline;
}	
#menu {
	margin:0;
	padding:0;
	padding:0;
}
#menu li{
/*	
	display:inline;
*/	
	float:left;
	height:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:117px;
	margin-right:0px;
	margin-left:0px;

}
#menu li a {
	float:left;
	height:35px;
	overflow:hidden;
	text-decoration:none;
	width:117px;
}
#menu li a:hover {
	background-position:0pt -35px;
	text-decoration:none;
}
#m-home{
	background: url(img/menu/home.png) repeat scroll 0% 0%;
}
#m-oferta{
	background: url(img/menu/oferta.png) repeat scroll 0% 0%;
}
#m-produkty{
	background: url(img/menu/produkty.png) repeat scroll 0% 0%;
}
#m-technologia{
	background: url(img/menu/technologia.png) repeat scroll 0% 0%;
}
#m-certyfikaty{
	background: url(img/menu/certyfikaty.png) repeat scroll 0% 0%;
}
#m-galeria{
	background: url(img/menu/galeria.png) repeat scroll 0% 0%;
}
#m-sklep{
	background: url(img/menu/esklep.png) repeat scroll 0% 0%;	
}
#m-contact{
	background: url(img/menu/contact.png) repeat scroll 0% 0%;
}
#menu a{
	text-decoration:none;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background:#cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 0px 10px;
	color:#FFFFFF;
	text-align:right;
	
}
#team_sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 20px 0px 10px;
	color:#FFFFFF;
	text-align:right;
	background:	url(img/team_sidebarbg.png) top no-repeat;
}

#team_sidebar1 h5{
	margin: 2px 0px 0px 0px;
	font-size: 12px;
}
#archives_sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 20px 0px 10px;
	color:#FFFFFF;
	text-align:right;
	background:	url(img/archives_sidebarbg.png) top no-repeat;
}
#contact_sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 20px 0px 10px;
	color:#FFFFFF;
	text-align:right;
	background:	url(img/contact_sidebarbg.png) top no-repeat;
}

p{
	font-size:11px;
	margin-top:0;
	padding:3px;
	padding-left:8px;
}
#sidebar1 h3{
	font:"Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:2px;
	color: #cc1111;
}
#sidebar1 h4{
	margin: 0 0 2px 0;
	color: #000000;
	font-size:11px;
/*	fonr: "Times New Roman", Times, serif; */
}

#inthisissue{
	float:right;
	margin: 0px 0px 8px 10px;
	background-color:#EEEEEE;
	border:#07be1d solid 1px;
	padding: 5px;
	color:#000000;
	font-size:11px;
	width:240px;
}
#inthisissue h4{
	color:#000000;
	font-style:italic;
	margin: 0;
	font-size:13px;
}
#inthisissue h5{
	height:30px;
	vertical-align:middle;
	background-image:url(img/circle.png);
	color:#FFFFFF;
	padding-top:8px;
	margin: 10px 0px 0px 0px;
	font-size:11px;
	background-repeat: no-repeat;
}

#mainContent { 
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:50px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background:#5555ff;
	border-right:16px solid lightblue;	*/

} 
#mainContent h1{
	margin:0;
	font-size:18px;
}
#mainContent h2{
	margin: 0px;
	font-size:16px;
	font-family: "Myriad Pro", Arial;

}
#mainContent h1 .bold{
	color:07be1d;
}

#footer { 
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto;
	padding-top:10;
	background:#777777;
	color:#FFFFFF;
	/*border: 1px solid red;*/

}
.clear {
clear:both;
}

#footer ul {
	/*	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li{
	display:inline;
	margin-right:15px;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
}

#innerFooter{
	background:url(img/innerbg.png) top no-repeat;

	margin:0;
	padding:0;
}
#innerFooter p{
	margin:0;
}

#f_left{
	float:left;
	margin:0;
	margin: 10 0 0 12;
	padding-top:10px;
}
#f_left p{
	margin:0;
}

#f_right{
	float:right;
	margin: 10 12 0 0;
	padding-top:10px;
}

.left{
text-align:left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

