@charset "utf-8";

@import url('jquery.fancybox-1.3.4.css');
@import url('jquery.jcarousel.css');
@import url('galleriffic.css');
@import url('galleriffic.black.css');
@import url('galleriffic.basic.css');

/* CSS Document */

/*
 | ------------------------------------------
 | Author  : Marek Stankiewicz
 | Contact : marek@aliusmedia.pl
 | ------------------------------------------
 | Document    :  css.css
 | Created on  :  2012-05-30
 | Description :  Jacekfiodorow style sheet
 | Copyrights  :  Aliusmedia.pl
 | ------------------------------------------
 */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background:#000;
	color:#FFF;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }

h1, h2, h3 {
	margin:0;
	padding:0;
}

p { 
	margin:0;
	line-height:140%;
}

a img { border:none; }

#main {
	width:900px;
	margin:auto;
}

#logo img {
	float:left;
	margin-top:15px;
}

#top-menu {
	height:52px;
	padding-top:23px;
	float:right;
	width:710px;
	position:relative;
}

#top-menu a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
	cursor:pointer;
}

#top-menu a:hover,
#top-menu a.selected {
	color:#999;
}

#top-submenu {
	border:1px solid #383838;
	padding:5px 0;
	display:inline-block;
	float:left;
	display:none;
	position:absolute;
	top:60px;
	right:0px;
	width:900px;
}

.clear {
	width:100%;
	clear:both;
}

.force-display { display:block !important; }

#content {
	border-top:1px solid #383838;
	padding-top:15px;
}



#foot {
	margin:15px 0;
	padding:10px 0;
	border-top:1px solid #383838;
}

#copyrights {
	color:#383838;
	float:left;
}

#designed-by { float:right; }

#designed-by a {
	text-decoration:none;
	color:#383838;
}

/* KONTAKT */

#column2x1 {
	width:270px;
	float:left;
}

#column2x1 a {
	color:#FFF;
	text-decoration:none;
}

#column2x2 {
	width:585px;
	margin-left:314px;
}

#column2x2 td { padding:5px; }

#column2x2 input[type="text"],
#column2x2 textarea {
	border:none;
	border:1px solid #383838;
	width:170px;
}

#column2x2 textarea {
	width:300px;
	height:138px;
}

#column2x2 input[type="submit"] {
	border:none;
	border:1px solid #383838;
	background:#999;
	color:#222;
	float:right;
	padding:5px;
}

/* PORTFOLIO */

.gallery-thumb {
	margin:5px;
	border:3px solid #FFF;
}

/* PARTNERZY */

.partners {
	width:900px;
}

.partners td {
	border-bottom:1px dotted #383838;
	padding:10px 5px;
	width:290px;
	height:90px;
	vertical-align:middle;
}

.partners td img {
	max-height:85px;
}

/* STREFA KLIENTA */

.gallery-access input[type="password"] {
	border:none;
	border:1px solid #383838;
	width:170px;
	padding:5px;
}

.gallery-access input[type="submit"] {
	border:none;
	border:1px solid #383838;
	background:#999;
	color:#222;
	padding:5px;
}

.gallery-thumb {
	float:left;
	margin:6px;
	border:1px solid #FFF;
}


/* Cookie warning */

.warning {
	background-color:#222;
	border-top:1px solid #FFF;
	padding:15px 0;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	color:#FFF;
}

.warning p {
	font:normal 12px Arial,Tahoma,Helvetica,sans-serif;
	text-align:center;
	line-height:18px;
}

.warning-close {
	float:right;
	margin-right:10px;
	cursor:pointer;
	background:none;
	border:none;
	background:url(../images/x_ico.gif) no-repeat center;
	width:16px;
	height:16px;
}