@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

html, body {
	margin:0;
	padding:0;
	color:#250618;
	font-family: 'Open Sans', sans-serif;
}
a {
	color:#250618;	
}
a:hover {
	color:#da1c92;
}
div#topBar {
	background-image:url(../img/bar.png);
	background-position:top;
	background-repeat:no-repeat;		
	height:4px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:20;
}
header {
	height:100px;
	width:100%;
	background-color:#efefef;
	border-bottom:1px #d3d3d3 solid;
	position:fixed;
	top:0;
	left:0;
	z-index:12;
}

header #logo {
	background-image:url(../img/logo.png);
	width:135px;
	height:56px;
	overflow:hidden;
	text-indent:140px;
	display:block;
	position:absolute;
	top:23.5px;
	left:50%;
	margin-left:-550px;
}
header #promocja {
	padding:10px;
	width:500px;
	margin-left:-300px;
	left:50%;
	position:absolute;
	font-size:18px;
	text-align:center;
	border:1px #d3d3d3 solid;
	top:28px;
	text-decoration:none;
	color:#000000;
	height:28px;
	overflow:hidden;
	box-sizing:content-box;
}
header #promocja a {
	display:block;
	width:500px;
	height:48px;
	line-height:48px;
	text-decoration:none;
	position:absolute;
	left:500px;
	top:0;
}
 
header #promocja a span, header #promocja:hover {
	color:#da1c92;
}
header #menu {
	width:120px;
	position:absolute;
	left:50%;
	margin-left:430px;
	text-align:right;
	font-size:14px;
	line-height:20px;
	top:75px;
	height:26px;
	cursor:pointer;
	z-index:2;
}
header #menu:hover b {
	color:#da1c92;
}
header #menu:hover b span {
	background-position:bottom;	
}
header #menu b span {
	width:16px;
	height:16px;
	display:inline-block;
	background-image:url(../img/icons/info.png);
	background-position:top;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-2px;
}
header #menu:hover #menuContent {
	display:block;
}
header #menu #menuContent:hover {
	display:block;
}
header #menu #menuContent {
	background-color:#efefef;
	border:1px #d3d3d3 solid;
	border-top:none;
	position:absolute;
	width:150px;
	top:25px;
	z-index:2;
	display:none;
	left:-20px;
}
header #menu #menuContent a {
	text-decoration:none;
	display:block;
	line-height:12px;
	font-size:12px;
	padding:7px 10px;
	text-align:left;
}
header #menu #menuContent a:hover {
	background-color:#d3d3d3;
	color:#000;
}
#clientBoxLink {
	box-sizing:content-box;
	position:fixed;
	left:50%;
	margin-left:350px;
	background-color:#da1c92;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	width:180px;
	padding:5px 10px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	z-index:101;
	top:0;
	border-radius:0 0 5px 5px;
	border:1px #666 solid;
	border-top:0;
}
#clientBoxLink img {
	vertical-align:middle;
	margin-right:5px;
}
#loggedUs {
	position:fixed;
	left:50%;
	margin-left:350px;
	color:#999;
	text-decoration:none;
	font-size:11px;
	width:180px;
	padding:5px 10px;
	text-align:center;
	line-height:15px;
	z-index:99;
	display:none;
	top:30px;
	z-index:17;
}
header #loginLink img {
	vertical-align:middle;
	margin-right:10px;
}
#content {
	min-height:750px;
	width:1100px;
	position:relative;
  overflow: hidden;
	margin:auto;
	margin-top:100px;
	margin-bottom:50px;
}
#page {
	height:0px;
	top:1px;
	position:absolute;
	width:1100px;
	border:1px #d3d3d3 solid;
	border-top:none;
	left:50%;
	margin-left:-550px;
	z-index:11;
	background-color:#FFF;
	display:none;
}
#page #closePage {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	background-color:#da1c92;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	position:absolute;
	text-decoration:none;
}
#page #pageContent {
	display:block;
	width:1000px;
	position:absolute;
	top:50px;
	left:50px;
	height:400px;
	overflow:auto;
	font-size:12px;
}
footer {
	width:100%;
	background-color:#efefef;
	border-top:1px #d3d3d3 solid;
	background-image:url(../img/bar.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:fixed;
	bottom:0;
	height:50px;
	z-index:12;
}
footer #contact {
	width:1100px;
	margin:10px auto;
	overflow:auto;
	text-align:center;
}
footer #contact span {
	display:inline-block;
	width:180px;
	font-size:12px;
	line-height:12px;
	margin:0;
	text-indent:35px;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:25px;
}
footer #contact span.phone {
	background-image:url(../img/icons/phone.png);
}
footer #contact span.email {
	background-image:url(../img/icons/email.png);
}
footer #contact span.skype {
	background-image:url(../img/icons/skype.png);
}
footer #contact span a {
	color:#250618;
}
footer #links {
	width:1100px;
	margin:30px auto;
	overflow:auto;
	font-size:12px;
	line-height:24px;
}
footer #links div {
	float:left;
	width:275px;
}
footer #links div a {
	display:block;
	color:#250618;
	text-decoration:none;
}
footer #madeBy {
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:380px;
	color:#333;
	text-decoration:none;
	font-size:10px;
	line-height:32px;
	height:32px;
	width:150px;
	text-align:center;
	line-height:15px;
}
footer #madeBy:hover {
	text-decoration:underline;
}


#loader {
	position:fixed;
	top:50%;
	left:50%;
	width:300px;
	height:50px;
	background-color:#250618;
	color:#fff;
	text-align:center;
	line-height:50px;
	margin-left:-150px;
	margin-top:-25px;
	display:none;
	z-index:10000;
}
#loader img {
	margin-right:10px;
	vertical-align:middle;
}

#content #products {
	width:720px;
	overflow:visible;
	height:750px;
}
#content #products .mainProduct {
	width:120px;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
	font-size:13px;
	line-height:20px;
	color:#666;
	position:relative;
	cursor:pointer;
}
#content #products .mainProduct span.specialText {
	position: absolute;
	top:10px;
	right:10px;
	background-color: #da1c92;
	font-size: 11px;
	line-height: 18px;
	opacity: 1 !important;
	color:#fff;
	width:auto;
	height: auto;
	padding: 0 5px;
	z-index: 1;
	border-radius: 5px;
}

#content #products span {
	width:120px;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
	font-size:13px;
	line-height:20px;
	color:#666;
	opacity:0.6;
	position:relative;
}
/*
#content #products .mainProduct.hasChildren {
	cursor:default;
}
#content #products:not(.choosen) .mainProduct:hover .submenu{
	display:block;
}
*/
#content #products .mainProduct img {
	border:1px #fff solid;
	opacity:0.6;
	display:block;
	margin:auto;
}
#content #products span img {
	border:1px #fff solid;
	opacity:0.4;
	display:block;
	margin:auto;
}
#content #products.choosen .mainProduct .submenu {
	display:block;
	position:static;
	border:none;
	width:auto;
	background:none;
}
#content #products.choosen .mainProduct .specialText {
	display: none;
}
#content #products.choosen .mainProduct .submenu a {
	font-size:10px;
	color:#666;
	text-align:right;
	padding:0;
	padding-right:10px;
}
#content #products .mainProduct .submenu {
	width:150px;
	position:absolute;
	background-color:#fff;
	border:1px #eaeaea solid;
	top:52px;
	left:52px;
	z-index:12;
	display:none;
}
#content #products .mainProduct .submenu a {
	display:block;
	padding:2px 10px;
	font-size:11px;
	text-decoration:none;
	text-align:left;
}
#content #products .mainProduct .submenu a:hover {
	background-color:#eaeaea;
	color:#333;
}
#content #products .product:hover {
	background-color:#efefef;
	color:#250618;
}
#content #products .product:hover img {
	border:1px #d3d3d3 solid;
	opacity:1;
}

#content #products.choosen {
	width:150px;
	border-right:1px #d3d3d3 solid;
}
#content #products.choosen .product {
	padding:0 10px;
	display:block;
	float:none;
	line-height:24px;
	font-size:12px;
	text-align:right;
	width:auto;
}
#content #products.choosen span.product {
	padding:0 10px;
	display:none;
	float:none;
	line-height:24px;
	font-size:12px;
	text-align:right;
	width:auto;
}
#content #products.choosen .product.selected {
	font-weight:bold;
	background-color:#efefef;
	color:#250618;
}
#content #products.choosen .product img, #content #products.choosen span img {
	display:none;
}
#content #curtain {
	width:360px;
	height:750px;
	border-left:1px #d3d3d3 solid;
	position:absolute;
	right:0;
	top:0;
	background-color:#FFF;
	z-index:8;
}
#content #curtain #infografika {
	width:350px;
	height:720px;
	position:absolute;
	right:0px;
	top:20px;
}
#content #curtain #infografika img {
	position:absolute;
	top:0;
	left:0;
}
#content #curtain .arrow {
	font-size:30px;
	line-height:48px;
	font-weight:bold;
	text-align:center;
}
#bgBlack {
	background-color:#000;
	opacity:0.5;
	z-index:100;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
}

.myQtip .qtip-content {
	background-color:#eaeaea;
	color:#250618;
}
.myQtip {
	border-color:#CCC !important;
}
.clear {
	clear:both;
}

