@charset "utf-8";
/* CSS Document */

html {margin:0; padding:0;height: 100%;}
body {
	margin:0;
	padding:0;
	background: url(../images/bg.gif) repeat;
	height: 100%;
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #fff;
}
img {
	border: none;
}

a {
	text-decoration: none;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/circles.png) no-repeat top center;
}

#wholepage {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-top: 57px;
}

#logo {
	margin: 0 auto;	
	width: 129px;
}

#menu {
	width: 	1000px;
	margin: 41px auto 0;
	height: 42px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 42px;
}

#menu ul li {
	float: left;
	width: 250px;
	height: 42px;
	text-indent: -99999px;
	text-align: center;
	cursor: pointer;
	position: relative;
	background: url(../images/menu_bg.png) no-repeat scroll 0 0;
}

#menu ul li.clear {
	width: 0px;
	height: 0px;
	overflow: hidden;	
}

#menu ul li div.transparent {
	width: 250px;
	height: 42px;
	background: #29cbce;
	position: absolute;
	z-index: 5;
}

#menu ul li.active {
	background-position: 0 -84px;
}

#menu ul li a {
	display: block;
	width: 250px;
	height: 42px;
	position: relative;
	z-index: 1;
}

#menu ul li:hover {
	background-position: 0 -42px;	
}

#menu ul li.onas a {
	background: url(../images/m_onas.png) no-repeat;
}

#menu ul li.oferta a {
	background: url(../images/m_oferta.png) no-repeat;
}

#menu ul li.portfolio a {
	background: url(../images/m_portfolio.png) no-repeat;
}

#menu ul li.kontakt a {
	background: url(../images/m_kontakt.png) no-repeat;
}

#page {
	width: 1000px;
	height: 164px;
	top: 69px;
	position: relative;
	background:url(../images/main.gif) no-repeat;
	z-index:1;
}

#footer {
	margin: 100px auto 20px;
	width: 1000px;
	text-align: center;
}

#hovers {
	position: absolute;
	width: 1000px;
	height: 294px;
	z-index: 10;
}

#subonas, #suboferta, #subportfolio, #subkontakt {
	position: relative;
	float: left;
	width: 250px;
	height: 294px;
	
	border-bottom: 1px solid #1cabae;
}

#subonas {
	background-image:url(../images/g_onas2.png);
}
#suboferta {
	background:url(../images/g_oferta.png) no-repeat;
}
#subportfolio {
	background:url(../images/g_portfolio.png) no-repeat;
}
#subkontakt {
	background:url(../images/g_kontakt.png) no-repeat;
}

#submenu {
	width: 1000px;
	height: 38px;
	background: url(../images/submenubg.png) no-repeat;
	text-align: left;
	padding-top: 30px;
	padding-left: 50px;
}



.clear {
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}