/* 
		author: Jan Volejnik - Broli, Web Works - webdesign studio
		http://www.web-works.cz
		http://www.broli.cz

*/



/* BEGIN: LAYOUT */

		body {
			position: relative;
			text-align: center;
			padding-bottom: 50px;
		}
	
		/* centrovaci element */
		#container {
			width: 770px;
			margin: 0 auto;
			text-align: left;
			position: relative;
		}
		
		/* hlavicka s logem a titulkem webu */
		#top {
			height: 225px;
			position: relative;
		}

				/* logo */
				#logo {
					position: absolute;
					left: 0px;
					top: 15px;
				}
				
					#logo a,
					#logo a img {
						border: none;
						margin: 0;
						padding: 0;
						background: none;
						background: transparent;
					}
					
					
			/* hlavni titulek webu */
			h1#web-title {
				position: absolute;
				right: 0px;
				top: 25px;
				width: 685px;
				height: 129px;
			}		


		#content {
			padding: 0;
			background: #fff url('./images/bg-content-content.gif') center top repeat-y;
		}
		
			#main-content {
				background: url('./images/bg-content-top.gif') center top no-repeat;
				padding: 30px 50px;
				color: #666;
			}
			
			#bottom {
				background: url('./images/bg-content-bottom.gif') center top no-repeat;
				padding: 0 50px;
				color: #007AB9;
				height: 285px;
				overflow: hidden;
			}
		
				.bottom-left {
					width: 350px;
					float: left;
					padding-top: 80px;
				}
			
				.bottom-right {
					width: 300px;
					float: right;
					text-align: right;
					padding-top: 100px;
				}

	
		#main-menu {
			position: absolute;
			top: 190px;
			left: 0;
			width: 770px;
			height: 70px;
		}
		
			#main-menu ul {
				display: block;
				margin: 0;
				padding: 0 35px;
			}
			
				#main-menu ul li {
					display: block;
					float: left;
					margin: 0px 0px;
					width: 175px;
					
					text-align: center;
					text-transform: lowercase;
					font-size: 1.45em;
					font-weight: bold;
					
					color: #007AB9;
				}
			
					#main-menu ul li a {
						display: block;
						height: 65px;
						
						text-decoration: none;
						color: #007AB9;
					}
					
						
						#main-menu ul li a:focus,
						#main-menu ul li a:hover {
							background: url('./images/menu-active-item-mark-green.gif') center bottom no-repeat;
							color: #7AA327;
						}

						#main-menu ul li.active a,
						#main-menu ul li.active a:hover {
							background: url('./images/menu-active-item-mark-gray.gif') center bottom no-repeat;
							color: #666666;
						}

			
	#footer {
		color: #666;
		font-size: 0.65em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
	
		.footer-left {
			width: 250px;
			float: left;
			color: #007AB9;
		}
			.footer-left p strong {
				height: 72px;
				line-height: 72px;
				float: left;

			}	
		.footer-right {
			width: 500px;
			float: right;
			text-align: right;
			padding-top: 20px;
		}

			
			p.copyright {
				clear: both;
				text-align: right;
				font-size: 0.92em;
				letter-spacing: 0.05em;
			}

				

/* END: LAYOUT */
	 
