/*
	Ventana
	file: style/frontend/style.css

	author: Marcin Kaczmarczyk

	Copyright Enzo Sp. z o.o., http://enzo.pl

	Table of contents:
		Reset styles
		Basic styles:
		Layout
		Page
		Header:
			Logo
			TopMenu
		Navbar:
		Content:
		Footer
*/


				/*			RESET			*/

body, p, pre, ul, ol, fieldset, input, textarea, option, th, td,
dl, dd ,hr ,blockquote, caption, legend, form, button {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
sup, sub{
}
q:before{
	content: no-open-quote;
}
q:after{
	content: no-close-quote;
}
legend, caption{
	text-align: left;
	color: #000;
}
fieldset, abbr, acronym, img{
	border: none;
}
a, del, ins{
	text-decoration: none;
}
em, cite, address, dfn, var {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	font-size: medium;
}


				/*			DEFAULT			*/

body{
	color: #000;
	font-size: 100%;
/*	font: normal 1em Arial, Helvetica, Garuda, FreeSans, sans-serif;*/
/*	font: normal 1em 'Trebuchet MS', Helvetica, sans-serif;*/
	font: normal 1em Verdana, Geneva, Kalimati, sans-serif;
	background: #fff url(../../images/frontend/body.png);
}
.clear:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0pt;
	height: 0pt;
	visibility: hidden;
}
.s-line {
	position: absolute;
	top: -1000em;
}
a {
	color: #b10069;
}
a:hover {
    color: #87004c;
}
.wiecej {
	display: block;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.wiecej a {
	display: block;
	float: right;
	width: 62px;
	height: 18px;
	text-indent: -1000em;
	border: none;
	overflow: hidden;
	background: transparent url(../../images/frontend/wiecej.gif) no-repeat 0 0;
}
.wiecej a:hover {
	border:none;
}
#content em {
    color: #656565
}
p.result-ok {
	color:#48C6EA;
	padding:0 40px;
	margin:30px 0;
}
p.result-no {
	color:#BF2323;
	padding:0;
	margin:30px 0;
}


			/*			LAYOUT			*/

#page {
	width: 939px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 839px;
	padding: 0 50px;
	background: transparent url(../../images/frontend/header.jpg) no-repeat 0 0;
}
#main {
	position: relative;
	margin-top: -3px;
    width: 939px;
    background: transparent url(../../images/frontend/box-b.jpg) no-repeat 30px 100%;
	padding-bottom: 6px;
}
#main .wrapper {
    position: relative;
    width: 939px;
    background: transparent url(../../images/frontend/box-t.jpg) no-repeat 50px 0;
	padding-top:12px;
}
#navbar {
}
#content {
	float: left;
	font-size: 0.75em;
	line-height: 1.833em;
	font-weight: normal;
	width: 839px;
	margin: 0 50px;
}
#index #content {
	min-height: 483px;
	background: transparent url(../../images/frontend/foto1.jpg) no-repeat 0 0;
}
#footer {
	width: 839px;
	margin: 0 50px;
	font-size: 0.75em;
	line-height: 1.833em;
	color: #0e3585;
}

				/* 		HEADER 		*/

#logo {
	position: absolute;
	top: 8px;
	left: 60px;
	display: block;
	width: 143px;
	height: 47px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: transparent url(../../images/frontend/logo.gif) no-repeat 0 0;
}
#top-menu {
	float: right;
	/*width: 330px;*/
	height: 36px;
	margin-top: 40px;
	/*padding-left: 509px;*/
	padding-left:453px;
	width:386px;
	background: transparent url(../../images/frontend/menu.gif) no-repeat 0 0;
}
#top-menu li {
	float: left;
	height: 33px;
	padding-bottom: 3px;
}
#top-menu a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../../images/frontend/top-menu.gif) no-repeat 0 0;
	border: none;
	text-indent: -1000em;
	overflow: hidden;
}
#top-menu a:hover {
	border: none;
}
#top-menu #m-firma {
	width: 85px;
	margin-right: 2px;
}
#top-menu #m-firma a {
	background-position: 0 0;
}
#top-menu #m-firma a:hover,
#top-menu #m-firma.selected a {
	background-position: 0 -33px;
}
#top-menu #m-oferta {
	width: 66px;
	margin-right: 2px;
}
#top-menu #m-oferta a {
	background-position: -87px 0;
}
#top-menu #m-oferta a:hover,
#top-menu #m-oferta.selected a {
	background-position: -87px -33px;
}
#top-menu #m-aranzacje {
	width: 96px;
	margin-right: 2px;
}
#top-menu #m-aranzacje a {
	background-position: -155px 0;
}
#top-menu #m-aranzacje a:hover,
#top-menu #m-aranzacje.selected a {
	background-position: -155px -33px;
}
#top-menu #m-blog {
	width: 56px;
}
#top-menu #m-blog a {
	background: transparent url(../../images/frontend/m-blog.png) no-repeat 0 0;
}
#top-menu #m-blog a:hover,
#top-menu #m-blog.selected a {
	background-position: 0 -33px;
}
#top-menu #m-kontakt {
	width: 77px;
}
#top-menu #m-kontakt a {
	background-position: -253px 0;
}
#top-menu #m-kontakt a:hover,
#top-menu #m-kontakt.selected a {
	background-position: -253px -33px;
}

/*              	NAVBAR                  */


				/* 		CONTENT 		*/

h2#h-zaczarujemy {
	display: block;
	width: 332px;
	height: 56px;
	margin: 350px 0 77px 1px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/h-zaczarujemy.gif) no-repeat 0 0;
}
#content ul {
	list-style-type: disc;
	margin: 1em 0 1em 2em;
}
#content ul li {
	margin: 0,25em 0;
}
#content .article {
	float: left;
	margin: 10px 15px;
}
.bigimg {
	float: right;
	border: 1px solid #cb0189;
	background: #fff;
	padding: 2px;
	margin: 5px 0px 5px 15px;
}
.bigimg img {
	float: left;
}
#content #a-menu {
	list-style-type: none;
	width: 815px;
	height: 432px;
	margin: 10px 12px 20px 12px;
}
#a-menu li {
	float: left;
	width: 112px;
	height: 100%;
	margin: 0 5px 0 0;
	background: transparent url(../../images/frontend/a-menu.jpg) no-repeat 0 0;
}
#content #a-menu li h2 {
	display: block;
	width: 100%;
	height: 100%;
	padding-left:0;
}
#a-menu li h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent url(../../images/frontend/h-aranz.png) no-repeat 0 0;
}

#a-menu li:hover {
	background: transparent url(../../images/frontend/a-menu-h.jpg) no-repeat 0 0px;
}

#a-menu li h2 a:hover {
	background: transparent url(../../images/frontend/h-aranz-h.png) no-repeat 0 0px;
}
#a-menu #salon {
	background-position: 0 0;
}
#a-menu #salon a {
	background-position: 0 375px;
}
#a-menu #sypialnia {
	background-position: -116px 0;
}
#a-menu #sypialnia a {
	background-position: -116px 375px;
}
#a-menu #kuchnia {
	background-position: -232px 0;
}
#a-menu #kuchnia a {
	background-position: -232px 375px;
}
#a-menu #dzieciecy {
	background-position: -348px 0;
}
#a-menu #dzieciecy a {
	background-position: -348px 375px;
}
#a-menu #lazienka {
	background-position: -464px 0px;
}
#a-menu #lazienka a {
	background-position: -464px 375px;
}
#a-menu #tkaniny {
	background-position: -581px 0px;
}
#a-menu #tkaniny a {
	background-position: -581px 375px;
}

#a-menu #dywany {
	margin-right: 0;
	background-position: -696px 0px;
}
#a-menu #dywany a {
	background-position: -696px 375px;
}

/* mapakontakt */

#mapa {
	float: right;
	margin: 5px 0px 5px 15px;
	width: 510px;
	height: 335px;
	border: 2px solid #fff;
}
#temp {
/*	display:none;*/
}

/* galeria */
#gallery {
	float: left;
	margin: 5px 0 5px 0;
}

#gallery .albums {
	width: 258px;
	margin: 0 7px 0 7px;
	float: left;
}
#gallery .page {
	width: 258px;
	float: left;
}
#gallery .albums .a-list {
	display: block;
	width: 258px;
}
#gallery .albums .a-list p {
	float: left;
	display: block;
	width: 80px;
	height: 60px;
	margin: 3px;
	overflow: hidden;
	text-align: center;
}
#gallery #album {
	width: 553px;
	height: 623px;
	padding: 2px;
	margin: 3px;
	margin-top: 0px;
	text-align: center;
	float: left;
}
#gallery #album .activealbum {
	width: 553px;
	height: 623px;
	float: left;
}
.g-bigimg {
    width: 553px;
    overflow: hidden;
	text-align: center;
	float: left;
}
#content .paginator {
	display: block;
	width: 120px;
	height: 21px;
	margin: 10px auto;
	list-style: none;
}
#content .paginator li {
	float: left;
	width: 23px;
	height: 21px;
	text-indent:-1000em;
}
.prev {
	background: transparent url(../../images/frontend/paginator.gif) no-repeat 0 0;
}
.next {
	background: transparent url(../../images/frontend/paginator.gif) no-repeat -90px 0;
}
.page1 {
	background: transparent url(../../images/frontend/paginator.gif) no-repeat -23px 0;
}
.page2 {
	background: transparent url(../../images/frontend/paginator.gif) no-repeat -46px 0;
}
.page3 {
	background: transparent url(../../images/frontend/paginator.gif) no-repeat -69px 0;
}
/*.middle1 {
   display: table;
   _position: relative;
}
.middle2 {
	_position: absolute;
	_top: 50%;
	_left: 0px;
	_width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.middle3 {
	_position: relative;
	_top: -50%;
}
*/

#content h2,
p.h-right {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	margin-bottom: 10px;
	color: #87465e;
	padding-left: 15px;
}
#content .h-left {
	display: block;
	width: 285px;
	text-align: left;
	float:left;
}
#content p.h-right {
	display: block;
	width: 524px;
	text-align: right;
	float:left;
	padding-left:0;
	padding-right: 15px;
}
div.h-right {
	float:left;
	width: 524px;
	padding-left:0;
	padding-right: 15px;
	margin-bottom: 10px;
}
#content div.h-right p {
	float:left;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	color: #87465e;
	display: block;
	width: 524px;
	text-align: right;
	margin: 0;
}

					/*			 FOOTER			 */

#b-menu {
	display: block;
	width: 700px;
	float: left;
}
#b-menu li {
	display: inline;
	padding: 0px 6px;
	border-right: 1px solid #777777;
}
#b-menu li.last {
	border: none;
}
#footer #copy {
	float: right;
	display: block;
	width: 120px;
}
#copy a {
    display: block;
	float: right;
	width: 103px;
	height: 25px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/copy.gif) no-repeat 0 0;
	border: none;
	overflow: hidden;
}

/*-----------formularze-----------*/

#form{
  width:510px;
  float:right;
  margin:15px 0;
}

#form.left{float:left;margin-top:0;}

#form div {
  float:left;
  width:100%;
  margin-bottom:5px;
}

label{
  width:155px;
  float:left;
  text-align:right;
  padding-right:10px;
}

input{
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #CB0189;
  color:#777777;
  width:180px;
  height:17px;
  padding:2px;
  float:left;
  font-family:Verdana,Geneva,Kalimati,sans-serif;
  font-size:1em;
}

textarea{
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #CB0189;
  color:#777777;
  width:250px;
  padding:2px;
  float:left;
  height:220px
  overflow:auto;
  font-family:Verdana,Geneva,Kalimati,sans-serif;
  font-size:1em;
}

input.submit{
 float:right;
 width:58px;
 height:33px;
 background: transparent url(../../images/frontend/wyslij.gif) no-repeat 0 0;
 line-height:0;
 font-size:0;
 text-indent:-1000em;
 border:none;
 margin-right:90px;
}

input.submit:hover{
 background: transparent url(../../images/frontend/wyslij.gif) no-repeat 0 -33px;
}


#form p{margin-left:70px;}

#form ul {color:#87465E;margin-left:70px;}

#zapytanie{
  width:177px;
  height:33px;
  display:block;
  background: transparent url(../../images/frontend/zapytanie.gif) no-repeat 0 0;
  text-indent:-1000em;
  margin-top:10px;
  float:right;
}

#zapytanie:hover{
 background: transparent url(../../images/frontend/zapytanie.gif) no-repeat 0 -33px;
}

#zapytanie:focus { outline: none; }
