/*  Kosmetika BDR, microsite Portrait by Michal Zapomel
    Martin Svetlik (c) 2009   */

* { margin: 0; padding: 0; }
body {
  background: #050509 url('./layout/bg.jpg') top left repeat-x;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: small;
  line-height: 23px;
  color: #fff;
}

/* ------------------------------ Zakladni vlastnosti ---------------------------------*/

a, a:visited { color: #fff; text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }

a img { border: none; }

* a { outline: none; }

.hidden { display: none; }
.center { text-align: center; }
.right { text-align: right; }

.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0; 
  padding: 0;
  border: none;
  visibility: hidden;
}

.replacement {
  position: relative;
  overflow: hidden;
}
.replacement span {
  display: block;
  position: absolute; 
  left: 0; 
  top: 0; 
  z-index: 1;
}

/* Obal */
#page {
  min-width: 960px;
  max-width: 1280px;
  height: 1050px;
  background: url('./layout/body.jpg') top left no-repeat;
}

#top { width: 657px; height: 111px; padding: 35px 0 54px 50px;}

/* ------- Logo -------*/

#logo {
  width: 180px;
  height: 111px;
  line-height: 111px;
  float: right;
  position: relative;
  overflow: hidden;  
  font-size: 120%;
}

#logo span {
  width: 180px;
  height: 111px;
  background: url('./layout/logo.jpg') top left no-repeat;
  display: block;
  position: absolute; 
  left: 0; 
  top: 0; 
  z-index: 1;
  cursor: pointer;
}

/* ------- Titulek -------*/

h1 {
  width: 477px;
  height: 111px;
  float: left;
  font-size: 250%;
  font-style: italic;
  line-height: 35px;
}

h1 span {
  width: 477px;
  height: 111px;
  background: url('./text/title.jpg') top left no-repeat;
}

/* ------- Hlavni text -------*/

p.text {
  width: 561px;
  height: 100px;
  line-height: 30px;
  left: 75px;
  color: #f21e8c;
  font-size: 160%;
	margin-bottom: 50px;
}

p.text span {
  width: 561px;
  height: 100px;
  background: url('./text/text.jpg') top left no-repeat;
}

/* ------- Rozcestnik -------*/

h2 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}

div#feature_list {
	width: 667px;
	height: 480px;
	left: 50px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #fff;
	text-decoration: none;	
	display: block;
	padding: 10px 10px 10px 25px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  transparent url('../js/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 400px;
	height: 480px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 400px;
	height: 480px;
}

ul#output li a span {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background-color: #54163f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#output li a:hover span {
	background-color: #9c2c75;
}


/* ------- Paticka -------*/

#footer { width: 680px; height: 115px; margin-left: 50px; margin-top: 30px; background: transparent url('./layout/footer.jpg') top left no-repeat; padding: 20px 0 0 20px; }
#footer p { font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; font-size: 85%; }
#footer p a { color: #f21e8c; }