
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	height: 100%;	
}

/*--- Link Styles ---*/
a
{
	color: #A97000;
	text-decoration: underline;
}

a:hover
{
	color: #A97000;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	/* width: 880px; */
	margin: 0px auto;	
	background-image: url(../img/web-bg.jpg);
	background-repeat: repeat-x;
}
	#web-container.sub {
		background-image: url(../img/web-bg-short.jpg);
		background-repeat: repeat-x;
	}


/* Header
----------------------------------------*/

#header {
	width: 972px;
	height: 104px;
	margin: 0px auto;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
}
	#header .logo {
		display: block;
		width: 270px;
		height: 70px;
		margin: 0 0 0 25px;
		float: left;
	}
		#header h1 .logo strong {
			display: none;
		}
		#header h1.h1logo {
			display: inline;
		}
	#header .lang-cz {
		display: block;
		width: 22px;
		height: 22px;
		float: right;
	}
	#header .lang-en{
		display: block;
		width: 22px;
		height: 22px;
		float: right;
	}
	#header .menu {
		float: left;
		width: 630px;
		height: 25px;
		padding: 60px 0 0 0;
		text-align: right;
	}
		#header .menu a {
			color: #ffffff;
			font-size: 15px;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			text-decoration: none;
			margin: 0 0 0 20px;
		}
			#header .menu a:hover {
				text-decoration: underline;
			}


#product-player {
	width: 971px;
	height: 279px;
	background-image: url(../img/player-bg.png);
	background-repeat: no-repeat;
	margin: 30px auto 0 auto;
	padding: 0 0 48px 0;
}
	#product-player a.left {
		display: block;
		width: 21px;
		height: 33px;
		margin: 120px 0 0 40px;
		float: left;
		background-image: url(../img/player-arrow-left.png);
		background-repeat: no-repeat;
		display: inline; /* IE6 double-margin-bug fix*/
	}
		#product-player a.left:hover {
			background-image: url(../img/player-arrow-left-on.png);
		}
	#product-player a.right {
		display: block;
		width: 21px;
		height: 33px;
		margin: 120px 40px 0 0;
		float: right;
		background-image: url(../img/player-arrow-right.png);
		background-repeat: no-repeat;
		display: inline; /* IE6 double-margin-bug fix*/
	}
		#product-player a.right:hover {
			background-image: url(../img/player-arrow-right-on.png);
		}
	#product-player .player-image {
		float: right;
		width: 327px;
		height: 244px;
		margin: 10px 87px 0 0;
		display: inline; /* IE6 double-margin-bug fix*/
	}
	#product-player .player-text {
		float: left;
		width: 390px;
		height: 244px;
		margin: 15px 0 0 20px;
		color: #666666;
	}
		#product-player .player-text h2, #product-player .player-text h2 a {
			font-size: 18px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #666666;
			font-weight: normal;
			line-height: 22px;
			padding: 25px 0 20px 0;
			text-decoration: none;
		}
			#product-player .player-text h2 a:hover {
				text-decoration: underline;
			}
		#product-player .player-text a.more {
			font-size: 14px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	
}
	#content .home-boxes {
		width: 971px;
		margin: 0px auto;
	}
		#content .home-boxes .banner {
			width: 200px; 
			height: 400px; 
			position: absolute; 
			margin: 0 0 0 980px;
			color: #A97000;
		}
			#content .home-boxes .banner h4 {
				padding: 0 0 4px 0;
				color: #A97000;
			}
				#content .home-boxes .banner h4 a {
					color: #A97000;
					text-decoration: none;
					font-size: 12px;
					font-weight: bold;
					font-family: Georgia, "Times New Roman", Times, serif;
				}
		#content .home-boxes .banner .item {
			border-bottom: 1px solid #F4EDDE;
			padding: 0 0 10px 0;
		}
			#content .home-boxes .banner .item .icon {
				padding: 10px 0 0 0;
				text-align: center;
			}
			
			
			
			

	
		#content .home-boxes .medal {
			position: absolute; 
			margin: -70px 0 0 -120px;
		}
		#content .home-boxes .row-1 {
			margin: 30px 0 50px 0;
			line-height: 20px;
		}
			#content .home-boxes .row-1 .col {
				width: 445px;
				padding: 0 20px;
				border-right: 1px solid #E7E8F1;
				float: left;
			}
				#content .home-boxes .row-1 .col.last {
					border-width: 0px;
				}
				#content .home-boxes .row-1 .col h3 {
					color: #1E2A7B;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 18px;
					font-weight: normal;
					padding: 0 0 10px 0;
				}
				#content .home-boxes .row-1 .col a.more {
					display: block;
					width: 163px;
					height: 35px;
					padding: 7px 30px 0 0;
					background-image: url(../img/button-box-bg.jpg);
					background-repeat: no-repeat;
					color: #999999;
					font-size: 11px;
					text-decoration: none;
					line-height: 14px;
					text-align: right;
					margin: 20px 0 0 250px;
				}
					#content .home-boxes .row-1 .col a.more strong {
						text-transform: uppercase;
						color: #1E2A7B;
						display: block;
						text-align: right;
					}
					#content .home-boxes .row-1 .col a.more:hover {
						text-decoration: underline;
					}
					
					
					
		#content .home-boxes .row-2 {
			margin: 0 0 0 0;
			line-height: 20px;
			background-color: #F8F8F6;
			padding: 20px;
			color: #999999;
		}
			#content .home-boxes .row-2 .col {
				width: 270px;
				padding: 0 20px;
				float: left;
				border-right: 1px solid #E7E8F1;
			}			
				#content .home-boxes .row-2 .col.first {
					width: 290px;
					padding: 0 20px 0 0;
				}
				#content .home-boxes .row-2 .col.last {
					width: 289px;
					padding: 0 0 0 20px;
					border-width: 0;
				}
				#content .home-boxes .row-2 .col h3 {
					color: #A97000;
					font-family: Georgia,"Times New Roman",Times,serif;
					font-size: 18px;
					font-weight: normal;
					padding: 0 0 10px;				
				}
				
		#content .content-box {
			margin: 50px 0 50px 0;
			line-height: 20px;
			padding: 0 20px;
		}
			#content .content-box h3 {
				color: #1E2A7B;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 18px;
				font-weight: normal;
				padding: 0 0 10px 0;
			}
			#content .content-box h4 {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				font-weight: normal;
				padding: 15px 0 2px 0;
				font-weight: bold;
			}

	.content-box .produkty {
		padding: 20px 0;
	}	
		.content-box .produkty td {
			padding: 4px;
		}
		.content-box .produkty td {
			border-bottom: 1px solid #f0f0f0;
		}
		.content-box .produkty thead td {
			background-color: #2D2C6D;
			border-bottom: 2px solid #2D2C6D;
			color: #ffffff;
			font-weight: bold;
		}
		.content-box .produkty td.first {
			padding-left: 0px;
		}


/* SLIDER */

#data-store {
	display: none;
}





/* Footer
----------------------------------------*/
#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	margin: 30px 0 0 0;
	background-color: #E8E8E0;
}
	#footer .inner {
		width: 971px;
		margin: 0 auto;
		padding: 20px 0;
	}
		#footer .inner .copy {
			color: #999999;
			font-size: 12px;
		}
		#footer .partners {
			
		}
			#footer .partners .col {
				float: left;
				width: 185px;
				padding: 0 10px 0 0;
				color: #B2B2B2;
				font-size: 10px;
				line-height: 14px;
			}
				#footer .partners .col.last {
					width: 191px;
					padding: 10px 0 0 0;
					line-height: 16px;
				}
					#footer .partners .col.last a {
						font-weight: bold;
					}
				#footer .partners .col h6 {
					padding: 10px 0 2px 0;
				}
				#footer .partners .col a {
					color: #B2B2B2;
					text-decoration: none;
				}
					#footer .partners .col a:hover {
						text-decoration: underline;
					}








