@charset "utf-8";
@import url("reset.css");


body {
	background:#FCFCF2 url(../images/topbar.jpg) repeat-x;
	color:#20282d;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*overflow:hidden;*/
	padding: 0px;
	}

#header-wrap {
		background:#ced7bf url(../images/header.png) repeat-x;
		z-index: 100;
		top:0px;
		height:73px;
		padding-bottom:4px;
	}
	
#footer-wrap {
		background: url(../images/footerF.png) no-repeat center bottom;
		z-index: 100;
		min-height:252px;
		margin-top: -3px;
		
	}

#footer {
	
	background: url(../images/footer_repeat.png) repeat-x;
	
}

.header {
height:60px;

}

.container {
	clear:both;
	width:940px;
	margin:0 auto;
	z-index: 100;
	overflow:hidden;
	min-height: 260px;
	}

.flash {
	width:1015px;
	margin:0 auto;
	z-index: 0;
	}
#flash {
	width:1015px;
	margin:0 auto;
	z-index: 0;
	}


.content-popup{
	margin:10px 30px 10px 30px;
	}	
	
#logo {
	display:inline;
	float:left;
	width:200px;
	margin-top: 10px;
}

/* NAV */
.nav{  padding-top:16px;  overflow:hidden; clear:both;}
        
	.nav a{
		display:block;
		text-indent:-9999px;
		width:90px;
		height:46px;
		margin-right:7px;
		float:right;
		background-image:url(../images/menu.png);
		background-repeat:no-repeat;
		cursor:pointer;
	}
        
	#katalog{background-position:0 0;}
	#katalog:hover,#katalog.hover{background-position:0 -48px;}
        
	#onas{background-position:-90px 0;}
	#onas:hover,#onas.hover{background-position:-90px -48px;}
        
	#kontakty{background-position:-180px 0;}
	#kontakty:hover,#kontakty.hover{background-position:-180px -48px;}
        
	

.player {
	margin-top: -16px;
	
}


.required, .required number {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:1px 6px 0px 6px;
	margin:2px 2px 2px 2px;
	height:20px;
	width:140px;
	border:solid 0 #fff;
	background: url(../images/textfield_bg.gif) no-repeat;
}

label.error { 
	position:relative;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	float: none; 
	color: red; 
	padding-left: .5em; 
	
}


.odeslat_btn {
	background: url(../images/btn_odeslat.png) no-repeat; /* ie6png:crop */
	text-indent: 999px;
	border:none;
	height: 25px;
	width: 86px;
	overflow: visible;
	cursor: pointer; cursor: hand;
}

#text{
	
	font-size: 12px;
	font-weight:normal;
	color: #484848;
	text-align: left;
	line-height:15px;
	padding: 10px 20px 10px 20px;
	width: auto;
	}
	
.left {height: 100px; width:330px; margin:5px; padding:12px 10px 5px 10px; float:left; }
.center {height: 100px; width:300px; margin:5px; padding:12px 10px 5px 10px; float:left; color: #484848;}
.right { height: 100px; width:180px; margin:5px; padding:12px 10px 5px 10px; float:left;}	


a:link,
a:visited { color: #333333; text-decoration:none; }
a:hover { color: #3398d8; text-decoration:none;}

h1 {
	font-weight:normal;
	line-height:18px;
	font-size:15px;
	margin-top:15px;
	margin-left:20px;
	color:#00cde5;
	}
	
h2 {
	font-weight:bold;
	line-height:8px;
	font-size:14px;
	margin-top:8px;
	margin-bottom:12px;
	margin-left:0px;
	color:#333333;
	text-decoration:none;
	}
h2:hover {color:#00cde5;	text-decoration:none;}


/* tooltip.......................................................................................................................................... */


/* trigger button */
#download_now {
	background:url(../images/thumb_zasedacky.png) no-repeat scroll 0 0;
	display:block;
	height: 75px;
	width:350px;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}


/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}


/* ................................................................................................................................................. */

#absolute {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}