/*************************************
	- CSS Style -
	CSS URI: http://www.pyrokv.cz/default.css
	Version: 1.0
	Description: CSS
	Author: Alex
	Author URI: http://www.apollo1.cz/
*************************************/

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.9em;
	background: #1b2b3b;
	color: #fff;
	/*letter-spacing: 0.01em;
	font-weight: bold;*/
}


/*************************************
 +Links
*************************************/

a {
	text-decoration: none;
	color: #fff;
	/*font-weight: bold;*/
	background: url('images/a.gif') bottom left repeat-x;
	padding-bottom: 2px;
}

a:hover {
	background: url('images/a-hover.gif') bottom left repeat-x;
}

#footer a {
	text-decoration: none;
	color: #2e4d6b;
	padding-bottom: 2px;
	background: url('images/a-footer.gif') bottom left repeat-x;
}

#footer a:hover {
	color: #ccc;
	background: url('images/a-footer-hover.gif') bottom left repeat-x;
}

/*************************************
 +Containers
*************************************/

#wrap-header, #wrap-entry, #wrap-footer {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	width: 100%;
}

#wrap-header {
	background: #2e4d6b
}

#wrap-entry {
	background: #3c7ab5 url('images/bg-content.gif') top center repeat-x;
	padding: 0;
	float: left;
}


#header, #entry {
	width: 640px;
	margin: 0 auto;
}

#header {
	padding: 20px 20px 0 20px;
}

#entry {
	width: 490px;
	padding: 0 150px 40px 10px;
}

#navigation {
	margin: 0;
	float: right;
	position: relative;
	z-index: 100;
	width: 180px;
}


#wrap-footer {
	margin: 0 auto;
	background: #1b2b3b;
}

#footer {
	width: 640px;
	margin: 0 auto;
	padding: 15px;
	color: #2e4d6b;
}

/*************************************
 +Hn
*************************************/

h1, h2, h3 {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

h1 a, h1 a:hover {
	width: 600px;
	height: 160px;
	background: #2e4d6b url('images/pyro-kv-logo.gif') top left no-repeat;
	display: block;
}


h1 a span {
	display: none;
}


h2 {
	display: none;
}

h3 {
	display: block;
}

h4 {
	margin: 35px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	background: url('images/p-entry.gif') left 5px no-repeat;
	padding: 0 0 0 30px;
	
}


/*************************************
 +News
*************************************/

.news {}

	.news h3 {
		display: block;
		text-transform: uppercase;
		color: #ffd200;
		letter-spacing: .1em;
		font-size: 1.4em;
	}
	
	.news p {
		margin: .6em 0;
	}
	
	.news h4 {
		background: none;
		margin: .5em 0;
		padding: 0;
		letter-spacing: .15em;
	}

/*************************************
 +Navigation
*************************************/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 15px 0 10px 0;
}

li span {
	display: none;
}

li.nabidka a {
	background: url('images/m-nabidka.gif') top center no-repeat;
	width: 170px;
	height: 21px;
	display: block;
}

li.cenik a {
	background: url('images/m-cenik.gif') top center no-repeat;
	width: 170px;
	height: 21px;
	display: block;
}

li.reference a {
	background: url('images/m-reference.gif') top center no-repeat;
	width: 170px;
	height: 21px;
	display: block;
}

li.kontakt a {
	background: url('images/m-kontakt.gif') top center no-repeat;
	width: 170px;
	height: 21px;
	display: block;
}

li.foto-video a {
	background: url('images/m-foto-video.gif') top center no-repeat;
	width: 170px;
	height: 21px;
	display: block;
}

/*************************************
 +Entry
*************************************/

p {
	margin: 0;
}

p.reference {
	margin-top: -15px;
	margin-left: 30px;
}

.star {
	background: url('images/p-entry.gif') left 5px no-repeat;
	padding: 0 0 0 30px;
	margin: 13px 0;
}

.camera {
	/*display: block;*/
	float: left;
	background: url('images/icon-camera.gif') left top no-repeat;
	width: 20px;
	height: 20px;
	padding-right: 5px;
}

/*************************************
 +Footer
*************************************/

#footer p {
	margin: 0;
	padding: 0;
}

#people {
	position: relative;
	left: 200px;
	top: -76px;
	height: 67px;
	width: 114px;
	float: right;
	background: url('images/bg-footer.gif') top right no-repeat;
	z-index: 0;
}

#copyright {
	float: right;
}

/*************************************
 +table
*************************************/

table {
	width: 100%;
	/*border: 1px solid #1b2b3b;*/
	font-size: .9em;
	border: 1px solid #2e4d6b;
}

thead td {
	background: #1b2b3b;
	padding: 3px 5px 3px 5px;
}

thead td.head {
	background: #1b2b3b;
}

thead td.col {
	background: #2e4d6b;
	font-weight: normal;
	text-align: left;
	width: 49%;
}

td {
	/*border: 1px solid;*/
	padding: 1px 2px 1px 5px;
	background: #3c7ab5;
	border-left: 1px solid #2e4d6b;
	border-bottom: 1px solid #2e4d6b;
}


/*************************************
 +JQuery sdswitch
*************************************/
.sdswitch {
	position: relative;
	height: 288px;
}
			
.sdswitch *{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
			
.sdswitch *.active {
	z-index: 10;
}
			
.sdswitch *.last-active {
	z-index: 9;
}
			
.sdwindow {	
	position: absolute;
	top: 10px;
	height: 20px;
	background: #000;
	color: #fff;
	font-weight: bold;
	z-index: 11;
	opacity: 0.6;
}


/*************************************
 +Misc
*************************************/
hr {}
 
.info, .error {}

.error, .alert {color: red;}
.info {color: green;}

.cleaner {clear: both;}

strong {}