/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 42px; /* .push must be the same height as .footer */
	
}

body {
	font: 13px/15px 'Open Sans', Arial, sans-serif;
}

.small {
	font: 12px/14px 'Open Sans', Arial, sans-serif;
}

h3 {
	font: 25px/28px 'Open Sans', Arial, sans-serif;
	margin-bottom: 20px;
}

h5 {
	font: 18px/20px 'Open Sans', Arial, sans-serif;
	margin-bottom: 20px;
}

h6 {
	font: 14px/16px 'Open Sans', Arial, sans-serif;
	margin-bottom: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

#main-logo {
	background: url('../img/logo.jpg');
	width: 266px;
	height: 127px;
	display: block;	
}

#main-menu {
	margin: 0;	
}

#main-menu li  {
	display: block;
	float: left;
	margin-left: 2px;
	
	
		
}
#main-menu li a {
	display: block;
	padding: 10px 25px 10px 25px;	
	text-decoration: none;
	font: 18px/20px 'Open Sans', Arial, sans-serif;
	background: #5b5b5b;
	color: #fff;
}
#main-menu a:hover {
	background: #71bae7;
	color: #fff;
}
#main-menu a.on {
	background: #71bae7;
	color: #fff;
}

/* podmeni */

#main-menu ul {
	margin: 0;
	display: none;
	z-index: 800;
}
#main-menu li:hover > ul {
		display: block;
}
#main-menu ul {
	padding: 0;
	position: absolute; 
	margin: 0;	
	border-top: 1px solid #fff;
}

#main-menu ul li {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	padding: 2px;
	background: #5b5b5b;
}

#main-menu ul li a {
	font: 16px/18px 'Open Sans', Arial, sans-serif;
	width: 250px;
	max-width: 250px;
	padding: 5px;
}
	
	
.belt {
	background: #71bae7;
	min-height: 303px;
	width: 100%;
	margin-bottom: 20px;
	min-width: 960px;
}

.box {
	background: #5b5b5b;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.footer {
	background: #5b5b5b;
	padding-top: 10px;
	color: #fff;
	

}

#side-menu {
	font: 15px/17px 'Open Sans', Arial, sans-serif;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	
}
#side-menu a {
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	padding: 5px
}
#side-menu a:hover {
	text-decoration: underline;
}
#side-menu a.on:hover {
	text-decoration: none;
}
#side-menu a.on {
	background: #71bae7;
	color: #fff;
}


#top-menu {
	font: 15px/17px 'Open Sans', Arial, sans-serif;	
	margin-left: 10px;
}
#top-menu li {
	float: left;
	margin-right: 20px;
}
#top-menu li a {
	text-decoration: none;
}
#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li a.on {
	color: #3c7191;
	text-decoration: underline;
	font-weight: bold;
}

.list-view {
	margin-top: 20px;
	margin-left: 20px;
	list-style-type: circle;
}

.close {
	background: url('../img/close_arrow.png');
	width: 15px;
	height: 15px;
}
.open {
	background: url('../img/open_arrow.png');
	width: 15px;
	height: 15px;
}

/* #Page Styles
================================================== */

#services {
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
}

#services a {
	text-decoration: none;
}
#services a:hover {
	text-decoration: underline;
}

#business h5 {
	margin-top: 40px;
}

#products {
	margin-top: 20px;
	font: 14px/15px 'Open Sans', Arial, sans-serif;
}

#area_of_services a {
	background: #5b5b5b;
	display: block;
	padding: 8px 5px 8px 5px;
	color: #fff;
	text-decoration: none;
}

#area_of_services a:hover {
	background: #71bae7;
}

#area_of_services a.on {
	background: #71bae7;	
}

.content {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#books {
	margin-top: 40px;
	margin-left: 15px;
}
#books li {
	float: left;
	display: block;
	margin-right: 40px;
	height: 210px;
}

#logotips {
	margin-top: 20px;
	margin-left: 15px;
}
#logotips li {
	margin-top: 20px;
	float: left;
	display: block;
	margin-right: 105px;
	height: 100px;
	width: 200px;
	text-align: center;
}

#customers h3 {
	color: #71bae7;
}
#customers li{
	margin: 0;
	margin-bottom: 10px;
}




/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


