/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz
 */

/* ==============================================[ pozicni bloky ] */

html {
	background: #fff;
}

body {
	padding: 0 0 0 150px;
	min-width: 750px;
	background: repeat-y;
	text-align: center;
}

#page {
	position: relative;
	z-index: 1;
	margin: 0 auto 20px;
	padding: 195px 0 0;
	width: 750px;
	text-align: left;
}

#wrap {
	margin: 0 10px;
	padding: 5px 5px 5px 55px;
	width: 670px;
	border: 0 solid #ecf1f8;
	border-width: 1px 0;
	background: url(../img/wrap.png) repeat-y;
}

body.thin #wrap {
	width: 550px;
	background-image: url(../img/wrap-thin.png);
}

#head,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 10px;
	width: 730px;
	height: 190px;
}

#foot {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 80px;
}

#main {
	width: 670px;
	min-height: 500px;
}

body.thin #main {
	width: 550px;
}

/* ==============================================[ vlastni tridy ] */

.hidden {
	display: none;
}

* html .png {
	behavior: url(./css/iepngfix.htc);
}

/* ==============================================[ levy pruh ] */

#logo,
#title {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#logo {
	top: 10px;
	left: 75px;
	width: 330px;
	height: 120px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#title {
	top: 140px;
	left: 30px;
	width: 90px;
	height: 510px;
	background: no-repeat;
}

/* ==============================================[ hlavicka ] */

#head .header  {
	display: none;
}

#head .topmenu {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 50px;
	background: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}

#head .topmenu ul {
	margin: 0 0 0 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
}

#head .topmenu.submenu ul {
	height: 25px;
	line-height: 25px;
}

#head .topmenu ul li {
	float: left;
	padding: 0 0 0 16px;
	height: 50px;
	background: url(../img/head-topmenu.png) no-repeat 4px 50%;
}

#head .topmenu.submenu ul li {
	height: 25px;
}

#head .topmenu ul li.first {
	background: none;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #666;
	text-decoration: none;
}

* html #head .topmenu ul a {
	float: left;
}

#head .topmenu ul a.active {
	font-weight: bold;
	text-decoration: underline;
}

#head .topmenu ul a:hover {
	text-decoration: underline;
}

/* ==============================================[ paticka ] */

#foot {
	text-align: center;
}

#foot .header {
	display: none;
}

#foot .copyright {
	position: absolute;
	top: 0;
	left: 10px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
}

#foot .copyright p {
	margin: 0;
}

#foot .copyright a {
	text-decoration: none;
}

#foot .copyright a:hover {
	text-decoration: underline;
}

#foot .netwings {
	margin: 0 auto;
	width: 180px;
	height: 40px;
	background: no-repeat;
	overflow: hidden;
}

#foot .netwings p {
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

#foot .bg {
	position: absolute;
	top: -520px;
	left: 0;
	width: 470px;
	height: 520px;
	background: no-repeat;
}

/* ==============================================[ obsah ] */

#main .detail {
	margin: 1em 0;
	background: url(../img/main-detail.png) repeat-y 470px 0;
}

#main .detail .thumb {
	float: left;
	width: 460px;
}

#main .detail .thumb .img {
	margin: 0;
}

#main .detail .thumb .img img {
	margin: 0;
}

#main .detail .info {
	float: right;
	width: 190px;
}

#main .detail .info th {
	border-top: 1px solid #ecf1f8;
}

#main .products {
	display: none;
}

#main .jcarousel {
	position: relative;
	margin: 1em 0;
	font-size: 12px;
}

#main .jcarousel ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#main .jcarousel ul img {
	border: 1px solid #eee;
}

#main .jcarousel .slides .jcarousel-container-horizontal,
#main .jcarousel .slides .jcarousel-clip-horizontal,
#main .jcarousel .slides .jcarousel-item {
	overflow: hidden;
	margin: 0;
	width: 460px;
	height: 72px;
}

#main .jcarousel .slides .jcarousel-clip-horizontal {
	margin: 0 60px;
	width: 340px;
}

#main .jcarousel .slides .jcarousel-item {
	overflow: hidden;
	margin: 0 8px;
	width: 70px;
	height: 70px;
}

#main .jcarousel .slides .jcarousel-prev,
#main .jcarousel .slides .jcarousel-next {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 72px;
	background: no-repeat 0 50%;
	cursor: pointer;
}

#main .jcarousel .slides .jcarousel-next {
	left: auto;
	right: 0;
	background-position: 100% 50%
}

#main .jcarousel .slides .jcarousel-prev-disabled,
#main .jcarousel .slides .jcarousel-next-disabled {
	display: none !important;
}

/* ==============================================[ barevne varianty ] */

body.kluci {background-image: url(../img/body-kluci.png)}
body.kluci #title {background-image: url(../img/title-kluci.png)}
body.kluci #head .topmenu {background-image: url(../img/head-kluci.png)}
body.kluci #foot {background-color: #bbcee9}
body.kluci #foot .bg {background-image: url(../img/foot-kluci.png)}
body.kluci #foot .netwings {background-image: url(../img/foot-netwings-kluci.png)}
body.kluci #main .jcarousel .slides .jcarousel-prev,
body.kluci #main .jcarousel .slides .jcarousel-next {background-image: url(../img/main-galerie-kluci.png)}

body.holky {background-image: url(../img/body-holky.png)}
body.holky #title {background-image: url(../img/title-holky.png)}
body.holky #head .topmenu {background-image: url(../img/head-holky.png)}
body.holky #foot {background-color: #cd4682}
body.holky #foot .bg {background-image: url(../img/foot-holky.png)}
body.holky #foot .netwings {background-image: url(../img/foot-netwings-holky.png)}
body.holky #foot .copyright,
body.holky #foot .copyright a {color: #fff}
body.holky #main .jcarousel .slides .jcarousel-prev,
body.holky #main .jcarousel .slides .jcarousel-next {background-image: url(../img/main-galerie-holky.png)}

body.textil {background-image: url(../img/body-textil.png)}
body.textil #title {background-image: url(../img/title-textil.png)}
body.textil #head .topmenu {background-image: url(../img/head-textil.png)}
body.textil #foot {background-color: #c8e75c}
body.textil #foot .bg {background-image: url(../img/foot-textil.png)}
body.textil #foot .netwings {background-image: url(../img/foot-netwings-textil.png)}
body.textil #main .jcarousel .slides .jcarousel-prev,
body.textil #main .jcarousel .slides .jcarousel-next {background-image: url(../img/main-galerie-textil.png)}

body.kontakt {background-image: url(../img/body-kontakt.png)}
body.kontakt #title {background-image: url(../img/title-kontakt.png)}
body.kontakt #head .topmenu {background-image: url(../img/head-kontakt.png)}
body.kontakt #foot {background-color: #c64729}
body.kontakt #foot .bg {background-image: url(../img/foot-kontakt.png)}
body.kontakt #foot .netwings {background-image: url(../img/foot-netwings-kontakt.png)}
body.kontakt #foot .copyright,
body.kontakt #foot .copyright a {color: #fff}

body.obchody {background-image: url(../img/body-obchody.png)}
body.obchody #title {background-image: url(../img/title-obchody.png)}
body.obchody #head .topmenu {background-image: url(../img/head-obchody.png)}
body.obchody #foot {background-color: #c8a775}
body.obchody #foot .bg {background-image: url(../img/foot-obchody.png)}
body.obchody #foot .netwings {background-image: url(../img/foot-netwings-obchody.png)}

body.ofirme {background-image: url(../img/body-ofirme.png)}
body.ofirme #title {background-image: url(../img/title-ofirme.png)}
body.ofirme #head .topmenu {background-image: url(../img/head-ofirme.png)}
body.ofirme #foot {background-color: #b1b4c7}
body.ofirme #foot .bg {background-image: url(../img/foot-ofirme.png)}
body.ofirme #foot .netwings {background-image: url(../img/foot-netwings-ofirme.png)}

body.velkoobchod {background-image: url(../img/body-velkoobchod.png)}
body.velkoobchod #title {background-image: url(../img/title-velkoobchod.png)}
body.velkoobchod #head .topmenu {background-image: url(../img/head-velkoobchod.png)}
body.velkoobchod #foot {background-color: #cfd583}
body.velkoobchod #foot .bg {background-image: url(../img/foot-velkoobchod.png)}
body.velkoobchod #foot .netwings {background-image: url(../img/foot-netwings-velkoobchod.png)}

/* ==============================================[ homepage ] */

body.home {
	padding: 0 0 40px;
	background: url(../img/body-home.png) repeat-x 0 100%;
	font-size: 12px;
}

#home {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#home .header {
	display: none;
}

#home .logo {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 0;
	margin: 0;
	width: 450px;
	height: 150px;
	overflow: hidden;
}

#home .logo a {
	display: block;
	height: 100%;
}

#home .topmenu {
	position: relative;
	z-index: 0;
	margin: 0 0 40px;
	width: 100%;
	height: 680px;
}

#home .topmenu .bg {
	margin: 0 -150px;
	width: 1200px;
	height: 680px;
	background: url(../img/home-topmenu.png) no-repeat;
}

#home .topmenu .menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home .topmenu .menu li {
	position: absolute;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#home .topmenu .menu li.n01 {top: 190px; left: 150px;}
#home .topmenu .menu li.n02 {top: 490px; left: 600px;}
#home .topmenu .menu li.n03 {top: 340px; left: 0;}
#home .topmenu .menu li.n04 {top: 40px; left: 750px;}
#home .topmenu .menu li.n05 {top: 340px; left: 750px;}
#home .topmenu .menu li.n06 {top: 490px; left: 300px;}
#home .topmenu .menu li.n07 {top: 190px; left: 600px;}

#home .topmenu .menu a {
	display: block;
	height: 100%;
}

#home .topmenu .menu span {
	display: none;
}

#home .foot {
	position: relative;
	z-index: 0;
	height: 45px;
	line-height: 40px;
	white-space: nowrap;
}

#home .foot .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../img/foot-home.png) no-repeat;
}

#home .foot .copyright {
	position: absolute;
	top: 5px;
	left: 150px;
	height: 40px;
	color: #527ab9;
}

#home .foot .copyright p {
	margin: 0;
}

#home .foot .copyright a {
	color: #527ab9;
	text-decoration: none;
}

#home .foot .copyright a:hover {
	text-decoration: underline;
}

#home .foot .netwings {
	position: absolute;
	top: 5px;
	right: 150px;
	width: 180px;
	height: 40px;
}

#home .foot .netwings p {
	margin: 0;
	height: 100%;
}

#home .foot .netwings a {
	display: block;
	width: 180px;
	height: 100%;
	background: url(../img/foot-netwings-home.png) no-repeat;
}

#home .foot .netwings span {
	display: none;
}
