@font-face {
	font-family: CenturyGothic;
	src: url("http://www.unikorn.pl/gothic.otf") format("opentype");
}


html body {
    background: #1b1a1c url(http://www.unikorn.pl/images/bg.jpg) no-repeat center top;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    border: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;

}

img, table {
	border: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #C60;
}

a:hover {
	text-decoration: underline; 
}

h1 {
	font-family: CenturyGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 5px;
    margin-bottom: 20px;
	color: #444;
	font-size: 22px;
	letter-spacing: 4px;
	display: block;
	font-weight: normal;
}

h2 {
	font-family: CenturyGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 10px;
	color: #555;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 4px;
	display: block;
}

h4 {
	font-family: CenturyGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 10;
	font-size: 14px;
	color: #888;
	letter-spacing: 1.5px;
	display: block;
}

ul {
    list-style-image: url(http://www.unikorn.pl/images/li.gif);
	line-height: 25px;
}

ul ul li {
    list-style-image: url(http://www.unikorn.pl/images/li.gif);
}

ul ul ul li {
    list-style-image: url(http://www.unikorn.pl/images/li.gif);
}

/* forms ---------------------------------- */

input {
	padding: 4px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 13px;
	background-image: url(http://www.unikorn.pl/images/ff_tlo.gif);
}

input:focus {
	border: 1px solid #C60;
	color: #C60;
}

input:hover {
	border: 1px solid #C60;
}

input.checkbox {
	margin: 0px;
	padding: 0;
	border: 0;
	background-image: none;
}

input.radio {;
	margin: 0px;
	padding: 0;
	border: 0;
	background-image: none;
}

textarea {
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 13px;
	background-image: url(http://www.unikorn.pl/images/ff_tlo.gif);
}

textarea:focus {
	border: 1px solid #C60;
	color: #C60;
}

textarea:hover {
	padding: 4px;
	border: 1px solid #C60;
	color: #C60;
}

select {
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 13px;
	background-image: url(http://www.unikorn.pl/images/ff_tlo.gif);
}

select:focus {
	padding: 4px;
	border: 1px solid #C60;
	color: #C60;
}

select:hover {
	padding: 4px;
	border: 1px solid #C60;
	color: #C60;
}

.button {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #aaa;
	background-image: url(http://www.unikorn.pl/images/fb_tlo.gif);
}

.button:hover {
	border: 1px solid #c60;
	color: #C60;
}

textarea:focus {
	border: 1px solid #c60;
	color: #C60;
}

.sym_button {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #aaa;
	background-image: url(http://www.unikorn.pl/images/fb_tlo.gif);
}

a.sym_button {
	text-decoration: none;
	color: #666;
}

a.sym_button:hover {
	border: 1px solid #c60;
	color: #C60;
}

/* interfejs ---------------------------------- */

.clearbox {
    clear: both;
	font-size: 4px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#sitebox {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#logobox {
	width: 877px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#menubox {
	width: 877px;
	text-align:center;
	height: 38px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	background: url("http://www.unikorn.pl/images/menug_tlo.gif");
	font-family: CenturyGothic, 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}

#menubox a {
	color: #fff;
	font-size:12px;
	display: block;
	width: auto;
}

#menubox a:hover {
	text-decoration: none;
}

.menug_a {
    width: 173px;
	height: 38px;
    float: left;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background: url("http://www.unikorn.pl/images/menug_tlo_a.gif");
}

.menug_n {
    width: 173px;
	height: 38px;
    float: left;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

.menug_n:hover {
	background-image: url("http://www.unikorn.pl/images/menug_tlo_h.gif");
	text-decoration: none;
}

.menug_a:hover {
	background-image: url("http://www.unikorn.pl/images/menug_tlo_h.gif");
	text-decoration: none;
}

.menug_spacer {
    width: 2px;
	height: 38px;
	background-image: url("http://www.unikorn.pl/images/menug_spacer.gif");
	float: left;
}

.menug_pocz {
    width: 1px;
	height: 38px;
	float: left;
}

.menug_clear {
	width: 1px;
    clear: both;
}

#spotbox {
	width: 877px;
	height: 348px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#trescbox {
	width: 877px;
	display: block;
	background: url("http://www.unikorn.pl/images/tresc_tlo.gif") repeat-x #f9f9f9;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.home_img_prev {
	width: 210px;
	height: 210px;
	float: left;
	padding: 12px;
	line-height: 18px;
	letter-spacing: 0.8px;
}

.home_txt_prev {
	width: 180px;
	float: left;
	padding: 12px;
	line-height: 18px;
	letter-spacing: 0.8px;
	color: #888;
}

.hp_head_s {
	font-size: 18px;
	color: #F60;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: CenturyGothic, 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.hp_head {
	font-size: 14px;
	color: #222;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: CenturyGothic, 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.hp_tresc {
	font-size: 11px;
	color: #777;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.hp_linki {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.hp_link {
	font-size: 10px;
	color: #ff8307;
}

.hp_img {
    vertical-align: middle;
}

.wprow_tekst {
	font-size: 12.6px;
	color: #666;
	letter-spacing: 0.9px;
	text-align:justify;
}

.redstar {
	font-size: 11px;
	color: #f00;
}

#tresctxtbox {
    padding: 20px; 
	float: left; 
	display: block; 
	width: 610px;
	margin-right: 3px;
}

#headimgbox {
    padding: 0px; 
	display: block; 
	width: 610px;
}

#vertmenu {
	width: 224px; 
	display: block; 
	float: left;
	background-image:url(http://www.unikorn.pl/images/mb_tlo.gif);
	font-family: CenturyGothic, 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.7px;
}

#vertmenu ul li a {
	display: block;
    height: 34px;
	background-image:url(http://www.unikorn.pl/images/mb_na.gif);
	padding-left: 40px;
	text-decoration: none;
	line-height: 34px;
	color: #C60;
	width: auto;
}

#vertmenu ul li b {
	display: block;
	background-image:url(http://www.unikorn.pl/images/mb_ak.gif);
    height: 34px;
	padding-left: 34px;
	text-decoration: none;
	line-height: 34px;
	width: auto;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #C60;
	padding-left: 40px;
	background-image:url(http://www.unikorn.pl/images/mb_ho.gif);	
}

#mb_gora {
	width: 224px; 
	height: 55px;
	display: block;
	background-image:url(http://www.unikorn.pl/images/mb_gora.gif);
}

#mb_dol {
	width: 224px; 
	height: 91px;
	display: block;
	background-image:url(http://www.unikorn.pl/images/mb_dol.gif);
}

/* ============= bullet points ============= */

#feature_bulletpoints ul {
	margin-top: 10px;
	width: 250px;
	font-size: 11.5px;
	line-height: 18px;
	color: #666;
	list-style: none;
}

#feature_bulletpoints ul.left {
	padding-left: 40px;
	float: left;
}

#feature_bulletpoints ul.right {
	padding-left: 70px;
	float: right;
}

#feature_bulletpoints li {
	position: relative;
	padding-bottom: 22px;
	line-height: 17px;
}

#feature_bulletpoints img {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -5px;
	left: -40px;
}

#feature_bulletpoints strong {
	font-weight: normal;
	font-size: 14.5px;
	line-height: 20px;
	display: block;
	color: #222;
	padding-bottom: 5px;
}

#feature_bulletpoints .note {
	color: #999;
	font-size: 10px;
}

/* ============= bullet points ============= */

.tab_pyt {
	padding-bottom: 30px;

}

.tab_pyt td {
    border-bottom: solid 1px #ddd;
	padding: 10px;
}

#screenshotbox {
	width: 100%;
	display: block;
	background-color: #fff;
	border: solid 1px #d9d9d9;
	padding-top: 20px;
	margin-bottom: 0px;
	font-size: 9.5px;
	color: #999;
	text-align:center;
}

#screenshotboxcien {
	width: 642;
	height: 12px;
	display: block;
	background-image: url(http://www.unikorn.pl/images/gal_cien.gif);
}

/* -------- galeria screenshotow --------- */

#gallery {
	width: 100%;
}

#gallery ul { 
	padding: 0px;
	border: 0px;
	margin: 0px;
    list-style: none; 
}

#gallery ul li { display: inline; }

#gallery ul img {
	border: 0px;
	padding: 0px;
}

#gallery ul a:hover img {
	border: 0px;
	background-color: #eee;
}

#gallery ul a:hover { 
    color: #fff;
	background-color: #eee;
}


#menudbox {
	width: 877px;
	display: block;
	background: url("http://www.unikorn.pl/images/menud_tlo.gif") repeat-x #5a5a5a;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.menuddiv {
	width: 190px;
	float: left;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

.menud_d {
    padding-left: 35px; 
	font-size: 13px;
}

a.menud_d {
	color: #fff;
}

.menud_m {
    padding-left: 35px; 
	font-size: 10px;
}

a.menud_m {
	color: #ccc;
}

a.menud_m:hover { 
	color: #fff;
}

.menuddivclear {
	width: 1px;
    clear: both;
}

#buttond {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#buttond ul { 
	padding: 0px;
	border: 0px;
	margin: 0px;
    list-style: none; 
}

#buttond ul li { 
    display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

#buttond ul a:hover img {
    background-color: #f1f1f1;
}

/* ---------------- loginy --------------------- */

.konto_nagl {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #C60;
}

.login_ikona {
	float: left;
	display: block;
	padding-right: 20px;
	height: 200px;
	margin-top: 15px;
}

#login_ikona2 {
	float: left;
	display: block;
	padding-right: 30px;
	height: 170px;
	margin-top: 15px;
}

#login_ikona3 {
	float: left;
	display: block;
	padding-right: 30px;
	height: 455px;
}

#login_konto {
	width: 400px;
	height: 200px;
	background-image:url(http://www.unikorn.pl/images/login_tlo.gif);
	float: left;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: 90px;
}

#login_poczta {
	width: 400px;
	height: 200px;
	background-image:url(http://www.unikorn.pl/images/login_tlo.gif);
	float: left;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: 90px;
}

#login_przypomnij {
	width: 580px;
	height: 170px;
	background-image:url(http://www.unikorn.pl/images/login2_tlo.gif);
	float: left;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: 10px;
}

/* ---------- loginy ----------*/

#orangeline {
	width: 877px;
	height: 8px;
	display: block;
	background-color: #f06800;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#stopka {
	width: 877px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#stopkalewa {
	width: 438px;
	height: 32px;
	float: left;
	color: #575757;
	font-size: 9px;
	line-height: 40px;
	display:block;
	overflow: hidden;

}

#stopkaprawa {
	width: 438px;
	height: 32px;
	text-align: right;
	display:block;
	overflow: hidden;
}

#stopkaspace {
	width: 877px;
	display: block;
	height: 50px;
}

#kontakt1 {
	display: block;
	width: 200px;
	float: left;
}

#kontakt2 {
	width: 350px;
	margin-left: 20px;
	display: block;
	width: auto;
	float: left;
}

.kontakt_blok {
    display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kontakt_img {
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align:middle;
	border-right: dotted 1px #ccc;
}

.kontakt_txt {
	padding-left: 6px;
	font-size: 11px;
}

.mailform_ramka {
	border: solid 1px #ccc; 
	padding: 20px; 
	width: 330px; 
	background-color: #fff;
}

.prioform_ramka {
	border: solid 1px #ccc; 
	padding: 20px; 
	width: 570px; 
	background-color: #fff;
}

/* ------ portfolio ------ */

.portfolio_foto {
    display: block;
	float: left;
}

.portfolio_tresc {
    display: block;
	float: right;
	font-size: 11px;
	width: 200px;
}

.portfolio_odstep {
	clear: both;
	display:block;
	height: 20px;
}

.portf_h {
	font-size: 12px;
	color: #999;
	letter-spacing: 1.9px;
}

/* ----- newsy ------ */

.tab_newsy {
	padding-bottom: 30px;

}

.tab_newsy td {
    border-bottom: solid 1px #ddd;
	padding: 10px;
}