/* Location: /phtml/frontend/podstawowy_1/css/main.css */
/* begin coding css*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    line-height: 14px;
}
html, body {
height: 100%;
}

body {
    background-color: #FFF;
    font-size: 12px;
    font-family: Verdana, Arial, Sans;
}

#wrapper
{
	width:1000px;
	margin:35px auto;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.slides_container h2 {
    font-size: 14px;
    font-style: normal;
    margin:5px 0 15px 0;

}

h3 {
    font-size: 12px;
}

.pagination
{
	position:absolute;
	margin:-22px 0 0 850px;
	list-style-type:none;
	z-index:1000;
}

.pagination li
{
	display:inline;
	margin:0 15px 0 0;
}

.slides_control
{
	height:250px;
	
	
}
/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides .slides_container {
			width:1000px;
			height:246px;
			display:none;
	
			color:#898989;
			margin:0 0 35px 0;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slides .slides_container div {
			width:1000px;
			height:246px;
			display:block;
			padding:0 10px 0 0;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_two .slides_container {
			width:250px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slides_two .slides_container div {
			width:250px;
			height:250px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_three .slides_container {
			width:200px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slides_three .slides_container div {
			width:200px;
			height:100px;
			display:block;
		}
		
		/* 
			Example only
		*/
		.pagination li a {
	display:block;
	width:15px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
		hr {
			background:#efefef;
		}
.slides_control img
{
  margin:0 15px 0 0;
}

.middle-ul
{
list-style-type:none;
padding:0;
margin:0;
position:absolute;
/*background-image:url(../images/center.png);*/
background-image:url(../images/center_new1.jpg);
background-repeat:no-repeat;
background-position:0 0;
width:1000px;
border:1px solid #898989;

}

.middle-ul li
{
height:194px;
padding:0;
width:1020px;
}

.middle
{
width:499px;
height:190px;
float:left;
padding:0;
margin:0;
}
/*
#left-top
{
	border-top:1px solid #898989;
	border-left:1px solid #898989;
	
}

#right-top
{
	border-top:1px solid #898989;
	border-right:1px solid #898989;
	
}

#left-bottom
{
	border-left:1px solid #898989;
	border-bottom:1px solid #898989;
	
}

#right-bottom
{
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;
}
*/
#center
{
  position:absolute;
	width:208px;
	height:220px;
	/*background-image:url(../images/center.png);*/
	margin:95px 0 0 380px;
}

#ha
{
   margin:100px 0 0 5px;
   color:#898989;
   font-family:tahoma
}
.send
{
	width:550px;
	margin:0 auto;
}

.send label
{
	width:180px;
	float:left;
	display:block;
	text-align:right;
	padding-right:6px;
}

.send p
{
	margin:9px 4px 9px 4px;
	clear:both;
}

.send input[type=text] {
	padding:5px;
	width:250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid silver;
}

.send textarea
{
	padding:5px;
	width:250px;
	height:45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid silver;
}

.send input[type=submit] {
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid silver;
	background-color:#CDCE96;
	cursor:pointer;
}