
/*----------------------------------------
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: #000000;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.jpg);
}

/*--- Link Styles ---*/
a
{
	color: #005838;
	text-decoration: underline;
}

a:hover
{
	color: #333333;
	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;
	line-height: 24px;
	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-wrapper {
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
}
#web-container {
	width: 940px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {	
	height: 275px;
	background-image: url(../img/header-image.png);
	background-repeat: no-repeat;
}
	#header .top-menu {	
		height: 27px;
		padding: 13px 0 0 500px;
	}
		#header .top-menu a {	
			color: #005838;
			font-size: 14px;
			text-transform: uppercase;
			margin: 0 20px;
			text-decoration: none;
			
			text-shadow: 0 1px 1px #ffffff;
		}
			#header .top-menu a.contacts {	
				margin: 0 0 0 4px;
			}
			#header .top-menu a:hover {	
				text-decoration: underline;
				text-shadow: none;
			}
	
	#header .logo {	
		width: 160px;
		height: 90px;
		margin: 0 0 76px 40px;
		padding: 20px 0 0 0;
	}

	#header .main-menu {	
		width: 920px;
		height: 40px;
		background-image: url(../img/menu-bg.png);
		background-repeat: no-repeat;
		margin: 0 auto;
	}
		#header .main-menu a {	
			background-image: url(../img/menu-sep.png);
			background-repeat: no-repeat;
			background-position: left center;
			display: block;
			float: left;
			padding: 12px 14px 10px 14px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 14px;
			line-height: 18px;
			color: #333333;
			
			text-shadow: 0 1px 1px #FF9;
		}
			#header .main-menu a.home {	
				background-image: url(../img/icon-home.png);
				background-repeat: no-repeat;
				background-position: 15px 10px;
				padding-left: 45px;
			}
			#header .main-menu a:hover {	
				text-decoration: underline;
				text-shadow: none;
			}




	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	padding: 10px 0;
	background-color: #ffffff;
}

	#content .sidebar {
		width: 230px; 
		margin: 0 0 0 10px;
		float: left;
	}	
		#content .sidebar .sidebar-box {
			background-image: url(../img/sidebar-bottom.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			background-color: #35942C;
			padding: 20px;
			color: #ffffff;
		}
			#content .sidebar .sidebar-box.contact {
				background-image: url(../img/sidebar-bottom2.jpg);
				background-color: #D1E9CF;
				color: #000000;
			}
			#content .sidebar .sidebar-box.products {
				background-image: url(../img/sidebar-bottom2.jpg);
				background-color: #D1E9CF;
				color: #000000;
			}
			#content .sidebar .sidebar-box.news-box {
				background-image: none;
			}
		#content .sidebar .sidebar-box a {
			color: #febd11;			
		}	
			#content .sidebar .sidebar-box.contact a {
				color: #35942c;			
			}	
			#content .sidebar .sidebar-box.products a {
				color: #35942c;			
			}	
				#content .sidebar .sidebar-box.products a:hover strong {
					text-decoration: underline;	
				}	
		#content .sidebar .sidebar-box h2 {
			font-weight: bold;
			margin: 0;
			padding: 0 0 4px 0;
			font-size: 12px;		
		}
		#content .sidebar .sidebar-box .item {
			padding: 0 0 10px 0;	
		}
			#content .sidebar .sidebar-box .item a {
				text-decoration: none;	
			}
			#content .sidebar .sidebar-box .item a:hover {
				text-decoration: underline;
			}
			#content .sidebar .sidebar-box .item a.active {
				color: #333333;
			}
			#content .sidebar .sidebar-box .item {
				padding: 0 0 10px 0;	
			}
				#content .sidebar .sidebar-box .item strong {
					display: block;
					text-transform: uppercase;
				}
		
		#content .sidebar .newsletter-box {
			background-image: url(../img/sidebar-newsletter-bg.jpg);
			background-repeat: no-repeat;
			margin: 20px 0 0 0;
			width: 202px;
			height: 120px;
			padding: 30px 10px 20px 18px;
		}
			#content .sidebar .newsletter-box .desc {
				font-size: 12px;
				line-height: 16px;
				padding: 10px 0;
			}
		#content .sidebar .search-box {
			background-image: url(../img/sidebar-search-bg.jpg);
			background-repeat: no-repeat;
			margin: 20px 0 0 0;
			width: 202px;
			height: 120px;
			padding: 30px 10px 20px 18px;
		}
			#content .sidebar .search-box  .input { /* ie fix */
				background-image: url(../img/search-input.jpg);
				background-repeat: no-repeat;
				border-width: 0px;
				line-height: 12px;
				width: 180px;
				height: 22px;
				padding: 2px 0 0 10px;
				font-size: 10px;
			}
			#content .sidebar .search-box .submit { /* ie fix */
				background-image: url(../img/search-submit.jpg);
				background-repeat: no-repeat;
				border-width: 0px;
				background-color: transparent;
				width: 190px;
				height: 24px;
				padding: 0 0 0 0;
				margin: 4px 0;
				font-size: 10px;
				color: #ffffff;
				cursor: pointer;
			}
			#content .sidebar .search-box form {
				padding: 10px 0 0 0;
			}
		
		
	#content .main {
		width: 660px; 
		float: right;
		margin: 0 20px 0 0;
	}
		#content .main h1 {
			color: #005838;
			font-size: 24px;
			font-weight: bold;
			margin: 0;
			padding: 10px 0 26px 0;
		}
		#content .main h3 {
			color: #005838;
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 20px 0;
			padding: 10px 0 10px 0;
			border-bottom: 1px solid #9dae9c;
		}
		
		#content .main .category-description {
			padding-bottom: 20px;
			font-size: 12px;
			font-weight: bold;
		}
		
		#content .main .banner {
			width: 270px;
			height: 120px;
			float: left;
		}		
		#content .main .banner#newsletter {
			background-image: url(../img/banner-zpravodaj-bg.jpg);
			background-repeat: no-repeat;
			margin: 0 0 0 20px;
			width: 242px;
			height: 70px;
			padding: 30px 10px 20px 18px;
		}
		#content .main #newsletter form, #content .sidebar .newsletter-box form {
			padding: 4px 0 0 0;
		}
		#content .main #newsletter .input, #content .sidebar .newsletter-box .input { /* ie fix */
			background-image: url(../img/newsletter-input.jpg);
			background-repeat: no-repeat;
			border-width: 0px;
			line-height: 12px;
			width: 180px;
			height: 22px;
			padding: 2px 0 0 10px;
			font-size: 10px;
		}
			#content .main #newsletter .input { 
				float: left;
			}
		#content .main #newsletter .submit, #content .sidebar .newsletter-box .submit { /* ie fix */
			background-image: url(../img/newsletter-submit.jpg);
			background-repeat: no-repeat;
			border-width: 0px;
			background-color: transparent;
			width: 190px;
			height: 24px;
			margin: 4px 0 0 2px;
			padding: 0 0 0 0;
			font-size: 10px;
			color: #ffffff;
			cursor: pointer;
		}
			#content .main #newsletter .submit { 
				background-image: url(../img/newsletter-submit.png);
				width: 41px;
				height: 24px;
				margin: 0 0 0 2px;
				float: left;
			}
		
		#content .main .product-item {

		}
			#content .main .product-item .thumb {
				float: right;
			}
			#content .main .product-item a.name {
				text-decoration: underline;
				font-weight: bold;
			}
				#content .main .product-item a.name:hover {
					text-decoration: none;
				}
		
		#content .main .product-type-item {
			width: 220px;
			height: 160px;			
			float: left;
		}
			#content .main .product-type-item .thumb {
				height: 122px;
				overflow: hidden;
			}
			#content .main .product-type-item a.name {
				text-decoration: underline;
				color: #000000;
				font-size: 11px;
			}
				#content .main .product-type-item a.name:hover {
					text-decoration: none;
				}
				
				
				
		
		#content .main .detail {
			padding: 6px;
		}
			#content .main .detail .back {
				text-align: right;
			}
				#content .main .detail .back a {
					color: #459245;
					font-weight: bold;
				}
			#content .main .detail  {
				font-size: 18px;
				font-weight: bold;
				margin: 0;
				padding: 4px 0;				
			}
			#content .main .detail h6 {
				font-size: 12px;
				font-weight: bold;
				margin: 0;
				padding: 20px 0 4px 0;				
			}
			#content .main .detail .packages {

			}
				#content .main .detail .packages td {
					text-align: center;
					padding: 2px 6px;
				}
			
		#content .main .detail-table {
			width: 560px;
		}
			#content .main .detail-table th {
				font-weight: bold;
				text-align: left;
				padding: 6px;
			}
			#content .main .detail-table td {
				border-bottom: 5px solid #ffffff;
				background-color: #DBE9DA;
				padding: 6px;
			}
			#content .main .detail-table .right {
				text-align: right;
			}
			
		#content .main .news-item {
			padding: 0 0 30px 0;
		}
			#content .main .news-item  {
				
				margin: 0;
				font-size: 14px;
			}
			
		#content .main .listing {
			border-top: 1px solid #e5e5e5;
			padding: 10px 0;
			text-align: center;
		}
			#content .main .listing a {
				padding: 0 4px;	
			}
			#content .main .listing a.Selected {
				text-decoration: none;
				color: #459146;
				font-weight: bold;
			}

		#content .main .plant-list {
			float: left; 
			width: 210px;
		}
			#content .main .plant-list li {
				padding: 2px 4px 10px 10px;
				background-image: url(../img/list-dot.jpg);
				background-repeat: no-repeat;
				background-position: 0 9px;
			}
				#content .main .plant-list li a {
					color: #000000;
					font-size: 14px;
				}
				#content .main .plant-list.cinitele li a {
					color: #000000;
					font-size: 13px;
				}
				
		#content .main .month-list a {
			float: left; 
			display: block;
			background-color: #005838;
			width: 160px;
			height: 27px;
			padding: 8px 0 0 0;
			margin: 0 25px 30px 25px;
			text-align: center;
			text-decoration: none;
			color: #ffffff;
			font-size: 14px;
			
			-moz-border-radius: 10px 0 10px 0; 
			-webkit-border-radius: 10px 0 10px 0; 
			-khtml-border-radius: 10px 0 10px 0; 
			border-radius: 10px 0 10px 0; 
		}		
		#content .main .month-list a.year {
			background-color: #35942c;
		}
		#content .main .month-list a:hover ,
		#content .main .month-list a.year:hover{
			background-color: #308627;
		}



		#content .main .product-detail {
			
		}
			#content .main .product-detail h2 {
				padding: 0 0 20px 0;
				font-size: 24px;
				line-height: 26px;
				text-transform: uppercase;
				border-bottom: 1px solid #d8d8d8;
				margin: 0 0 20px 0;
			}
				#content .main .product-detail h2 a,
				#content .main h1 a {
					color: #7f7f7f;
					font-size: 12px;
					text-transform: none;
					font-weight: normal;
				}

		#content .main .product-desc {
			width: 400px;
		}
			#content .main .product-desc strong {
				display: block;
				padding: 20px 0 4px 0;
			}				
				
			#content .main .product-detail .submenu {
				color: #000000;
				padding:  0 0 20px 0;
				border-bottom: 1px solid #d8d8d8;
				margin: 0 0 20px 0;
			}
				#content .main .product-detail .submenu a {
					color: #35942c;
					font-size: 13px;
					margin: 0 10px 0 0;
				}
				#content .main .product-detail .submenu a.active {
					color: #FEBD11;
				}

/* Footer
----------------------------------------*/
#footer {
	height: 182px;
	padding: 20px 25px 0 30px;
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}
	#footer .col {
		float: left;
		width: 180px;
	}	
	
	#footer .last {
		float: right;
		text-align: right;
		width: 220px;
		font-size: 10px;
	}
	#footer a{
		color: #febd11;
	}










