/*-------------------------------*/
/* reset */

body
h1, h2, h3, h4, h5, h6
p, ul, li,
form, input, fieldset, label {
	border: 0;
	margin: 0px;
	padding: 0px;
}



/*-------------------------------*/
/* reset from YAHOO */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }


/*-------------------------------*/
/* help tools */
div { border:0px solid yellow; }


/*-------------------------------*/
/* basic html tags */

body {
 margin:0 auto;
 text-align:center;
 }



/*-------------------------------*/
/* page elements */




#wrapper { 
	width: 932px; 
	margin:0 auto;
	text-align:left;
}

#header {
	height:143px;
 	width:100%;	
}

#header h1, #header div.logo { 
	height: 103px;
	width:323px;
	float:left;
}

#newsletter-form {
	float: right;
	height: 103px;
	margin-top: 44px;
	overflow:hidden;
	width: 341px;
}


#container {
	overflow: hidden;
	clear:both;
	width:100%;
}
#side-a {
	float: left;
	width:283px;
	border:none;
	margin-left:20px;
	display:inline;
	margin-right:20px;
}
#side-b {
	float: right;
	height: 1%; /* Holly hack for Peekaboo Bug */
	width: 556px; 
	margin-right:20px;
}

#footer { 
	clear:both; 
} 

	/*-------------------------------*/
	/* body styles */
	body {
		background:#ef4a77  url(./images/bg.gif) repeat-x 50% 0;
	}


	/*-------------------------------*/
	/* header layout */
	
	#header h1 a, #header div.logo a { 
		background: url(./images/emodna_mopp.jpg) no-repeat top left; 
		display: block;
		height: 103px;		
		margin-top: 44px;
		text-indent: -900px;	
        width:323px;		
		
	
	}
	
	fieldset { 
		height: 98px; 
		margin: 0;
		overflow: hidden; 		
		padding: 0;		
		position: relative;		
		width: 100%; 		
	 }
	

	#ns-title {
		position: absolute;
		top: 0;
		left: 0;
		background: url(./images/newsletter.gif) top left no-repeat;
		display:block;		
		height: 27px;
		text-indent:500px;
		width: 100px;		
	}


	#ns-mail { 
	 position: absolute;
	 top: 2px;
	 left: 106px;
	}
	#ns-button { 
		position:absolute; 
		top: 2px; 
		left: 277px; 
	}
	#ns-mail label { display:none; width:0; float:left; }
	#ns-mail input { float:left; }
	
	#ns-desc {
 	 float:right;
	 text-align:right;
	 margin-top:39px;	 
	 width:200px;
	}
	
	/*-------------------------------*/
	/* main menu */
	

    #menu {
      background: #bf1d47 url(./images/bg_top_menu.gif) no-repeat top left;	
	  color: #fff;	  
      margin: 0 auto;
	  overflow:hidden;
      padding: 0px 0.5em;
      width: 932px;	
	  height: 58px;

	    


    }
	
    #menu ul {
      margin: 15px 0 0 35px;
      padding: 0;
      list-style-type: none;
    }
    #menu li {
      margin: 0;
      padding-left: 11px;
      float: left;
	  width:auto;
      text-align: center;
    }
	#menu ul li a {
	  padding-left:11px;
	}	




	#navigation {
		background:#fff url(./images/bg_nav.gif) bottom left no-repeat;
		clear:both; 
		height: 39px;
		margin:0 20px;
		width:892px;
	}


	/*-------------------------------*/
	/* content */
	
	#container { 
		background: #fff url(./images/bg_content_bottom.gif) bottom left no-repeat;
	}
	
	#side-a { padding-bottom:2em; }
		

		/*-------------------------------*/
		/* specific layout */
		.image { 
			width:100%; 
			padding:0 0 10px 0;
			margin: 0 auto;
		}
		.i-center { 
			text-align:center; 
		}
		.i-left { 
			text-align:left; 
		}
		.i-right { 
			text-align:right; 
		}
		.i-descp {
			width:60%;
			margin:0 auto;
			padding:0;
		}



/*-------------------------------*/
/* format - fonts, colors */

body { 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.75em;
}

a {
	color: #ed0e6a;
}


	/*-------------------------------*/
	/* top formats */

	#newsletter-form {
		color: #fff;
	}
	#ns-mail { line-height:0em;}

	#ns-mail input {
		border:1px solid #94293e;	
		font-size:12px;
		width:150px;
	    padding: 4px;
	}

	#ns-desc {
		font-size: 12px; 
		text-align: right;
		line-height:1.4em;
		width:250px;
	}
	#ns-desc span {
		color: #f8b7c8;
		display:block;
	}
	
	#menu ul li a {
	  color:#fff;
	}	
	
	
	#menu ul li a:hover {
	  text-decoration: underline;
	  color: #fff;
	}
	
	#menu ul li a:visited {
		color: #fff;
	}
	
	
	#navigation {
		color:#5e5e5e;
		font-size:12px;
		line-height:34px;		
	}
	
	#navigation a {
		color: #ed0e6a;
	}
	#navigation a:hover {
		text-decoration: underline;
	}
	#navigation a:visited {
		color: #ed0e6a;
	}
	
	
	/*-------------------------------*/
	/* side-a formats */
	

	#side-a { 
		font-size: 14px;
	}
	


	/*-------------------------------*/
	/* side-b formats */
	#side-b h1, h2.sg { 
		font-size:18px; 
		margin-bottom: 1.05em;
	}
	#side-b p {
		margin-bottom: 2em;
		line-height:1.93em;
	}

	#side-b img { 
		background: #fff;
		border: 1px solid #f59aab; 
		padding: 3px;
		margin:0 auto;
	}

	.i-desc { 
		font-size: 12px;
		line-height:1.4em;
		text-align:center;

	}


	#side-b div.i-desc p {
		margin-bottom: 1em;
		line-height:1.4em;
	}

	#side-b p.i-title {
		font-size:12px; 
		font-weight: bold;
		margin-bottom:0.4em;
		line-height:1.4em;
	}


	/*-------------------------------*/
	/* footer formats */
	
	#footer {
		color:#fff;	
		font-size: 12px;
		line-height: 1.2em;
		margin-bottom:4em;		
		padding-top: 14px;
		text-align: right;
		width: 100%;
	}	
	#footer span { 
		padding-left:20px; 
		padding-right: 5px;
	}


/*-------------------------------*/
/* dodatkowe klasy i formaty zwiazane z zawartoscia w obu kolumnach */


.art-list { margin-left:10px; }
.art-list li {
	line-height: 1.4em;
	margin-bottom:0.45em;
	list-style: outside;
/*	list-style-image:url(./images/arrow.gif); */
	font-size:14px;
	background: url(./images/arrow.gif) 0px 5px no-repeat;
	padding-left:14px;
	list-style-type:none;

 }

 
.art-title {
 	margin-bottom:0.4em;
 }
 

h2.ebook-promo { 
	text-align:center;
	line-height:1.4em;
	margin-bottom:2em;
}

h2.ebook-promo span {
	color: #c92026;
 	display: block;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#ebook-links {
	width:303px;
	overflow:hidden;
	padding:0;
	position:relative;
	margin-bottom:1em;
	height:285px;
}

#ebook-links h3 { 
	position: absolute;
	top: 60px;
	left: 170px;
	font-size:12px; 
	font-weight:bold;
	line-height:1.4em;
	
}

#ebook-links ul {
 	width:303px;
	height:285px;
	background: url(./images/ebook_emopp.gif) top left no-repeat;
	padding:110px 0 0 170px;
 }

#ebook-links ul li {
	line-height: 1.4em;
	margin-bottom:0.35em;
	list-style: outside;
/*	list-style-image:url(./images/arrow.gif); */
	font-size:12px;
	background: url(./images/arrow.gif) 0px 5px no-repeat;
	padding-left:14px;
	list-style-type:none;
}

#ebook-links ul li.ebook-open {
	margin-top: 0.9em;
}

#ebook-help {
	background: url(./background.svg) no-repeat #fcefee;; /* Opera */
	 -webkit-border-radius: 8px; /* Safari, Chrome */
	 -khtml-border-radius: 8px;    /* Konqueror */
	 -moz-border-radius: 8px; /* Firefox */
	  border-radius: 8px;

	font-size: 12px;
	line-height:1.8em;
	text-align: left;
	padding:20px;	
	margin-bottom: 2em;	  
  	width: 273px; 
}	

h2#dopinki-promo a {
	display:block;
	background: url(./images/dopinki-promo.gif) top left no-repeat;
	height: 64px;
	margin-left:18px;
	margin-bottom: 2em;
	text-indent: -600px;
	width: 271px;
	
}
	
h2#dopinki-promo2 a {
	display:block;
	background: url(./images/dopinki-promo2.gif) top left no-repeat;
	height: 64px;
	margin-left:18px;
	text-indent: -600px;
	width: 271px;
	
}	





/* newsletter */

#page-newsletter-form {
	position:relative;
	width:500px;
	margin-top: 15px;
	overflow:hidden;
	color: #000;
	height: auto;

}

	
	#page-newsletter-form fieldset { 
		margin: 0 0 0 0;
		overflow: hidden; 		
		padding: 0;		
		position: relative;		
		width: 100%; 
	 }
	 
	 	

	#page-newsletter-form h2{
		font-weight: bold;
	}


	#p-ns-mail {
		line-height:0em;
		float: left;
		width:170px;
	}
	
	.clear {
		 clear:both;
	}
	
	#p-ns-mail input {
		border:1px solid #94293e;	
		font-size:12px;
		width:150px;
	    padding: 4px;
	    float:left;		
	}

	#p-ns-mail label { 
		display:none; width:0; float:left;
	}
	
	#p-ns-button { 
		float: left;
		width:80px;
	
	}
	



